Disperse Forwarder
Transfers reward tokens to a list of off-chain calculated recipients and amounts.
function disperseToken (address[] recipients, uint256[] values) external
Transfers reward tokens to a list of recipients with amounts.
Parameter | Type | Description |
---|---|---|
recipients | address[] | Array of address that are to receive token rewards. |
values | uint256[] | Array of reward token amounts for each recipient including decimal places. |
Last modified 1yr ago