enum ClaimEligibility { AddressNotAllowed, AlreadyClaimed, ClaimPhaseNotStarted, NoActiveClaimPhase, NoClaimConditionSet, NoWallet, NotEnoughSupply, NotEnoughTokens, OverMaxClaimablePerWallet, Unknown, WaitBeforeNextClaimTransaction, WrongPriceOrCurrency,}
"This address is not on the allowlist.";
"You have already claimed the token.";
"Claim phase has not started yet.";
"There is no active claim phase at the moment. Please check back in later.";
"There is no claim condition set.";
"No wallet connected.";
"There is not enough supply to claim.";
"There are not enough tokens in the wallet to pay for the claim.";
"Cannot claim more than maximum allowed quantity.";
"No claim conditions found.";
"Not enough time since last claim transaction. Please wait.";
"Incorrect price or currency.";