PriceFeederRemover
PriceFeederRemover - version: 0.1.12
Constants & Variables
contract Medianizer public medianizer;
address public priceFeed;
function unset(address priceFeed) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
priceFeed | address | |
Constructor
function (Medianizer _medianizer, address _priceFeed) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
_medianizer | Medianizer | |
_priceFeed | address | |
⤾ overrides ChangeContract.execute
function execute() external nonpayable
Arguments
Last modified 1yr ago