Raw Traces
Chain
Dataset name
superseed_sepolia.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_0x09c98b167b02d9a3454e47061aef58587505543d501da441e262ec653c79d0e1_1 | 15 | 0x09c98b167b02d9a3454e47061aef58587505543d501da441e262ec653c79d0e1 | 0x78b05a3f57ecb7e5821def0d9475249907a572df488328195bfd72568f88ef06 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0 | 0x015d8eb900000000000000000000000000000000000000000000000000000000005447e90000000000000000000000000000000000000000000000000000000065faae180000000000000000000000000000000000000000000000000000000001e15afaf9973e78bd8d07e169c67a048c0890e1e497bc1e04e420969d66c3dc68f2501300000000000000000000000000000000000000000000000000000000000000030000000000000000000000006b8147c9d326faa79dec758339568de845a94cf500000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | delegatecall | null | 956941 | 18984 | 0 | 0 | null | 1 | call_0x78b05a3f57ecb7e5821def0d9475249907a572df488328195bfd72568f88ef06_0 | 1710927390 |
| geth_trace_0x1e1a96b1e6e484eeba5bfa6c738b64519b80de1f66d39c2cad67afbea11f1132_0 | 20 | 0x1e1a96b1e6e484eeba5bfa6c738b64519b80de1f66d39c2cad67afbea11f1132 | 0xbb0096c4d7302212e5221e3517110fd59a4a54e4a6bcf046bbd7093d4a1c1ea7 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x015d8eb900000000000000000000000000000000000000000000000000000000005447e90000000000000000000000000000000000000000000000000000000065faae180000000000000000000000000000000000000000000000000000000001e15afaf9973e78bd8d07e169c67a048c0890e1e497bc1e04e420969d66c3dc68f2501300000000000000000000000000000000000000000000000000000000000000080000000000000000000000006b8147c9d326faa79dec758339568de845a94cf500000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xbb0096c4d7302212e5221e3517110fd59a4a54e4a6bcf046bbd7093d4a1c1ea7_ | 1710927400 |
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 |