Raw Traces
Chain
Dataset name
pop_cloud.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_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_4 | 3 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 0x700721644df596a8b4a1a6aa8bf1433a9d2264be567a02261e48717eb353bb38 | 1 | 0xb776705700774a40b73b4e3509ae01c7ef05cb20 | 0xf0476f0d77dfc7de4cb3a4dad592a87dac643ad8 | 0x | null | invalid | null | null | 0 | 0 | 0 | 2 | null | 1 | invalid_0x700721644df596a8b4a1a6aa8bf1433a9d2264be567a02261e48717eb353bb38_2 | 1718700721 | |
| geth_trace_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_6 | 3 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 0x700721644df596a8b4a1a6aa8bf1433a9d2264be567a02261e48717eb353bb38 | 1 | 0xb776705700774a40b73b4e3509ae01c7ef05cb20 | 0xf0476f0d77dfc7de4cb3a4dad592a87dac643ad8 | úÅÙü | 0x | null | invalid | null | null | 0 | 0 | 0 | 4 | null | 1 | invalid_0x700721644df596a8b4a1a6aa8bf1433a9d2264be567a02261e48717eb353bb38_4 | 1718700721 |
| geth_trace_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_17 | 3 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 0x754a18008ee6ee3eaf8939a1f94526dd26f268aabeb9950282914fa11784588b | 2 | 0xf8e219434c37624f99bfb772549fb23198b0a7fd | 0x0898fa0868978d40850cec0c01bb725a0b728c7a | 0x946d9204000000000000000000000000f8e219434c37624f99bfb772549fb23198b0a7fd00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f0476f0d77dfc7de4cb3a4dad592a87dac643ad80000000000000000000000002ed09cf322e3687e4ea695ae3530a273c4e6dc06 | null | call | delegatecall | null | 28761062 | 147397 | 0 | 5,0 | null | 1 | call_0x754a18008ee6ee3eaf8939a1f94526dd26f268aabeb9950282914fa11784588b_5_0 | 1718700721 |
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 |