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.

ParameterTypeDescription

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 updated