Raw Traces
Chain
Dataset name
worldchain.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_0x50fed977b699646078c40e96ad915c9378bc166847ca26b2385b169bee548f27_1 | 2 | 0x50fed977b699646078c40e96ad915c9378bc166847ca26b2385b169bee548f27 | 0x72067f03416dc1e26bbd3a6c0627c7a3391bd28e6bed81677e22dde7baeb2070 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e20000a6fe000000000000000000000000200000000667afad7000000000133c586000000000000000000000000000000000000000000000000000000023bd762df0000000000000000000000000000000000000000000000000000000000000002793daed4743301e00143be5533cd1dce0a741519e9e9c96588a9ad7dbb4d8db4000000000000000000000000dbbe3d8c2d2b22a2611c5a94a9a12c2fcd49eb29 | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x72067f03416dc1e26bbd3a6c0627c7a3391bd28e6bed81677e22dde7baeb2070_0 | 1719335643 | |
| geth_trace_0x01d63248b4f4057e8848fed2eaf9d92bcc47c7c2632bb4d679db37eb07c519e1_0 | 4 | 0x01d63248b4f4057e8848fed2eaf9d92bcc47c7c2632bb4d679db37eb07c519e1 | 0x9dcbdcdddb4ef56151d3f71f165cf76b7c20da07d67415119a85637c3f63260d | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000a6fe000000000000000000000000400000000667afad7000000000133c586000000000000000000000000000000000000000000000000000000023bd762df0000000000000000000000000000000000000000000000000000000000000002793daed4743301e00143be5533cd1dce0a741519e9e9c96588a9ad7dbb4d8db4000000000000000000000000dbbe3d8c2d2b22a2611c5a94a9a12c2fcd49eb29 | null | call | call | null | 1000000 | 43827 | 1 | null | 1 | call_0x9dcbdcdddb4ef56151d3f71f165cf76b7c20da07d67415119a85637c3f63260d_ | 1719335647 | ||
| geth_trace_0x29e6e60cd63bdd79cf6165d2b0154a2b9878c4b50d87e3f56603b9558f5d4a35_1 | 5 | 0x29e6e60cd63bdd79cf6165d2b0154a2b9878c4b50d87e3f56603b9558f5d4a35 | 0x9df3d2e5044c89eb55df480319235fd32ab6710c8150cf8ac88b83cf32269c76 | 0 | 0x4200000000000000000000000000000000000015 | 0x07dbe8500fc591d1852b76fee44d5a05e13097ff | 0x440a5e20000a6fe000000000000000000000000500000000667afad7000000000133c586000000000000000000000000000000000000000000000000000000023bd762df0000000000000000000000000000000000000000000000000000000000000002793daed4743301e00143be5533cd1dce0a741519e9e9c96588a9ad7dbb4d8db4000000000000000000000000dbbe3d8c2d2b22a2611c5a94a9a12c2fcd49eb29 | null | call | delegatecall | null | 957313 | 16300 | 0 | 0 | null | 1 | call_0x9df3d2e5044c89eb55df480319235fd32ab6710c8150cf8ac88b83cf32269c76_0 | 1719335649 |
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 |