ERC1155 Transfers

The ERC1155 Token Transfers table records all transactions made with tokens that adhere to the ERC1155 standard.

Table Columns

Column NameDescriptionExample

event_type

Type of transfer event for ERC1155 tokens. This can either be a single or batch transfer.

transfer_single

operator

Address of the ERC1155 operator.

0xb94c30ac636e70b2ca3e9392921a943c04dc4a6f

array_index

nan

nan

from_address

Address where the token is being transferred from.

0x953a0801cd9b9a05a16a606b73ee7703806c0ac8

to_address

Address where the token is being transferred to.

0xb94c30ac636e70b2ca3e9392921a943c04dc4a6f

token_address

Token address of the asset transferred.

0xe81d486345f4f5551999cd0d55ea2097d9b0f178

token_name

Token name.

token_symbol

Token symbol.

token_id

Unique ID of the ERC token.

0

raw_amount_str

Amount of token moved, unnormalized, in string (to retain precision).

1

raw_amount

Amount of tokens moved, unnormalized.

1.0

amount_str

Amount of token moved, normalized, in string (to retain precision).

1

amount

Amount of token moved, normalized.

1.0

transaction_from_address

The address of the sending party of this transaction.

0x953a0801cd9b9a05a16a606b73ee7703806c0ac8

transaction_to_address

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

0xb94c30ac636e70b2ca3e9392921a943c04dc4a6f

transaction_hash

Transaction hash that this transfer belongs to.

0x6b3d21ced7035096499220b3beb4bb97fc4f3f25808cdef0185f9aefd68ae3cf

log_index

The log index that corresponds to this transfer.

1

block_timestamp

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

2023-12-16 07:17:29+00:00

block_number

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

1631757

block_hash

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

0x4161eb12a914a88428d03b927be0aeb05789a0b90fd627ea5a76ca60de0e852c

unique_id

Unique id generated to each transfer.

txn-0x6b3d21ced7035096499220b3beb4bb97fc4f3f25808cdef0185f9aefd68ae3cf_log_index-1

Last updated