Raw Traces
Chain
Dataset name
pharos_atlantic_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_v2_0xabccb32e2baa0ac3e101b61899d530a088451c5cfa08d67083b543554c79a49e_10 | 16369 | 0xabccb32e2baa0ac3e101b61899d530a088451c5cfa08d67083b543554c79a49e | 0x214a1259a61d0058e0617c74f4ce9580553137ea8c2c4fc1b5de818ab20aeb67 | 0 | 0x4100000000000000000000000000000000000000 | 0x4100000000000000000000000000000000000000 | 0x2324e5e146a9bfaa645c43dda3f948bec555ccf9fe40e831bd8dbbfc1f955000bbaf59db | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | n- | null | 1 | 0,4 | null | 1 | call_0x214a1259a61d0058e0617c74f4ce9580553137ea8c2c4fc1b5de818ab20aeb67_0_4 | 1759101384 | |
| geth_trace_v2_0xaf03c62a1084a23f5aca60f32656c7618864a7474b291b9c7473ef590c6540a7_8 | 21121 | 0xaf03c62a1084a23f5aca60f32656c7618864a7474b291b9c7473ef590c6540a7 | 0x5c42490a82b3800e9ff1ffdbf5e70d012543ee04913dc3059ef3ec426bb3519a | 0 | 0x4100000000000000000000000000000000000000 | 0x4100000000000000000000000000000000000000 | 0x2324e5e19e1023de2f7ff0f81139b88dac5b9b3d8ef66141123f11dc7dab74493cb8194e | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | | null | 1 | 0,3 | null | 1 | call_0x5c42490a82b3800e9ff1ffdbf5e70d012543ee04913dc3059ef3ec426bb3519a_0_3 | 1759115785 | |
| geth_trace_v2_0xe07a1be79ad0be51bf54be1dce5cb5c7e31d9bf1b838856ef6517aa170c62796_5 | 30624 | 0xe07a1be79ad0be51bf54be1dce5cb5c7e31d9bf1b838856ef6517aa170c62796 | 0x83328d963748d15732b65f3dbed4338f7337a64e9e5111a0db84607e8fd4b8ac | 0 | 0x4100000000000000000000000000000000000000 | 0x4100000000000000000000000000000000000000 | 0x2324e5e15397c099120a79ae57038914fe6456ec08b0aa9d8dde9fa3275db268db8aac36 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | delegatecall | null | ìjÞ | null | 0 | 0,1,0 | null | 1 | call_0x83328d963748d15732b65f3dbed4338f7337a64e9e5111a0db84607e8fd4b8ac_0_1_0 | 1759144588 |
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 | decimal |
| gas_used | decimal |
| subtraces | long |
| trace_address | string |
| error | string |
| status | long |
| trace_id | string |
| block_timestamp | long |