Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[key: string]: ContractFunction | any

Index

Constructors

constructor

Properties

_deployedPromise

_deployedPromise: Promise<Contract>

_runningEvents

_runningEvents: {}

Type declaration

  • [eventTag: string]: RunningEvent

_wrappedEmits

_wrappedEmits: {}

Type declaration

  • [eventTag: string]: (...args: any[]) => void
      • (...args: any[]): void
      • Parameters

        • Rest ...args: any[]

        Returns void

Readonly address

address: string

Readonly callStatic

callStatic: {}

Type declaration

Readonly deployTransaction

deployTransaction: TransactionResponse

Readonly estimateGas

estimateGas: {}

Type declaration

Readonly filters

filters: {}

Type declaration

Readonly functions

functions: {}

Type declaration

Readonly interface

interface: Interface

Readonly populateTransaction

populateTransaction: {}

Type declaration

Readonly provider

provider: Provider

Readonly resolvedAddress

resolvedAddress: Promise<string>

Readonly signer

signer: Signer

Methods

_checkRunningEvents

  • _checkRunningEvents(runningEvent: RunningEvent): void
  • Parameters

    • runningEvent: RunningEvent

    Returns void

_deployed

_wrapEvent

attach

  • attach(addressOrName: string): Contract
  • Parameters

    • addressOrName: string

    Returns Contract

connect

deployed

emit

  • emit(eventName: string | EventFilter, ...args: any[]): boolean
  • Parameters

    Returns boolean

fallback

listenerCount

  • listenerCount(eventName?: string | EventFilter): number

listeners

off

on

once

queryFilter

removeAllListeners

removeListener

Static getContractAddress

  • getContractAddress(transaction: { from: string; nonce: BigNumberish }): string

Static getInterface

Static isIndexed

  • isIndexed(value: any): value is Indexed
  • Parameters

    • value: any

    Returns value is Indexed

Legend

  • Variable
  • Interface
  • Class

Generated using TypeDoc