Skip to main content
Schema: flow.core_evm Table: dim_contract_abis Type: Base Table This table contains the contract ABIs that we have sourced from Etherscan, the community, or bytecode matched. This table is the source of ABIs used in the core__ez_decoded_event_logs table. We first try to source ABIs from Etherscan. If we cannot find an ABI on Etherscan, we will rely on user submissions. To add a contract to this table, please visit here. If we are unable to locate an ABI for a contract from Etherscan or the community, we will try to find an ABI to use by matching the contract bytecode to a known contract bytecode we do have an ABI for.

Columns

Column NameData TypeDescription
CONTRACT_ADDRESSTEXTThe unique address of the deployed contract.
ABIVARIANTThe JSON ABI for the contract.
ABI_SOURCETEXTThe source of the ABI. This can be the block explorer, user_submitted, or bytecode_matched.
BYTECODETEXTThe deployed bytecode of the contract.
DIM_CONTRACT_ABIS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ