Last updated 2 years ago
This event triggers when rewards are restaked into a liquidity pool.
event RewardsStaked( Token indexed pool, uint256 indexed programId, address indexed provider, uint256 amount );
This event can be used to:
Monitor reward restakes
This event is triggered by the following functions:
stakeRewards()
pool
Token address
The token address of the received tokens
programId
uint256
The ID of the rewards program
provider
address
The address of the user
amount
The number of tokens received