Skip to main content

DropErc1155History.getAllClaimerAddresses() method

Get all claimer addresses

Example

const tokenId = "0";
const allClaimerAddresses = await contract.history.getAllClaimerAddresses(
tokenId,
);

Signature:

getAllClaimerAddresses(tokenId: BigNumberish): Promise<string[]>;

Parameters

ParameterTypeDescription
tokenIdBigNumberishthe tokenId of the NFT to get the addresses of*

Returns:

Promise<string[]>

  • A unique list of addresses that claimed the token

Remarks

Get a list of all the addresses that have claimed a token