Skip to main content
Schema: movement.core Table: fact_events Type: View Event logging for all on-chain events. Contains detailed information about events emitted during transaction execution.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERThe block number.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
TX_HASHTEXTThe transaction hash.
VERSIONNUMBERThe transaction version number.
SUCCESSBOOLEANWhether the transaction succeeded.
TX_TYPETEXTThe type of transaction.
SENDERTEXTThe sender address.
PAYLOAD_FUNCTIONTEXTThe function called in the payload.
EVENT_INDEXNUMBERThe index of the event within the transaction.
EVENT_TYPETEXTThe type of event.
EVENT_ADDRESSTEXTThe address that emitted the event.
EVENT_MODULETEXTThe module that emitted the event.
EVENT_RESOURCETEXTThe resource associated with the event.
EVENT_DATAOBJECTThe event data payload.
ACCOUNT_ADDRESSTEXTThe account address associated with the event.
CREATION_NUMBERNUMBERThe creation number of the event handle.
SEQUENCE_NUMBERNUMBERThe sequence number of the event.
FACT_EVENTS_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.