Raw Traces
Chain
Dataset name
mint_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_0x97cf481553501def6a9b514a13b76459ceb2d20c9695c2a7643774b81198aa10_0 | 596403 | 0x97cf481553501def6a9b514a13b76459ceb2d20c9695c2a7643774b81198aa10 | 0x6db687bc31969b4e267ab54eb59abffbadd06801495e0e64ebd1b180eb633071 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe000000000000000000000000000000000662465e80000000000579fc80000000000000000000000000000000000000000000000000000000000049d460000000000000000000000000000000000000000000000000000000535f4d9833e027790feb2f38693bdacab99288ae33dd13b27e3f641742895947e65401926000000000000000000000000cca7de1de8a01ebf1a4bb466cfe0199ed3c82747 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x6db687bc31969b4e267ab54eb59abffbadd06801495e0e64ebd1b180eb633071_ | 1713661470 | ||
| geth_trace_0x240f96315613a6512c4241fbeebc925e4cd7824b12e9984cdfaeeac5e8713fdd_1 | 596407 | 0x240f96315613a6512c4241fbeebc925e4cd7824b12e9984cdfaeeac5e8713fdd | 0x40d0738f3ca59970f4e02357caac03d9745f34418d15a817b3982199129f70af | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e20000a6fe000000000000000000000000400000000662465e80000000000579fc80000000000000000000000000000000000000000000000000000000000049d460000000000000000000000000000000000000000000000000000000535f4d9833e027790feb2f38693bdacab99288ae33dd13b27e3f641742895947e65401926000000000000000000000000cca7de1de8a01ebf1a4bb466cfe0199ed3c82747 | null | call | delegatecall | null | 957301 | 16300 | 0 | 0 | null | 1 | call_0x40d0738f3ca59970f4e02357caac03d9745f34418d15a817b3982199129f70af_0 | 1713661478 | |
| geth_trace_0x6316fc0ec4564dd37b588972be3dc5403647620bc95da1a889e2ee68c298c103_0 | 596409 | 0x6316fc0ec4564dd37b588972be3dc5403647620bc95da1a889e2ee68c298c103 | 0xa3a9976d3374cd1ca7a7e8498e069a58572cf5b9ac95d3bd198a5f5368e64bdc | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe000000000000000000000000000000000662465f40000000000579fc9000000000000000000000000000000000000000000000000000000000004eafb0000000000000000000000000000000000000000000000000000000502994693140a806a07ad9c3de908f3d59de331f2d009e591b416a8bf4e39d78ccc466092000000000000000000000000cca7de1de8a01ebf1a4bb466cfe0199ed3c82747 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xa3a9976d3374cd1ca7a7e8498e069a58572cf5b9ac95d3bd198a5f5368e64bdc_ | 1713661482 |
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 |