Skip to main content
Schema: movement.core Table: fact_transfers Type: View Transfer fact table with detailed transfer information. Contains comprehensive data about token transfers on the Movement blockchain.

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.
EVENT_INDEXNUMBERThe index of the event within the transaction.
CREATION_NUMBERNUMBERThe creation number of the event handle.
TRANSFER_EVENTTEXTThe type of transfer event.
ACCOUNT_ADDRESSTEXTThe account address involved in the transfer.
AMOUNTNUMBERThe transfer amount.
TOKEN_ADDRESSTEXTThe token contract address.
IS_FUNGIBLEBOOLEANWhether the token is fungible.
STORE_ADDRESSTEXTThe store address for the token.
FACT_TRANSFERS_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.