> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Transfers

> Track NFT transfers on NEAR

The `near.nfts.transfers` model captures NFT token transfer events from NEAR event logs receipt, focusing on nep-171 compatible tokens. This model provides detailed information about each transfer, including block height, transaction details, and token-specific information.

### Model Description

NFT Token transfers events NEAR event logs receipt. Broadly, this includes nep-171 compatible tokens.

### Columns

| Column Name             | Description                                                       |
| ----------------------- | ----------------------------------------------------------------- |
| block\_height           | The block height of the transaction.                              |
| block\_timestamp        | The timestamp of the transaction.                                 |
| transaction\_hash       | The hash of the transaction.                                      |
| event\_name             | The name of the event.                                            |
| event\_standard         | The standard of the event.                                        |
| event\_version          | The version of the event.                                         |
| from\_address           | The address of the sender.                                        |
| to\_address             | The address of the receiver.                                      |
| token\_address          | The address of the token.                                         |
| name                    | The name of the token.                                            |
| symbol                  | The symbol of the token.                                          |
| token\_id               | The ID of the token.                                              |
| signer\_id              | The address of the signer.                                        |
| event\_data             | The data of the event.                                            |
| id                      | The ID of the event.                                              |
| transaction\_index      | The index of the transaction.                                     |
| receipt\_outcome\_index | The index of the receipt outcome.                                 |
| log\_index              | The index of the log.                                             |
| token\_id\_index        | The index of the tokenID in the array of transfers.               |
| unique\_id              | The unique ID of the event.                                       |
| \_created\_at           | The timestamp of the entry of the transfer in the database.       |
| \_updated\_at           | The timestamp of the last update of the transfer in the database. |
