Raw Traces
Chain
Dataset name
orderly.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_0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c_478 | 14648342 | 0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c | 0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42 | 1 | 0x14a6342a8c1ef9856898f510fcce377e46668f33 | 0x4e3b94c0a8f0e3ba0384e0a2c4bb995970cedd83 | 0x0587f413caf4dffbbf83b8f5c74bb2946baeb3da1c6c7fc6290a899b18e95bb6f11c0503 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | delegatecall | null | 24453076 | 568 | 0 | 0,0,53,0,0,0,0 | null | 1 | call_0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42_0_0_53_0_0_0_0 | 1725904911 | |
| geth_trace_0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c_484 | 14648342 | 0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c | 0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42 | 1 | 0x6f7a338f2aa472838defd3283eb360d4dff5d203 | 0xae0f191888aa580621b30ee41fffb4a077463044 | 0x0b16ebe4122f69e74ea7114c463a346dcb385f12acc7261b44279d7002e7511947de765acaf4dffbbf83b8f5c74bb2946baeb3da1c6c7fc6290a899b18e95bb6f11c0503d6aca1be9729c13d677335161321649cccae6a591554772516700f986f942eaaffffffffffffffffffffffffffffffffffffffffffffffffffffffffe3ddda00fffffffffffffffffffffffffffffffffffffffffffffffffffffffffd073cb0000000000000000000000000000000000000000000000000000000003ef5dbe000000000000000000000000000000000000000000000000000000000000074db000000000000000000000000000000000000000000000000000ca9b6435f7800000000000000000000000000000000000000000000000000000000001bceb40900000000000000000000000000000000000000000000000017f3a55d91005dbe00000000000000000000000000000000000000000000000000000191d7f2dd480000000000000000000000000000000000000000000000000000000000000001 | null | call | delegatecall | null | 25612461 | 25804 | 1 | 0,0,54,0 | null | 1 | call_0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42_0_0_54_0 | 1725904911 | |
| geth_trace_0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c_486 | 14648342 | 0x847fa760dc1458c98233bdec63f5825ef19aea752d3dccf742cd0f76a818c17c | 0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42 | 1 | 0x6f7a338f2aa472838defd3283eb360d4dff5d203 | 0x14a6342a8c1ef9856898f510fcce377e46668f33 | null | 0x0587f413caf4dffbbf83b8f5c74bb2946baeb3da1c6c7fc6290a899b18e95bb6f11c0503 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | staticcall | null | 24814748 | 1171 | 1 | 0,0,54,0,0,0 | null | 1 | call_0xaf76e3cee79cac33adb531d466a5efc4e3124acebcaf6abfbac01ab351b9ad42_0_0_54_0_0_0 | 1725904911 |
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 |