Raw Traces
Chain
Dataset name
blast.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_0x2ef79d32b349da51e8326aae48f88e4a27604ca186cbbdfc902d66e8ea3ba253_1 | 4 | 0x2ef79d32b349da51e8326aae48f88e4a27604ca186cbbdfc902d66e8ea3ba253 | 0x605f560f3fc1f81bbeef8e0e5ee945916ab07ee3cfdbf438336ddcd1849e5af0 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c2d30015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000001267f060000000000000000000000000000000000000000000000000000000065da5e5700000000000000000000000000000000000000000000000000000005c2822e01fcfb8d586bdae763f1189988789211c69eb893a895e7ba48be3ca6289f0941b70000000000000000000000000000000000000000000000000000000000000004000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | delegatecall | null | 956863 | 18973 | 0 | 0 | null | 1 | call_0x605f560f3fc1f81bbeef8e0e5ee945916ab07ee3cfdbf438336ddcd1849e5af0_0 | 1708809823 |
| geth_trace_0x873cb5b9658fd5875b3982bdebb39de0629c6a9ddacc42858186492fe2076d56_0 | 19 | 0x873cb5b9658fd5875b3982bdebb39de0629c6a9ddacc42858186492fe2076d56 | 0x7a807597ca2ac94dba8500f5ab6e770e88f6caa0bc6532ec4a820b08a3489790 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb90000000000000000000000000000000000000000000000000000000001267f090000000000000000000000000000000000000000000000000000000065da5e7b000000000000000000000000000000000000000000000000000000059c1156f2b57add75c478b4f6fce2cade4acae5e2ab060da076f968127bbcb4462d1ef1a70000000000000000000000000000000000000000000000000000000000000001000000000000000000000000415c8893d514f9bc5211d36eeda4183226b84aa700000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | call | null | 1000000 | 64057 | 1 | null | 1 | call_0x7a807597ca2ac94dba8500f5ab6e770e88f6caa0bc6532ec4a820b08a3489790_ | 1708809853 |
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 |