Calls the "isClaimed" function on the contract.
import { isClaimed } from "thirdweb/extensions/airdrop"; const result = await isClaimed({ contract, receiver: ..., token: ..., tokenId: ...,});
function isClaimed( options: BaseTransactionOptions<IsClaimedParams>,): Promise<boolean>;
The options for the isClaimed function.
let options: BaseTransactionOptions<IsClaimedParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.