Skip to main content
The fungible_token_transfers table records token transfer events on the chain, including standard transfers, IBC cross-chain transfers, mints, and burns.

Table Columns

Column NameDescription
from_addressThe sender address of the transfer.
to_addressThe recipient address of the transfer.
currencyToken denomination identifier of the asset transferred (e.g., uatom, ibc/…).
token_nameThe name of the token.
token_symbolThe symbol of the token.
raw_amount_strThe raw token amount as a string.
raw_amountThe raw token amount before decimal normalization.
amount_strThe normalized token amount as a string.
amountThe normalized token amount of the transfer.
usd_amountThe USD value of the transfer.
usd_exchange_rateThe exchange rate used to calculate the USD value.
event_typeThe type of transfer event (e.g., transfer, ibc_transfer, coin_spent).
tx_senderThe address that initiated the transaction.
transaction_hashThe hash of the transaction containing this transfer.
transaction_indexThe index of the transaction within the block.
event_indexThe index of the event within the transaction.
block_timestampTimestamp of the block containing this transfer.
block_heightThe height of the block containing this transfer.
block_hashThe hash of the block containing this transfer.
block_event_kindThe phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immediately before block commit).
block_event_indexThe index of the block event.
block_event_typeThe type of the block event.
codeThe transaction result code (0 indicates success).
tx_successWhether the transaction was successful.
authz_msg_indexThe index of the authorized message within an authz grant execution.
memoThe memo field attached to the transaction.
src_channelThe source IBC channel for cross-chain transfers.
dst_channelThe destination IBC channel for cross-chain transfers.
unique_idA unique identifier for the transfer.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.
_changed_since_full_refreshIndicates if the record has changed since the last full data refresh.