YearnLUSDStrategy
Overview
Constants
address public constant lusd = LUSD_MAINNET; // LUSD token address
IRouter public constant router = IRouter(UNISWAP_V3_ROUTER_MAINNET); // Uniswap V3 router
address public constant pool = UNISWAP_V3_USDC_LUSD_POOL_MAINNET; // USDC-LUSD pool addressFunctions
Initialization Functions
initialize
function initialize(
IMaxApyVault _vault,
address[] calldata _keepers,
bytes32 _strategyName,
address _strategist,
IYVault _yVault
) public override initializerView Functions
previewLiquidate
previewLiquidateExact
Internal Core Functions
_invest
_divest
Internal View Functions
_shareValue
_sharesForAmount
_lusdBalance
_estimateAmountOut
Last updated