Set Reward Recipient
Set the wallet where rewards in the vault are transferred. There can only be one reward recipient at a time. The reward recipient can be changed at any time by setting a new reward recipient.
Method: setRewardRecipient(recipient)
Arguments:recipient
(address) – The wallet address where rewards will be sent.
Permissions: DEFAULT_ADMIN_ROLE
Events: When called, the method emits a RewardsRecipientChanged
event.
Updated 4 days ago