Options
Public
  • Public
  • Public/Protected
  • All
Menu

Class ContractNotFoundError

This error indicates that the contract you are attempting to decode could not be found in the project info. This error will be thrown if you attempt to spawn a contract decoder or contract instance decoder for a contract not appearing in the project info.

Hierarchy

  • Error
    • ContractNotFoundError

Index

Constructors

constructor

  • new ContractNotFoundError(contractName: string, bytecode: string, deployedBytecode: string, address: string): ContractNotFoundError

Properties

address

address: string

bytecode

bytecode: string

contractName

contractName: string

deployedBytecode

deployedBytecode: string

message

message: string

name

name: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc