Skip to main content
The assets.native_token_transfers table contains transfers of native tokens of the blockchain. We identify successful transfers by looking for trace calls that deduct native gas token for movement of native tokens from an address. We also include transaction fees payment from initiating a transactions. For transaction fees, we compute the priority and base fees (if applicable) and assign the transaction sender as the from_address and the recipient to the respective destination (miner, sequencer, burn address, etc).
Native gas tokens are represented as 0x0000000000000000000000000000000000000000 in the token_address in our assets schemas. This may be different for blockchains that do not have the typical hexadecimal address format. (e.g. Tron)

Table Columns

Unique Key: unique_id