IOracle
Volt Protocol
generic oracle interface for Volt Protocol
Methods
isOutdated
function isOutdated() external view returns (bool)
Returns
Name | Type | Description |
---|---|---|
_0 | bool | undefined |
read
function read() external view returns (struct Decimal.D256, bool)
Returns
Name | Type | Description |
---|---|---|
_0 | Decimal.D256 | undefined |
_1 | bool | undefined |
update
function update() external nonpayable
Events
Update
event Update(uint256 _peg)
Parameters
Name | Type | Description |
---|---|---|
_peg | uint256 | undefined |