DOCS

useClaimedNFTSupply

Get the total number of claimed NFTs

Parameters

Returns

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

type ReturnType = UseQueryResult<BigNumber, unknown>;