ERC1155 Transfers
The ERC1155 Token Transfers table records all transactions made with tokens that adhere to the ERC1155 standard.
Table Columns
Column Name | Description | Example |
---|---|---|
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. | 0xe1634a71b5a927006ce79e8549f17117970ca33e |
from_address | Address where the token is being transferred from. | 0xe1634a71b5a927006ce79e8549f17117970ca33e |
to_address | Address where the token is being transferred to. | 0xd84de82b9374c32c1fa152e6b94cec1aeebcfe96 |
token_address | Token address of the asset transferred. | 0x97393dbd3ee757a1170591d87f077f69e1b360e8 |
token_name | Token name. | SPACE ID Gift Card |
token_symbol | Token symbol. | SIDGC |
token_id | Unique ID of the ERC token. | 2 |
raw_amount_str | Amount of token moved, unnormalized, in string (to retain precision). | 2 |
raw_amount | Amount of tokens moved, unnormalized. | 2 |
amount_str | Amount of token moved, normalized, in string (to retain precision). | 2 |
amount | Amount of token moved, normalized. | 2 |
transaction_from_address | The address of the sending party of this transaction. | 0xe1634a71b5a927006ce79e8549f17117970ca33e |
transaction_to_address | The address of the receiving party of this transaction (could be a contract address). | 0x97393dbd3ee757a1170591d87f077f69e1b360e8 |
transaction_hash | Transaction hash that this transfer belongs to. | 0x8fc5ca1a924803873a82ae959f8c3bead05c3d43d4976fb65977995bc2f841e6 |
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-03-31 20:19:34 |
block_number | The block number that the corresponding transaction of this transfer belongs to. | 75,705,456 |
block_hash | The block hash that the corresponding transaction of this transfer belongs to. | 0x9ca37270ad6acc052955c1cefc282c62ad0f3fd7df6b0070b8273612c7654f2a |
unique_id | Unique id generated to each transfer. | txn-0x8fc5ca1a924803873a82ae959f8c3bead05c3d43d4976fb65977995bc2f841e6_log_index-1 |
Last updated