useUnclaimedNFTSupply
Hook for fetching the number of unclaimed NFTs from an NFT/Edition Drop contract.
Unclaimed NFTs are tokens that were lazy-minted but have not yet been claimed by a user.
Available to use on contracts that implement the LazyMint
extension;
such as the NFT Drop contract.
Example
Parameters
Returns
The hook's data
property, once loaded, contains a BigNumber
representing the number of unclaimed NFTs.