🔀Token Transfers

crosschain.assets.transfers contains fungible token transfer data for chains indexed by Allium.

This includes native tokens and erc20 equivalent tokens (bep20, trc20) transfers across EVM chains indexed by Allium and SOL & SPL token transfers on Solana.

Understanding Blockchain Transfers

A short primer on understanding Allium's transfer schema.

Blockchain transactions are the fundamental building blocks of blockchain networks.

  • They involve the transfer of digital assets or information from one party to another.

  • When a transaction is performed and confirmed, the details of the transactions are appended to the blockchain, with a unique transaction hash accompanying the transaction.

  • By indexing the blockchain, we can identify all transactions and asset transfers.

This guide aims to help users map Allium's transfer schema to the transaction data that they typically observe on blockchain explorers, such as Etherscan.

Table Columns

Last updated