Credit and debit entries of all addresses for every ERC20 token transfer.
Column Name | Description | Example |
---|---|---|
address | Address of the account that was credited or debited value amount of ERC20 token | 0xc9ff58bd2a1cb4fab0fec5a0d061527db1fbb923 |
counterparty_address | The address of counter party of this credit or debit transfer. | 0x796e992683fcb97b99b2513d17b835e214439868 |
token_address | Token address of the ERC20 token. | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 |
token_name | Name of the ERC20 token. | USD Coin (PoS) |
token_symbol | Token symbol of this token. | USDC |
raw_amount | Amount of tokens moved (unnormalized). | -194,000 |
raw_amount_str | Amount of tokens moved (unnormalized) in string. | -194,000 |
amount | Amount of tokens moved, normalized by the decimal points defined in the ERC20 token contract. For example, USDC has 6 decimals, so this value is the raw_value divided by 10^6. | -0.194 |
amount_str | Amount of tokens moved, normalized in string. | -0.194 |
usd_amount | Amount of tokens moved in USD value. | -0.194 |
usd_exchange_rate | This is the price of a single token, in $USD. Refer to Hourly Token Prices for more information. | 1 |
transaction_hash | Transaction hash that this transfer belongs to. | 0x335f3c8202a6b5851f49dfc52dc1a36dcc8a7350be4a1e8c413e66f23f0ce3c0 |
log_index | The log index that corresponds to this transfer. | 2 |
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-09-17 16:33:15 |
block_number | The block number that the corresponding transaction of this transfer belongs to. | 19,210,501 |
block_hash | The block hash that the corresponding transaction of this transfer belongs to. | 0xa8834acd414d190ef70c5971d3432e386d3dbae2a3f64f5baee9f47a44beb6df |
unique_id | Unique id generated to each transfer. Includes transaction hash, log index and credit and debit transaction type. | txn-0x335f3c8202a6b5851f49dfc52dc1a36dcc8a7350be4a1e8c413e66f23f0ce3c0_log_index-2_credit |