Raw Logs
Chain
Dataset name
abstract.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_0xbb77aa496662b74ee5cc762b61751a53edbb5aedcd077c8e48e6339dbb27d7ac_32 | 1 | 0xbb77aa496662b74ee5cc762b61751a53edbb5aedcd077c8e48e6339dbb27d7ac | 0x891f1e505fa5c114d1ba50bd0d0cd5f9497bddcb95fd619e50923e89f552e3f0 | 5 | 32 | 0x954ba8223a6bfec1cc3867139243a02ba0bc66e4 | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000039f71318a250d30aba4d04c6b55d6ba91b40135a | 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f | 1729881083 |
| log_0x02eaeb12db783c7115bb4a4744957baf9fbcb3d17ee7ac24df0e609133d2b8f9_5 | 6 | 0x02eaeb12db783c7115bb4a4744957baf9fbcb3d17ee7ac24df0e609133d2b8f9 | 0x9e8b55417e5df6494f0f29bfddc410b2fa0332e52f7545ea3e6e614bdfa3cd7b | 0 | 5 | 0x000000000000000000000000000000000000800a | 0x0000000000000000000000000000000000000000000000000000955d5a363880 | 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef,0x0000000000000000000000000000000000000000000000000000000000008001,0x0000000000000000000000006f6426a9b93a7567fcccbfe5d0d6f26c1085999b | 1730298083 |
| log_0xf38161a658f3a54506bb8b9574d9653d55cb7716089eb6cce8e6a6641e8345e5_1 | 12 | 0xf38161a658f3a54506bb8b9574d9653d55cb7716089eb6cce8e6a6641e8345e5 | 0x2041c707bb7598a0be85cbf6895bede58c4d415fd90da60c03cb02eeab93152d | 0 | 1 | 0x000000000000000000000000000000000000800a | 0x0000000000000000000000000000000000000000000000000000000000000001 | 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef,0x000000000000000000000000e85b66fca403bc35bcae17ce7758e942aea65dc0,0x000000000000000000000000e85b66fca403bc35bcae17ce7758e942aea65dc0 | 1730310230 |
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 |