address property

EthereumAddress? address
final

The optional address to limit this filter to. If not null, only logs emitted from the contract at address will be considered. Otherwise, all log events will be reported.

Implementation

final EthereumAddress? address;