AbiInternalType:
    | ResolvedAbiType
    | `address ${string}`
    | `contract ${string}`
    | `enum ${string}`
    | `struct ${string}`