getRewardsData (asset, reward)
getRewardsByAsset (asset)
claimRewards (assets, amount, to, reward)
reward
for the list of assets. Rewards are received by to
address.claimRewardsOnBehalfOf (assets, amount, user, to, reward)
reward
for the given list of assets on behalf of the user
. Rewards are received by to
address.msg.sender
must be an authorised claimer set using setClaimer()
method, via Governance Vote.claimRewardsToSelf (assets, amount, reward)
msg.sender
specified by reward
for the given list of assets. Rewards are received by msg.sender
.claimAllRewards (assets, to)
to
address.claimAllRewardsOnBehalfOf (assets, user, to)
user
. Rewards are received by to
address.msg.sender
must be an authorised claimer set using setClaimer()
method, via Governance Vote.claimAllRewardsToSelf (assets)
msg.sender
for the given list of assets. Rewards are received by msg.sender
.