Raw Traces
Chain
Dataset name
zksync.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_0x158c090e9c971ce4a8deeef7a743cbe0d87a321196f7ef9fe434cceb54a55781_7 | 11319094 | 0x158c090e9c971ce4a8deeef7a743cbe0d87a321196f7ef9fe434cceb54a55781 | 0x74e5a1d3bfc462bbefa2c3d8d30a59a16907f4415bf1df342b84bb1060d9e896 | 0 | 0x0000000000000000000000000000000000008001 | 0x000000000000000000000000000000000000800b | 0 | 0xa851ae780000000000000000000000000000000000000000000000000000000000008001 | 0x | call | call | null | 1128834 | 3995 | 0 | 2 | null | 1 | call_0x74e5a1d3bfc462bbefa2c3d8d30a59a16907f4415bf1df342b84bb1060d9e896_2 | 1692122450 |
| geth_trace_0x158c090e9c971ce4a8deeef7a743cbe0d87a321196f7ef9fe434cceb54a55781_21 | 11319094 | 0x158c090e9c971ce4a8deeef7a743cbe0d87a321196f7ef9fe434cceb54a55781 | 0x74e5a1d3bfc462bbefa2c3d8d30a59a16907f4415bf1df342b84bb1060d9e896 | 0 | 0x000000000000000000000000000000000000800a | 0x0000000000000000000000000000000000008010 | 0 | 0x0000000000000000000000000aa8b14e280d20e89ebfdb624c61286194cc12a00000000000000000000000000000000000000000000000000000000000000000 | 0x961503f90489cb9bd8138519eb91876c090ffcd069ca279a94d57b16596aaf69 | call | call | null | 1071945 | 303 | 0 | 6,1,0 | null | 1 | call_0x74e5a1d3bfc462bbefa2c3d8d30a59a16907f4415bf1df342b84bb1060d9e896_6_1_0 | 1692122450 |
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 |