PriceFeederAdder
PriceFeederAdder - version: 0.1.12
Constants & Variables
contract PriceFactory public priceFactory;
contract Medianizer public medianizer;
address public priceFeedOwner;
function setOwner(address newOwner) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
newOwner | address | |
function create() external nonpayable
returns(contract DSAuth)
Arguments
function set(address priceFeed) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
priceFeed | address | |
Constructor
function (PriceFactory _priceFactory, Medianizer _medianizer, address _priceFeedOwner) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
_priceFactory | PriceFactory | |
_medianizer | Medianizer | |
_priceFeedOwner | address | |
⤾ overrides ChangeContract.execute
function execute() external nonpayable
Arguments
Last modified 1yr ago