BeefyVeloVaultRelayerChild

Git Source

Inherits: BeefyVeloVaultRelayer, FactoryChild, IBeefyVeloVaultRelayerChild

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

Functions

constructor

constructor(
  IBaseOracle _token0priceSource,
  IBaseOracle _token1priceSource,
  IBeefyVaultV7 _beefyVault,
  IVeloPool _veloPool
) BeefyVeloVaultRelayer(_token0priceSource, _token1priceSource, _beefyVault, _veloPool);

Parameters

NameTypeDescription
_token0priceSourceIBaseOracleAddress of the price source for the first token in the velo pool
_token1priceSourceIBaseOracleAddress of the price source for the second token in the velo pool
_beefyVaultIBeefyVaultV7The address of the beefy vault contract
_veloPoolIVeloPoolThe address of the velo pool underlying the beefy vault