ERC20 Transfers

The ERC20 tokens transfers table contains the details of all transfer events of ERC20 tokens on the Scroll network.

It includes information such as the sender and receiver addresses, the amount of tokens transferred, the transaction hash, and the block timestamp.

Table Columns

Column NameDescriptionExample

from_address

Address where the token is being transferred from.

0x59fa6575a305eda2b952a602dba9b33c1c728d12

to_address

Address where the token is being transferred to.

0x97333c41aeff21715b0ea0679338545091895e7c

token_address

Token address of the asset transferred.

0xddeb23905f6987d5f786a93c00bbed3d97af1ccc

token_address

Token address of the asset transferred.

0xddeb23905f6987d5f786a93c00bbed3d97af1ccc

token_name

Name of the asset transferred.

PunkSwap Token

token_symbol

Symbol of the asset transferred.

PUNK

raw_amount_str

Amount of tokens moved (unnormalized) in string.

19333383132872775133

raw_amount

Amount of tokens moved (unnormalized).

1.9333383132872774e+19

amount_str

Amount of token moved, normalized in string.

19.333383132872775133

amount

Amount of token moved, normalized.

19.333383132872775

usd_amount

USD value of the amount of tokens transferred.

nan

usd_exchange_rate

USD value of the token at the time of transfer.

nan

transaction_from_address

The address of the sending party of this transaction.

0x97333c41aeff21715b0ea0679338545091895e7c

transaction_to_address

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

0xa1344106a3ee8eb1365eb7785b57f65096e254d0

transaction_hash

Transaction hash that this transfer belongs to.

0xc2c15f1f674fefe4d68801a97b5608194b6efe99c23aca65b55412a1339d912e

log_index

The log index that corresponds to this transfer.

3

block_timestamp

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

2023-11-18 13:54:54+00:00

block_number

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

890632

block_hash

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

0x55732db67aaaf9fb2e5fd016ead9b30b9b2f07e4fb23464a3d3e46cd22dd5924

unique_id

Unique id generated to each transfer.

txn-0xc2c15f1f674fefe4d68801a97b5608194b6efe99c23aca65b55412a1339d912e_log_index-3

Last updated