Raw Traces
Chain
Dataset name
plasma.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_0x668ba0f53ddb3cc54cce4681edaf8a141a00527cfc0ff7c37852506d1bc6f130_0 | 4805 | 0x668ba0f53ddb3cc54cce4681edaf8a141a00527cfc0ff7c37852506d1bc6f130 | 0x47ef524e31974cd7a0958a0d6716eb5bfd47deb8faaece323f27a45fa8d7f27b | 0 | 0x59cb96e3f1ddbc68e37ddd0cc33ad9bc7bdb00c0 | 0xbd828f7679656f8f830b89611c933017442f2ebf | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0x47ef524e31974cd7a0958a0d6716eb5bfd47deb8faaece323f27a45fa8d7f27b_ | 1748284691 | |
| geth_trace_0x4650f9b67bc1df46cf16a79d168d514dc9209835b5560432a204602980d583b4_0 | 224644 | 0x4650f9b67bc1df46cf16a79d168d514dc9209835b5560432a204602980d583b4 | 0x5e5d7f1c1b83948fc4ff8d2d84c49213781fd318966e844ab4b41279be9bec1d | 0 | 0xbd828f7679656f8f830b89611c933017442f2ebf | 0xf895f7d6a8ef09c49c1f0d7127869b689304a1a0 | 0 | 0x | null | call | call | null | 21000 | 21000 | 0 | null | 1 | call_0x5e5d7f1c1b83948fc4ff8d2d84c49213781fd318966e844ab4b41279be9bec1d_ | 1748520638 |
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 |