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

### Table Details

| Property     | Value                           |
| ------------ | ------------------------------- |
| Table Name   | `b3.nfts.transfers`             |
| Table Status | Production-Ready                |
| Unique Key   | `transaction_hash`, `unique_id` |

### Table Columns

| Column Name                          | Data Type         | Description                                                           |
| ------------------------------------ | ----------------- | --------------------------------------------------------------------- |
| token\_standard                      | VARCHAR(7)        | The standard of the token, e.g., ERC721 or ERC1155.                   |
| from\_address                        | VARCHAR(42)       | The address of the sender.                                            |
| to\_address                          | VARCHAR(42)       | The address of the recipient.                                         |
| token\_address                       | VARCHAR(42)       | The contract address of the token.                                    |
| token\_name                          | VARCHAR(16777216) | The name of the token.                                                |
| token\_symbol                        | VARCHAR(16777216) | The symbol of the token.                                              |
| token\_id                            | VARCHAR(16777216) | The unique identifier of the token.                                   |
| amount                               | FLOAT             | The amount of tokens transferred.                                     |
| transaction\_from\_address           | VARCHAR(42)       | The address of the sender in the transaction.                         |
| transaction\_to\_address             | VARCHAR(42)       | The address of the recipient in the transaction.                      |
| transaction\_hash                    | VARCHAR(66)       | The unique identifier of the transaction.                             |
| transaction\_index                   | NUMBER(38,0)      | The position of the transaction within the block.                     |
| log\_index                           | NUMBER(38,0)      | The position of the log within the block.                             |
| block\_timestamp                     | TIMESTAMP\_NTZ(9) | The timestamp of the block containing the transaction.                |
| block\_number                        | NUMBER(38,0)      | The number of the block containing the transaction.                   |
| block\_hash                          | VARCHAR(66)       | The unique identifier of the block containing the transaction.        |
| event\_type                          | VARCHAR(16777216) | The type of event, e.g., erc1155\_transfer\_single, erc721\_transfer. |
| unique\_id                           | VARCHAR(16777216) | A unique identifier for the transfer event.                           |
| \_updated\_at                        | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.         |
| \_created\_at                        | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.              |
| \_helper\_nft\_tokens\_\_updated\_at | TIMESTAMP\_NTZ(9) | The timestamp of the last update to the token information.            |

### Related Docs

* [EVM NFTs Transfers](/historical-data/supported-blockchains/evm/core-schemas/nfts/transfers)
