enum ClaimEligibility {
AddressNotAllowed,
AlreadyClaimed,
ClaimPhaseNotStarted,
NoActiveClaimPhase,
NoClaimConditionSet,
NotEnoughSupply,
NotEnoughTokens,
NoWallet,
OverMaxClaimablePerWallet,
Unknown,
WaitBeforeNextClaimTransaction,
WrongPriceOrCurrency,
}