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

# alongside_v1_ethereum

> Tables in tt-contracts.alongside_v1_ethereum

## Tables

### IndexToken\_MintFeeToReceiver\_event

Fee distribution events from Alongside's IndexToken contract on Ethereum recording protocol fee minting to the designated receiver address. Tracks fee amounts in wei, total supply snapshots, and fee receiver address for analyzing protocol revenue accumulation.

<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_feeReceiver`   | `STRING`    | Ethereum address of the recipient receiving the minted fee tokens from this index token contract. Consistently shows the same receiver address (0xc19a...) across all sample transactions. |
  | `in_timestamp`     | `STRING`    | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.                                                                                 |
  | `in_totalSupply`   | `STRING`    | Total supply of the pool or vault token after the event. Numeric string representation of token quantity in smallest denomination.                                                         |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                            |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount          | log\_index | block\_number | in\_timestamp | in\_feeReceiver                            | in\_totalSupply         | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------- | ---------- | ------------- | ------------- | ------------------------------------------ | ----------------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d | false   | 1521631684591823562 | 77         | 16864269      | 1679259383    | 0xc19a5b6e0a923519603985153515222d59cb3f2e | 29093036556379035377038 | 2023-03-19T20:56:23.000Z | 0x06623a3e4e973040ddaa43b0fb942195cfcb52d57045a60caaf1dab48bb2926a |
  | 0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d | false   | 749731020752294595  | 277        | 16870551      | 1679335487    | 0xc19a5b6e0a923519603985153515222d59cb3f2e | 28668786287399787671633 | 2023-03-20T18:04:47.000Z | 0x5eb36005d65fc1180a08904784d3a915dd2134b05ba369da1d78f2479669ceea |
  | 0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8d | false   | 1314806060128512352 | 187        | 16580701      | 1675818791    | 0xc19a5b6e0a923519603985153515222d59cb3f2e | 25138606904159260446269 | 2023-02-08T01:13:11.000Z | 0x0ace3f514b4cc68df1bd99d8896c07068b30ebe2f3a0fef69c3f04bd1503a23c |
</Accordion>

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

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

***

### Vault\_VaultFeeMinted\_event

Fee minting events from Alongside Crypto Market Index vault on Ethereum, recording management fee collection through new vault token issuance. Tracks fee recipient addresses and amounts for analyzing protocol revenue and treasury operations.

<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_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_amount           | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xc19a5b6e0a923519603985153515222d59cb3f2e | 0xf3bcedab2998933c6aad1cb31430d8bab329dd8c | false   | 30212003155876008636 | 214        | 18736239      | 2023-12-07T18:36:11.000Z | 0xa564cc3d6e06fd008e0262802d298f4a43a98550f1fef2d6941831d7f31d63d9 |
  | 0xc19a5b6e0a923519603985153515222d59cb3f2e | 0xf3bcedab2998933c6aad1cb31430d8bab329dd8c | false   | 19761360189981898712 | 364        | 18915862      | 2024-01-01T23:31:59.000Z | 0x33b9b0e118e82fdd643fd62231070878ddcea32c3ef523d7012efb52d85946f8 |
</Accordion>

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

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

***
