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

# dinari_v1_arbitrum

> Tables in tt-contracts.dinari_v1_arbitrum

## Tables

### DShareFactory\_DShareAdded\_event

DShare token registration events emitted when new tokenized securities are added to the Dinari factory contract. Contains the dShare token address, wrapped token address, and asset name and symbol for tracking real-world asset (RWA) token deployments.

<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_dShare`        | `STRING`    | Contract address of the DShare token being created or registered. Hex-encoded, 0x-prefixed, 42-character string.                                     |
  | `in_wrappedDShare` | `STRING`    | Contract address of the wrapped DShare token associated with the DShare token. Hex-encoded, 0x-prefixed, 42-character string.                        |
  | `in_symbol`        | `STRING`    | Symbol of the token involved in the transaction or event.                                                                                            |
  | `in_name`          | `STRING`    | Name or label identifier for the entity being created, registered, or updated in the event.                                                          |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_name                                      | removed | in\_dShare                                 | in\_symbol                                                         | log\_index | block\_number | block\_timestamp         | in\_wrappedDShare                          | transaction\_hash                                                  |
  | ------------------------------------------ | --------------------------------------------- | ------- | ------------------------------------------ | ------------------------------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------ | ------------------------------------------------------------------ |
  | 0xb4ca72ea4d072c779254269fd56093d3adf603b8 | Figma, Inc.                                   | false   | 0xd78940db580d9e18bea4cc61512166c411950f04 | 0xb56f2abad6e48aa575c7857b9b9970ea437115d0dc0a2c6eb10718a4e2b6fa33 | 14         | 363792081     | 2025-08-01T09:17:51.000Z | 0xfe94ee8763bd0bd9a67c7782902b4b9e5a1e9478 | 0x6ae551fdeebc9fc00375a7dd5a2412ba8ff51092a6a24e1566ab1da21cbc101e |
  | 0xb4ca72ea4d072c779254269fd56093d3adf603b8 | iShares Global Timber & Forestry ETF - Dinari | false   | 0x13f950ee286a5be0254065d4b66420fc0e57adfc | 0xa94b0ea0cfde4f1c833b33d763b6caf3f3be339e15132fcdfcfefb96827d0e53 | 7          | 182785604     | 2024-02-20T20:53:36.000Z | 0x2a1fe6b14b3815b0f630cab269a0984f234dcb5d | 0x8e75b6f884905e151277412edf75671fc365139bb2b2231b961e2a1afb73eb0a |
  | 0xb4ca72ea4d072c779254269fd56093d3adf603b8 | Invesco Water Resources ETF - Dinari          | false   | 0xad6a646c1b262586ef3a8b6c6304e7c9218ecac4 | 0x0273f05fc570131976c0cfd9b0b5adb91464c237c3f060b63f36f3f8d6b7049b | 6          | 182785705     | 2024-02-20T20:54:01.000Z | 0xe2a3ecd5fbd130a0998a280f7cc2b22c19cb0207 | 0xccfb83e07e3385dfb1e6f6daf056c6699ae1c5a8b6540f2474e8ed76ebaff8cb |
</Accordion>

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

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

***

### UsdPlus\_BalancePerShareSet\_event

Balance per share update events from Dinari's USD+ token contract on Arbitrum. Tracks the rebasing rate changes used to calculate user holdings in the yield-bearing stablecoin wrapper.

<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_balancePerShare` | `STRING`    | Balance per share ratio for the USD+ token, represented as an 18-decimal fixed-point integer. This value increases over time as the token accrues yield, typically ranging from approximately 1.028 to 1.054 (in human-readable terms). |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  | in\_balancePerShare |
  | ------------------------------------------ | ------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ | ------------------- |
  | 0xfc90518d5136585ba45e34ed5e1d108bd3950cfa | false   | 0          | 306439889     | 2025-02-15T21:04:20.000Z | 0x63a7c2784d4b39dad9125987c55479253f170ae0d2ab1644fc84f93ff25da348 | 1032979229625306291 |
  | 0xfc90518d5136585ba45e34ed5e1d108bd3950cfa | false   | 13         | 293394536     | 2025-01-08T21:04:20.000Z | 0x56686165d7c300746abf5b2b42f1d24a128036bf01c4fafedccdd9542d1b16da | 1028682518057143846 |
  | 0xfc90518d5136585ba45e34ed5e1d108bd3950cfa | false   | 6          | 357026657     | 2025-07-12T20:04:12.000Z | 0x8c074134a55f5b5774e32c6cdf0929b7ef6429e2cad4e6a6cb8b7a7e6dbfc00d | 1049702032829649253 |
</Accordion>

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

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

***
