Skip to main content
Schema: thorchain.core Table: fact_instantiate_events Type: Base Table Comprehensive fact table tracking smart contract instantiation events on THORchain blockchain. This table captures detailed information about new smart contract deployments including contract addresses, admin addresses, code IDs, senders, labels, initialization messages, and funding details. Essential for monitoring THORchain ecosystem development, tracking contract creation patterns, analyzing developer activity, and understanding the growth and evolution of the smart contract landscape. Each record represents a unique contract instantiation event with complete deployment metadata for thorough blockchain development analysis and ecosystem monitoring.

Columns

Column NameData TypeDescription
FACT_INSTANTIATE_EVENTS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTFK to DIM_BLOCK table
TX_IDTEXTThe unique transaction id
CONTRACT_ADDRESSTEXTThe contract address
ADMIN_ADDRESSTEXTThe admin address
CODE_IDNUMBERThe code ID
SENDERTEXTThe sending address for this event
LABELTEXTThe label
MSGVARIANTThe message
FUNDSTEXTThe funds
EVENT_IDNUMBERThe primary key for the table.
_INSERTED_TIMESTAMPTIMESTAMP_NTZ
_AUDIT_RUN_IDTEXT
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.