- Trace transfers of native tokens:
- Trace calls that deduct native token for movement of native tokens from an address. Only transfers of gas tokens from successful transactions are included.
- Transaction fees:
- Transaction fees payment from initiating a transactions. Both failed and successful transactions are included, as failed transactions still consume gas fees that’s deducted from the transaction sender.
- For transaction fees, we compute the priority and base fees (if applicable) and assign the transaction sender as the
from_addressand the recipient to the respective destination (block 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