Events
Strategy Registered
_strategyAddress: address of the newly registered strategy.
_principalTokenAddress: address of the newly registered strategyβs principal token.
_fTokenAddress: address of the newly registered strategyβs fToken.
Staked
_stakeId: ID of the newly created stake.
Unstaked
_stakeId: ID of the stake from which funds were unstaked.
_tokensReturned: amount of principal tokens withdrawn from stake.
_fTokensBurned: amount of fTokens burned to perform the unstake.
_stakeFinished: true if all staked tokens were removed from stake, false otherwise.
NFT Issued
_stakeId: ID of the stake.
nftId: ID of the newly minted NFT.
Last updated