Raw Traces
Chain
Dataset name
frax.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_0x5c1af4dc0385a81def82aa3e167a6c2125c80175f4da1989adc0359bd68c631f_0 | 3 | 0x5c1af4dc0385a81def82aa3e167a6c2125c80175f4da1989adc0359bd68c631f | 0x5568537c9b1783101ac0d272c0d1c302a6208673ce8126e9c51e1d76ead6ca0a | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb9000000000000000000000000000000000000000000000000000000000123fb130000000000000000000000000000000000000000000000000000000065bbdd570000000000000000000000000000000000000000000000000000000d0be767e9728dfc57386f6c2a646e03b7346f567b3117b7f487c6f590392abd150924805300000000000000000000000000000000000000000000000000000000000000030000000000000000000000006017f75108f251a488b045a7ce2a7c15b179d1f2000000000000000000000000000000000000000000000000000000000000083400000000000000000000000000000000000000000000000000000000000f4240 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x5568537c9b1783101ac0d272c0d1c302a6208673ce8126e9c51e1d76ead6ca0a_ | 1706810717 | |
| geth_trace_0x5c1af4dc0385a81def82aa3e167a6c2125c80175f4da1989adc0359bd68c631f_2 | 3 | 0x5c1af4dc0385a81def82aa3e167a6c2125c80175f4da1989adc0359bd68c631f | 0x5568537c9b1783101ac0d272c0d1c302a6208673ce8126e9c51e1d76ead6ca0a | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb9000000000000000000000000000000000000000000000000000000000123fb130000000000000000000000000000000000000000000000000000000065bbdd570000000000000000000000000000000000000000000000000000000d0be767e9728dfc57386f6c2a646e03b7346f567b3117b7f487c6f590392abd150924805300000000000000000000000000000000000000000000000000000000000000030000000000000000000000006017f75108f251a488b045a7ce2a7c15b179d1f2000000000000000000000000000000000000000000000000000000000000083400000000000000000000000000000000000000000000000000000000000f4240 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x5568537c9b1783101ac0d272c0d1c302a6208673ce8126e9c51e1d76ead6ca0a_ | 1706810717 |
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 |