IChainlinkAggregator
Author: Chainlink
Interface for Chainlink aggregator contract
Functions
latestAnswer
Returns the price of a unit of osToken (e.g price of osETH in ETH)
function latestAnswer() external view returns (int256);
Returns
Name | Type | Description |
---|---|---|
<none> | int256 | The price of a unit of osToken (with 18 decimals) |
latestTimestamp
The last updated at block timestamp
function latestTimestamp() external view returns (uint256);
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | The timestamp of the last update |