For the complete documentation index, see llms.txt. This page is also available as Markdown.

IEACAggregatorProxy

decimals

function decimals() external view returns (uint8)

latestAnswer

function latestAnswer() external view returns (int256)

latestTimestamp

function latestTimestamp() external view returns (uint256)

latestRound

function latestRound() external view returns (uint256)

getAnswer

function getAnswer(uint256 roundId) external view returns (int256)

getTimestamp

function getTimestamp(uint256 roundId) external view returns (uint256)

AnswerUpdated

NewRound

Was this helpful?