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