DelayedOracleChild

Git Source

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

NameTypeDescription
_priceSourceIBaseOracleAddress of the price source
_updateDelayuint256Amount of seconds to be applied between the price source and the delayed oracle feeds