Skip to main content

Table Description

Contains token transfer events on the Flow Cadence blockchain including NFT and fungible token transfers.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the transfer
timestamptimestampTimestamp when the transfer occurred
block_heightbigintThe block number containing this transfer
block_hashstringHash of the block containing this transfer
transaction_hashstringHash of the transaction containing this transfer
contract_addressstringAddress of the token contract
token_idstringIdentifier of the token being transferred
fromstringAddress of the sender
tostringAddress of the recipient
amountdecimal(38,9)Amount of tokens transferred
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample