If included, will restrict to events emitted by the given address.
NOTE: In the contract instance decoder, if omitted, defaults to the address of the contract instance being decoded, rather than not filtering by address. However, this behavior can be turned off by explicitly specifying address as undefined.
The earliest block to include events from. Defaults to "latest".
If included, the name parameter will restrict to events with the given name.
The latest block to include events from. Defaults to "latest".
Generated using TypeDoc
The type of the options parameter to events(). This type will be expanded in the future as more filtering options are added.