Skip to main content
Schema: 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 NameData TypeDescription
ABITEXTThe contract’s Application Binary Interface in JSON forma…
ABI_SOURCETEXTThe origin of the ABI data, indicating trust level and co…
BYTECODETEXTThe compiled contract code deployed on-chain, used for by…
CONTRACT_ADDRESSTEXTUnique identifier - the deployed contract’s blockchain ad…