Credit and debit entries of all addresses for every ERC1155 token transfer.
Column Name | Description | Example |
---|---|---|
event_type | Transfer event type specific to ERC1155 tokens. Either transfer_single or batch_transfer. | transfer_single |
address | Address of the account that was credited or debited value amount of ERC1155 token | 0x8c97a5d0facc749c890506a0040fde4eac295060 |
counterparty_address | The address of counter party of this credit or debit transfer. | 0x30581532061320ef5d40cc7ce401f98bb38fadc8 |
token_address | Token address of the ERC1155 token. | 0x2953399124f0cbb46d2cbacd8a89cf0599974963 |
token_name | Name of the ERC1155 token. | OpenSea Collections |
token_symbol | Token symbol of this token. | OPENSTORE |
token_id | Unique ID of the ERC1155 token. | 63591737130667138653353858929682882208604401490798423943212309265208714461204 |
raw_amount | Balance of tokens (unnormalized). For ERC721 tokens, there are no decimals division involved. | -1 |
raw_amount_str | Balance of tokens (unnormalized) in string. | -1 |
amount | Amount of tokens moved. | -1 |
amount_str | Amount of tokens moved in string. | -1 |
usd_amount | Amount of tokens moved in USD value. | |
usd_exchange_rate | This is the price of a single token, in $USD. Refer to Hourly Token Prices for more information. | |
operator | The operator is defined as the addresses authorized (or approved) by a NFT owner to spend all of his token Ids. | 0x8c97a5d0facc749c890506a0040fde4eac295060 |
transaction_hash | Transaction hash that this transfer belongs to. | 0xa8e3ff122db54517910a3ed5ad4dce37b2e060ecdcf60176e3dd62ae57f535c5 |
log_index | The log index that corresponds to this transfer. | 72 |
block_timestamp | The timestamp of the block that the corresponding transaction of this transfer belongs to. This is also the timestamp when this transfer occurred. | 2021-12-12 00:04:23 |
block_number | The block number that the corresponding transaction of this transfer belongs to. | 22,415,381 |
block_hash | The block hash that the corresponding transaction of this transfer belongs to. | 0x3de27a49a335584e077d189b9fc73e87805fba1cea0a7bf38eb52ddf08376034 |
unique_id | Unique id generated to each transfer. Includes transaction hash, log index and credit and debit transaction type. | txn-0xa8e3ff122db54517910a3ed5ad4dce37b2e060ecdcf60176e3dd62ae57f535c5_log_index-72_credit |