Interface to MakerDAO Medianizer contract (IMedianizer.sol)
PreviousSTO module for standard capped crowdsale (CappedSTO.sol)NextInterface to be implemented by all checkpoint modules (ICheckpoint.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
function peek() external view
returns(bytes32, bool)function read() external view
returns(bytes32)function set(address wat) external nonpayablefunction set(bytes12 pos, address wat) external nonpayablefunction setMin(uint96 min_) external nonpayablefunction setNext(bytes12 next_) external nonpayablefunction unset(bytes12 pos) external nonpayablefunction unset(address wat) external nonpayablefunction poke() external nonpayablefunction poke(bytes32 ) external nonpayablefunction compute() external view
returns(bytes32, bool)function void() external nonpayable