type AbiEvent = { comment: string; inputs: z.output<typeof AbiTypeSchema>[]; name: string; outputs: z.output<typeof AbiTypeSchema>[]; };