Raw Logs
Chain
Dataset name
pop_cloud.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_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_13 | 3 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 0x754a18008ee6ee3eaf8939a1f94526dd26f268aabeb9950282914fa11784588b | 2 | 13 | 0xf8e219434c37624f99bfb772549fb23198b0a7fd | 0x | 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d,0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63,0x000000000000000000000000f0476f0d77dfc7de4cb3a4dad592a87dac643ad8,0x000000000000000000000000a0000e6c85942b9379b2884c33f5786bdca7ee0d | 1718700721 |
| log_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_24 | 3 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 0x754a18008ee6ee3eaf8939a1f94526dd26f268aabeb9950282914fa11784588b | 2 | 24 | 0x67339bed8c5117a28e501020bc780dde90947900 | 0x | 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0,0x000000000000000000000000a0000e6c85942b9379b2884c33f5786bdca7ee0d,0x000000000000000000000000f8e219434c37624f99bfb772549fb23198b0a7fd | 1718700721 |
| log_0x0e304af96b2b5612f686de734677813c098b2f98e7bebd15ea5f65aec1967727_0 | 7 | 0x0e304af96b2b5612f686de734677813c098b2f98e7bebd15ea5f65aec1967727 | 0x30dd356de95d190a5d9f6fe73f60eb208ca68f8eacd5ab3bf3dd370c11d46c60 | 1 | 0 | 0x0000000000000000000000000000000000000070 | 0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002457f585db000000000000000000000000252431e84d5e22435a0c833c2220770c52f5963300000000000000000000000000000000000000000000000000000000 | 0x3c9e6a772755407311e3b35b3ee56799df8f87395941b3a658eee9e08a67ebda,0x57f585db00000000000000000000000000000000000000000000000000000000,0x000000000000000000000000f0476f0d77dfc7de4cb3a4dad592a87dac643ad8 | 1718701165 |
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 |