YearnAjnaWETHStakingStrategy
Overview
Constants
address public constant ajna = AJNA_MAINNET; // AJNA token address
IRouter public constant router = IRouter(UNISWAP_V3_ROUTER_MAINNET); // Uniswap V3 router
IStakingRewardsMulti public constant yearnStakingRewards = // Yearn staking rewards contract
IStakingRewardsMulti(0x0Ed535037c013c3628512980C169Ed59Eb805B49);State Variables
uint256 public minSwapAjna; // Minimum amount of AJNA to swapFunctions
Constructor
constructor() initializerInitialization Functions
initialize
Core Functions
liquidateExact
Internal Core Functions
_beforePrepareReturn
_invest
_divest
_liquidatePosition
_unwindRewards
Internal View Functions
_ajnaBalance
_shareBalance
Last updated