Raw Traces
Chain
Dataset name
lisk_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_0x11cf9b8f425441fd334c4698787443a1ee36a4f3844aebf8d6905cc87fe8bfea_1 | 10 | 0x11cf9b8f425441fd334c4698787443a1ee36a4f3844aebf8d6905cc87fe8bfea | 0xa0f9c983f9f678cee6e09df4a58dda5ce82c2713e0ba7df769c48f47bdcce880 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x015d8eb900000000000000000000000000000000000000000000000000000000004daa3b0000000000000000000000000000000000000000000000000000000065a502e0000000000000000000000000000000000000000000000000000000082bed4ce27d9d6dcec39efe182119f41b1bd2aa7b35b82e43927522afea86d210a4eace4b000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000246e119a5bcc2875161b23e4e602e25cece96e37000000000000000000000000000000000000000000000000000000000000083400000000000000000000000000000000000000000000000000000000000f4240 | null | call | delegatecall | null | 956917 | 18984 | 0 | 0 | null | 1 | call_0xa0f9c983f9f678cee6e09df4a58dda5ce82c2713e0ba7df769c48f47bdcce880_0 | 1705313012 | |
| geth_trace_0xcb5039eca20bb38d185f5e41a3184255a52662f73434c374c8ef3cf226c2a1da_1 | 16 | 0xcb5039eca20bb38d185f5e41a3184255a52662f73434c374c8ef3cf226c2a1da | 0xcbaa264cc021371251448846472e536925609b50078ba6345dcd77d3ae5608e3 | 0 | 0x4200000000000000000000000000000000000015 | 0xc0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d3c0d30015 | 0x015d8eb900000000000000000000000000000000000000000000000000000000004daa3c0000000000000000000000000000000000000000000000000000000065a502f800000000000000000000000000000000000000000000000000000008323cb91f2b1450bdad3c587fe28fa4fbfd9106e9e43ca3c685ca2c25417ef45b5df2d0a50000000000000000000000000000000000000000000000000000000000000004000000000000000000000000246e119a5bcc2875161b23e4e602e25cece96e37000000000000000000000000000000000000000000000000000000000000083400000000000000000000000000000000000000000000000000000000000f4240 | null | call | delegatecall | null | 956917 | 18984 | 0 | 0 | null | 1 | call_0xcbaa264cc021371251448846472e536925609b50078ba6345dcd77d3ae5608e3_0 | 1705313024 | |
| geth_trace_0x044ffc46cc1edd336160c0bb9dce342181e10d993eea4004e0d0304a19b7873f_0 | 26 | 0x044ffc46cc1edd336160c0bb9dce342181e10d993eea4004e0d0304a19b7873f | 0x5646cede2b8750c64dccb75b3082080fb79976de8e3d961f89e3b61bf95ec4f5 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x015d8eb900000000000000000000000000000000000000000000000000000000004daa3d0000000000000000000000000000000000000000000000000000000065a5030400000000000000000000000000000000000000000000000000000008ba1e6dffd0a1ce6de2f31e72ce6983c75097729e5c17fd31bae1cb38d6dfe3260bf270120000000000000000000000000000000000000000000000000000000000000008000000000000000000000000246e119a5bcc2875161b23e4e602e25cece96e37000000000000000000000000000000000000000000000000000000000000083400000000000000000000000000000000000000000000000000000000000f4240 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x5646cede2b8750c64dccb75b3082080fb79976de8e3d961f89e3b61bf95ec4f5_ | 1705313044 |
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 |