typescript-sdk

Home > @3rdweb/sdk > BundleDropModule > getClaimIneligibilityReasons

BundleDropModule.getClaimIneligibilityReasons() method

For any claim conditions that a particular wallet is violating, this function returns human readable information about the breaks in the condition that can be used to inform the user.

Signature:

getClaimIneligibilityReasons(tokenId: BigNumberish, quantity: BigNumberish, addressToCheck?: string): Promise<ClaimEligibility[]>;

Parameters

Parameter Type Description
tokenId BigNumberish The token id that would be claimed.
quantity BigNumberish The desired quantity that would be claimed.
addressToCheck string The address that would be claiming the token.

Returns:

Promise<ClaimEligibility[]>