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

> Tables in tt-contracts.dinari_v1_base

## 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                                                  |
  | ------------------------------------------ | ------------------------------------ | ------- | ------------------------------------------ | ------------------------------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------ | ------------------------------------------------------------------ |
  | 0xbce6410a175a1c9b1a25d38d7e1a900f8393bc4d | Sixth Street Specialty Lending, Inc. | false   | 0xfabd645fb53bac74ed14fb9991161515f273fd33 | 0xb5c830baf8e9c6c7600970798041c093bb08274e6fde4b367c561a7ed6b91a5d | 181        | 38103211      | 2025-11-13T01:02:49.000Z | 0xda6d4b81600fcf7fa8d50b937d4dc0d9fef104f6 | 0x0314bbd2c12ccc5263d0aa90a15adef4efecb0bafcb2c2bcfd6a2c69ba50c95d |
  | 0xbce6410a175a1c9b1a25d38d7e1a900f8393bc4d | Barings BDC, Inc.                    | false   | 0x4ed69956ecc12ec7faf14020057e68474dbc3edf | 0x29ec83dfde5b12adfa8ccef10c0721efa4d92d691f46264bd76d753a6f62bd0b | 270        | 38103212      | 2025-11-13T01:02:51.000Z | 0x61606661bb39c8ab30e2515c1c651acaaeba0ba1 | 0xb07dbd6673047b73637fe2ece58723e7e4e34a777cc7ba9650d7f0a81d793c52 |
  | 0xbce6410a175a1c9b1a25d38d7e1a900f8393bc4d | Trinity Capital Inc. Common Stock    | false   | 0xfd96662821248ddddb807d85eae3765962d28035 | 0xd7dcfd6b8132ad0b6f72962fb8514a0a9fd68b43efc7d6cd354b0555fab85e89 | 448        | 38103213      | 2025-11-13T01:02:53.000Z | 0xeb3faf02e85ba05cb450f0d206a9a1dc807804c9 | 0x407d2209449c8612cabd0f4454432be6fd8919c3e0116e195be96e20933de9db |
</Accordion>

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

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

***

### UsdPlus\_BalancePerShareSet\_event

Balance per share updates for Dinari's USD+ token contract on Base. Tracks the rebasing ratio used to calculate user balances in this yield-bearing stablecoin, with values increasing over time as yield accrues.

<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`    | The ratio of underlying balance to shares in the UsdPlus contract, denominated in wei (18 decimals), used to calculate share valuations. This value gradually increases over time as the protocol accrues yield, typically ranging from 1.0 to 1.03 times 10^18. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  | in\_balancePerShare |
  | ------------------------------------------ | ------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ | ------------------- |
  | 0x98c6616f1cc0d3e938a16200830dd55663dd7dd3 | false   | 240        | 27123259      | 2025-03-03T21:04:25.000Z | 0x732cd0fdebf20697ce1d856bae80e3fc75f612e195c89a2d36518d212b967dc0 | 1002394539564516375 |
  | 0x98c6616f1cc0d3e938a16200830dd55663dd7dd3 | false   | 358        | 29367855      | 2025-04-24T20:04:17.000Z | 0x6ed19329e3de7b80b12a7b5381125251eb1bad6db74c058470b1d2e576af73a0 | 1007873302856756769 |
  | 0x98c6616f1cc0d3e938a16200830dd55663dd7dd3 | false   | 476        | 36927853      | 2025-10-16T20:04:13.000Z | 0x4cf1137d138082b9781c8f8c0c9a08eef7469d275dd38ff903f810fb7f899c8f | 1026705408356479699 |
</Accordion>

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

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

***
