Token Transfers

ColumnTypeDescription

tx_id

TEXT

ID for the transaction.

block_timestamp

TIMESTAMP_NTZ

The date and time for when the block was written.

block_height

NUMBER

The block height the block was recorded at.

sender

TEXT

Address sending the transferred token.

recipient

TEXT

Address receiving the transferred token.

token_contract

TEXT

The contract address for a token on the Flow blockchain.

amount

NUMBER

The amount of the asset involved in the transaction.

tx_succeeded

BOOLEAN

Transaction status, if it succeeded or failed.

Last updated