Skip to main content
Schema: eclipse.defi Table: fact_token_burn_actions Type: Base Table Contains all burn events for 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
EVENT_TYPETEXTThe type of event (i.e. “delegate”, “withdraw”) that is occurring
MINTTEXTAddress of the token or NFT
BURN_AMOUNTNUMBERThe number of tokens burned
BURN_AUTHORITYTEXTThe account address that is authorizing the burn action
TOKEN_ACCOUNTTEXTThe account address that has ownership of a specific token/nft
SIGNERSTEXTList of accounts that signed the transaction
DECIMALNUMBERNumber of decimals in the token value, need to divide amount by 10^decimal
MINT_STANDARD_TYPETEXTThe type of mint following Metaplex mint standards
FACT_TOKEN_BURN_ACTIONS_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.