Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_dexSTRINGContract address of the decentralized exchange (DEX) deployment. Hex-encoded, 0x-prefixed, 42-character string.
in_dexIdSTRINGUnique identifier for the deployed decentralized exchange instance. String representation of a sequential integer.
in_supplyTokenSTRINGContract address of the token being supplied. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowTokenSTRINGContract address of the token being borrowed. Hex-encoded, 0x-prefixed, 42-character string.
in_dexaddressremovedin_dexIdlog_indexblock_numberin_borrowTokenin_supplyTokenblock_timestamptransaction_hash
0x0b1a513ee24972daef112bc777a5610d4325c9e70x91716c4eda1fb55e84bf8b4c7085f84285c19085false1312618470xb8ce59fc3717ada4c02eadf9682a9e934f625ebb0x211cc4dd073734da055fbf44a2b4667d5e5fe5d22025-09-18T10:08:39.000Z0x50f8eac28f8c109e7da2bd0595102c7839b9f058db1ff3c89fb525561b2bd565
0xfd6d459f04c3f0568e7361f29d0390081a43b90b0x91716c4eda1fb55e84bf8b4c7085f84285c19085false7317717480xb8ce59fc3717ada4c02eadf9682a9e934f625ebb0x2a52b289ba68bbd02676640aa9f605700c9e56992025-09-24T08:00:25.000Z0x232da9fdfd6bca8e6eb4efff83c68a361d906a938fb35c8e26eddb59de3a0a43
0xba9ed8ae94c70ef9aa2cd1045ed473aaa405c6c70x91716c4eda1fb55e84bf8b4c7085f84285c19085false8326412790x9895d81bb462a195b4922ed7de0e3acd007c32cb0x61e030a56d33e8260fdd81f03b162a79fe3449cd2025-10-04T09:34:21.000Z0x8e86d89316fc9b75437901256b6df713123246eabb484e2640b88a0855b6e211
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidDexFactory_DexT1Deployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_dexSTRINGContract address of the decentralized exchange (DEX) deployment. Hex-encoded, 0x-prefixed, 42-character string.
in_dexIdSTRINGUnique identifier for the deployed decentralized exchange instance. String representation of a sequential integer.
in_dexaddressremovedin_dexIdlog_indexblock_numberblock_timestamptransaction_hash
0x2886a01a0645390872a9eb99dae1283664b0c5240x91716c4eda1fb55e84bf8b4c7085f84285c19085false5416989672025-09-23T11:43:47.000Z0xc9086a7aa71ffa53c4dbe956c718c4d4a8300b4793b12f86965002fa7e2b1384
0x36a905dcd12c0201f884fafda71e63e9547975da0x91716c4eda1fb55e84bf8b4c7085f84285c19085false6417113672025-09-23T15:10:27.000Z0x8a55722962e8155f24294c944627c8c4ec094e446a57b4056cec809a74828c62
0x0b1a513ee24972daef112bc777a5610d4325c9e70x91716c4eda1fb55e84bf8b4c7085f84285c19085false1412618472025-09-18T10:08:39.000Z0x50f8eac28f8c109e7da2bd0595102c7839b9f058db1ff3c89fb525561b2bd565
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidDexFactory_LogDexDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_swap0to1BOOLBoolean flag indicating the swap direction, where true represents swapping from token0 to token1 and false represents swapping from token1 to token0.
in_amountInSTRINGAmount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.
in_amountOutSTRINGAmount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedlog_indexin_amountInin_swap0to1block_numberin_amountOutblock_timestamptransaction_hash
0xf5aa082f69e2f74bb316cf0f94b19459a7ae5b310x0b1a513ee24972daef112bc777a5610d4325c9e7false51574497697092641686032true384913718868663372025-10-18T09:09:03.000Z0x4f99d783c19a7a6003ffe2e9aff99f7aa9cd7dd37ea35fdd8c0cdc5a26aa07dc
0xba6c1933235feca781fe896562895adb59dedb8c0x0b1a513ee24972daef112bc777a5610d4325c9e7false6112233511363389262119014true38211341345112891632025-10-18T01:22:20.000Z0xda0fc7eaaa03ad72fc27c0c4889cbc88b208e39a836396db05e7437de1126076
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x0b1a513ee24972daef112bc777a5610d4325c9e7false622019585643181076776109true3828133263886451412025-10-18T03:18:59.000Z0x4007f198132f60d5a49d23eb6109b9c5280e38b96dd1af3c0092a01623e4a2e7
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidDexT1_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_countSTRINGNumber of items or tokens involved in the transaction. Numeric string representation.
in_fTokenTypeSTRINGToken type classification for the created Fluid lending token. String value indicating the token wrapper variant such as “fToken” or “NativeUnderlying”.
addressremovedin_assetin_countin_tokenlog_indexblock_numberin_fTokenTypeblock_timestamptransaction_hash
0x54b91a0d94cb471f37f949c60f7fa7935b551d03false0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef3430xd8f824d4252cae7d5e49b95d47b0efafe6f2d57001204732fToken2025-09-17T18:16:44.000Z0x7f60ca7b0e8c7fac2e4004e0953af6454cc93e80606b87c9f5da8f0f19c813f2
0x54b91a0d94cb471f37f949c60f7fa7935b551d03false0x9895d81bb462a195b4922ed7de0e3acd007c32cb20x5e494e8912319cefb1d4fa516807bb65a8cb9e4001204644fToken2025-09-17T18:15:16.000Z0x69e45752e801dcfe7a5d9ca4c2c3eecf8389f8251b8507296c84d985152932ff
0x54b91a0d94cb471f37f949c60f7fa7935b551d03false0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb10x1dd4b13fcae900c60a350589be8052959d2ed27b01204600fToken2025-09-17T18:14:32.000Z0x8f290055356f3074486799695141d5e46f180b49d4079d82851bfd723394036d
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidLendingFactory_LogTokenCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FluidLiquidityProxy_LogCollectRevenue_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidLiquidityProxy_LogCollectRevenue_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_supplyAmountSTRINGAmount supplied in the liquidity operation. Denominated in the smallest unit of the underlying token.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
in_withdrawToSTRINGAddress receiving withdrawn funds from the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; Base58-encoded Solana public key for Solana.
in_borrowToSTRINGAddress receiving the borrowed funds from the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_totalAmountsSTRINGCumulative total amounts in the liquidity pool after the operation. Decimal string representation of packed data encoding supply and borrow totals.
in_exchangePricesAndConfigSTRINGEncoded exchange prices and configuration parameters for the liquidity operation. Decimal string representation of packed data containing pricing and settings information.
addressin_userremovedin_tokenlog_indexin_borrowToblock_numberin_withdrawToblock_timestampin_borrowAmountin_supplyAmountin_totalAmountstransaction_hashin_exchangePricesAndConfig
0x52aa899454998be5b000ad077a46bbe360f4e4970x40d9b8417e6e1dcd358f04e3328bced061018a82false0xa3d68b74bf0528fdd07263c60d6488749044914b120x000000000000000000000000000000000000000038519000x9d6dfa973d4d6c52ab52ec08c9ccc398e79aad372025-10-18T09:55:06.000Z0-4639172008863597055154567201866113651360xc6f1cb0ce815a55c84a2fbcb6da5d26142b3c59a63cc20ed3f1f0f9ac45587a745671926166590716196341031100955112402882656326110717411328
0x52aa899454998be5b000ad077a46bbe360f4e4970xa0f83fc5885cebc0420ce7c7b139adc80c4f4d91false0xa3d68b74bf0528fdd07263c60d6488749044914b60x000000000000000000000000000000000000000038356740x17c8afd739a175eacf8af5531671b222102b80832025-10-18T05:24:40.000Z0-84999999999999999151002217984894108320xa47a074f197c88ff7d0cd1ed18e62203bc1a5b7cfde14b652e7f5686949f01ab45671926166590716196341031100955112402882656326110717411328
0x52aa899454998be5b000ad077a46bbe360f4e4970xbc345229c1b52e4c30530c614bb487323ba38da5false0x2a52b289ba68bbd02676640aa9f605700c9e5699100x000000000000000000000000000000000000000038406760x3a6ad3bb8098a19c7efa089a4a56d956f2913cad2025-10-18T06:48:02.000Z0-2484116117742892629442894630167781318768960xd05e27e0b0b06c4f624a4b14daef82e46a5f0f8c240812fd237e14ab9441f52245671926166590716196341031100955112421129080288394829365248
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidLiquidityProxy_LogOperate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_vaultIdSTRINGUnique identifier for a vault within the protocol. Numeric string representation.
addressremovedin_vaultlog_indexin_vaultIdblock_numberblock_timestamptransaction_hash
0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2dfalse0x1982cc7b1570c2503282d0a0b41f69b3b28fdcc321415397102025-09-21T15:29:30.000Z0x0311371e56b3fba3dd05896d648b3fa0098cf3b7712d133a8c1d61a021e9f868
0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2dfalse0xe16a6f5359abb1f61ce71e25dd0932e3e00b00eb21213764522025-09-19T18:08:32.000Z0x85a479db0b45affd0ef7f7233039febb6d38822c8db8403488de3bb994c57ff0
0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2dfalse0x0c8c77b7ff4c2af7f6cebbe67350a490e3dd6cb321113763552025-09-19T18:06:55.000Z0xdeca94e0f253ea20a915c5f1847f7e5152e6b7b2203955bd663925c2ef80fc9e
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidVaultFactory_VaultDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_user_STRINGAddress of the user initiating the vault operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nftId_STRINGUnique identifier for the vault position. String-encoded integer representing the NFT token ID associated with the user’s vault.
in_colAmt_STRINGCollateral amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.
in_debtAmt_STRINGDebt amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.
in_to_STRINGRecipient address of the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_to_addressremovedin_user_in_nftId_log_indexin_colAmt_in_debtAmt_block_numberblock_timestamptransaction_hash
0x0ed35b1609ec45c7079e80d11149a52717e4859a0xbc345229c1b52e4c30530c614bb487323ba38da5false0x0ed35b1609ec45c7079e80d11149a52717e4859a1968000000000000000000400000018060492025-09-24T17:32:06.000Z0x95fed9c384c0cf77c8f7bf86de77687b87a5025277a08e3bbac82bb4c589b9d6
0x0ed35b1609ec45c7079e80d11149a52717e4859a0x92643e964ca4b2c165a95ca919b0a819aca6d5f1false0x0ed35b1609ec45c7079e80d11149a52717e4859a1779000000400000018021952025-09-24T16:27:52.000Z0x9e9981f5445a030a4afe5272ee2ac1d3e42685ff50aa28be3133aa04e524715f
0x0ed35b1609ec45c7079e80d11149a52717e4859a0xf2c8f54447cbd591c396b0dd7ac15faf552d0fa4false0x0ed35b1609ec45c7079e80d11149a52717e4859a20105275533899537167507400000018061022025-09-24T17:32:59.000Z0x2e1651ce1e424642cd2f9b526f77bf9aba7bef4a4063351d7ef7deb1c571af9b
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidVaultT1_LogOperate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_colAmt_STRINGCollateral amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.
in_debtAmt_STRINGDebt amount for the vault operation. String-encoded signed integer representing token quantity in smallest denomination.
addressremovedlog_indexin_colAmt_in_debtAmt_block_numberblock_timestamptransaction_hash
0x3996464c0fcca8183e13ea5e5e74375e2c8744ddfalse80382161069973375404379134249272025-10-13T11:18:53.000Z0x8b56d58637750791c025407c56b029c8f79b40f53afbf2c4a54b1a4a68f6091f
0xeaef563015634a9d0ee6cf1357a3b205c35e028dfalse35011986938934249072025-10-13T11:18:33.000Z0xe404b65cd6b8e0b26d9c15b8c2287b8fa8c805abb4a0b27d55bae0ed15807e79
Query with partition filter
SELECT *
FROM `tt-contracts.instadapp_v1_plasma.FluidVaultT1_LogRebalance_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100