getTotalClaimedSupply

Retrieves the total claimed supply of ERC721 tokens.

Example

import { getTotalClaimedSupply } from "thirdweb/extensions/erc721";
const totalClaimedSupply = await getTotalClaimedSupply({
contract,
});

Parameters

Returns

A promise that resolves to the total claimed supply as a bigint.