Raw Logs
Chain
Dataset name
shrapnel.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_0x75d5ac8ae8213fcf7e9aeb5bfec0b6353d8dce18683270cd8618016251d4040b_5 | 1201068 | 0x75d5ac8ae8213fcf7e9aeb5bfec0b6353d8dce18683270cd8618016251d4040b | 0x0a3abd6bf1344fdbdc67e3e5faeb284b268f18d3dd398caa7b917a7fa1fa4e51 | 0 | 5 | 0xe1434a824a13022307d803166d7b460a5daf77d1 | 0x000000f7000000000000000000000000000000000000000000000000000000dc0000000000000000000000000000000000000000000000000000000000000001 | 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62,0x0000000000000000000000006093fca661be01931b7c6b179d6d41617e3529a1,0x0000000000000000000000003749bf15e8e03b6c4eba46a97c13ccc431d19761,0x000000000000000000000000e0df5141890ce715e64ea43f789a8b9a985e56ef | 1712611692 |
| log_0x843efaedfca55b7fb60b6268368d4a60a502d7b96a0115204792e16dac57aad8_1 | 1201071 | 0x843efaedfca55b7fb60b6268368d4a60a502d7b96a0115204792e16dac57aad8 | 0x31046eb41d4475583fd48ab8a7c80670d528be0b4908018720a6dd68098fdac8 | 0 | 1 | 0x9a970b8d84f299ce1dded3d06e2426243d79e33f | 0x0000000000000000000000000000000000000000000002288815ae705ec96810 | 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925,0x000000000000000000000000e0df5141890ce715e64ea43f789a8b9a985e56ef,0x000000000000000000000000678acd322c837fe50d576b98a90033855c1f0699 | 1712611701 |
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 |