type ClaimTokenParams = { amount: Amount; checkERC20Allowance?: boolean; to: WalletAddress;};
type amount = Amount;
type checkERC20Allowance = boolean;
type to = WalletAddress;