Readonly
[internal]Readonly
fallbackThe fallback or receive function if any.
Readonly
filtersAll the Events available on this contract.
The contract Interface.
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].
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Remove the %%listener%% from the listeners for %%event%% or remove all listeners if unspecified.
Optional
listener: ListenerAdd an event %%listener%% for the %%event%%.
Add an event %%listener%% for the %%event%%, but remove the listener after it is fired once.
Provide historic access to event data for %%event%% in the range
%%fromBlock%% (default: 0
) to %%toBlock%% (default: "latest"
)
inclusive.
Optional
fromBlock: BlockTagOptional
toBlock: BlockTagRemove all the listeners for %%event%% or remove all listeners if unspecified.
Optional
event: ContractEventNameAlias for [off].
Resolve to this Contract once the bytecode has been deployed, or resolve immediately if already deployed.
@_ignore: