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 Name | Data Type | Description |
|---|---|---|
| CONTRACT_ADDRESS | TEXT | The address of the contract. |
| ABI | VARIANT | The JSON ABI for the contract. |
| ABI_SOURCE | TEXT | The source of the ABI. This can be Blastscan, user_submitted, or bytecode_matched. |
| BYTECODE | TEXT | The deployed bytecode of the contract. |
| DIM_CONTRACT_ABIS_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ |