isClaimed

Calls the "isClaimed" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.