Raw Traces
Chain
Dataset name
pgn.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_0x56e3263d9719be0ab47621f38218133c935587b55485578b3f2d83c489e7bbd8_1 | 14231980 | 0x56e3263d9719be0ab47621f38218133c935587b55485578b3f2d83c489e7bbd8 | 0x507ec8cd46f6fdeecf9cd2522d0d6e329018c6022e68332a3f4c4b7d6fbc571c | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0 | 0x440a5e20000a6fe00000000000000000000000000000000066600c3b0000000001318aab000000000000000000000000000000000000000000000000000000020612132c0000000000000000000000000000000000000000000000000000000000000001b4c197d65106245a6699dfd15168daf903d09236cdfbb992ac1eadcd9306318400000000000000000000000099526b0e49a95833e734eb556a6abaffab0ee167 | null | call | delegatecall | null | 957325 | 24700 | 0 | 0 | null | 1 | call_0x507ec8cd46f6fdeecf9cd2522d0d6e329018c6022e68332a3f4c4b7d6fbc571c_0 | 1717570687 |
| geth_trace_0x11ccb176b6d112d548aded741b1f5f4c2ff4de66aa6a7615862463c44697cd7e_0 | 14231987 | 0x11ccb176b6d112d548aded741b1f5f4c2ff4de66aa6a7615862463c44697cd7e | 0x4f7127dbb6c3c3bb919a69d402705fe4a5fa2289aa6c60421690f480dca38de9 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e20000a6fe00000000000000000000000010000000066600c530000000001318aad00000000000000000000000000000000000000000000000000000001e3583023000000000000000000000000000000000000000000000000000000000000000125a2d1e8a5cce90e8832c18a7cb1c99b209c7db71f4afd5e1f4dfb73fb01d37600000000000000000000000099526b0e49a95833e734eb556a6abaffab0ee167 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x4f7127dbb6c3c3bb919a69d402705fe4a5fa2289aa6c60421690f480dca38de9_ | 1717570701 |
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 |