Skip to main content

Tables

Factory_IrsInstance_event

Interest Rate Swap (IRS) pool deployment events from Voltz Protocol v1 on Ethereum, capturing VAMM (Virtual Automated Market Maker), margin engine, and rate oracle contract addresses for each yield-bearing protocol integration. Used to track new fixed-to-variable rate swap market creation with term dates, underlying collateral tokens, and protocol-specific configurations.
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_underlyingTokenSTRINGContract address of the underlying base token for this interest rate swap instance. Hex-encoded, 0x-prefixed Ethereum address identifying assets like WETH, USDC, DAI, or USDT.
in_rateOracleSTRINGContract address of the rate oracle providing interest rate data for this Voltz IRS (Interest Rate Swap) instance. Hex-encoded, 0x-prefixed 40-character Ethereum address.
in_termStartTimestampWadSTRINGStart timestamp of the interest rate swap term in WAD format (Unix timestamp scaled by 10^27). Represents when the IRS position becomes active for the specified underlying token and yield protocol.
in_termEndTimestampWadSTRINGTimestamp representing when the interest rate swap term ends, encoded in WAD format (value multiplied by 10^27). Commonly set to quarter-end dates like March 31 or December 31 in future years.
in_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_marginEngineSTRINGContract address of the Voltz margin engine component managing collateral and position accounting for this interest rate swap instance. Hex-encoded, 0x-prefixed Ethereum address that coordinates with the vAMM and rate oracle.
in_vammSTRINGContract address of the virtual automated market maker (vAMM) created for this interest rate swap instance. Hex-encoded Ethereum address managing price discovery and liquidity for the swap pool.
in_fcmSTRINGContract address of the Fully Collateralized Margin (FCM) module for this interest rate swap instance. Zero address (0x0000…) indicates no FCM is used for this position.
in_yieldBearingProtocolIDINT64Numeric identifier for the yield-bearing protocol integrated with this IRS instance (e.g., 1 for Aave, 2 for Compound, 5 for Lido, 6 for Rocket Pool, 7 for others). Integer values ranging from 1-7 indicate different DeFi lending or staking protocols.
in_underlyingTokenDecimalsINT64Number of decimal places used by the underlying token contract. Commonly 18 for most ERC-20 tokens or 6 for stablecoins like USDC and USDT.
in_fcmaddressin_vammremovedlog_indexblock_numberin_rateOraclein_tickSpacingblock_timestampin_marginEnginetransaction_hashin_underlyingTokenin_termEndTimestampWadin_termStartTimestampWadin_yieldBearingProtocolIDin_underlyingTokenDecimals
0x00000000000000000000000000000000000000000x6a7a5c3824508d03f0d2d24e0482bea39e08ccaf0x682f3e5685ff51c232cf842840ba27e717c1ae2efalse156153731350x8fdd62e435039d69de862e267cda02846c6c2f3c602022-08-19T19:26:35.000Z0x9b76b4d09229c339b049053f171bfb22cbe500920x9e4c501612701d5f01e404d95fa3cfd45ae717111dd7f45431425232c50bf6ce0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc216724880000000000000000000001661155200000000000000000000518
0x00000000000000000000000000000000000000000x6a7a5c3824508d03f0d2d24e0482bea39e08ccaf0x0f91a255b5ba8e59f3b97b1ede91dec88bcc17ebfalse130153731350x575bf19c89e91278a5a29c83e5401974bcba2894602022-08-19T19:26:35.000Z0x33ba6a0b16750206195c777879edd8706204154b0x9e4c501612701d5f01e404d95fa3cfd45ae717111dd7f45431425232c50bf6ce0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481680264000000000000000000000166115520000000000000000000056
0x00000000000000000000000000000000000000000x6a7a5c3824508d03f0d2d24e0482bea39e08ccaf0xcd47347a8c4f40e6877425080d22f4c3115b60a5false143153731350xd24047316b274d48dbb2fe20068c9cc849b76152602022-08-19T19:26:35.000Z0x111a75e91625142e85193b67b10e53acf82838cd0x9e4c501612701d5f01e404d95fa3cfd45ae717111dd7f45431425232c50bf6ce0xdac17f958d2ee523a2206206994597c13d831ec71680264000000000000000000000166115520000000000000000000066
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Factory_IrsInstance_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Fcm_FullyCollateralisedSwap_event

Fully collateralized interest rate swap executions on Voltz Protocol V1 (Ethereum), recording fixed-for-variable token exchanges with notional amounts, price limits, and cumulative fees. Used for analyzing trader positions and interest rate market dynamics in DeFi (decentralized finance) fixed income markets.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_desiredNotionalSTRINGNotional amount targeted for the swap operation. String-encoded signed integer representing the value in the token’s smallest unit, with negative values indicating the direction of the trade.
in_sqrtPriceLimitX96STRINGPrice limit for the swap expressed as a square root price value in Q96 fixed-point format. String-encoded unsigned integer with 96 fractional bits, used to control maximum price movement during execution.
in_cumulativeFeeIncurredSTRINGCumulative fees incurred by the position or trader during the swap operation. String-encoded integer representing the fee amount in the token’s smallest unit.
in_fixedTokenDeltaSTRINGChange in fixed token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_variableTokenDeltaSTRINGChange in variable token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_fixedTokenDeltaUnbalancedSTRINGChange in fixed token balance before adjusting for accrued interest or funding payments. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
addressremovedin_traderlog_indexblock_numberblock_timestamptransaction_hashin_desiredNotionalin_fixedTokenDeltain_sqrtPriceLimitX96in_variableTokenDeltain_cumulativeFeeIncurredin_fixedTokenDeltaUnbalanced
0x62acb164087a90fd9f05a66249c1b18a6db13638false0x747811193cd339582929344c74e315339db57446223149199022022-06-07T08:45:29.000Z0x7e6eb152156cc27cc1d82a986d40e311fbd8da278293614ba52999b95101cda71500000001570824732507669430214757147510696507320-15000000066536156549103
0x62acb164087a90fd9f05a66249c1b18a6db13638false0x481bb04f60dd1f7d6ec0a3611ed8023e618697cb350149198762022-06-07T08:40:25.000Z0x5463a49dd62e40b19f19d9d5072e36ba4fb5c1a7563acadd2fad433dd9549966300000031416812507669430214757147510696507320-300000013303131014
0x62acb164087a90fd9f05a66249c1b18a6db13638false0x92913e71869b091dcf1a1eebcad229e6d0480785192149196122022-06-07T07:39:32.000Z0x479b227f805f86339f59d0771a23985cd9999ce72492da46d7d17e3b27d7d2d21070000001120441502507669430214757147510696507320-10700000047502111664681
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Fcm_FullyCollateralisedSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_Initialized_event

MarginEngine contract initialization events from Voltz Protocol v1 on Ethereum, capturing when new margin engine instances are deployed. Used for tracking protocol expansion and identifying active margin engine contracts for interest rate swap 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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0xe6ba9270cb517b9236331bc972fe016d0cf1168ffalse1001165930142023-02-09T18:34:35.000Z0x9feaed852e8392c6682f2eefb956df36de2e3579d433a37918eeabac5733610a
0x107b152efc8900d8aa2cd45297c620d886558477false2151169342692023-03-29T16:56:23.000Z0x8cf25362e380650e882879fa0be9d77643d39d141cd36114e79b65bc455e0d7a
0x5eaa5ff3a0a7c982715feb768be143461fdd4de9false2301169342692023-03-29T16:56:23.000Z0x8cf25362e380650e882879fa0be9d77643d39d141cd36114e79b65bc455e0d7a
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_liquidatePosition_function

Position liquidation transactions from Voltz V1 interest rate swap protocol on Ethereum, capturing undercollateralized position closures with tick ranges and liquidation rewards. Used for analyzing liquidation events, risk management effectiveness, and liquidator profitability across different market conditions.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__ownerSTRINGAddress of the account that owns the position, vault, or allowance. Hex-encoded, 0x-prefixed, 42-character string.
in__tickLowerINT64Lower tick boundary of the liquidated position’s price range. Represents the minimum price tick in Voltz’s concentrated liquidity model where the position is active.
in__tickUpperINT64Lower bound of the tick range for the liquidated position in Voltz Protocol’s interest rate swap market. Tick values define price ranges in the automated market maker, with negative values common in samples.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__ownerout_anon0signatureto_addressblock_numberfrom_addressin__tickLowerin__tickUppertrace_addressblock_timestamptransaction_hash
7691930true6275430xa7a9e6137d2582fc8bddad6a6daeb8fb985396f215030661624809700x1656503e0x21f9151d6e06f834751b614c2ff40fc28811b235159700880x047387d81a338c296c23962d9002c423f656e3ed-6906002022-11-14T18:32:23.000Z0x1d921e90a88d2d0f0f3000c52ad72503df156122dbc63fc833bc6c164490b31e
6563880true5351340xd60bb1dad4ed8df7e34ca61d3a9c37768da070ba10043250x1656503e0xd6f2ef8e7f5917beda41136cb4a50e8be7735b4f171248790x047387d81a338c296c23962d9002c423f656e3ed-6906002023-04-25T17:52:47.000Z0xead644cde8afa16f5bce671605c96b1a1bd01e57971f4c49da9994d62b9d501c
6045660true4924200x47b3fab6a3b16d05d8eab43295744e7555a0623b8772633894596650x1656503e0xb1125ba5878cf3a843be686c6c2486306f03e301158961490x047387d81a338c296c23962d9002c423f656e3ed-6906002022-11-04T10:47:47.000Z0x5fc7046752e328544a2bfd73f4a7b550d48753dac4f0cb68d2702772420835cb
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_liquidatePosition_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionLiquidation_event

Position liquidation events from Voltz Protocol V1 interest rate swap markets on Ethereum, capturing undercollateralized position closures with liquidator rewards, notional amounts unwound, and tick range boundaries for analyzing liquidation activity and market volatility.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_notionalUnwoundSTRINGNotional amount of the interest rate swap position that was unwound during the liquidation, denominated in the underlying token’s smallest unit (wei). Negative values indicate variable taker positions while positive values indicate fixed taker positions.
in_liquidatorRewardSTRINGReward amount paid to the liquidator for executing the liquidation. String-encoded integer representing the token amount in smallest denomination.
addressremovedin_ownerlog_indexblock_numberin_tickLowerin_tickUpperin_liquidatorblock_timestamptransaction_hashin_notionalUnwoundin_liquidatorReward
0xb1125ba5878cf3a843be686c6c2486306f03e301false0x42a49dcf7902c6b7938a00cdbe62a112a2b539e823316064341-6906000x047387d81a338c296c23962d9002c423f656e3ed2022-11-27T22:36:11.000Z0xebe5357dcde674ea2b70b2a35a80112d3bd3612d573f5e27dcaebdd1c3a8b20400
0xb1125ba5878cf3a843be686c6c2486306f03e301false0x8a331ef91b0e90f0b093658372258a7fdafa15c733616064356-6906000x047387d81a338c296c23962d9002c423f656e3ed2022-11-27T22:39:11.000Z0xe342b9bb4d8918d40c3e200fae4b14bffdf08b16d5608b6be10ee22196b8945300
0xb1125ba5878cf3a843be686c6c2486306f03e301false0x2f2e822d0d47a0dfcf5d39e612fbff247351f05438016064344-6906000x047387d81a338c296c23962d9002c423f656e3ed2022-11-27T22:36:47.000Z0x84ecaedcb3dc41f4180578ed676e20d8ebff9c696b165920e8f447555050189600
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_PositionLiquidation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionMarginUpdate_event

Margin adjustment events from Voltz Protocol V1 interest rate swap positions on Ethereum, recording collateral deposits and withdrawals with tick range boundaries. Used for tracking position health and margin management across fixed and variable rate liquidity providers.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_marginDeltaSTRINGChange in margin balance for the position, denominated in the protocol’s base units (typically wei for ETH-based collateral). Negative values indicate margin withdrawal, while positive values indicate margin deposits.
addressremovedin_ownerin_senderlog_indexblock_numberin_tickLowerin_tickUpperin_marginDeltablock_timestamptransaction_hash
0x33ba6a0b16750206195c777879edd8706204154bfalse0x6a780c771281322c8e0bbab55b935c1bb70f66ec0x07ced903e6ad0278cc32bc83a3fc97112f76372214117626362-109800-11038168192023-07-05T08:01:23.000Z0x263a11e536b345bc0a712bb0e251a0600500839f84a498cce1359c6a80816ffe
0xd47fa3314c9c16ebca3dfe3e0c52c24f1311a22bfalse0xa663473951a57fe34c0a8f4e3d869a29593cf5bc0x07ced903e6ad0278cc32bc83a3fc97112f76372213917624922-690600-5500006872023-07-05T03:10:59.000Z0x5308cc5513c400003df94a2c8368f168c7cc4651b637afa30c10283cbeceeeb9
0x0bc09825ce9433b2cdf60891e1b50a300b069dd2false0x31b48d410003ab480bd66398f6e0712c55e115870x07ced903e6ad0278cc32bc83a3fc97112f76372239216929951-29940-16080-100000002023-03-29T02:22:11.000Z0xf73d2817992f528267cc2fb1dd58a97f2a82ff8668f38fefc2990cecf72e1907
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_PositionMarginUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionSettlement_event

Position settlement events from Voltz Protocol V1 interest rate swap positions on Ethereum, recording final profit/loss cashflows when positions are closed. Used for tracking realized PnL and settlement patterns across different tick 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_settlementCashflowSTRINGNet cashflow settled for the position at maturity, denominated in the margin token’s smallest unit. Negative values indicate payments owed by the position owner, while positive values represent payments received.
addressremovedin_ownerlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hashin_settlementCashflow
0x1e2f114b6948946a42574a953dcb7838b2c810eafalse0xf31b066cb8362cbf8e70062cdb9a6bfd32fecece39117382794-6906002023-06-01T01:47:23.000Z0x9a9f4ae636c662e770ea824ca34c9759489f83f9ff1969e066c4e27dae20d6ff-57159395
0x295891cc72a230bcb2c2bea3276ac4d470495894false0x3b2f8c00cc8593d9cbd1ca644c44203e817e2c7126817383635-696002023-06-01T04:37:35.000Z0xd99242a86739bc3fdcb2a3bce46218336e7a3d56cb97d29a69d510a5882cfb86-45743635
0x295891cc72a230bcb2c2bea3276ac4d470495894false0x273fdfc4c0b2251c4758b54e1ae9b5b5ee6c445563617382407-696002023-06-01T00:28:35.000Z0x720057a181bd20472a170cd3e667737c06c8fcfdd4219e4d74bb8765f57fb0a4-1988470
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_PositionSettlement_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionUpdate_event

Position state changes from Voltz Protocol’s interest rate swap (IRS) margin engine on Ethereum, tracking user positions with fixed/variable token balances, margin amounts, liquidity ranges (tick bounds), and accumulated fees for analyzing swap position management and collateralization.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in__liquiditySTRINGLiquidity amount deposited in the position at the time of the update, represented as a decimal string. Always zero in these samples, indicating positions without active liquidity provisioning.
in_marginSTRINGMargin amount posted or held for the trading position. String-encoded integer value representing collateral in the smallest unit of the relevant token or currency.
in_fixedTokenBalanceSTRINGBalance of fixed-rate tokens held in the position after the update. Positive values indicate a long fixed position (receiving fixed rate), while negative values indicate a short position (paying fixed rate).
in_variableTokenBalanceSTRINGTrader’s net variable-rate token balance in the position after the update, denominated in the smallest unit of the underlying token. Negative values indicate short variable-rate positions (paying variable rate), while positive values indicate long positions (receiving variable rate).
in_accumulatedFeesSTRINGCumulative fees accrued by the vault or position. Denominated in the smallest unit of the underlying token.
addressremovedin_ownerin_marginlog_indexblock_numberin_tickLowerin_tickUpperin__liquidityblock_timestamptransaction_hashin_accumulatedFeesin_fixedTokenBalancein_variableTokenBalance
0x3d2821e59f330105c1c3aab8c289bce15f688f8afalse0x8ee241e011380a1fc2c8be9fb7a71681eae9d6059464159722222314416482306-69060002023-01-25T07:20:47.000Z0xb8f680eb5ae6d324b0f9b2efca4a27d21faf213a8f64a1ae1d80e5adee582e9a031236328707514670-10000000000000000
0x3d2821e59f330105c1c3aab8c289bce15f688f8afalse0x8ee241e011380a1fc2c8be9fb7a71681eae9d60510000000000000014316482306-69060002023-01-25T07:20:47.000Z0xb8f680eb5ae6d324b0f9b2efca4a27d21faf213a8f64a1ae1d80e5adee582e9a000
0x3d2821e59f330105c1c3aab8c289bce15f688f8afalse0x4cf3bf7c2965c65b84196920db4b5f6b52c243659464159722222316016482306-69060002023-01-25T07:20:47.000Z0xa791c719422b417e06bbf19739bc9c6257d18991318aff898f1b15a163631460031236312072776489-10000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.MarginEngine_PositionUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Burn_event

Liquidity removal events from Voltz Protocol V1 virtual automated market maker (vAMM) pools on Ethereum, capturing position burns with tick ranges, amounts, and owner addresses. Used for tracking liquidity provider exits and analyzing concentrated liquidity distribution in interest rate swap markets.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0xe4668bc57b1a73aaa832fb083b121d5b4602f475false0x09daabb9a08ef69186377c122637f2330ea471b714620360336716135370x13e9053d9090ed6a1fae3f59f9bd3c1fca4c572631314949429-2304002022-06-12T09:32:49.000Z0x5462f813c57fde0dcbb014419c73c61b79ca2e32240e1884c68ca056eafcd008
0xae16bb8fe13001b61ddb44e2ceae472d6af08755false0x08ab30facb3ef439589f25e85496428f1fb5b077340264708760x13e9053d9090ed6a1fae3f59f9bd3c1fca4c572617214950307-696002022-06-12T13:09:16.000Z0xc4548140a0a6ec81465d9602f0c0023354492ba09ea9bd86b4e517ba26b8ee64
0x0f91a255b5ba8e59f3b97b1ede91dec88bcc17ebfalse0x1cb96c15327757d3f87ebcf6a2ba895e1437ab0c463881816550x07ced903e6ad0278cc32bc83a3fc97112f76372239716845466-10980-95402023-03-17T05:30:11.000Z0xecd6f1ab281acc85c4db46dd007d2907774b5f6fb37912526338017645d454e5
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.vamm_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_Burn_event

Liquidity removal events from Voltz Protocol’s Virtual Automated Market Maker (vAMM) on Ethereum, capturing when liquidity providers burn positions within specific tick ranges. Used for tracking liquidity provision behavior and position management in interest rate swap markets.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0xae16bb8fe13001b61ddb44e2ceae472d6af08755false0x675f60d68701ed237e19b78152de1a68f3500e2f2402647080x13e9053d9090ed6a1fae3f59f9bd3c1fca4c572618214985008069602022-06-18T12:40:13.000Z0xfa2954c2c595ce5e6292f83996d421b547abde8b26564f831a1ad335d2bbaf00
0x7df7aa512f1eb4dd5c1b69486f45fe895ba41ecefalse0xcf217ad74d735b020f3628308d0232e886a9fdb66554021298966754368056220x07ced903e6ad0278cc32bc83a3fc97112f76372226416350296-52805402023-01-06T21:01:47.000Z0xdfebb63024495e1b02dc1816132125c443e541559bde7914b1177cb1c6e345ac
0xef05af8b766b33e8c0fe768278dee326946a4858false0xa26f0a1835244aef5fce13c2bd91f448cf85b28b8138244214339890557658000x07ced903e6ad0278cc32bc83a3fc97112f76372226216350428-588028802023-01-06T21:28:11.000Z0xfa3b15a773228d3de5ffaab897b53f7c4e22820e6ad5972466ea68834f7b58d8
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_Fee_event

Fee update events from Voltz Protocol v1 virtual automated market makers (vAMMs) on Ethereum, showing fee parameter changes in WAD format (18 decimals). Used for tracking fee adjustments across interest rate swap pools and analyzing protocol revenue parameters.
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_feeWadSTRINGFee amount charged by the Voltz protocol VAMM (Virtual Automated Market Maker) denominated in wei with 18 decimal precision. Values are typically 0.001 or 0.003 ETH (1e15 or 3e15 wei), representing 0.1% or 0.3% fee rates respectively.
addressremovedin_feeWadlog_indexblock_numberblock_timestamptransaction_hash
0xd790379e8e039f3cc5005eb4b9096ad0f5633666false3000000000000000104152372362022-07-29T12:04:37.000Z0xb7cfe0e83d3f88f8b4d92b019422aed204ee2581d0b6539307ec0b84fa315a28
0x293e740271ddcdf81c4031149c4ab183bef957e8false300000000000000083152372362022-07-29T12:04:37.000Z0xb7cfe0e83d3f88f8b4d92b019422aed204ee2581d0b6539307ec0b84fa315a28
0x77d7edbeb6fed996346c65535226519af7201128false3000000000000000236152372332022-07-29T12:03:31.000Z0x983e927c93ec5489db3c6d64124f7f9570f76898f46c9d76d4bb69b3352bdc9a
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_Fee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_FeeProtocol_event

Protocol fee parameter changes for Voltz V1 Virtual Automated Market Maker (VAMM) pools on Ethereum. Tracks fee percentage updates at the pool level for analyzing protocol revenue mechanics and governance 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_feeProtocolINT64Protocol fee percentage charged by the Voltz VAMM (Virtual Automated Market Maker) on trades. Value represents the fee tier, with 5 indicating a 5% protocol fee rate.
addressremovedlog_indexblock_numberin_feeProtocolblock_timestamptransaction_hash
0xd9a3f015a4ffd645014ec0f43148685be8754737false5851781166452023-07-31T08:01:35.000Z0x5046a09daa2d1162920e9aed39bbc04adb9dc10629593a1952272453a97aa243
0x037c8d42972c3c058224a2e51b5cb9b504f75b77false5841781166452023-07-31T08:01:35.000Z0x5046a09daa2d1162920e9aed39bbc04adb9dc10629593a1952272453a97aa243
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_FeeProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_Initialized_event

VAMM (Virtual Automated Market Maker) initialization events from Voltz Protocol v1 on Ethereum, capturing when new interest rate swap pools are deployed. Used for tracking protocol expansion and identifying new trading markets for fixed and variable rate 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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0xd9a3f015a4ffd645014ec0f43148685be8754737false1301175914822023-06-30T10:24:59.000Z0x0f49ebb17a682706f82da541c40369370c19a07d74756503c5e1142d36757d14
0x037c8d42972c3c058224a2e51b5cb9b504f75b77false1141175914822023-06-30T10:24:59.000Z0x0f49ebb17a682706f82da541c40369370c19a07d74756503c5e1142d36757d14
0xe8ddb4676eec36acffdffa6707f422e23a8dfc12false1971173788082023-05-31T12:18:23.000Z0x08e9e25258fff31392e0b80cfccbd1dfe857a81b83da08b7a52e43a56b314d5b
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Mint_event

Liquidity provision events from Voltz Protocol’s Virtual Automated Market Maker (vAMM) on Ethereum, capturing when users mint positions by depositing collateral into specific tick ranges. Enables analysis of liquidity provider behavior and position concentration in interest rate swap markets.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x368811e781c4300561d1cc204f7333a778d87ad5false0xc5e7184d2807b21726d67dd05b6c3011f9c5dca5648954450x07ced903e6ad0278cc32bc83a3fc97112f76372229116625817-47460-444002023-02-14T08:32:35.000Z0xb129a7375c122889b01da8ba1bb0c3b8cfb8a99e8135067c712e86bdbbdfb87b
0x7df7aa512f1eb4dd5c1b69486f45fe895ba41ecefalse0x65935eeca6a9a5c9d5f3df0bd8341960b2516a5e848115049635026964360x07ced903e6ad0278cc32bc83a3fc97112f76372219916626805-29940-109802023-02-14T11:51:47.000Z0xa1628665d262da0112e1dbc6a8ba1118e371a8e607e4260f72a9ca9c9c4400d9
0xe07324a394acfff8fe24a09c3f2e2bd62e929efbfalse0x9d32f1e7c5ff707e92b4b30937a1e5e2c2de2462589159191729381885200x07ced903e6ad0278cc32bc83a3fc97112f76372285416626295-17940-109802023-02-14T10:08:59.000Z0x76421efde2f3d2a8a4706a360829599257ca0647cb140aaa5be7a9eae8b2f156
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.vamm_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_Mint_event

Liquidity provision events from Voltz Protocol v1 VAMM (Virtual Automated Market Maker) pools on Ethereum, capturing concentrated liquidity positions minted within specific tick ranges. Used for tracking liquidity provider behavior and capital deployment across interest rate swap markets.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0xe07324a394acfff8fe24a09c3f2e2bd62e929efbfalse0x079219834ebd417b57dce9d2b8462b1455d54103142634290319623849279660x079219834ebd417b57dce9d2b8462b1455d5410313416568415-15540-141602023-02-06T08:00:59.000Z0xdeeb3b4fdb4e48afaf282c7586de8eaf13339d0098e48ce9ddd3cc06b2159d19
0x8773315b21961828d5bdab9a29881b9ab25147f8false0x98dee2f43682a89f1c8405adeaadd47ba2de20cf108383860x07ced903e6ad0278cc32bc83a3fc97112f76372234216567516-408002023-02-06T05:00:11.000Z0x85cbe6b43beca41dd734328c55ca2045aec2059531943f3b86bb2bd6e0658b72
0x9a37bcc8ff3055d7223b169bc9c9fe2157a1b60efalse0x163d1a5708e536605e7b7b4b3b46a95dbf51780038676050x07ced903e6ad0278cc32bc83a3fc97112f76372217216568582-16080-69602023-02-06T08:34:23.000Z0xf72181dda2f5a375b98e750791e4dee8f17e72f8c1ebca2136fa07d7b6134ca5
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Swap_event

Interest rate swap execution events from Voltz V1 protocol on Ethereum. Records fixed-to-variable rate swaps with notional amounts, tick ranges, token deltas, and cumulative fees for analyzing trading activity in decentralized interest rate markets.
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_senderSTRINGAddress that initiated the transaction or operation. 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_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_desiredNotionalSTRINGNotional amount targeted for the swap operation. String-encoded signed integer representing the value in the token’s smallest unit, with negative values indicating the direction of the trade.
in_sqrtPriceLimitX96STRINGPrice limit for the swap expressed as a square root price value in Q96 fixed-point format. String-encoded unsigned integer with 96 fractional bits, used to control maximum price movement during execution.
in_cumulativeFeeIncurredSTRINGCumulative fees incurred by the position or trader during the swap operation. String-encoded integer representing the fee amount in the token’s smallest unit.
in_fixedTokenDeltaSTRINGChange in fixed token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_variableTokenDeltaSTRINGChange in variable token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_fixedTokenDeltaUnbalancedSTRINGChange in fixed token balance before adjusting for accrued interest or funding payments. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
addressremovedin_senderlog_indexblock_numberin_recipientin_tickLowerin_tickUpperblock_timestamptransaction_hashin_desiredNotionalin_fixedTokenDeltain_sqrtPriceLimitX96in_variableTokenDeltain_cumulativeFeeIncurredin_fixedTokenDeltaUnbalanced
0xa1a75f6689949ff413aa115d300f5e30f35ba061false0x13e9053d9090ed6a1fae3f59f9bd3c1fca4c5726240149954360x6e17aeef1a7b2ab5c8a71cf6d938f531836c1b05-6906002022-06-20T07:57:49.000Z0xad0b7c9af205fd1f0001b000ba95898aae711906274055e4375c3621cd152293-1000000000000000000000-156339830766981466533025031615649791244320358691291000000000000000000000336998763318113000-1556757267542409316694
0xa1a75f6689949ff413aa115d300f5e30f35ba061false0x13e9053d9090ed6a1fae3f59f9bd3c1fca4c572652149959570x014607f2d6477badd9d74bf2c5d6356e29a9b957-6906002022-06-20T10:06:55.000Z0xc6b44bb5e4fd137f0c344d9597c7e083b93c4ba41fe761d2ae72be51bf2ed4f710000000000000000000156393210276053933432507669430214757147510696507320-10000000000000000000336261891171994015568507107225966440
0xae16bb8fe13001b61ddb44e2ceae472d6af08755false0x13e9053d9090ed6a1fae3f59f9bd3c1fca4c5726368149967340x4c71ad0a41f05288286b719795df8f832fc531c0-6906002022-06-20T13:11:15.000Z0x9d2c266a06b486734a43e137265daa13dcbd01fb5a6efe7571db9acc441737ad500000000054646266632507669430214757147510696507320-500000000016760485565944472
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.vamm_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_Swap_event

Swap transaction events from Voltz Protocol’s Virtual Automated Market Maker (vAMM) on Ethereum, recording interest rate swap executions with fixed and variable token deltas. Used to analyze trading patterns, fee accumulation, and liquidity position changes in decentralized interest rate markets.
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_senderSTRINGAddress that initiated the transaction or operation. 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_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_desiredNotionalSTRINGNotional amount targeted for the swap operation. String-encoded signed integer representing the value in the token’s smallest unit, with negative values indicating the direction of the trade.
in_sqrtPriceLimitX96STRINGPrice limit for the swap expressed as a square root price value in Q96 fixed-point format. String-encoded unsigned integer with 96 fractional bits, used to control maximum price movement during execution.
in_cumulativeFeeIncurredSTRINGCumulative fees incurred by the position or trader during the swap operation. String-encoded integer representing the fee amount in the token’s smallest unit.
in_fixedTokenDeltaSTRINGChange in fixed token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_variableTokenDeltaSTRINGChange in variable token balance resulting from the swap. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
in_fixedTokenDeltaUnbalancedSTRINGChange in fixed token balance before adjusting for accrued interest or funding payments. String-encoded signed integer representing the amount in the token’s smallest unit, with negative values indicating outflows and positive values indicating inflows.
addressremovedin_senderlog_indexblock_numberin_recipientin_tickLowerin_tickUpperblock_timestamptransaction_hashin_desiredNotionalin_fixedTokenDeltain_sqrtPriceLimitX96in_variableTokenDeltain_cumulativeFeeIncurredin_fixedTokenDeltaUnbalanced
0xe8ddb4676eec36acffdffa6707f422e23a8dfc12false0x07ced903e6ad0278cc32bc83a3fc97112f763722643174314540xd350ef974f447fe8845579c49e78ba1ca79706ce-6906002023-06-07T22:29:11.000Z0x25cab8c7faf3c6efe8a17e2da4613f3f51d8ca17d3a3f2f56abf73832d959d9f-200000000000-700077542854250316156497912443203586912920000000000012363324-696155921079
0xe8ddb4676eec36acffdffa6707f422e23a8dfc12false0x07ced903e6ad0278cc32bc83a3fc97112f763722194174275500xd350ef974f447fe8845579c49e78ba1ca79706ce-6906002023-06-07T09:16:35.000Z0x536d6c77b3577e98717e334f2c7007cd232150673b551a909d201495bb663b542000000000006998268134312507669430214757147510696507320-20000000000012664922696186399940
0xe8ddb4676eec36acffdffa6707f422e23a8dfc12false0x07ced903e6ad0278cc32bc83a3fc97112f763722336174277480x96800cfdfa0af48eac2c3ff6a100cda0235517fa-6906002023-06-07T09:56:59.000Z0x8ee7bd8c865064dd91a7a7053fc73255f2ffb209e2c7e6bc802b40d8b86d12ab11000000000384839524512507669430214757147510696507320-1100000000069572538281970052
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vamm_VAMMInitialization_event

Virtual Automated Market Maker (VAMM) initialization events from Voltz Protocol on Ethereum, capturing initial price configurations via sqrtPriceX96 and tick parameters. Used for tracking interest rate swap pool deployments and their starting price points.
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_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
addressin_tickremovedlog_indexblock_numberblock_timestampin_sqrtPriceX96transaction_hash
0x538e4ffee8aed76efe35565c322a7b0d8cdb4cff-8970false167152492862022-07-31T08:59:26.000Z505950753480985088636865658060x49b7e80f2cff02a138c83cba36cb253fd66dbc24a827b7b03de07648fc6ab131
0xd09723a7f4c26f4723aa63bf4a4a4a5dad970a49-10860false553152492962022-07-31T09:02:29.000Z460330202782014735672451296800xe7f97526f6d9989454f09bbff0ce332c1fa5b3caa261b5b5e789464c0f6afae3
0xc75e6d901817b476a9f3b6b79831d2b61673f9f5-3480false555152493262022-07-31T09:09:22.000Z665757583358816158959984184240x70ff3abf13e19d69f1261ab6f3f30493d2cb93b663c63f98a92d240c2fbe0742
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_ethereum.Vamm_VAMMInitialization_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100