Hierarchy

  • Context

Properties

binary: string
compilationId?: string
compiler?: CompilerVersion
context: string
contractId?: number
contractKind?: ContractKind
contractName?: string
fallbackAbi?: {
    fallback: FallbackEntry;
    receive: ReceiveEntry;
}

Type declaration

  • fallback: FallbackEntry
  • receive: ReceiveEntry
immutableReferences?: ImmutableReferences
isConstructor: boolean
linearizedBaseContracts?: number[]
payable?: boolean

Generated using TypeDoc