Raw Traces
Chain
Dataset name
ethereum.raw_tracesVersion
1.2.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0x45bb47a84930bb1d534fe50b6ff79ed82500044d74976296e0a1031a25141788_104 | 20085596 | 0x45bb47a84930bb1d534fe50b6ff79ed82500044d74976296e0a1031a25141788 | 0xf83de8dc30bba97f1ebdc2623181607b48fd7a055ddb9b78709955f501c7c01d | 4 | 0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640 | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 | 0 | 0x70a0823100000000000000000000000088e6a0c2ddd26feeb64f039a2c41296fcb3f5640 | 0x00000000000000000000000000000000000000000000050a80281b9eac2fbdcb | call | staticcall | null | 509988 | 534 | 0 | 0,5,1,3 | null | 1 | call_0xf83de8dc30bba97f1ebdc2623181607b48fd7a055ddb9b78709955f501c7c01d_0_5_1_3 | 1718314295 |
| trace_0x45bb47a84930bb1d534fe50b6ff79ed82500044d74976296e0a1031a25141788_434 | 20085596 | 0x45bb47a84930bb1d534fe50b6ff79ed82500044d74976296e0a1031a25141788 | 0x4befbdff5b16324ea7e7553589cfce34d68f8172b67198ff13bd2141850c602f | 36 | 0xbb437059584e30598b3af0154472e47e6e2a45b9 | 0x278dc748eda1d8efef1adfb518542612b49fcd34 | 0 | 0x092193ab00000000000000000000000056790e4a08ed17aa3b7b4b1b23a6a84d731fd77e | 0x000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000004c29166c295f167800 | call | call | null | 250785 | 215199 | 3 | null | 1 | call_0x4befbdff5b16324ea7e7553589cfce34d68f8172b67198ff13bd2141850c602f_ | 1718314295 |
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 |