Skip to main content

IOracle

Volt Protocol

generic oracle interface for Volt Protocol

Methods

isOutdated

function isOutdated() external view returns (bool)

Returns

NameTypeDescription
_0boolundefined

read

function read() external view returns (struct Decimal.D256, bool)

Returns

NameTypeDescription
_0Decimal.D256undefined
_1boolundefined

update

function update() external nonpayable

Events

Update

event Update(uint256 _peg)

Parameters

NameTypeDescription
_peguint256undefined