Readonly
[internal]Readonly
fallbackThe fallback or receive function if any.
Readonly
runnerThe connected runner. This is generally a [[Provider]] or a [[Signer]], which dictates what operations are supported.
For example, a Contract connected to a [[Provider]] may only execute read-only operations.
Readonly
targetThe target to connect to.
This can be an address, ENS name or any [[Addressable]], such as
another contract. To get the resovled address, use the getAddress
method.
Alias for [on].
Optional
runner: null | ContractRunnerOptional
eventName: stringRemove the %%listener%% from the listeners for %%event%% or remove all listeners if unspecified.
Optional
listener: ListenerOptional
fromBlockOrBlockhash: string | numberOptional
toBlock: string | numberOptional
fromBlockOrBlockhash: string | numberOptional
toBlock: string | numberOptional
event: TCEventAlias for [off].
@_ignore: