BasicRewardsForwarder
Transfers any received reward tokens to another contract or account.
Last updated
Transfers any received reward tokens to another contract or account.
Last updated
function notifyRewardAmount (uint256 _rewards) external
Called by the Emissions Controller to trigger the processing of the weekly rewards.
The Emissions Controller has already transferred the MTA to this contract.
_rewards
uint256
Units of reward tokens that were distributed to this contract
function setEndRecipient (address _endRecipient) external
Change the endRecipient. Can only be called by mStable governor.
_endRecipient
address
The account the reward tokens are sent to
function getRewardToken () external returns (contract IERC20)
Gets the RewardsToken