FeesVotingReward
Overview
The FeesVotingReward
contract allows to distribute pool fees rewards to users, earned through voting for the pool in question.
FeesVotingReward Methods
notifyRewardAmount
Add rewards for voters to earn.
function notifyRewardAmount(
address _token,
uint256 _amount
) external
Input Parameter
Type
Description
_token
address
The address of token to reward.
_amount
uint256
The amount of token to transfer to rewards
notifyRewardAmountETH
Add ETH rewards for voters to earn.
function notifyRewardAmountETH() external
Last updated