Skip to main content
Schema: eclipse.core Table: fact_events Type: Base Table Contains each event that occurs on Eclipse. A transaction can consist of more than one event.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
BLOCK_IDNUMBERSlot for which a block can be created.
TX_IDTEXTA unique key that identifies a transaction
SIGNERSARRAYList of accounts that signed the transaction
SUCCEEDEDBOOLEANTrue when a transaction is successful, otherwise false.
INDEXNUMBERLocation of the instruction (event) within a transaction
PROGRAM_IDTEXTAn address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale.
EVENT_TYPETEXTThe type of event (i.e. “delegate”, “withdraw”) that is occurring
INSTRUCTIONVARIANTSpecifies which program it is calling, which accounts it wants to read or modify, and additional data that serves as auxiliary input to the program
INNER_INSTRUCTIONVARIANTA call from one smart contract program to another
INNER_INSTRUCTION_PROGRAM_IDSARRAYList of program ids that is called by the instruction
FACT_EVENTS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which this record was last modified by an internal process.