Raw Traces
Chain
Dataset name
lisk.raw_tracesVersion
1.1.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_0xf19c30e2845d37d2cd5a68840cb72454cc255590671b49ffaeb4170b7a9130dd_0 | 1 | 0xf19c30e2845d37d2cd5a68840cb72454cc255590671b49ffaeb4170b7a9130dd | 0x99a3cdaaf01dee996ece58a63468b22f143364293b3d93480a664c1901bdbdc3 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f4240000000000000000000000001000000006634af5700000000012df3b000000000000000000000000000000000000000000000000000000001b004a70d0000000000000000000000000000000000000000000000000000000000000001d580bdbd001908860f225c16ddaa08ada64471a68435694760c111253d97ffce000000000000000000000000a6ea2f3299b63c53143c993d2d5e60a69cd6fe24 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x99a3cdaaf01dee996ece58a63468b22f143364293b3d93480a664c1901bdbdc3_ | 1714728793 | ||
| geth_trace_0x5180651b375e4489830cedcf5a26257545f32c4c0a917c51f59588d8d55b79fc_0 | 14 | 0x5180651b375e4489830cedcf5a26257545f32c4c0a917c51f59588d8d55b79fc | 0xce95324fe71d163a128057ac619a4b50c0d584ee4442ae448cc67f05536b68c2 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f4240000000000000000000000002000000006634af6f00000000012df3b200000000000000000000000000000000000000000000000000000001b6788f2a0000000000000000000000000000000000000000000000000000000000000001fa09238330b05ecabcbdb084c88f8dd173e5e7b40b453db60450756994edf4fb000000000000000000000000a6ea2f3299b63c53143c993d2d5e60a69cd6fe24 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0xce95324fe71d163a128057ac619a4b50c0d584ee4442ae448cc67f05536b68c2_ | 1714728819 | ||
| geth_trace_0x71df9753dd0e107f0cc1e454c4ab7a4a82258fbdddfac4b7b29f0731ac1bea52_0 | 17 | 0x71df9753dd0e107f0cc1e454c4ab7a4a82258fbdddfac4b7b29f0731ac1bea52 | 0x13ba0548b6e0700a9a5ca7c0e0a2bb0fb1dc12cdef3b5a0dc6303b455280c201 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0x440a5e20000f4240000000000000000000000005000000006634af6f00000000012df3b200000000000000000000000000000000000000000000000000000001b6788f2a0000000000000000000000000000000000000000000000000000000000000001fa09238330b05ecabcbdb084c88f8dd173e5e7b40b453db60450756994edf4fb000000000000000000000000a6ea2f3299b63c53143c993d2d5e60a69cd6fe24 | null | call | call | null | 1000000 | 1000000 | 1 | null | 1 | call_0x13ba0548b6e0700a9a5ca7c0e0a2bb0fb1dc12cdef3b5a0dc6303b455280c201_ | 1714728825 |
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 |