Raw Traces
Chain
Dataset name
fluent_testnet.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_0xd2b1012f70ecfe8d45d198bd28d8e8db7c4c153354d9f0ad3ed33d34d6b87295_0 | 75310 | 0xd2b1012f70ecfe8d45d198bd28d8e8db7c4c153354d9f0ad3ed33d34d6b87295 | 0x55b3622a48679de056ea05dc219c4b7ece705f0846230227f26425ab594c7174 | 0 | 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 | 0x5fbdb2315678afecb367f032d93f642f64180aa3 | 0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc00000000000000000000000000000000000000000000000000000000000003e8 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 53141 | 52350 | 0 | null | 1 | call_0x55b3622a48679de056ea05dc219c4b7ece705f0846230227f26425ab594c7174_ | 1752058322 | ||
| geth_trace_0xc295863793f8bd31186b104dc43d88a86fc1f6e61a4312fd6d3b32b9c1c35a45_37 | 75513 | 0xc295863793f8bd31186b104dc43d88a86fc1f6e61a4312fd6d3b32b9c1c35a45 | 0x96b114623761e5ba2b11378ed4d65f534be74682ebfe4697f12d18b66e8fc48e | 37 | 0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc | 0x5fbdb2315678afecb367f032d93f642f64180aa3 | 0xa9059cbb0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 53141 | 35238 | 0 | null | 1 | call_0x96b114623761e5ba2b11378ed4d65f534be74682ebfe4697f12d18b66e8fc48e_ | 1752058525 | ||
| geth_trace_0xc295863793f8bd31186b104dc43d88a86fc1f6e61a4312fd6d3b32b9c1c35a45_40 | 75513 | 0xc295863793f8bd31186b104dc43d88a86fc1f6e61a4312fd6d3b32b9c1c35a45 | 0xefb6235a61ffa6619ba59b80999bb894fe7c149ee0ae12e0c581f55e3d5d1031 | 40 | 0x70997970c51812dc3a010c7d01b50e0d17dc79c8 | 0x5fbdb2315678afecb367f032d93f642f64180aa3 | 0xa9059cbb00000000000000000000000090f79bf6eb2c4f870365e785982e1f101e93b9060000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000001 | call | call | null | 53141 | 35250 | 0 | null | 1 | call_0xefb6235a61ffa6619ba59b80999bb894fe7c149ee0ae12e0c581f55e3d5d1031_ | 1752058525 |
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 |