Skip to main content
Schema: aleo.core Table: fact_transfers Type: Base Table Records of all wallet to wallet transfers on Aleo.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
TX_IDTEXTThe unique identifier for the transaction.
TX_SUCCEEDEDBOOLEANThe boolean status of the transaction. If the transaction was successful, this value will be true. If the transaction was unsuccessful, this value will be false.
TRANSITION_IDTEXT
INDEXNUMBER
TRANSFER_TYPETEXTThe type of transfer, namely public or private.
SENDERTEXTAddress that tokens are transferred from.
RECEIVERTEXTAddress that tokens are transferred to.
AMOUNTFLOATNumber of tokens transferred.
IS_NATIVEBOOLEANWhether the transfer is a native transfer (credits.aleo) or a non-native transfer (token_registry.aleo).
TOKEN_ADDRESSTEXTToken address of the transfer.
FACT_TRANSFERS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
_INVOCATION_IDTEXT