Raw Traces
Chain
Dataset name
holesky_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_0xcdb643fa288c84acae9ccd1d5dce97a7658e061e532bd75cb28fb6618a9bbe8b_10 | 1213200 | 0xcdb643fa288c84acae9ccd1d5dce97a7658e061e532bd75cb28fb6618a9bbe8b | 0x02a99bd38ea3f7680d2f04d2ee53f6757606e169bdb136bfd559ed888c5df06e | 6 | 0xb77bd50a2d7de73ec99a77c0f7c64a517c7eaef7 | 0xf458747c6d6db57970de80da6474c0a3dfe94bf1 | 0 | 0x33bcd0cc00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef700000000000000000000000000000000000000000000000000000000000042680000000000000000000000000000000000000000000000000000000000028c60000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef7000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef7000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef700000000000000000000000000000000000000000000000000d529ae9e860000000000000000000000000000000000000000000000000000000000000089544000000000000000000000000000000000000000000000000000000000000222e0000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x9c1bba8bc4c6033be06162b500d6c4a11961b6f3d3cd77109f71bb9bb2f03eee000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000001c62ad000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef700000000000000000000000000000000000000000000000000000000000042680000000000000000000000000000000000000000000000000000000000028c60000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef7000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef7000000000000000000000000b77bd50a2d7de73ec99a77c0f7c64a517c7eaef700000000000000000000000000000000000000000000000000d529ae9e860000000000000000000000000000000000000000000000000000000000000089544000000000000000000000000000000000000000000000000000000000000222e0000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | call | call | null | 101844 | 96807 | 1 | null | 1 | call_0x02a99bd38ea3f7680d2f04d2ee53f6757606e169bdb136bfd559ed888c5df06e_ | 1711367016 | |
| geth_trace_0xcdb643fa288c84acae9ccd1d5dce97a7658e061e532bd75cb28fb6618a9bbe8b_25 | 1213200 | 0xcdb643fa288c84acae9ccd1d5dce97a7658e061e532bd75cb28fb6618a9bbe8b | 0xc138dbd02d7353dae203b9f246d30ac520108dbfa142cf1b47bd1dc0ed6eb2c8 | 14 | 0xf3eca3a689633137f8dc6a5f81225a6fca64d23b | 0x0469760d321d08ab4fce75e2e799902c9f55da59 | 0 | 0x6a627842000000000000000000000000f3eca3a689633137f8dc6a5f81225a6fca64d23b | null | call | call | null | 2068270 | 73797 | 0 | null | 1 | call_0xc138dbd02d7353dae203b9f246d30ac520108dbfa142cf1b47bd1dc0ed6eb2c8_ | 1711367016 |
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 |