Aggregator V 3 Interface

Methods

decimals

function decimals() external view returns (uint8)

Returns

NameTypeDescription

_0

uint8

undefined

description

function description() external view returns (string)

Returns

NameTypeDescription

_0

string

undefined

getRoundData

function getRoundData(uint80 _roundId) external view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)

Parameters

NameTypeDescription

_roundId

uint80

undefined

Returns

NameTypeDescription

roundId

uint80

undefined

answer

int256

undefined

startedAt

uint256

undefined

updatedAt

uint256

undefined

answeredInRound

uint80

undefined

latestAnswer

function latestAnswer() external view returns (uint256 answer)

Returns

NameTypeDescription

answer

uint256

undefined

latestRoundData

function latestRoundData() external view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)

Returns

NameTypeDescription

roundId

uint80

undefined

answer

int256

undefined

startedAt

uint256

undefined

updatedAt

uint256

undefined

answeredInRound

uint80

undefined

version

function version() external view returns (uint256)

Returns

NameTypeDescription

_0

uint256

undefined

Last updated