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