Our Avalanche assets schema currently includes AVAX and ERC20 Token Transfers.

avalanche.assets.avax_erc20_token_transfers contains transfers for both assets type.

Note that native AVAX uses null address 0x0000000000000000000000000000000000000000 as token_address.

Table Columns

Column NameDescriptionExample
transfer_typeTransfer Type (ERC20 or AVAX).ERC20
from_addressAddress where the token is being transferred from.0xfc21d3a2465a220c5a5a35e99e423c612f76ae83
to_addressAddress where the token is being transferred to.0x1205f31718499dbf1fca446663b532ef87481fe1
token_addressToken address of the asset transferred.0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e
token_nameName of the asset transferred.USD Coin
token_symbolToken symbol of the asset transferred.USDC
raw_amountAmount of tokens moved (unnormalized).261,294,144
raw_amount_strAmount of tokens moved (unnormalized) in string261294144
amountAmount of token moved, normalized.261.294144
amount_strAmount of token moved, normalized in string.261.294144
usd_amountThe amount of tokens moved, in $USD.261.2680146
transaction_from_addressThe address of the sending party of this transaction.0xfc21d3a2465a220c5a5a35e99e423c612f76ae83
transaction_to_addressThe address of the receiving party of this transaction (could be a contract address).0x45a01e4e04f14f7a4a6702c74187c5f6222033cd
transaction_hashTransaction hash that this transfer belongs to.0xce700b2d6a237aff56d2f75d06da7a40dcc31558f516976bb3feeecab0c72985
erc20_log_indexERC20 Transfer Log Index.16
avax_call_typeAVAX Traces Call Type.
avax_transfer_typeAVAX Transfer Type for Transfers.
block_timestampThe time when the block that contains this transaction was included on the blockchain.2023-06-07 05:19:43
block_numberThe block number that the corresponding transaction of this transfer belongs to.31,011,871
block_hashThe block hash that the corresponding transaction of this transfer belongs to.0xb583320cc68ffaa7245352dc31afb596667ee69213622ce2567490741acedb92
unique_idUnique id generated to each transfer. Includes transaction hash and log index.txn-0xce700b2d6a237aff56d2f75d06da7a40dcc31558f516976bb3feeecab0c72985_log_index-16