monad.core Table: ez_decoded_event_logs Type: View
What
This table provides human-readable decoded event data for smart contracts where ABIs are available. It transforms raw hex-encoded logs into structured JSON with named parameters and values, making blockchain data immediately queryable without manual decoding.Key Use Cases
- Analyzing
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… |
| CONTRACT_ADDRESS | TEXT | Smart contract address that emitted this event or receive… |
| CONTRACT_NAME | TEXT | Human-readable name of the smart contract emitting the ev… |
| DATA | TEXT | Hex-encoded non-indexed event parameters. |
- … |