useTotalCount
Hook to get the total count of unique NFTs minted on a smart contract.
Available to use on smart contracts that implement the ERC721
or ERC1155
standard.
When used for ERC1155 contracts, the total count is the number of unique token IDs minted, not the total supply of all tokens in circulation.