Raw Traces
Chain
Dataset name
zora.raw_tracesVersion
1.0.0Description
Traces of all function calls made on the chain including metadata for block, trace, transaction, and gas.
Example data
| block_hash | block_number | block_timestamp | call_type | error | from_address | gas | gas_used | id | input | output | reward_type | status | subtraces | to_address | trace_address | trace_id | trace_type | transaction_hash | transaction_index | value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d | 7295457 | 1701284753 | delegatecall | 0x9c120f9281308d71c838f8fadb41a82bfc7fffef | 207335 | 743 | trace_0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d_78 | 0x74b7510c0000000000000000000000000000000000486f6c6f6772617068455243373231 | 0x000000000000000000000000d9e9c178811a93bfcc849c054f41e2ab2c5f3288 | 1 | 0 | 0xce33554be6b01e52d87588aa4eefae665c72320e | 2,2,1,10,1,0 | call_0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d_2_2_1_10_1_0 | call | 0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d | 1 | 0 | ||
| 0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d | 7295457 | 1701284753 | staticcall | 0x91cb7306d9c78270383e074f30ff37f870c815c5 | 534979 | 1198 | trace_0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d_17 | 0x74b7510c0000000000000000000000000000000000486f6c6f6772617068455243373231 | 0x000000000000000000000000d9e9c178811a93bfcc849c054f41e2ab2c5f3288 | 1 | 1 | 0x9c120f9281308d71c838f8fadb41a82bfc7fffef | 2,2,1,1,1 | call_0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d_2_2_1_1_1 | call | 0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d | 1 | |||
| 0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d | 7295457 | 1701284753 | staticcall | 0x91cb7306d9c78270383e074f30ff37f870c815c5 | 335391 | 334 | trace_0xf9809924ef4943192545e3182893aa98b0f64450a81160809ec25d9fe4ad279d_61 | 0x913a0ef2 | 0x0000000000000000000000000000000000000000000000000000000000000004 | 1 | 0 | 0x91cb7306d9c78270383e074f30ff37f870c815c5 | 2,2,1,7,2,2 | call_0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d_2_2_1_7_2_2 | call | 0x549908bfcb7e304678e37c99c574118f95318b9be74e140412e2c0c30aed729d | 1 |
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 |
| block_timestamp | long |