/** Is a fake price feed base on ChainLink price feed contracts. see AggregatorV3Interface
function constructor(
int256 _value
) public
- @dev Constructor
Name | Type | Description |
---|---|---|
_value |
int256 | 6 digits precision*/ |
function decimals(
) external returns (uint8)
function description(
) external returns (string)
function version(
) external returns (uint256)
function setRoundData(
) public
function getRoundData(
) external returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
function latestRoundData(
) external returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)