ERC721 Transfers

The ERC721 Token Transfers table records all transactions made with unique, non-fungible tokens that adhere to the ERC721 standard.

This table provides details on the type of transfer, the sending and receiving wallet addresses, the specific ERC721 token ID involved in the transfer, and the amount (if applicable) of the transfer.

Table Columns

Column NameDescriptionExample

from_address

Address where the token is being transferred from.

0x0000000000000000000000000000000000000000

to_address

Address where the token is being transferred to.

0x075a0719f92ac925a7b2ce707970bf42fb2fbd9a

token_address

Token address of the asset transferred.

0x01eb64955ec0b0787dca3a8c8928bfb5a505e6c5

token_name

Name of the asset transferred.

token_symbol

Symbol of the asset transferred.

token_id

Token ID of the ERC721 token.

212

raw_amount_str

Amount of tokens moved (unnormalized) in string.

1

raw_amount

Amount of tokens moved (unnormalized).

1.0

amount_str

Amount of token moved, normalized in string.

1

amount

Amount of token moved, normalized.

1.0

transaction_from_address

The address of the sending party of this transaction.

0x075a0719f92ac925a7b2ce707970bf42fb2fbd9a

transaction_to_address

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

0x01eb64955ec0b0787dca3a8c8928bfb5a505e6c5

transaction_hash

Transaction hash that this transfer belongs to.

0x96ac79113405195a37551862428241c184dda15af1b7267c7ae799aa7eba25f7

log_index

nan

8

block_timestamp

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

2023-11-19 17:35:03+00:00

block_number

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

923501

block_hash

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

0x0d6d155b139eb1eac086d1d2d170cd1fd963e1196e80f75da71a08c5d3e141f1

unique_id

Unique id generated to each transfer.

txn-0x96ac79113405195a37551862428241c184dda15af1b7267c7ae799aa7eba25f7_log_index-8

Last updated