Raw Traces
Chain
Dataset name
arc_testnet.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_0x39c5aca30d6be41c1d113cbea12ccfa1eda29aae183964f527cb15491df495e6_1 | 84637 | 0x39c5aca30d6be41c1d113cbea12ccfa1eda29aae183964f527cb15491df495e6 | 0xb4053ed2e20ca9305f4c43d098836109685572d2641275d8c8de32b4258363a5 | 0 | 0x3600000000000000000000000000000000000000 | 0xf44daeafa093c414441a1fd668ac4acc73855e7d | 0x40c10f19000000000000000000000000cade5cc0258143561b7d87610f059e6373b7fb180000000000000000000000000000000000000000000000000000000000989680 | null | call | delegatecall | null | 33079 | 33079 | 2 | 0 | out of gas | 0 | call_0xb4053ed2e20ca9305f4c43d098836109685572d2641275d8c8de32b4258363a5_0 | 1757593101 | |
| geth_trace_0x29febbcbf41c4bdfd476315192e18b524c924da04c079eb99e91522a0aa02123_1 | 89355 | 0x29febbcbf41c4bdfd476315192e18b524c924da04c079eb99e91522a0aa02123 | 0xd9c0c6e402c414b8a074ae1bdb2daf61cc4967958b19b924207383541eb3357f | 0 | 0x3600000000000000000000000000000000000000 | 0xf44daeafa093c414441a1fd668ac4acc73855e7d | 0x40c10f19000000000000000000000000dd595e71e8de9115353bb1cf3df5d27ad65484630000000000000000000000000000000000000000000000000000000005f5e100 | null | call | delegatecall | null | 33079 | 33079 | 2 | 0 | out of gas | 0 | call_0xd9c0c6e402c414b8a074ae1bdb2daf61cc4967958b19b924207383541eb3357f_0 | 1757595460 | |
| geth_trace_0x29febbcbf41c4bdfd476315192e18b524c924da04c079eb99e91522a0aa02123_3 | 89355 | 0x29febbcbf41c4bdfd476315192e18b524c924da04c079eb99e91522a0aa02123 | 0xd9c0c6e402c414b8a074ae1bdb2daf61cc4967958b19b924207383541eb3357f | 0 | 0x3600000000000000000000000000000000000000 | 0x1800000000000000000000000000000000000000 | 0x40c10f19000000000000000000000000dd595e71e8de9115353bb1cf3df5d27ad65484630000000000000000000000000000000000000000000000056bc75e2d63100000 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 17352 | 15581 | 0 | 0,1 | null | 0 | call_0xd9c0c6e402c414b8a074ae1bdb2daf61cc4967958b19b924207383541eb3357f_0_1 | 1757595460 |
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 |