Table description

Table tracking all Fungible Token (FT) transfers in NEAR.

Column Descriptions

ColumnDescriptionType
block_dateThe date when the FT transfer occurred.date
block_heightThe block height at the time of the FT transfer.bigint
block_timeTimestamp when the block containing the FT transfer was produced.timestamp(3) with time zone
block_hashThe unique hash of the block containing the FT transfer.varchar
chunk_hashThe hash of the chunk within the block containing the FT transfer.varchar
shard_idShard ID where the FT transfer was executed.bigint
standardThe FT standard associated with the transfer (e.g., “nep141”).varchar
token_idID of the Fungible Token involved in the transfer (e.g., “near”).varchar
receipt_idThe receipt ID associated with the FT transfer.varchar
contract_account_idThe contract account handling the FT transfer.varchar
causeThe function name invoked to cause the FT transfer.varchar
statusThe status of the FT transfer (e.g., “SUCCESS_VALUE”).varchar
event_memoMemo attached to the FT transfer event.varchar
event_indexEvent index of the FT transfer event.uint256
affected_account_idThe account affected by the FT transfer, i.e. the “to” account.varchar
involved_account_idThe account involved in the FT transfer, i.e. the “from” account.varchar
delta_amountThe amount of FT tokens transferred.decimal(38,0)
processed_timeTimestamp when the FT transfer data was processed.timestamp(3) with time zone
updated_atTimestamp when the FT transfer record was last updated.timestamp(3) with time zone
ingested_atTimestamp when the FT transfer data was ingested into Dune.timestamp(3) with time zone

Table Sample