Skip to main content
Schema: movement.core Table: ez_transfers Type: View Simplified transfer events with token metadata. This convenience table provides easy access to transfer data with relevant context.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERThe block number of the transfer.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
TX_HASHTEXTThe transaction hash.
VERSIONNUMBERThe transaction version number.
SUCCESSBOOLEANWhether the transaction succeeded.
TRANSFER_EVENTTEXTThe type of transfer event.
ACCOUNT_ADDRESSTEXTThe account address involved in the transfer.
AMOUNTNUMBERThe transfer amount.
IS_FUNGIBLEBOOLEANWhether the token is fungible.
TOKEN_ADDRESSTEXTThe token contract address.
STORE_ADDRESSTEXTThe store address for the token.
EZ_TRANSFERS_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.