Skip to main content

Table Description

The thorchain.core_instantiate_events table event data for contract instantiation events on THORChain. This table tracks when smart contracts are instantiated on the network. This table is partitioned by block_month.

Column Descriptions

ColumnTypeDescription
tx_idbigintTransaction ID
contract_addressvarcharAddress
admin_addressvarcharAddress
code_idbigintIdentifier
sendervarcharSender
labelvarcharLabel
msgvarcharMsg
fundsvarcharFunds
event_idbigintEvent identifier
block_timestamptimestampTimestamp of when the block was created
block_timetimestampTimestamp of when the block was created
block_monthtimestampBlock Month
_inserted_timestamptimestampTimestamp of the record
fact_instantiate_events_idbigintSurrogate key for the fact record
dim_block_idbigintReference to the block dimension table
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample