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

# backed_v1_arbitrum

> Tables in tt-contracts.backed_v1_arbitrum

## Tables

### BackedFactory\_NewToken\_event

Token deployment events from the Backed Factory contract recording the creation of new tokenized real-world assets. Emitted when the factory deploys a new token contract with its name, symbol, and address for tracking tokenized securities, bonds, and equity instruments.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                          |
  | ------------------ | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                          |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_newToken`      | `STRING`    | Contract address of the newly created token. Hex-encoded, 0x-prefixed, 42-character string.                                                          |
  | `in_name`          | `STRING`    | Name or label identifier for the entity being created, registered, or updated in the event.                                                          |
  | `in_symbol`        | `STRING`    | Symbol of the token involved in the transaction or event.                                                                                            |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_name              | removed | in\_symbol | log\_index | in\_newToken                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | --------------------- | ------- | ---------- | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed Microsoft Corp | false   | bMSFT      | 9          | 0x374a457967ba24fd3ae66294cab08244185574b0 | 269525860     | 2024-10-31T09:30:21.000Z | 0xda84458e8f2c76e7d9d104560c93b3b04555d919a1f8d131e3ac1d32c6cac28e |
  | 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed NVIDIA Corp    | false   | bNVDA      | 9          | 0xa34c5e0abe843e10461e2c9586ea03e55dbcc495 | 269526127     | 2024-10-31T09:31:29.000Z | 0x2c627501f7b43250d1e1543147482e96e82fbd707a2a1f93beda823b22c397cd |
  | 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed Tesla Inc      | false   | bTSLA      | 9          | 0x14a5f2872396802c3cc8942a39ab3e4118ee5038 | 269527881     | 2024-10-31T09:38:47.000Z | 0x4256c046f7849c1bf94ef4d1c1d17f4f806651076a9a3b4d14d545e83eb9fc33 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.backed_v1_arbitrum.BackedFactory_NewToken_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### BackedxStocksAutoFeeTokenFactory\_NewToken\_event

*No description available.*

<Accordion title="Columns">
  | Column             | Type        | Description |
  | ------------------ | ----------- | ----------- |
  | `block_timestamp`  | `TIMESTAMP` | -           |
  | `block_number`     | `INT64`     | -           |
  | `transaction_hash` | `STRING`    | -           |
  | `log_index`        | `INT64`     | -           |
  | `address`          | `STRING`    | -           |
  | `removed`          | `BOOL`      | -           |
  | `in_newToken`      | `STRING`    | -           |
  | `in_name`          | `STRING`    | -           |
  | `in_symbol`        | `STRING`    | -           |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.backed_v1_arbitrum.BackedxStocksAutoFeeTokenFactory_NewToken_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
