Raw Logs
Chain
Dataset name
stable.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_0x2374a5e9036b088c555acc62d3e403f7e86b891649810bb2b116873a77405eff_0 | 13606250 | 0x2374a5e9036b088c555acc62d3e403f7e86b891649810bb2b116873a77405eff | 0x1ded916ac50d696d2b9667db02e9d0b9e1708e900b4b9bf97b5f5f9893c050fe | 0 | 0 | 0x6165211bef5bf1fe2697dbaa912d907e9fd4c5b1 | 0x0000000000000000000000000000000000000000000000000000002e42865a5445544800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000069941edb | 0xf36866d965ee70c8632ff558f5cf8d41ee9ca1d0d0bc7700786e57be60747390 | 1771314907 |
| log_0xebd767d53355b473fdca086b2420fa7ac08cd2169486e7aa063d178304344760_2 | 13606951 | 0xebd767d53355b473fdca086b2420fa7ac08cd2169486e7aa063d178304344760 | 0x9cea382ab8ef9bc28818287ee60b780441ab22ac0bae571ae63e553d3a9947d6 | 0 | 2 | 0x3fd9ad7dc98e98c5e3fab8d20f8aaee5f7809933 | 0x000ae4817134981c6c051485f90f63519f766b97d18e77b5e12f2da85e087e21000000000000000000000000000000000000000000000000000000000000e017 | 0x198d6990ef96613a9026203077e422916918b03ff47f0be6bee7b02d8e139ef0,0x0000000000000000000000000000000000000000000000000000000000000000 | 1771315395 |
| log_0x21a412c154498ab557f9b7b681041893fae3e68d052c9af7f9fc52203e57a479_5 | 13607009 | 0x21a412c154498ab557f9b7b681041893fae3e68d052c9af7f9fc52203e57a479 | 0x1297098d23eab8c8d2063f58850929432ddd25779b261e91f79cfd8a46da285e | 1 | 5 | 0x0000000071727de22e5e9d8baf0edac6f37da032 | 0x0000000000000000000000000000000000000000000863030000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000013453559d1b000000000000000000000000000000000000000000000000000000000000045b28 | 0x49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f,0x3b3f1638c6a7a9510471ab23fdd11ab2d9d74b3a07c0a7b512878f13a3a1194b,0x0000000000000000000000002fe0a1e67f077401afe701abda74bc2df0b2cdd2,0x00000000000000000000000000000000000667f27d4db42334ec11a25db7ebb4 | 1771315435 |
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 |