YearnAaveV3USDTLenderStrategy
Overview
Constants
ICurveAtriCryptoZapper constant zapper = ICurveAtriCryptoZapper(CURVE_AAVE_ATRICRYPTO_ZAPPER_POLYGON); // Curve zapper
address public constant usdt = USDT_POLYGON; // USDT addressFunctions
Initialization Functions
initialize
function initialize(
IMaxApyVault _vault,
address[] calldata _keepers,
bytes32 _strategyName,
address _strategist,
IYVaultV3 _yVault
) public virtual override initializerCore Functions
liquidateExact
View Functions
previewLiquidate
previewLiquidateExact
maxLiquidate
maxLiquidateExact
Internal Core Functions
_invest
_divest
Internal View Functions
_shareValue
_sharesForAmount
_spotPriceDy
Last updated