Skip to main content

DropClaimConditions.canClaim() method

Can Claim

Example

// Quantity of tokens to check claimability of
const quantity = 1;
const canClaim = await contract.canClaim(quantity);

Signature:

canClaim(quantity: Amount, addressToCheck?: string): Promise<boolean>;

Parameters

ParameterTypeDescription
quantityAmount
addressToCheckstring(Optional)

Returns:

Promise<boolean>

Remarks

Check if the drop can currently be claimed.