Raw Traces
Chain
Dataset name
ink_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_0x2ad4d7554cb290442779ac36e446d48d4f7baf8dbd4f03ca7d712f58aa8261d3_0 | 11 | 0x2ad4d7554cb290442779ac36e446d48d4f7baf8dbd4f03ca7d712f58aa8261d3 | 0x50f61dfbdfe56e35c930c1509a8442ac9d39bc39f2311a6f0b02bebc16caa2cb | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc5000000000000000b00000000670e7f20000000000068fe330000000000000000000000000000000000000000000000000000001490826a3c00000000000000000000000000000000000000000000000000000000000000015fb818b4d3ba100eeb3347c508bca24752ee88f235120e108bd9ee5d1b2ae50b00000000000000000000000021e57c21530bc33f12ba96c9ddc135488365002f | null | call | call | null | 1000000 | 43878 | 1 | null | 1 | call_0x50f61dfbdfe56e35c930c1509a8442ac9d39bc39f2311a6f0b02bebc16caa2cb_ | 1729003307 | ||
| geth_trace_0x91994ab0e6bea0cde729afc278ba92eb18aeb7be55e1eab285a74d4c773e6cd6_1 | 15 | 0x91994ab0e6bea0cde729afc278ba92eb18aeb7be55e1eab285a74d4c773e6cd6 | 0xf3bc503eb9dd333dab3db0560b4ccb4f467e6314007e11123cbd2bb70043a569 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x440a5e2000000558000c5fc5000000000000000300000000670e7f2c000000000068fe3400000000000000000000000000000000000000000000000000000016cc8070910000000000000000000000000000000000000000000000000000000000000001bae4db579ecd0208f5ce730fb4d50c9fca4bb914c2fb97dfa1d61df123deb52b00000000000000000000000021e57c21530bc33f12ba96c9ddc135488365002f | null | call | delegatecall | null | 957313 | 16351 | 0 | 0 | null | 1 | call_0xf3bc503eb9dd333dab3db0560b4ccb4f467e6314007e11123cbd2bb70043a569_0 | 1729003311 | |
| geth_trace_0x9e9f98fdd85e4f0f10bd58f0e24db9e8a87e1a96042eb1c97a098ab9a84cf2f6_0 | 19 | 0x9e9f98fdd85e4f0f10bd58f0e24db9e8a87e1a96042eb1c97a098ab9a84cf2f6 | 0x7c66c5407e2d8c66ea4266ef7cd60dc5caf6304b86664e0a692cb5ff4d49b7b3 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e2000000558000c5fc5000000000000000700000000670e7f2c000000000068fe3400000000000000000000000000000000000000000000000000000016cc8070910000000000000000000000000000000000000000000000000000000000000001bae4db579ecd0208f5ce730fb4d50c9fca4bb914c2fb97dfa1d61df123deb52b00000000000000000000000021e57c21530bc33f12ba96c9ddc135488365002f | null | call | call | null | 1000000 | 43878 | 1 | null | 1 | call_0x7c66c5407e2d8c66ea4266ef7cd60dc5caf6304b86664e0a692cb5ff4d49b7b3_ | 1729003315 |
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 |