ETH Transfers
Contains transfers of native gas token from traces and gas payment from initiating a transactions. We identify successful transfers by looking for trace calls that deduct native gas token for movement of native tokens from an address.
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).
Table Columns
Unique Key: unique_id
Last updated