# Airdrop Data

| Property                | Description                                                                                    | Type   |
| ----------------------- | ---------------------------------------------------------------------------------------------- | ------ |
| airdrop\_timestamp      | The timestamp the airdrop was given to the user.                                               | number |
| user\_address           | The address of the user claiming the airdrop.                                                  | string |
| claim\_timestamp        | The timestamp of when the user claimed the airdrop.                                            | number |
| transaction\_hash       | The hash of the transaction.                                                                   | string |
| log\_index              | The event log. For transactions that don't emit event, create arbitrary index starting from 0. | number |
| airdrop\_token\_address | The smart contract address of the airdropped token.                                            | string |
| airdrop\_token\_symbol  | The symbol of the token being airdropped.                                                      | string |
| token\_amount           | The amount of each token airdropped, decimal normalized.                                       | number |
| amount\_usd             | The USD value of the airdropped tokens.                                                        | number |
