ABIEvent: {
    hash: string;
    name?: string;
    sig?: string;
    sigAlts?: string[];
    type: "event";
}