Skip to main content
Schema: eclipse.core Table: fact_transfers Type: Base Table Contains transfer events for Eclipse and spl-tokens.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERSlot for which a block can be created.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_IDTEXTA unique key that identifies a transaction
SUCCEEDEDBOOLEANTrue when a transaction is successful, otherwise false.
INDEXNUMBERLocation of the instruction (event) within a transaction
INNER_INDEXNUMBERLocation of the instruction within an instruction’s (event) 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.
TX_FROMTEXTThe wallet address that initiated an event
TX_TOTEXTThe wallet address that receives tokens in an event
MINTTEXTAddress of the token or NFT
AMOUNTVARIANTThe non-decimal adjusted number of tokens sent during an event
DECIMALVARIANTNumber of decimals in the token value, need to divide amount by 10^decimal
SOURCE_TOKEN_ACCOUNTTEXT
DEST_TOKEN_ACCOUNTTEXT
_INSERTED_TIMESTAMPTIMESTAMP_NTZ
FACT_TRANSFERS_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.