Raw Traces
Chain
Dataset name
swell_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_0x3c26b4f24e33198f9d32cc236eb5181a464021daec31cad8c4e33c807b3722b9_1 | 2084851 | 0x3c26b4f24e33198f9d32cc236eb5181a464021daec31cad8c4e33c807b3722b9 | 0x5bd0919787aa9bee546d581bc6e14352b72b2d38c3c5d8745ec1cbda15aacec6 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e2000000558000c5fc5000000000000000b0000000067643e1400000000006f92cd0000000000000000000000000000000000000000000000000000000506429eca0000000000000000000000000000000000000000000000000000000000000001f46ffcf5249005d012cb0cb041b72f7d8214acdd540b3675576914ee59b88b7100000000000000000000000077c60efdbda83410ee0373eda2ed06891238c93d | null | call | delegatecall | null | 957301 | 16351 | 0 | 0 | null | 1 | call_0x5bd0919787aa9bee546d581bc6e14352b72b2d38c3c5d8745ec1cbda15aacec6_0 | 1734622958 | |
| geth_trace_0xae59c829e94171b335cb1a57d8f51c983bdc8797521e8a888cb9aebaacfad43a_0 | 2084854 | 0xae59c829e94171b335cb1a57d8f51c983bdc8797521e8a888cb9aebaacfad43a | 0xaf840acbb6e51fbba899272e54de9c8badd7738c19d95743b61dadb31c33d6da | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc500000000000000010000000067643e3800000000006f92cf000000000000000000000000000000000000000000000000000000057efdfcda0000000000000000000000000000000000000000000000000000000000000001a07d4e70e002066336d885015e0247cea3e69595763d23e07715822d051c060d00000000000000000000000077c60efdbda83410ee0373eda2ed06891238c93d | null | call | call | null | 1000000 | 43890 | 1 | null | 1 | call_0xaf840acbb6e51fbba899272e54de9c8badd7738c19d95743b61dadb31c33d6da_ | 1734622964 | ||
| geth_trace_0x35f17ad5a483edf9762a4e4877aab06b34d47109865ab19f2900e3196acf2905_0 | 2084855 | 0x35f17ad5a483edf9762a4e4877aab06b34d47109865ab19f2900e3196acf2905 | 0x39d2c7677947817d771cc97a7525d270da5fe296bd392c32f3bc7baf1baa982a | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc500000000000000020000000067643e3800000000006f92cf000000000000000000000000000000000000000000000000000000057efdfcda0000000000000000000000000000000000000000000000000000000000000001a07d4e70e002066336d885015e0247cea3e69595763d23e07715822d051c060d00000000000000000000000077c60efdbda83410ee0373eda2ed06891238c93d | null | call | call | null | 1000000 | 43890 | 1 | null | 1 | call_0x39d2c7677947817d771cc97a7525d270da5fe296bd392c32f3bc7baf1baa982a_ | 1734622966 |
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 |