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