Name | Type | Description |
---|---|---|
transaction_hash | string | The transaction hash of the event log. |
transaction_index | integer | The position of the transaction in a block of the log. |
block_number | integer | The block number (i.e. height) of the event log. |
timestamp | integer | UNIX timestamp in seconds. The zero value corresponds to the 1st of January 1970 at UTC, called the Unix Epoch. |
from_address | string | The address that is the sender of the ERC20 token transferred. |
to_address | string | The address that is the recipient of the ERC20 token transferred. |
token_address | string | The unique address of the ERC20 token that was transferred. |
token_symbol | string | The symbol of the ERC20 token. |
token_name | string | The name of the ERC20 token. |
log_index | integer | The position of the log within the block. |
token_id | integer | The unique ID of the NFT in the collection. |