monad.core Table: fact_traces Type: Fact Table
What
This table contains detailed execution traces of all internal transactions within the EVM. While fact_transactions shows external calls, this table reveals the complete execution flow including contract-to-contract calls, value transfers, and computation paths.Key Use Cases
- Analyzin
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Sequential counter representing the position of a block i… |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the block was produced by validators/m… |
| ERROR_REASON | TEXT | Technical reason for trace failure. |
- … | | TYPE | TEXT | The type of EVM operation performed.