address of the contract that generated the event
hash of the block in which the transaction was included
block in which the transaction was included
supplied by the contract, usually ABI-encoded
index of the log in the block
The Removed field is true if this log was reverted due to a chain reorganisation. You must pay attention to this field if you receive logs through a filter query.
list of topics provided by the contract.
hash of the transaction
index of the transaction in the block
Generated using TypeDoc
Log represents an protobuf compatible Ethereum Log that defines a contract log event. These events are generated by the LOG opcode and stored/indexed by the node.