Raw Traces
Chain
Dataset name
megaeth_mainnet.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe9f8c7bb302738e4145fccae5a074100ec80f3d013c9d479d634a056db94ca8e | 0x124f86 | 0x691c5c39 | delegatecall | 0x4200000000000000000000000000000000000015 | 0x5de0cbe | 0x4889 | geth_trace_0xe9f8c7bb302738e4145fccae5a074100ec80f3d013c9d479d634a056db94ca8e_1 | 0x098999be00000558000c5fc500000000000000d9000000006924745700000000016c3835000000000000000000000000000000000000000000000000000000002ee9021300000000000000000000000000000000000000000000000000000000000000ed54655b937627c47c89962157c4f7e3be1176d03c6cce9f2c91ce518c8f96912f000000000000000000000000b98c6b1a805b96707a43e1f1acfa163b68098fa6000000000000000000000000 | 0x1 | 0x0 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0 | call_0x060be53b906562ad110517709ad3f3843c33af60959910b0b71680388c39aefa_0 | call | 0x060be53b906562ad110517709ad3f3843c33af60959910b0b71680388c39aefa | 0x0 | 0x0 |
Schema
| Column | Type |
|---|---|
| block_hash | string |
| block_number | string |
| block_timestamp | string |
| call_type | string |
| error | string |
| from_address | string |
| gas | string |
| gas_used | string |
| id | string |
| input | string |
| output | string |
| reward_type | string |
| status | string |
| subtraces | string |
| to_address | string |
| trace_address | string |
| trace_id | string |
| trace_type | string |
| transaction_hash | string |
| transaction_index | string |
| value | string |