claimDistributions
claimDistributionsToInternalBalance
claimDistributionsToCallbackContract
claimDistributions
, takes the following arguments: claimer
- the address of the account claiming tokens) claims
- an array of the claim structs that describes the claim being madedistributionId
- id of the distribution, generally starting at 1distributor
- the address that added the tokens tokenIndex
- the index of the token being claimed (index of the address in the tokens
parameter) merkleProof
- an array of hashes that prove the validity of the claim tokens
- an array of the set of all tokens being claimed, referenced by tokenIndex
. Tokens can be in any order so long as they are indexed correctly.