Skip to main content
Schema: eclipse.core Table: fact_events_inner Type: Base Table Contains each inner event that occurs on Eclipse. An event can consist of more than one inner 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.
INSTRUCTION_INDEXNUMBERLocation of the instruction (event) within a transaction
INNER_INDEXNUMBERLocation of the instruction within an instruction’s (event) inner instruction
INSTRUCTION_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.. For the instruction calling this inner instruction.
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
FACT_EVENTS_INNER_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.