monad.core Table: dim_contract_abis Type: Dimension Table
What
This table contains Application Binary Interfaces (ABIs) for smart contracts deployed on EVM blockchains. ABIs define the contract’s functions, events, and data structures, enabling the decoding of raw blockchain data into human-readable format.Key Use Cases
- Decoding raw event logs
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ABI | TEXT | The contract’s Application Binary Interface in JSON forma… |
| ABI_SOURCE | TEXT | The origin of the ABI data, indicating trust level and co… |
| BYTECODE | TEXT | The compiled contract code deployed on-chain, used for by… |
| CONTRACT_ADDRESS | TEXT | Unique identifier - the deployed contract’s blockchain ad… |