Skip to main content

DropClaimConditions.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(quantity: Amount, addressToCheck?: string): Promise<ClaimEligibility[]>;

Parameters

ParameterTypeDescription
quantityAmountThe desired quantity that would be claimed.
addressToCheckstring(Optional) The wallet address, defaults to the connected wallet.

Returns:

Promise<ClaimEligibility[]>