Function useUnclaimedNFTSupply

  • 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 unclaimed

    Twfeature

    ERC721LazyMintable

    See

    Documentation

Generated using TypeDoc