isClaimed

Calls the "isClaimed" function on the contract.

Example

import { isClaimed } from "thirdweb/extensions/airdrop";
const result = await isClaimed({
contract,
receiver: ...,
token: ...,
tokenId: ...,
});
function isClaimed(
): Promise<boolean>;

Parameters

The options for the isClaimed function.

Type

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.