Aggregator V 3 Interface

Methods

decimals

function decimals() external view returns (uint8)

Returns

Name
Type
Description

_0

uint8

undefined

description

function description() external view returns (string)

Returns

Name
Type
Description

_0

string

undefined

getRoundData

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

Parameters

Name
Type
Description

_roundId

uint80

undefined

Returns

Name
Type
Description

roundId

uint80

undefined

answer

int256

undefined

startedAt

uint256

undefined

updatedAt

uint256

undefined

answeredInRound

uint80

undefined

latestAnswer

Returns

Name
Type
Description

answer

uint256

undefined

latestRoundData

Returns

Name
Type
Description

roundId

uint80

undefined

answer

int256

undefined

startedAt

uint256

undefined

updatedAt

uint256

undefined

answeredInRound

uint80

undefined

version

Returns

Name
Type
Description

_0

uint256

undefined

Last updated