quartz/wallet/node_modules/@3rdweb/sdk/dist/enums/ClaimEligibility.d.ts
2022-03-04 20:05:23 +08:00

9 lines
525 B
TypeScript

export declare enum ClaimEligibility {
NotEnoughSupply = "There is not enough supply to claim.",
AddressNotAllowed = "This address is not on the allowlist.",
WaitBeforeNextClaimTransaction = "Not enough time since last claim transaction. Please wait.",
AlreadyClaimed = "You have already claimed the token.",
NotEnoughTokens = "There are not enough tokens in the wallet to pay for the claim.",
NoActiveClaimPhase = "There is no active claim phase at the moment. Please check back in later."
}