Class NoContractAddressUponReceiptError

This error is thrown when we receive a transaction receipt for a contract deployment without a contract address on it.

NoContractAddressUponReceiptError

Hierarchy

  • Error
    • NoContractAddressUponReceiptError

Constructors

Properties

stackTraceLimit: number
receipt: TransactionReceipt

The raw receipt we receive from waitForTransactionReceipt

name: string
message: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void