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__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_timestamptransaction_hash
0x4b8e58d252ba251e044ec63125e83172eca5118f10000false0x03471db4f1ec626b2f495ec789157676b32828201240xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc20xde30da39c46104798bb5aa3fe8b9e0e1f348163f167202272023-02-27T14:49:11.000Z0x8e0d1ac82a8c95cf8338006f44a30969eac453893546991dd946e66831d4c996
0x4b8e58d252ba251e044ec63125e83172eca5118f500false0x2e00b08a9131bc663ee80d267b67d2aa220da41d2940x2260fac5e5542a773aa44fbcfedf7c193bc2c5990xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2145636502022-04-11T09:40:19.000Z0x1dca8ab947a80b8d840f5941b023c69e9a8e6ce071b788eaeb89b84126aed9ef
0x4b8e58d252ba251e044ec63125e83172eca5118f500false0x0efec68f73eefe12e077b4a0a4ed6faa86a95ac51640x5f98805a4e8be255a32880fdec7f6728c6568ba00xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48171150952023-04-24T08:55:47.000Z0x027fcf095ea6c5045abb9287f632eba602f782ce4f0f029ad02bfb18ecf54c03
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0xab170c6bda86b521c16f83e836f6b4fecb867508false485238399374803867715137241546730555804605161835902022-12-14T14:40:47.000Z0xb6d701b736cf71f9ca7702f9dfc629b46c91e6af119a7d876bdc91a479f689cc
0xab170c6bda86b521c16f83e836f6b4fecb867508false1494191723111257112579120880441671664390161855462022-12-14T21:12:59.000Z0x4fbf54a20434b2ff3627405d73145ac605876eca6cdad66ff0cdfc792cb1a982
0x3d2677a567a645fc0b90a0f7c2cf3d21b01ff01dfalse168256247979184424049194513868392918384249176131742023-07-03T11:33:59.000Z0x6126bfcf2efeb4aac0eb3683e30de0a622fe5a901a9e6cf92e26574a0ac98de2
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0xab170c6bda86b521c16f83e836f6b4fecb867508false23890027336050597050698158685578282616432195731892984450135570161591600xe45419390b38f2a90645a8930ce4039d99f116f70xe45419390b38f2a90645a8930ce4039d99f116f72022-12-11T04:44:59.000Z0x83055df50bd95ad0fdb405d58e96035cef16f27adf2e1b7eea420b725e40f203
0x045fe18eebe96f75f6ed5542a292dfa82adb09cdfalse352999999998731914755881683980000000000926062111157640390166458990xbf51f7d5037a4f7d59eaa056dba49366d4cb1d1f0xbf51f7d5037a4f7d59eaa056dba49366d4cb1d1f2023-02-17T03:55:35.000Z0xe632030bc9d119217ec091f82157bae23cd6406fba0875c67beb241794e954ea
0xa85288c861c95b471c3c44828d1a1a8c3242ac8cfalse211622733515548195199412000000000000000000281166247291034410187174379200x9cb54db0072194bf718a70c54fd095e1f32086aa0x9cb54db0072194bf718a70c54fd095e1f32086aa2023-06-08T20:24:11.000Z0xcaaa1a9b2ce8d6f0d85d52decfdeb6fb8d59738d06f0c8475e3d56bbf24adbc9
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0x2e43450afc8a1d277e6b3a07ed41335412d72536false1876577856003716621118582171128193133731304155674352022-09-19T12:02:23.000Z0x5c950e4a4a083df3c309759161bb33cc8da067e8e40198d5ebb53cc8d5f62165false
0x1ae1df64bf695ea1f1a7ebdc280af712340f09a9false537067091399257458387019358337155681532022-09-19T14:28:11.000Z0xe132f1c90be8bf10d31ce6829b0fd4c9628856a226bdb839d2deba9a79bd1499false
0x84aed18d5ffd6be9dd9c7410d3137065411c571efalse7678352569692604526249791332894806617596155681072022-09-19T14:18:47.000Z0xd13680e1e20e9215b92ac105c0eda44c0078d4052dc77695f6490421ad23663atrue
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0xab170c6bda86b521c16f83e836f6b4fecb867508false47362920819571086068956187536838663147379025421878777162407823170084050x3aa6327088c308aaca2f32308e82e649e7662e372023-04-09T04:31:35.000Z0x83522e05e4ed150277f147b7ea18e21835a5a9e27e92d0d781113b6375e3892a
0xab170c6bda86b521c16f83e836f6b4fecb867508false48877142067475870394931837175091334108870145620355494872916170130770x8cb88f6a0856fc5f9afa3255bc3dbefa3cf492722023-04-09T20:26:59.000Z0xf4586d0886d8894de3d2389d4abce6930cf0fff60e642bf0536aee7679c2465b
0x2e00b08a9131bc663ee80d267b67d2aa220da41dfalse11606364012639130118428817162089809667430446861180764230x8b31f376d36e76387775d3618c4b489ee2e87ceb2023-09-06T09:08:59.000Z0x7eed477c8ef5a5ea6a87120ac5e838f8acfa959f62651d3eef7d177e1413fba7
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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__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_timestamptransaction_hash
0x06c2ae330c57a6320b2de720971ebd09003c7a013000false0x48ffe3c338914dae7e3954ef158ef74ea3b90c491760x5b4c95f76b8bd3ada1d8baa717cf658e14cf0dbf0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2177094822023-07-17T00:42:11.000Z0xd377534ff67d3d60c60c57fc60c37eba42fc5e78ce9a5bfd34cf72cc0c62a4c5
0x06c2ae330c57a6320b2de720971ebd09003c7a0110000false0x2c1bc52a06ee08375ae228a88b46619be08c2af65650xb3999f658c0391d94a37f7ff328f3fec942bcadc0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2167430202023-03-02T19:44:35.000Z0x6693e575aea3f6bbc6702af50b6f580152ddcf3f547c91f275d007b82aa17489
0x06c2ae330c57a6320b2de720971ebd09003c7a013000false0x6d425d67d96dcf3f46691efa3cc9964e36037a161740x04fa0d235c4abf4bcf4787af4cf447de572ef8280xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2167079762023-02-25T21:31:23.000Z0x78d048b1a667e7377513106bac517d65301bac7fa79e2750f0bb9697baffff74
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0x3c4f5c7d8d6a493fd7b6c338f77f26302f4d3cb1false491030850881652056410830129840827541545170153942023-04-10T04:19:35.000Z0xd28d3fbdb77c2506e7e4de92fdb61bb246d54cd5b60dabde3708f2843580d08a
0x78012e5fd9aa90b0d9a30d7595826b9089ca9163false17035069006567508790938566615569475936170181952023-04-10T13:49:23.000Z0x2d00c0b1de055bef78681ce5bd6cbe35ccfc48b2f07b9e589018b0ec8864aade
0xa5606d30057a79a8f8474833a04637e2606dc297false31200173798612023-05-31T15:52:11.000Z0x8d3206e2f786ebf67705427b8cbfd15382c1fada109b6ba73105ea9408ba4c8e
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0x3c5bd1331f2283fd752e757c266f9abf19978765false191328269130000000000796755521249420782699657630591868206991042147415970xd864077f557d48e25fe04fa89f9926b8cc66970e0xd864077f557d48e25fe04fa89f9926b8cc66970e2022-05-09T09:17:10.000Z0x571baa5427cf8891a749887c302add4fa179a8e881b24747ef1dbd4c09c3f28c
0x4e20a56907fc89dad65bdb6817606fcfcaaa283afalse58250011060002502863731125028637311148130850xde8bfa80913f0a07780506ed460d74c8ceab6c7a0xde8bfa80913f0a07780506ed460d74c8ceab6c7a2022-05-20T20:12:56.000Z0xcb6223e2386306d8b1802ebb844f3f85ea5e30d3f7afb0bcfeff71bb55c40bef
0x3c4f5c7d8d6a493fd7b6c338f77f26302f4d3cb1false60674707260000000000855181171553200630826632304370708041370654157240980x1e13e5b5acbb0c3f0fde50fe7661fdf75df8f9320x1e13e5b5acbb0c3f0fde50fe7661fdf75df8f9322022-10-11T09:53:35.000Z0xbb777c3bd10f1daeb1fb987e65f7abd6b112aa66dc2e9f6d526a5f71ebfad645
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0x0c5eda1517d9fdb38abbb419b30e3f397169dd6bfalse649397415902924178599178805195564036261157440012022-10-14T04:35:47.000Z0x7f85d77621fe85aa024379a3142477f271370d47b815a8909b100efc20d85bdbfalse
0x0c5eda1517d9fdb38abbb419b30e3f397169dd6bfalse832140559513481307217121307740138425427237250157440012022-10-14T04:35:47.000Z0x7f85d77621fe85aa024379a3142477f271370d47b815a8909b100efc20d85bdbfalse
0x9ae67a8910b07629c98f2a3d9da8597b32e6bdacfalse47456864578615280024211026678312005026143157438142022-10-14T03:58:11.000Z0x54035abd8cb9b29b19803f896a95624b974dad1abad0676fb3d8479ee0087c2bfalse
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.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
0x8cffc60fa9a11d11383caaa68e9217298e3bbb8dfalse180262895967953170352441646053166008160x9ca627de8e06213671b6166717c8cf876c1d78082023-02-10T20:42:23.000Z0x3cc6fc8ce89fc5fd85f950d90e466915bc449b04fd95e57dc3c4ee0300c84af5
0x3c5bd1331f2283fd752e757c266f9abf19978765false15001003439437029755718182885427479496503074714992421657236398313002147331810x97d0ca9d5be59db4a7451a762fc6a1d7ce51ef242022-05-08T01:21:16.000Z0x9160f716bf65a01b5a7f2d12d8d443d3665988e5f63a6cff7e6f4c694035f1e8
0xac24387167ecf998b6e0ab0dce521ec6c3f1e38efalse1230119479200876624960318328047342880797131249675758514868412109149297230xd6cb7a7b544e24e5160a948a16c45b1096276f9d2022-06-09T00:37:11.000Z0x1be36f6cbaf781d1acb2e03ca407c4cc6b42d95706545f4e61346dba59808fe6
Query with partition filter
SELECT *
FROM `tt-contracts.unipilot_v2_ethereum.UnipilotPassiveVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100