Raw Traces
Chain
Dataset name
basecamp.raw_tracesVersion
1.0.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| id | block_number | block_hash | transaction_hash | transaction_index | from_address | to_address | value | input | output | trace_type | call_type | reward_type | gas | gas_used | subtraces | trace_address | error | status | trace_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geth_trace_0xf1273cc636df349c12410b6889cf15febd13117c1b620b4eac828d34be27634f_0 | 111480 | 0xf1273cc636df349c12410b6889cf15febd13117c1b620b4eac828d34be27634f | 0x5b2333799ea024c4c82fbd8aef65461de0951b9f479fe035494433196d133b37 | 0 | 0xd1f240f1188f78195a23a3e5a69697235a5ca75e | 0x56e7e9cacd8c03581569fec7c28fce74d2fb601b | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0x5b2333799ea024c4c82fbd8aef65461de0951b9f479fe035494433196d133b37_ | 1738870201 | ||
| geth_trace_0x59dcb8f8490f4163c87ec9d88eeaf8a62fe658ea5604cc5f18d2f7e8a63eb128_0 | 213340 | 0x59dcb8f8490f4163c87ec9d88eeaf8a62fe658ea5604cc5f18d2f7e8a63eb128 | 0xd03b58088f8f79d356b12ffd3685989e287cdbd08d65e210ee3d7871e2f21d1b | 0 | 0x071a42ffda69d5de326d9cdf1b664dfa43edb83a | 0xa0f248a19c6e236f7b2bf76f77d4e25b459dbcdd | 0x6a62784200000000000000000000000097803f0eebbe8e0cbd8c7ef6bfcfacdbe31a9f66 | null | call | call | null | 94597 | 93643 | 0 | null | 1 | call_0xd03b58088f8f79d356b12ffd3685989e287cdbd08d65e210ee3d7871e2f21d1b_ | 1738972061 | ||
| geth_trace_0x09fb599ff364858fc16e542142647089c8ae1aece1ed290cf78bd8e792d5c9d1_0 | 219596 | 0x09fb599ff364858fc16e542142647089c8ae1aece1ed290cf78bd8e792d5c9d1 | 0x2af529153f580f4d0a1b4d05c0790a44b0b5f328a8f8daac55b6cd28fceec514 | 0 | 0x071a42ffda69d5de326d9cdf1b664dfa43edb83a | 0xa0f248a19c6e236f7b2bf76f77d4e25b459dbcdd | 0x6a6278420000000000000000000000002b4389ab28ef40288d21eb7a7c49d07b00d75638 | null | call | call | null | 60250 | 59431 | 0 | null | 1 | call_0x2af529153f580f4d0a1b4d05c0790a44b0b5f328a8f8daac55b6cd28fceec514_ | 1738978317 |
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_hash | string |
| transaction_hash | string |
| transaction_index | long |
| from_address | string |
| to_address | string |
| value | decimal |
| input | string |
| output | string |
| trace_type | string |
| call_type | string |
| reward_type | string |
| gas | long |
| gas_used | long |
| subtraces | long |
| trace_address | string |
| error | string |
| status | long |
| trace_id | string |
| block_timestamp | long |