Skip to main content
Schema: blast.core Table: dim_contract_abis Type: View β€˜This table contains the contract ABIs that we have sourced from Blastscan, the community, or bytecode matched. This table is the source of ABIs used in the core__ez_decoded_event_logs and core__fact_decoded_event_logs tables. We first try to source ABIs from Blastscan. If we cannot find an ABI on Blastscan, 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 Blastscan 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 address of the contract.
ABIVARIANTThe JSON ABI for the contract.
ABI_SOURCETEXTThe source of the ABI. This can be Blastscan, user_submitted, or bytecode_matched.
BYTECODETEXTThe deployed bytecode of the contract.
DIM_CONTRACT_ABIS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ