> For the complete documentation index, see [llms.txt](https://docs.openblocklabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openblocklabs.com/data-offering/erc20-transfers.md).

# ERC20 Transfers

| Property                | Description                                                                                    | Type   |
| ----------------------- | ---------------------------------------------------------------------------------------------- | ------ |
| timestamp               | The UNIX timestamp of the block associated with the transaction.                               | number |
| block\_number           | The block number for the transaction                                                           | number |
| chain\_id               | The standard chain id.                                                                         | number |
| from\_user\_address     | The address of the user sending the erc-20 transfer.                                           | string |
| to\_user\_address       | The address of the user receiving the erc-20 transfer.                                         | string |
| token\_transfer\_amount | The amount of the token transferred (decimal normalized).                                      | number |
| token\_address          | The smart contract address of the token.                                                       | string |
| token\_symbol           | The symbol of the token we are getting the balance of.                                         | string |
| log\_index              | The event log. For transactions that don't emit event, create arbitrary index starting from 0. | number |
| transaction\_hash       | The hash of the transaction.                                                                   | string |
