Function useClaimedNFTSupply

  • Get the total number of claimed NFTs

    Parameters

    • contract: RequiredParam<null | SmartContract<BaseContract> | NFTDrop | SignatureDrop>

      an instance of a contract that extends the ERC721 spec (NFT drop, Signature Drop, or any custom contract that extends the ERC721 spec)

    Returns UseQueryResult<BigNumber, unknown>

    a response object that includes the number of NFTs that are claimed

    Twfeature

    ERC721LazyMintable

    See

    Documentation

Generated using TypeDoc