from_address | to_address | amount | event |
---|---|---|---|
X | Y | 1250 | X transfers 1250 tokens to Y |
address | counterparty_address | amount | event |
---|---|---|---|
X | Y | -1250 | X decrease 1250 tokens to Y |
Y | X | 1250 | Y increase 1250 tokens from X |
Column Name | Description | Example (Credit) | Example (Debit) |
---|---|---|---|
address | Address of the account that was credited or debited value amount of token | 0x72e77c9c17ca1c99bd9eb2f1011c752431625533 | 0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459 |
counterparty_address | The address of counter party of this credit or debit transfer. | 0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459 | 0x72e77c9c17ca1c99bd9eb2f1011c752431625533 |
token_address | Token address of the asset transferred. Note: Native ETH does not have a contract address, but for convention, it is labelled as: 0x0000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 |
token_name | Name of the asset transferred. | ETH | ETH |
token_symbol | Token symbol of the asset transferred. | ETH | ETH |
raw_amount | Amount of tokens moved (unnormalized). For ERC721 and ERC1155 tokens, there are no decimals division involved. | -9E+15 | 9E+15 |
amount | Amount of token moved, normalized. | -0.009 | 0.009 |
usd_amount | The amount of tokens moved, in $USD. | -7.731 | 7.731 |
usd_exchange_rate | Token symbol of this token. | 859 | 859 |
transaction_hash | Transaction hash that this transfer belongs to. | 0x1c2eb8b98e9917b30e402d519c1545116e7432699dffced4041c980cd8b6a4d6 | 0x1c2eb8b98e9917b30e402d519c1545116e7432699dffced4041c980cd8b6a4d6 |
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. | 2018-02-04T16:10:48 | 2018-02-04T16:10:48 |
block_number | The block number that the corresponding transaction of this transfer belongs to. | 5030097 | 5030097 |
block_hash | The block hash that the corresponding transaction of this transfer belongs to. | 0xea0ad2b10c2815f54a925c13161a252848ff9814cc49b16060c4a0782630bd38 | 0xea0ad2b10c2815f54a925c13161a252848ff9814cc49b16060c4a0782630bd38 |
token_type | The type of asset transferred. Currently supports ETH, ERC20, ERC721 and ERC1155 tokens. | ETH | ETH |
unique_id | Unique id generated to each transfer. Includes transaction hash, log index and credit and debit transaction type. | trace-call_0x1c2eb8b98e9917b30e402d519c1545116e7432699dffced4041c980cd8b6a4d6_6_credit | trace-call_0x1c2eb8b98e9917b30e402d519c1545116e7432699dffced4041c980cd8b6a4d6_6_debit |