MakerDAOOracle.sol
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ,
MakerDAOOracle
Constants & Variables
Events
Creates a new Maker based oracle
Arguments
Name
Type
Description
_medianizer
address
Address of Maker medianizer
_currencyAddress
address
Address of currency (0x0 for ETH)
_currencySymbol
bytes32
Symbol of currency
Updates medianizer address
Arguments
Name
Type
Description
_medianizer
address
Address of Maker medianizer
Returns address of oracle currency (0x0 for ETH)
Arguments
Name
Type
Description
Returns symbol of oracle currency (0x0 for ETH)
Arguments
Name
Type
Description
Returns denomination of price
Arguments
Name
Type
Description
Returns price - should throw if not valid
Arguments
Name
Type
Description
Set a manual price. NA - this will only be used if manualOverride == true
Arguments
Name
Type
Description
_price
uint256
Price to set
Determine whether manual price is used or not
Arguments
Name
Type
Description
_override
bool
Whether to use the manual override price or not
⤾ overrides
⤾ overrides
⤾ overrides
⤾ overrides