SommelierMorphoEthMaximizerStrategy
Overview
Constants
address constant wstEth = WSTETH_MAINNET; // Wrapped stETH token address
IUniswapV3Router constant router = IUniswapV3Router(UNISWAP_V3_ROUTER_MAINNET); // Uniswap V3 routerState Variables
Functions
Initialization Functions
initialize
function initialize(
IMaxApyVault _vault,
address[] calldata _keepers,
bytes32 _strategyName,
address _strategist,
ICellar _cellar
) public override initializerCore Functions
liquidateExact
Internal Core Functions
_divest
_swapWstEth
Internal View Functions
_wstEthBalance
Key Features
Last updated