ClaimEligibility enum
Signature:
export declare enum ClaimEligibility
Enumeration Members
Member | Value | Description |
---|---|---|
AddressNotAllowed | "This address is not on the allowlist." | |
AlreadyClaimed | "You have already claimed the token." | |
NoActiveClaimPhase | "There is no active claim phase at the moment. Please check back in later." | |
NoClaimConditionSet | "There is no claim condition set." | |
NotEnoughSupply | "There is not enough supply to claim." | |
NotEnoughTokens | "There are not enough tokens in the wallet to pay for the claim." | |
NoWallet | "No wallet connected." | |
Unknown | "No claim conditions found." | |
WaitBeforeNextClaimTransaction | "Not enough time since last claim transaction. Please wait." |