Raw Traces
Chain
Dataset name
fluent_public_devnet.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_0x9f8b91328a3c1ea8bc1424136f839fd62a9acd590e84c57f9d15091d72c18641_0 | 423326 | 0x9f8b91328a3c1ea8bc1424136f839fd62a9acd590e84c57f9d15091d72c18641 | 0xfeaf6044fe9e37e293ee9b4731dfae77d0f06060482e508f5886c3b67650e9a5 | 0 | 0xb72988b6ddc94e577e98c5565e0e11e688537e73 | 0x4584048655b5514cb7b3f69d818c931408775374 | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0xfeaf6044fe9e37e293ee9b4731dfae77d0f06060482e508f5886c3b67650e9a5_ | 1748597656 | |
| geth_trace_0xa437c52098114b9e39936927843156adf6ab209d76815c9e5bdc301ac7a25613_0 | 423539 | 0xa437c52098114b9e39936927843156adf6ab209d76815c9e5bdc301ac7a25613 | 0xc3ca83645d23fcc09325c32b46bb618b7a9e08bdde593bfe4024a18113fae3eb | 0 | 0xb72988b6ddc94e577e98c5565e0e11e688537e73 | 0x2645d7d2cc1d67917e7740bce786af11136524f8 | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0xc3ca83645d23fcc09325c32b46bb618b7a9e08bdde593bfe4024a18113fae3eb_ | 1748598295 | |
| geth_trace_0x760e7f43b74f9a87a161421a4229c614623aecf9806bb2b31b165002a6fe5750_0 | 424029 | 0x760e7f43b74f9a87a161421a4229c614623aecf9806bb2b31b165002a6fe5750 | 0x68ae5affcc547bc6a69b8eafadb1ab0af14f465815363ebf751489d5ced6feed | 0 | 0xcbc8eb245e3d5837816add97a75d26fe72a70207 | 0x108cbe696c71261f5b1ea7bd2b442158f29171a8 | 0x1249c58b | null | call | call | null | 21326 | 21160 | 0 | null | 1 | call_0x68ae5affcc547bc6a69b8eafadb1ab0af14f465815363ebf751489d5ced6feed_ | 1748599765 |
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 |