SommelierTurboGHOStrategy
Overview
Constants
address constant gho = GHO_MAINNET; // GHO token address
IUniswapV3Router constant router = IUniswapV3Router(UNISWAP_V3_ROUTER_MAINNET); // Uniswap V3 routerFunctions
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
_swapGho
Internal View Functions
_ghoBalance
Last updated