DelayedOracleChild
Inherits: DelayedOracle, FactoryChild, IDelayedOracleChild
This contract inherits all the functionality of DelayedOracle to be factory deployed
Functions
constructor
constructor(IBaseOracle _priceSource, uint256 _updateDelay) DelayedOracle(_priceSource, _updateDelay);
Parameters
Name | Type | Description |
---|---|---|
_priceSource | IBaseOracle | Address of the price source |
_updateDelay | uint256 | Amount of seconds to be applied between the price source and the delayed oracle feeds |