Skip to main content
Schema: blast.core Table: dim_contracts Type: View This table contains all the contracts that are deployed on the Blast blockchain along with their on-chain metadata.

Columns

Column NameData TypeDescription
ADDRESSTEXTThe address of the contract.
SYMBOLTEXTThe symbol of the contract.
NAMETEXTThe name of the contract.
DECIMALSNUMBERThe number of decimals used to adjust amount for this contract.
CREATED_BLOCK_NUMBERNUMBERThe block number when the contract was created
CREATED_BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp when the contract was created
CREATED_TX_HASHTEXTThe transaction hash when the contract was created
CREATOR_ADDRESSTEXTThe address of the creator of the contract
DIM_CONTRACTS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.