Skip to main content

Tables

UnipilotActiveFactory_VaultCreated_event

Unipilot Active Factory vault creation events containing token pair addresses, fee tier, strategy type identifier, and vault contract address. Emitted when new liquidity management vaults are deployed on Unipilot V2 protocol.
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__tokenASTRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in__tokenBSTRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in__strategyTypeSTRINGIdentifier for the liquidity management strategy type used by the vault. Numeric string representing the strategy configuration.
in__feeSTRINGFee amount charged for the transaction or operation. Numeric string representing the fee in the smallest denomination or basis points.
in__vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressin__feeremovedin__vaultlog_indexin__tokenAin__tokenBblock_numberblock_timestampin__strategyTypetransaction_hash
0x9c7cb0bb03044d6c1c472b26058bfa61b9956d22500false0x4b8e629c2a406d3950fe4ce745e88f9c9ecf9c441700x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c271412792023-04-07T12:54:51.000Z20xda704a118dcfa6fc316d1b5956d20d3f0fb3a650a41c647484d6e4cd02058b77
0x9c7cb0bb03044d6c1c472b26058bfa61b9956d223000false0x84bce0a2f488ea3bbb7477e4c02cd3523973d2cd3280xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xe9e7cea3dedca5984780bafc599bd69add087d56274534372023-04-18T10:41:04.000Z20xf22a2f950898ff13115404b071cfdcbbd009dc9468a5dfa559d3618a1749a90c
0x9c7cb0bb03044d6c1c472b26058bfa61b9956d22500false0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f82320x2170ed0880ac9a755fd29b2688956bd959f933f80xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c274529212023-04-18T10:15:16.000Z20x6cc0eb13a692f064d77662058779b56d858583e54ed0f5fcf72f9c58f7f80f8b
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotActiveFactory_VaultCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotActiveVault_CompoundFees_event

Unipilot Active Vault fee compounding events recording reinvestment of accumulated trading fees back into liquidity positions. Contains token0 and token1 amounts reinvested during compound operations on Unipilot V2 automated liquidity management 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_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x4b8e629c2a406d3950fe4ce745e88f9c9ecf9c44false331416697042740355639075894109274218202023-04-17T08:15:41.000Z0xe96f7b9f7916a35589b4d0029db1977f05283bd7ac8390a89f9fbbbd05214ed0
0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f8false19415416290412525645637376282045593282380892023-05-15T17:41:20.000Z0x6a4a2777073d62a10a3cb7df922c76cf362ef9c3ee57805d154e2ddfdb1ab88f
0xbcf63b6d12275c5a688f939162459f8105488995false24168748138255565565241831298733014316486082023-09-11T12:19:44.000Z0xa436cb0a599c1303331a92c0b5559bec728613e8110dafed93c9cb216873412d
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotActiveVault_CompoundFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotActiveVault_Deposit_event

Deposit events from Unipilot active vault contracts recording liquidity additions with token pair amounts and LP (liquidity provider) share issuance. Tracks depositor addresses, token quantities deposited, and corresponding LP shares minted to depositors.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_lpSharesSTRINGNumber of liquidity provider shares minted to the depositor. Numeric string representation of share quantity in smallest denomination.
addressremovedlog_indexin_amount0in_amount1in_lpSharesblock_numberin_depositorin_recipientblock_timestamptransaction_hash
0x4b8e629c2a406d3950fe4ce745e88f9c9ecf9c44false1986568536112352116041148300000000060411483000000000273645370x1e13e5b5acbb0c3f0fde50fe7661fdf75df8f9320x1e13e5b5acbb0c3f0fde50fe7661fdf75df8f9322023-04-15T08:18:45.000Z0xbfe1206d6ba18f7c00796964a4003ce6dd22420cca1d28d8b59ea3ee96705f2c
0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f8false14834097828267378881235473489787447200219379449108556431279603720x521f3805ce5d1d4bfc3dae22a454400edcf6538c0x521f3805ce5d1d4bfc3dae22a454400edcf6538c2023-05-06T01:52:37.000Z0xfd9d6e3eaa9af1dcfa0879f9a2c76fa661bc82cc104a50b3221512a4f24335e9
0x84bce0a2f488ea3bbb7477e4c02cd3523973d2cdfalse335603754500000000001976736082297649262319767360822976492623274823080x1e3881227010c8dcdfa2f11833d3d70a00893f940x1e3881227010c8dcdfa2f11833d3d70a00893f942023-04-19T10:48:37.000Z0xe30755af7ea18d5604a4534eb14ee8398fa4e2da34d7ed2edebe32af5efe76ef
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotActiveVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotActiveVault_FeesSnapshot_event

Unipilot V2 vault fee snapshot events recording collected trading fees in both tokens of a liquidity pair. Contains fee amounts for token0 and token1, along with a flag indicating whether the snapshot was triggered by liquidity readjustment.
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_isReadjustLiquidityBOOLBoolean flag indicating whether the fee snapshot event was triggered by a liquidity readjustment operation.
in_fees0STRINGFee amount collected in token0 of the liquidity pair. String-encoded integer representing the fee in the smallest unit of token0.
in_fees1STRINGFee amount collected in token1 of the liquidity pair. String-encoded integer representing the fee in the smallest unit of token1.
addressremovedin_fees0in_fees1log_indexblock_numberblock_timestamptransaction_hashin_isReadjustLiquidity
0x84bce0a2f488ea3bbb7477e4c02cd3523973d2cdfalse922706957141299257995710483633782100288913722023-06-07T11:07:17.000Z0x40922f4f4f2b01479a927dc4284ed8c5b36be2d422467229e5c96e4a07dbce1ctrue
0x62c580d1593b5d09d9416a6d9b07c5f3be25c56afalse3096585535262283206599402345443105274393288913882023-06-07T11:08:05.000Z0x0cad73d1996cb682555c32fbbb6f9528c85dec817f220ef68dc34981d2605452true
0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f8false321765386147814621552069683331558412288913522023-06-07T11:06:17.000Z0x22a41c484e2cba5265247d3b6c3f30bb2a7dd715d5405bd3ac775dd7e236d142true
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotActiveVault_FeesSnapshot_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotActiveVault_Withdraw_event

Withdrawal events from Unipilot V2 active liquidity vaults recording share redemptions and corresponding token amounts returned to recipients. Contains share quantities burned, amounts of both pool tokens withdrawn, and recipient addresses for tracking vault liquidity removals.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_shareslog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x84bce0a2f488ea3bbb7477e4c02cd3523973d2cdfalse3089089981415456005375140523029427715301977698309452240999303312130x7c51fdf3185f4d5c7372dd15091d03b967399fc62023-07-27T14:24:30.000Z0xbcd865c8f78ba8536614478a3d713f4975eecb96f5ae679c7d6ef28fe7876d70
0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f8false36989506490801940422747306078398748529408210463471792279796000x25d4ef82374e02e8f94535efa18f224e1e715e6a2023-05-06T17:54:57.000Z0x9e05a5fd83aa69e13d9c3a3ef0ce46162fc27a4a125ca974aae4d4986f4f5eba
0x74d6a2f87b7430c9bad0a9343f98c9ae4f3f63f8false132200294668790x7dffe4c2f7b3410b0261b0259210fc5ec65225602023-06-27T11:57:52.000Z0xf7fccaaad6af6c7b682e99a98fbae425d3f37eb8a1255cddb7a674c934a4e55a
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotActiveVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotPassiveFactory_VaultCreated_event

Vault creation events emitted by the Unipilot Passive Factory contract, recording new liquidity vault deployments with their associated token pairs, fee tiers, and strategy configurations. Used for tracking Unipilot vault launches and liquidity management infrastructure.
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__tokenASTRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in__tokenBSTRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in__strategyTypeSTRINGIdentifier for the liquidity management strategy type used by the vault. Numeric string representing the strategy configuration.
in__feeSTRINGFee amount charged for the transaction or operation. Numeric string representing the fee in the smallest denomination or basis points.
in__vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressin__feeremovedin__vaultlog_indexin__tokenAin__tokenBblock_numberblock_timestampin__strategyTypetransaction_hash
0x6900c436cf15d6d0016dc71a5ce5ade843031efd3000false0x3dca78bd578c1376b0d563cc13a054c2a42d3877710x55d398326f99059ff775485246999027b31979550xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c273803822023-04-15T21:36:14.000Z00xabf5b9523961f9cf3cdac04e603aaa5226cd7b28690a89fbf2efddb7924c9447
0x6900c436cf15d6d0016dc71a5ce5ade843031efd10000false0x68ae2188e6cabe7851f009be991aebed7f3141521890x031b41e504677879370e9dbcf937283a8691fa7f0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c328794272023-10-24T09:20:11.000Z00x52b043b8506f33405efcd92aea1c7a709013c573cfdb024e36a934e897c17bec
0x6900c436cf15d6d0016dc71a5ce5ade843031efd100false0xe49b0def5df1ae4068abd2aeae083888656a881f1410x55d398326f99059ff775485246999027b31979550xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c408485402024-07-27T20:29:11.000Z00x11b5bc5725837593d166c9992c4ca22269a5adbdf8c1fcf603f2af10596f9f1f
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotPassiveFactory_VaultCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotPassiveVault_CompoundFees_event

Unipilot Passive Vault fee compounding event logs capturing the reinvestment of accumulated trading fees back into liquidity positions. Records token0 and token1 amounts compounded into the vault’s active liquidity ranges.
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_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x68ae2188e6cabe7851f009be991aebed7f314152false157010646957361085818329925922023-10-28T07:58:37.000Z0x81140f9a733d3b1d13c28f2ae2823df8ac6bfe8843972d972649e1f91738ebc8
0x3dca78bd578c1376b0d563cc13a054c2a42d3877false7900314866542023-09-05T20:46:21.000Z0x408e3475342fda1eb115e03f74215ab75421e450067d559af9d757683430f70c
0x68ae2188e6cabe7851f009be991aebed7f314152false15800330659142023-10-30T21:22:48.000Z0x9d3725ee1a136f05cbc60b783f3ad42893f240e1852ae5030260d610ef1bf38f
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotPassiveVault_CompoundFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotPassiveVault_Deposit_event

Deposit events from Unipilot passive vault contracts recording liquidity additions to automated market maker pools. Contains deposited token amounts, minted liquidity provider shares, and participant addresses for tracking vault position changes.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_lpSharesSTRINGNumber of liquidity provider shares minted to the depositor. Numeric string representation of share quantity in smallest denomination.
addressremovedlog_indexin_amount0in_amount1in_lpSharesblock_numberin_depositorin_recipientblock_timestamptransaction_hash
0x3dca78bd578c1376b0d563cc13a054c2a42d3877false67300000000000000000009025800000000000030000000000000000000273805190x1e3881227010c8dcdfa2f11833d3d70a00893f940x1e3881227010c8dcdfa2f11833d3d70a00893f942023-04-15T21:43:19.000Z0x49a35096afacab7741a5ba4111910dbf1a6c25121d9b34cedd558d465ba725a3
0x68ae2188e6cabe7851f009be991aebed7f314152false227264251415262063502232296146560000000000264251415262063502232328798600x04d4491252151fce7d1bd762472d3a8ea6c8c4220x04d4491252151fce7d1bd762472d3a8ea6c8c4222023-10-24T09:42:02.000Z0x92337d628e8037d63269ec848cc0c2349c1e4f7fbb3bd7cae291b7eca0d5140a
0x68ae2188e6cabe7851f009be991aebed7f314152false245125402835649383042972034766900000000015308915551472381537328821480x43e3bba2305e0a8881d1a341a185444aa88087e10x43e3bba2305e0a8881d1a341a185444aa88087e12023-10-24T11:36:53.000Z0x3ed0e8c611e286f541a25538b43686325428f6e1c01f8e150fa9d65d8214c06b
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotPassiveVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotPassiveVault_FeesSnapshot_event

Unipilot Passive Vault fee collection events recording token0 and token1 fee amounts earned from liquidity positions. Tracks fee snapshots with readjustment operation flags for automated liquidity management analytics.
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_isReadjustLiquidityBOOLBoolean flag indicating whether the fee snapshot event was triggered by a liquidity readjustment operation.
in_fees0STRINGFee amount collected in token0 of the liquidity pair. String-encoded integer representing the fee in the smallest unit of token0.
in_fees1STRINGFee amount collected in token1 of the liquidity pair. String-encoded integer representing the fee in the smallest unit of token1.
addressremovedin_fees0in_fees1log_indexblock_numberblock_timestamptransaction_hashin_isReadjustLiquidity
0x3dca78bd578c1376b0d563cc13a054c2a42d3877false6178043303122246872233536547886288136289009552023-06-07T19:07:51.000Z0x4b166b452e46b501014e4bc93d2388388cb38bc434bb154abdd184e997178455true
0x68ae2188e6cabe7851f009be991aebed7f314152false571022048782647943932872171192858150329925922023-10-28T07:58:37.000Z0x81140f9a733d3b1d13c28f2ae2823df8ac6bfe8843972d972649e1f91738ebc8false
0x68ae2188e6cabe7851f009be991aebed7f314152false1354295146347695472522645812087668035140329925922023-10-28T07:58:37.000Z0x81140f9a733d3b1d13c28f2ae2823df8ac6bfe8843972d972649e1f91738ebc8false
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotPassiveVault_FeesSnapshot_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

UnipilotPassiveVault_Withdraw_event

Withdrawal events from Unipilot Passive Vault contracts recording liquidity removals from automated liquidity management positions. Contains burned share amounts, withdrawn token0 and token1 quantities, and recipient addresses for tracking vault exits and liquidity flow analysis.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_shareslog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x3dca78bd578c1376b0d563cc13a054c2a42d3877false3000000000000000000078953922011737355098204184936866683569314866540x1e3881227010c8dcdfa2f11833d3d70a00893f942023-09-05T20:46:21.000Z0x408e3475342fda1eb115e03f74215ab75421e450067d559af9d757683430f70c
0x68ae2188e6cabe7851f009be991aebed7f314152false26243714248259808879615612795894835915624232618104768858828101329925920x43e3bba2305e0a8881d1a341a185444aa88087e12023-10-28T07:58:37.000Z0x81140f9a733d3b1d13c28f2ae2823df8ac6bfe8843972d972649e1f91738ebc8
0x68ae2188e6cabe7851f009be991aebed7f314152false26425141526206350223215712884355041929501048622377832672852420330659140x04d4491252151fce7d1bd762472d3a8ea6c8c4222023-10-30T21:22:48.000Z0x9d3725ee1a136f05cbc60b783f3ad42893f240e1852ae5030260d610ef1bf38f
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_bsc.UnipilotPassiveVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100