Name | Type | Description |
---|---|---|
timestamp | integer | UNIX timestamp in seconds. The zero value corresponds to the 1st of January 1970 at UTC, called the Unix Epoch. |
block_number | integer | The block number (i.e. height) of the event log. |
transaction_hash | string | The transaction hash of the event log. |
transaction_index | integer | The position of the transaction in a block of the log. |
log_index | integer | The position of the log within the block. |
address | string | The address of the smart contract that emitted the log. |
topic_0 | string | The first topic of the log (containing bytes data in hexadecimal format). The first topic corresponds to the signature of the event of the log. |
topic_1 | string | The second topic of the log (containing bytes data in hexadecimal string format). |
data | string | The raw data of the log (containing bytes data in hexadecimal string format). |