NameTypeDescription
timestampintegerUNIX timestamp in seconds.

The zero value corresponds to the 1st of January 1970 at UTC, called the Unix Epoch.
block_numberintegerThe block number (i.e. height) of the event log.
transaction_hashstringThe transaction hash of the event log.
transaction_indexintegerThe position of the transaction in a block of the log.
log_indexintegerThe position of the log within the block.
addressstringThe address of the smart contract that emitted the log.
topic_0stringThe 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_1stringThe second topic of the log (containing bytes data in hexadecimal string format).
datastringThe raw data of the log (containing bytes data in hexadecimal string format).