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
Parameter | Type | Description |
---|---|---|
quantity | Amount | |
addressToCheck | string | (Optional) |
Returns:
Promise<boolean>
Remarks
Check if the drop can currently be claimed.