Last updated
Last updated
ERC20 Token Transfers table records all the transfer events of ERC20 tokens. Each row represents a single token transfer, including the token address, sender (from_address), recipient (to_address), amount (value), and the transaction and block details associated with the transfer.
Examples
Examples
token_address
bytea
from_address
bytea
to_address
bytea
value
numeric(78)
transaction_hash
bytea
log_index
bigint
block_timestamp
timestamp
block_number
bigint
block_hash
bytea
token_address
str
from_address
str
to_address
str
value
int
transaction_hash
str
log_index
int
block_timestamp
timestamp
block_number
int
block_hash
str