UniV3RelayerChild
Inherits: UniV3Relayer, FactoryChild, IUniV3RelayerChild
This contract inherits all the functionality of UniV3Relayer to be factory deployed
Functions
constructor
constructor(
address _uniV3Factory,
address _baseToken,
address _quoteToken,
uint24 _feeTier,
uint32 _quotePeriod
) UniV3Relayer(_uniV3Factory, _baseToken, _quoteToken, _feeTier, _quotePeriod);
Parameters
Name | Type | Description |
---|---|---|
_uniV3Factory | address | |
_baseToken | address | Address of the base token to be quoted |
_quoteToken | address | Address of the quote reference token |
_feeTier | uint24 | Fee tier used to identify the UniV3 pool |
_quotePeriod | uint32 | Length of the period used to calculate the TWAP quote |