Raw Logs
Chain
Dataset name
sanko.raw_logsVersion
1.0.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_0x61888648b08502f53761c12147f4c37eb30fe667c4244cf5ae064c40004d1c62_19 | 10 | 0x61888648b08502f53761c12147f4c37eb30fe667c4244cf5ae064c40004d1c62 | 0x14fc9330b041e274cb7b1d92ef1607881896400c8dac2b4c7d0b8bb75a144c1e | 2 | 19 | 0xaf574bbe2139e39f560c4db1a118e1245ac0983d | 0x | 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b,0x00000000000000000000000085880fd929fb0be7b2185f0ccc84c03df814e7db | 1712958611 |
| log_0xae14fa3874ea6604692c92e0d92f69ab35e2ec45b1108dcaf81a027fa175efe6_3 | 13 | 0xae14fa3874ea6604692c92e0d92f69ab35e2ec45b1108dcaf81a027fa175efe6 | 0xdea3bab20e62a1c55b44092361082e867dbb16ea12a281bc3a1deddc10cce253 | 2 | 3 | 0x0000000000000000000000000000000000000070 | 0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000242b352fae000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x3c9e6a772755407311e3b35b3ee56799df8f87395941b3a658eee9e08a67ebda,0x2b352fae00000000000000000000000000000000000000000000000000000000,0x0000000000000000000000002746eb55dc0bf1d7ac0acb37bc0e3cbd67e95df0 | 1712958625 |
| log_0xf6fcea00f748820c13a0450776747e480e391413c0d13251eb762bc44ef6691c_5 | 72 | 0xf6fcea00f748820c13a0450776747e480e391413c0d13251eb762bc44ef6691c | 0x11ae1d01d5f32934c74b024bb81d453b201f768396a764a9fcf9cfb481e7be2e | 2 | 5 | 0xaf574bbe2139e39f560c4db1a118e1245ac0983d | 0x0000000000000000000000000000000000000000000000000000000000001194 | 0xc7f2e9c55c40a50fbc217dfc70cd39a222940dfa62145aa0ca49eb9535d4fcb2,0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831,0x00000000000000000000000072714874522d9b27dcacb7a1aaca68f78b6b664e,0x00000000000000000000000072714874522d9b27dcacb7a1aaca68f78b6b664e | 1713778267 |
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 |