Raw Traces
Chain
Dataset name
pop_cid.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_0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37_0 | 2 | 0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37 | 0x106727712128d1fcb322e2212b003a3aa35fdedf9f467786391745f2a879a00c | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0x6bf6a42d0000000000000000000000000000000000000000000000000000000005f5e100000000000000000000000000000000000000000000000000000000000051f25200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000005 | null | call | call | null | 0 | 0 | 0 | null | 1 | call_0x106727712128d1fcb322e2212b003a3aa35fdedf9f467786391745f2a879a00c_ | 1708993441 | ||
| geth_trace_0xde9063448d78ea5cd741f972010fbd8f06239714794f506943464563ca82ad6c_13 | 3 | 0xde9063448d78ea5cd741f972010fbd8f06239714794f506943464563ca82ad6c | 0x3fdac6e2a92277c0cb10188c8b27b6978fecb1e9311074ad4fe7cc834cec0aa5 | 2 | 0xa0000e6c85942b9379b2884c33f5786bdca7ee0d | 0x780577f61a09b9e649488bd4df8c41bbfb8e49eb | 0x99a88ec4000000000000000000000000aedb3303138e5aac873d8d4c2b1ec52ba62eeb910000000000000000000000007aaba07b2dcf01614bd389a84e609193a77f0bc5 | null | call | call | null | 27658123 | 3623 | 1 | 3 | null | 1 | call_0x3fdac6e2a92277c0cb10188c8b27b6978fecb1e9311074ad4fe7cc834cec0aa5_3 | 1708993441 | |
| geth_trace_0x36b5a50d84a3906ec07a8aed029400a0cc9fdb76d1b89f8b23eca01f550ac6bc_1 | 5 | 0x36b5a50d84a3906ec07a8aed029400a0cc9fdb76d1b89f8b23eca01f550ac6bc | 0xeb14693e3ace028507844c9bbfae239bc17c7c66f5eee702230d8c5efcfdb4fa | 1 | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 0x0000000000000000000000000000000000000070 | 0xa0188cdb0000000000000000000000000000000000000000000000000000000000989680 | null | call | call | null | 20000000 | 21474 | 0 | null | 1 | call_0xeb14693e3ace028507844c9bbfae239bc17c7c66f5eee702230d8c5efcfdb4fa_ | 1708993458 |
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 |