Oracle
The ShiftCTRL Tab Protocol relies on two essential contracts for oracle management: the PriceOracleManager and PriceOracle contracts.
PriceOracleManager contract
addPriceOracleProvider(
address provider,
address paymentTokenAddress,
uint256 paymentAmtPerFeed,
uint256 blockCountPerFeed,
uint256 feedSize,
bytes32 whitelistedIPAddr
)GovernanceAction contract
PriceOracleManager contract
submitProviderFeedCount(
address[10] calldata _providerList,
uint256[10] calldata _feedCount,
uint256 _timestamp
)PriceOracle contract
Last updated