ETH Transfers

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

This includes the transfer type, such as value transfer and l2/l1 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.

0xe2bdb6d646e82f0f9c85fad19043340b580a90e9

to_address

Address where the token is being transferred to.

0x5300000000000000000000000000000000000005

token_address

Token address of the asset transferred. Native assets on represented by 0x0000000000000000000000000000000000000000.

0x0000000000000000000000000000000000000000

token_name

Name of the asset transferred.

ETH

token_symbol

Symbol of the asset transferred.

ETH

raw_amount

Amount of tokens moved (unnormalized).

42975924957816

amount

Amount of token moved, normalized.

0.000042975924957816

usd_amount

USD value of the amount of tokens transferred.

0.06899483920502654088

call_type

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

transfer_type

Type of transfer. Includes transactions fees, burned fees and regular value transfers.

l1_transaction_fee

transaction_from_address

The address of the sending party of this transaction.

0xe2bdb6d646e82f0f9c85fad19043340b580a90e9

transaction_to_address

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

0xf55bec9cafdbe8730f096aa55dad6d22d44099df

transaction_hash

Transaction hash that this transfer belongs to.

0x32ef4ceaa1a0e725881fa05dea80e059f1adc57ad03a644260f9cb19432783d3

block_timestamp

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

2023-10-21 11:27:55+00:00

block_number

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

183369

block_hash

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

0x6a957d6fb1402871344a176329a46d21096ceb35fcd40426382fd6a0bd4acd94

unique_id

Unique id generated to each transfer.

txn-0x32ef4ceaa1a0e725881fa05dea80e059f1adc57ad03a644260f9cb19432783d3_l1_transaction_fee

Last updated