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