Raw Traces
Chain
Dataset name
settlus.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_0x7e6c93e80a5f31c86b8ed083fe27b7f9dfecb9b11dbdf936a872fceb23ba1c98_0 | 7 | 0x7e6c93e80a5f31c86b8ed083fe27b7f9dfecb9b11dbdf936a872fceb23ba1c98 | 0xd78bef377ae9476d20731a963a98259b75eb220810753a34f7e6150d4b96ac8c | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc500000000000000070000000067b8e93700000000014e202a00000000000000000000000000000000000000000000000000000000425b880a00000000000000000000000000000000000000000000000000000002604f4d557737a04d48b78bd5ce39fdd16a5ecf652e3c35ee5226a56869aa0cbb230acbcb000000000000000000000000d0b4c3ac8a50b6f1b3949adaf55cc9805620eb57 | null | call | call | null | 1000000 | 43938 | 1 | null | 1 | call_0xd78bef377ae9476d20731a963a98259b75eb220810753a34f7e6150d4b96ac8c_ | 1740171582 | ||
| geth_trace_0xe6dfd6e2d015e6d194e39b22bf8c20fbd7f85f06be4853a4ebdb87258a2f3b81_0 | 8 | 0xe6dfd6e2d015e6d194e39b22bf8c20fbd7f85f06be4853a4ebdb87258a2f3b81 | 0x80eb2afd6506ff8b3eba552a5c273f3142a5ec71e4cea310e16be421d1cfaa66 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc500000000000000080000000067b8e93700000000014e202a00000000000000000000000000000000000000000000000000000000425b880a00000000000000000000000000000000000000000000000000000002604f4d557737a04d48b78bd5ce39fdd16a5ecf652e3c35ee5226a56869aa0cbb230acbcb000000000000000000000000d0b4c3ac8a50b6f1b3949adaf55cc9805620eb57 | null | call | call | null | 1000000 | 43938 | 1 | null | 1 | call_0x80eb2afd6506ff8b3eba552a5c273f3142a5ec71e4cea310e16be421d1cfaa66_ | 1740171583 | ||
| geth_trace_0x59f946a361370ebfd710e17e7483a3a60c9787521064f5c5ae8e014a6876611c_1 | 38 | 0x59f946a361370ebfd710e17e7483a3a60c9787521064f5c5ae8e014a6876611c | 0x89fa00fe80ffa3d32093b00f7c8e28be7f2db67d69a90c946827db23d4caf9a4 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e2000000558000c5fc500000000000000020000000067b8e95b00000000014e202d000000000000000000000000000000000000000000000000000000004b007f0a0000000000000000000000000000000000000000000000000000000278aaebf54f3052f21d1ed80b34b9833c0532cee5dc2c715304d94ec50ca77c8280b49e8f000000000000000000000000d0b4c3ac8a50b6f1b3949adaf55cc9805620eb57 | null | call | delegatecall | null | 957266 | 16351 | 0 | 0 | null | 1 | call_0x89fa00fe80ffa3d32093b00f7c8e28be7f2db67d69a90c946827db23d4caf9a4_0 | 1740171613 |
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 |