getTotalUnclaimedSupply

Retrieves the total unclaimed supply of ERC721 tokens.

Example

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

Parameters

Returns

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