export type CallData = { to: `0x${string}`; value: bigint; data: `0x${string}`; };