stakeRewards()
This function is in the StandardRewards.sol contract.
Last updated
This function is in the StandardRewards.sol contract.
Last updated
This function is used to claim & stake pending rewards from one or more standard rewards programs.
The function accepts a list of reward program IDs as arguments and returns the number of reward tokens claimed & staked, and the number of pool tokens received.
Name | Type | Description |
---|---|---|
Variable Type | Returns |
---|---|
ids
uint256[]
This is an array of reward program IDs.
uint256
The amount of rewards claimed.
uint256
The amount of pool tokens received.