Raw Logs
Chain
Dataset name
zora_sepolia.raw_logsVersion
1.1.0Description
Raw logs for events emitted from contracts. Contains the contract address, data, topics, and metadata for blocks and transactions.
Example data
| id | block_number | block_hash | transaction_hash | transaction_index | log_index | address | data | topics | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| log_0x959708cbe4a89f38387766989cff62b329a65727b31b097c73eaded497372307_4 | 96285 | 0x959708cbe4a89f38387766989cff62b329a65727b31b097c73eaded497372307 | 0xc64ebe697a6d02bf81bd6daf92931a6e95746b044f91f45cd8cadcb78abf1ec8 | 11 | 4 | 0xf21d42203af9af1c86e1e8ac501b41f5bc004a0a | 0x | 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b,0x000000000000000000000000f0b44c112630b2423c03080740d1a612474fc12a | 1698272574 |
| log_0xcffbb366c9938ecb7e355a62c818db52baa99bb0b0d552e6fd79b935c3176398_2 | 300563 | 0xcffbb366c9938ecb7e355a62c818db52baa99bb0b0d552e6fd79b935c3176398 | 0x7ffc8b40fadf377031385e72ee8db422c8165d6ab402422a8b91a1d1dbbde61b | 4 | 2 | 0xbc50029836a59a4e5e1bb8988272f46eba0f9900 | 0x0000000000000000000000000000000000000000000000000000000000000001 | 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498 | 1698681130 |
| log_0x820e8e8ab566fe27d022ae2e29a90b923deab90112ddccd40556a965473a585f_8 | 307400 | 0x820e8e8ab566fe27d022ae2e29a90b923deab90112ddccd40556a965473a585f | 0xdb6966e4ff7a492b98166e2877ef3906ecc2db61eb395170ea5a57ad89f7f35f | 8 | 8 | 0xb142a41ce227c4d9ba66e9fdec7e9fb11cd35ac1 | 0x | 0xc1ff5e4744ac8dd2b8027a10e3723b165975297501c71c4e7dcb8796d96375db,0x0000000000000000000000006b28d7c2f8b2c2189e95b89b67886eeb16489a97 | 1698694804 |
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_hash | string |
| transaction_hash | string |
| transaction_index | long |
| log_index | long |
| address | string |
| data | string |
| topics | string |
| block_timestamp | long |