type CanClaimParams = { claimer: string; from?: string } & ( | { quantityInWei: bigint } | { quantity: string });