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
function latestAnswer() external view returns (uint256 answer)
Returns
Name
Type
Description
answer
uint256
undefined
latestRoundData
function latestRoundData() external view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
Returns
Name
Type
Description
roundId
uint80
undefined
answer
int256
undefined
startedAt
uint256
undefined
updatedAt
uint256
undefined
answeredInRound
uint80
undefined
version
function version() external view returns (uint256)
Returns
Name
Type
Description
_0
uint256
undefined
Last updated