# 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 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openblocklabs.com/data-offering/erc20-transfers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
