Skip to main content

DropErc1155ClaimConditions.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

ParameterTypeDescription
tokenIdBigNumberishthe token id to check
quantityBigNumberishThe desired quantity that would be claimed.
addressToCheckstring(Optional) The wallet address, defaults to the connected wallet.

Returns:

Promise<ClaimEligibility[]>