UniV3RelayerChild

Git Source

Inherits: UniV3Relayer, FactoryChild, IUniV3RelayerChild

This contract inherits all the functionality of UniV3Relayer to be factory deployed

Functions

constructor

constructor(
  address _baseToken,
  address _quoteToken,
  uint24 _feeTier,
  uint32 _quotePeriod
) UniV3Relayer(_baseToken, _quoteToken, _feeTier, _quotePeriod);

Parameters

NameTypeDescription
_baseTokenaddressAddress of the base token to be quoted
_quoteTokenaddressAddress of the quote reference token
_feeTieruint24Fee tier used to identify the UniV3 pool
_quotePerioduint32Length of the period used to calculate the TWAP quote