| layout | title |
|---|---|
default |
AggregatorV3Interface |
View Source: contracts/AggregatorV3Interface.sol
- decimals()
- description()
- version()
- getRoundData(uint80 _roundId)
- latestRoundData()
function decimals() external view
returns(uint8)Arguments
| Name | Type | Description |
|---|
function description() external view
returns(string)Arguments
| Name | Type | Description |
|---|
function version() external view
returns(uint256)Arguments
| Name | Type | Description |
|---|
function getRoundData(uint80 _roundId) external view
returns(roundId uint80, answer int256, startedAt uint256, updatedAt uint256, answeredInRound uint80)Arguments
| Name | Type | Description |
|---|---|---|
| _roundId | uint80 |
function latestRoundData() external view
returns(roundId uint80, answer int256, startedAt uint256, updatedAt uint256, answeredInRound uint80)Arguments
| Name | Type | Description |
|---|