ERC20 Transfers
We collect data on the minting, transferring, and burning of ERC20 tokens across EVM ecosystems.
timestamp
The UNIX timestamp of the block associated with the transaction.
number
block_number
The block number for the transaction
number
chain_id
The standard chain id.
number
from_user_address
The address of the user sending the erc-20 transfer.
string
to_user_address
The address of the user receiving the erc-20 transfer.
string
token_transfer_amount
The amount of the token transferred (decimal normalized).
number
token_address
The smart contract address of the token.
string
token_symbol
The symbol of the token we are getting the balance of.
string
log_index
The event log. For transactions that don't emit event, create arbitrary index starting from 0.
number
transaction_hash
The hash of the transaction.
string
Last updated