Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 631 Bytes

contract.TCAPTargetOracle.md

File metadata and controls

24 lines (14 loc) · 631 Bytes

TCAPTargetOracle

Git Source

Inherits: AggregatedChainlinkOracle

Returns the target price of the TCAP token

Functions

constructor

constructor(ITCAPV2 tcap, address feed_, uint256 stalenessDelay_) AggregatedChainlinkOracle(feed_, address(tcap), stalenessDelay_);

latestPrice

function latestPrice(bool checkStaleness) public view virtual override returns (uint256);