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.
Allows decodings that don't pass the re-encoding test. Don't turn this on unless you know what you're doing!
Used to indicate whether "extra" event decodings -- event decodings from
non-library contracts other than the one that appears to have emitted
the event -- should be returned. Defaults to "off"
.
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 [[WireDecoder.events|events()]]. This type will be expanded in the future as more filtering options are added.