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

# instadapp_v1_plasma

> Tables in tt-contracts.instadapp_v1_plasma

## Tables

### FluidDexFactory\_DexT1Deployed\_event

DEX deployment events from Instadapp's Fluid protocol factory contract on Plasma, recording creation of Type 1 DEX pools with their supply/borrow token pairs and unique identifiers. Used for tracking new liquidity pool deployments and analyzing token pair coverage across the Fluid DEX ecosystem.

<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_dex`           | `STRING`    | Contract address of the decentralized exchange (DEX) deployment. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_dexId`         | `STRING`    | Unique identifier for the deployed decentralized exchange instance. String representation of a sequential integer.                                   |
  | `in_supplyToken`   | `STRING`    | Contract address of the token being supplied. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
  | `in_borrowToken`   | `STRING`    | Contract address of the token being borrowed. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
</Accordion>

<Accordion title="Sample Data">
  | in\_dex                                    | address                                    | removed | in\_dexId | log\_index | block\_number | in\_borrowToken                            | in\_supplyToken                            | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------------------------ | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x0b1a513ee24972daef112bc777a5610d4325c9e7 | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 1         | 3          | 1261847       | 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | 0x211cc4dd073734da055fbf44a2b4667d5e5fe5d2 | 2025-09-18T10:08:39.000Z | 0x50f8eac28f8c109e7da2bd0595102c7839b9f058db1ff3c89fb525561b2bd565 |
  | 0xfd6d459f04c3f0568e7361f29d0390081a43b90b | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 7         | 3          | 1771748       | 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | 0x2a52b289ba68bbd02676640aa9f605700c9e5699 | 2025-09-24T08:00:25.000Z | 0x232da9fdfd6bca8e6eb4efff83c68a361d906a938fb35c8e26eddb59de3a0a43 |
  | 0xba9ed8ae94c70ef9aa2cd1045ed473aaa405c6c7 | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 8         | 3          | 2641279       | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | 0x61e030a56d33e8260fdd81f03b162a79fe3449cd | 2025-10-04T09:34:21.000Z | 0x8e86d89316fc9b75437901256b6df713123246eabb484e2640b88a0855b6e211 |
</Accordion>

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

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

***

### FluidDexFactory\_LogDexDeployed\_event

Deployment events from Instadapp's Fluid DEX (Decentralized Exchange) factory contract on Plasma, recording each new DEX pool creation with its contract address and sequential identifier. Used to track the growth and expansion of Fluid DEX pool deployments over time.

<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_dex`           | `STRING`    | Contract address of the decentralized exchange (DEX) deployment. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_dexId`         | `STRING`    | Unique identifier for the deployed decentralized exchange instance. String representation of a sequential integer.                                   |
</Accordion>

<Accordion title="Sample Data">
  | in\_dex                                    | address                                    | removed | in\_dexId | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x2886a01a0645390872a9eb99dae1283664b0c524 | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 5         | 4          | 1698967       | 2025-09-23T11:43:47.000Z | 0xc9086a7aa71ffa53c4dbe956c718c4d4a8300b4793b12f86965002fa7e2b1384 |
  | 0x36a905dcd12c0201f884fafda71e63e9547975da | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 6         | 4          | 1711367       | 2025-09-23T15:10:27.000Z | 0x8a55722962e8155f24294c944627c8c4ec094e446a57b4056cec809a74828c62 |
  | 0x0b1a513ee24972daef112bc777a5610d4325c9e7 | 0x91716c4eda1fb55e84bf8b4c7085f84285c19085 | false   | 1         | 4          | 1261847       | 2025-09-18T10:08:39.000Z | 0x50f8eac28f8c109e7da2bd0595102c7839b9f058db1ff3c89fb525561b2bd565 |
</Accordion>

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

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

***

### FluidDexT1\_Swap\_event

Swap events from Instadapp's Fluid DEX Type 1 pools on Plasma chain, capturing token exchange executions with input/output amounts and directional flags. Used for analyzing DEX trading volume, price impact, and liquidity utilization across token pairs.

<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_swap0to1`      | `BOOL`      | Boolean flag indicating the swap direction, where true represents swapping from token0 to token1 and false represents swapping from token1 to token0. |
  | `in_amountIn`      | `STRING`    | Amount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.    |
  | `in_amountOut`     | `STRING`    | Amount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.                          |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | log\_index | in\_amountIn             | in\_swap0to1 | block\_number | in\_amountOut | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ---------- | ------------------------ | ------------ | ------------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xf5aa082f69e2f74bb316cf0f94b19459a7ae5b31 | 0x0b1a513ee24972daef112bc777a5610d4325c9e7 | false   | 5          | 1574497697092641686032   | true         | 3849137       | 1886866337    | 2025-10-18T09:09:03.000Z | 0x4f99d783c19a7a6003ffe2e9aff99f7aa9cd7dd37ea35fdd8c0cdc5a26aa07dc |
  | 0xba6c1933235feca781fe896562895adb59dedb8c | 0x0b1a513ee24972daef112bc777a5610d4325c9e7 | false   | 6          | 112233511363389262119014 | true         | 3821134       | 134511289163  | 2025-10-18T01:22:20.000Z | 0xda0fc7eaaa03ad72fc27c0c4889cbc88b208e39a836396db05e7437de1126076 |
  | 0x6e4141d33021b52c91c28608403db4a0ffb50ec6 | 0x0b1a513ee24972daef112bc777a5610d4325c9e7 | false   | 6          | 22019585643181076776109  | true         | 3828133       | 26388645141   | 2025-10-18T03:18:59.000Z | 0x4007f198132f60d5a49d23eb6109b9c5280e38b96dd1af3c0092a01623e4a2e7 |
</Accordion>

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

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

***

### FluidLendingFactory\_LogTokenCreated\_event

Event logs emitted when the Fluid Lending Factory contract creates a new lending token (fToken). Records the underlying asset address, created token address, token type (fToken or NativeUnderlying), and sequential count for tracking factory 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_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                   |
  | `in_asset`         | `STRING`    | Contract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.                                                                   |
  | `in_count`         | `STRING`    | Number of items or tokens involved in the transaction. Numeric string representation.                                                                    |
  | `in_fTokenType`    | `STRING`    | Token type classification for the created Fluid lending token. String value indicating the token wrapper variant such as "fToken" or "NativeUnderlying". |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_asset                                  | in\_count | in\_token                                  | log\_index | block\_number | in\_fTokenType | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | --------- | ------------------------------------------ | ---------- | ------------- | -------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x54b91a0d94cb471f37f949c60f7fa7935b551d03 | false   | 0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34 | 3         | 0xd8f824d4252cae7d5e49b95d47b0efafe6f2d570 | 0          | 1204732       | fToken         | 2025-09-17T18:16:44.000Z | 0x7f60ca7b0e8c7fac2e4004e0953af6454cc93e80606b87c9f5da8f0f19c813f2 |
  | 0x54b91a0d94cb471f37f949c60f7fa7935b551d03 | false   | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | 2         | 0x5e494e8912319cefb1d4fa516807bb65a8cb9e40 | 0          | 1204644       | fToken         | 2025-09-17T18:15:16.000Z | 0x69e45752e801dcfe7a5d9ca4c2c3eecf8389f8251b8507296c84d985152932ff |
  | 0x54b91a0d94cb471f37f949c60f7fa7935b551d03 | false   | 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | 1         | 0x1dd4b13fcae900c60a350589be8052959d2ed27b | 0          | 1204600       | fToken         | 2025-09-17T18:14:32.000Z | 0x8f290055356f3074486799695141d5e46f180b49d4079d82851bfd723394036d |
</Accordion>

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

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

***

### FluidLiquidityProxy\_LogCollectRevenue\_event

*No description available.*

<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_token`         | `STRING`    | Token address involved in the transaction or 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">
  *No sample data available.*
</Accordion>

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

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

***

### FluidLiquidityProxy\_LogOperate\_event

Liquidity operation events from Instadapp's Fluid protocol proxy contract on Polygon Plasma, capturing supply, withdraw, and borrow actions with user addresses, token amounts, and exchange rate configurations. Used for tracking lending protocol interactions and user liquidity management activity.

<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_user`                    | `STRING`    | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.                                           |
  | `in_token`                   | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                      |
  | `in_supplyAmount`            | `STRING`    | Amount supplied in the liquidity operation. Denominated in the smallest unit of the underlying token.                                                                       |
  | `in_borrowAmount`            | `STRING`    | Amount borrowed in the transaction. Denominated in the smallest unit of the underlying token.                                                                               |
  | `in_withdrawTo`              | `STRING`    | Address receiving withdrawn funds from the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; Base58-encoded Solana public key for Solana.            |
  | `in_borrowTo`                | `STRING`    | Address receiving the borrowed funds from the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                     |
  | `in_totalAmounts`            | `STRING`    | Cumulative total amounts in the liquidity pool after the operation. Decimal string representation of packed data encoding supply and borrow totals.                         |
  | `in_exchangePricesAndConfig` | `STRING`    | Encoded exchange prices and configuration parameters for the liquidity operation. Decimal string representation of packed data containing pricing and settings information. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_user                                   | removed | in\_token                                  | log\_index | in\_borrowTo                               | block\_number | in\_withdrawTo                             | block\_timestamp         | in\_borrowAmount | in\_supplyAmount         | in\_totalAmounts     | transaction\_hash                                                  | in\_exchangePricesAndConfig                                 |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------------------------ | ------------------------ | ---------------- | ------------------------ | -------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------- |
  | 0x52aa899454998be5b000ad077a46bbe360f4e497 | 0x40d9b8417e6e1dcd358f04e3328bced061018a82 | false   | 0xa3d68b74bf0528fdd07263c60d6488749044914b | 12         | 0x0000000000000000000000000000000000000000 | 3851900       | 0x9d6dfa973d4d6c52ab52ec08c9ccc398e79aad37 | 2025-10-18T09:55:06.000Z | 0                | -4639172008863597055     | 15456720186611365136 | 0xc6f1cb0ce815a55c84a2fbcb6da5d26142b3c59a63cc20ed3f1f0f9ac45587a7 | 45671926166590716196341031100955112402882656326110717411328 |
  | 0x52aa899454998be5b000ad077a46bbe360f4e497 | 0xa0f83fc5885cebc0420ce7c7b139adc80c4f4d91 | false   | 0xa3d68b74bf0528fdd07263c60d6488749044914b | 6          | 0x0000000000000000000000000000000000000000 | 3835674       | 0x17c8afd739a175eacf8af5531671b222102b8083 | 2025-10-18T05:24:40.000Z | 0                | -84999999999999999       | 15100221798489410832 | 0xa47a074f197c88ff7d0cd1ed18e62203bc1a5b7cfde14b652e7f5686949f01ab | 45671926166590716196341031100955112402882656326110717411328 |
  | 0x52aa899454998be5b000ad077a46bbe360f4e497 | 0xbc345229c1b52e4c30530c614bb487323ba38da5 | false   | 0x2a52b289ba68bbd02676640aa9f605700c9e5699 | 10         | 0x0000000000000000000000000000000000000000 | 3840676       | 0x3a6ad3bb8098a19c7efa089a4a56d956f2913cad | 2025-10-18T06:48:02.000Z | 0                | -24841161177428926294428 | 9463016778131876896  | 0xd05e27e0b0b06c4f624a4b14daef82e46a5f0f8c240812fd237e14ab9441f522 | 45671926166590716196341031100955112421129080288394829365248 |
</Accordion>

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

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

***

### FluidVaultFactory\_VaultDeployed\_event

Vault deployment events from Instadapp's Fluid protocol vault factory on Polygon Plasma, tracking newly created vault contracts with their assigned vault IDs. Used for monitoring vault creation activity and mapping vault addresses to their sequential identifiers.

<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_vault`         | `STRING`    | Contract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.                                                                        |
  | `in_vaultId`       | `STRING`    | Unique identifier for a vault within the protocol. Numeric string representation.                                                                    |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_vault                                  | log\_index | in\_vaultId | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ----------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d | false   | 0x1982cc7b1570c2503282d0a0b41f69b3b28fdcc3 | 2          | 14          | 1539710       | 2025-09-21T15:29:30.000Z | 0x0311371e56b3fba3dd05896d648b3fa0098cf3b7712d133a8c1d61a021e9f868 |
  | 0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d | false   | 0xe16a6f5359abb1f61ce71e25dd0932e3e00b00eb | 2          | 12          | 1376452       | 2025-09-19T18:08:32.000Z | 0x85a479db0b45affd0ef7f7233039febb6d38822c8db8403488de3bb994c57ff0 |
  | 0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d | false   | 0x0c8c77b7ff4c2af7f6cebbe67350a490e3dd6cb3 | 2          | 11          | 1376355       | 2025-09-19T18:06:55.000Z | 0xdeca94e0f253ea20a915c5f1847f7e5152e6b7b2203955bd663925c2ef80fc9e |
</Accordion>

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

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

***

### FluidVaultT1\_LogOperate\_event

Vault operation events from Instadapp Fluid Protocol tracking collateral and debt position changes. Contains NFT-based position identifiers, collateral amounts, debt amounts, user addresses, and recipient addresses for analyzing leverage activities and vault state transitions across DeFi lending positions.

<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_user_`         | `STRING`    | Address of the user initiating the vault operation. Hex-encoded, 0x-prefixed, 42-character string.                                                   |
  | `in_nftId_`        | `STRING`    | Unique identifier for the vault position. String-encoded integer representing the NFT token ID associated with the user's vault.                     |
  | `in_colAmt_`       | `STRING`    | Collateral amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.                       |
  | `in_debtAmt_`      | `STRING`    | Debt amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.                             |
  | `in_to_`           | `STRING`    | Recipient address of the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                   |
</Accordion>

<Accordion title="Sample Data">
  | in\_to\_                                   | address                                    | removed | in\_user\_                                 | in\_nftId\_ | log\_index | in\_colAmt\_        | in\_debtAmt\_ | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ----------- | ---------- | ------------------- | ------------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 0xbc345229c1b52e4c30530c614bb487323ba38da5 | false   | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 19          | 6          | 8000000000000000000 | 4000000       | 1806049       | 2025-09-24T17:32:06.000Z | 0x95fed9c384c0cf77c8f7bf86de77687b87a5025277a08e3bbac82bb4c589b9d6 |
  | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 0x92643e964ca4b2c165a95ca919b0a819aca6d5f1 | false   | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 17          | 7          | 9000000             | 4000000       | 1802195       | 2025-09-24T16:27:52.000Z | 0x9e9981f5445a030a4afe5272ee2ac1d3e42685ff50aa28be3133aa04e524715f |
  | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 0xf2c8f54447cbd591c396b0dd7ac15faf552d0fa4 | false   | 0x0ed35b1609ec45c7079e80d11149a52717e4859a | 20          | 10         | 5275533899537167507 | 4000000       | 1806102       | 2025-09-24T17:32:59.000Z | 0x2e1651ce1e424642cd2f9b526f77bf9aba7bef4a4063351d7ef7deb1c571af9b |
</Accordion>

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

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

***

### FluidVaultT1\_LogRebalance\_event

Rebalancing events emitted by Fluid Protocol VaultT1 contracts recording collateral and debt amount adjustments. Used for tracking vault position management and liquidation prevention activities across lending vaults.

<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_colAmt_`       | `STRING`    | Collateral amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.                       |
  | `in_debtAmt_`      | `STRING`    | Debt amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.                             |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_colAmt\_ | in\_debtAmt\_          | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------ | ---------------------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x3996464c0fcca8183e13ea5e5e74375e2c8744dd | false   | 8          | 0            | 3821610699733754043791 | 3424927       | 2025-10-13T11:18:53.000Z | 0x8b56d58637750791c025407c56b029c8f79b40f53afbf2c4a54b1a4a68f6091f |
  | 0xeaef563015634a9d0ee6cf1357a3b205c35e028d | false   | 35         | 0            | 119869389              | 3424907       | 2025-10-13T11:18:33.000Z | 0xe404b65cd6b8e0b26d9c15b8c2287b8fa8c805abb4a0b27d55bae0ed15807e79 |
</Accordion>

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

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

***
