topics property

List<EthereumData>? topics

Topics. List of 0 to 4 32 of indexed log arguments. (In solidity: The first topic is the hash of the signature of the event (e.g. Deposit(address,bytes32,uint256)), except you declared the event with the anonymous specifier.)

Implementation

List<EthereumData>? get topics => _topics;