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.
Optional
eventName: stringOptional
fromBlockOrBlockhash: string | numberOptional
toBlock: string | numberOptional
fromBlockOrBlockhash: string | numberOptional
toBlock: string | numberOptional
event: TCEvent
@_ignore: