ETH Transfers

The table for ETH Token Transfers holds a record of all transactions conducted using the native Ether token on Optimism network.

This includes the transfer type, such as value transfer and l2 execution fees, transaction call type, the transaction hash, block timestamp, and the sender and recipient wallet addresses along with the quantity of ETH transferred.

Table Columns

Column NameDescriptionExample

from_address

Address where the token is being transferred from.

0xaa3d9fa3ab930ae635b001d00c612aa5b14d750e

to_address

Address where the token is being transferred to.

0x86ca30bef97fb651b8d866d45503684b90cb3312

token_address

Token address of the asset transferred.

0x0000000000000000000000000000000000000000

token_name

Name of the asset transferred.

ETH

token_symbol

Token symbol of the asset transferred.

ETH

raw_amount

Amount of tokens moved (unnormalized).

16611571238491481

amount

Amount of token moved, normalized.

0.01661157124

usd_amount

The amount of tokens moved, in $USD.

19.88122681

call_type

Call type of the transaction. Non-call type will be indicated by NULL.

call

transfer_type

Transfer type can be either value_transfer, gas_burn, gas_payment_to_miner.

value_transfer

transaction_from_address

The address of the sending party of this transaction.

0x6f9a554c32a23a8d009831f4fd6995148555d50c

transaction_to_address

The address of the receiving party of this transaction (could be a contract address).

0xc30141b657f4216252dc59af2e7cdb9d8792e1b0

transaction_hash

Transaction hash that this transfer belongs to.

0x06c39d7f5e2203ea89ea9c14e5fb7c2353f22c5b9fc06564fe057b6328e97b27

block_timestamp

The time when the block that contains this transaction was included on the blockchain.

2022-06-25 13:52:59

block_number

The block number that the corresponding transaction of this transfer belongs to.

13,043,574

block_hash

The block hash that the corresponding transaction of this transfer belongs to.

0x6f0fbab09f1d726456b804a44be9d55ee773500391eb45a05d40113dcd4c9bc3

unique_id

Unique id generated to each transfer.

trace-call_0x06c39d7f5e2203ea89ea9c14e5fb7c2353f22c5b9fc06564fe057b6328e97b27_1_0

Last updated