AggregatorV3Interface

Git Source

Functions

latestRoundData

function latestRoundData()
    external
    view
    returns (uint80 roundID, int256 price, uint256 startedAt, uint256 timeStamp, uint80 answeredInRound);

decimals

function decimals() external view returns (uint256);