Class DropErc1155History

Manages history for Edition Drop contracts

Hierarchy

  • DropErc1155History

Constructors

Properties

Methods

Constructors

Properties

events: ContractEvents<PrebuiltEditionDrop>

Methods

  • Get all claimer addresses

    Parameters

    • tokenId: BigNumberish

      the 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

    Example

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

Generated using TypeDoc