Properties
Optional compilationId
compilationId?: string
Optional contractId
contractId?: number
Optional contractName
contractName?: string
Optional fallbackAbi
fallbackAbi?: {
fallback: FallbackEntry;
receive: ReceiveEntry;
}
Type declaration
-
fallback: FallbackEntry
-
receive: ReceiveEntry
Optional immutableReferences
immutableReferences?: ImmutableReferences
isConstructor
isConstructor: boolean
Optional linearizedBaseContracts
linearizedBaseContracts?: number[]
Optional payable
payable?: boolean