Skip to main content

Tables

Factory_IrsInstance_event

Interest Rate Swap (IRS) pool deployment events from Voltz Protocol v1 factory contract on Arbitrum, capturing the creation of new trading pools with their virtual AMM (VAMM), margin engine, rate oracle, and term parameters. Used for tracking new market launches and analyzing protocol growth across different yield-bearing protocols and underlying tokens.
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 token (e.g., USDC, WETH) used in this interest rate swap pool. Hex-encoded, 0x-prefixed 40-character Ethereum address on Arbitrum.
in_rateOracleSTRINGContract address of the oracle providing interest rate data for this IRS instance. Hex-encoded, 0x-prefixed 40-character string identifying the rate oracle contract on Arbitrum.
in_termStartTimestampWadSTRINGTerm start timestamp in wei-denominated format (27 trailing zeros). Represents the beginning of the interest rate swap period as a Unix timestamp multiplied by 10^27.
in_termEndTimestampWadSTRINGUnix timestamp representing the maturity date of the interest rate swap position, scaled by 10^27 (WAD format). Values are typically set to round dates (midnight UTC) marking the end of the swap term.
in_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_marginEngineSTRINGContract address of the margin engine managing collateral and position accounting for this interest rate swap instance. Hex-encoded, 0x-prefixed 40-character string on Arbitrum.
in_vammSTRINGContract address of the Voltz Virtual Automated Market Maker (vAMM) instance created for this IRS pool. Hex-encoded, 0x-prefixed address that handles automated liquidity provision and position management.
in_fcmSTRINGContract address of the Fully Collateralized Margin (FCM) module for this IRS instance, or zero address if not used. Hex-encoded, 0x-prefixed address that manages fully collateralized positions in Voltz interest rate swaps.
in_yieldBearingProtocolIDINT64Numeric identifier for the yield-bearing protocol integrated with this IRS instance (e.g., 7 for Aave, 8 for Lido, 9 for Compound). Used to distinguish which DeFi protocol provides the underlying yield source for the interest rate swap.
in_underlyingTokenDecimalsINT64Decimal precision of the underlying token specified in the interest rate swap pool. Typically 6 for USDC and 18 for WETH on Arbitrum.
in_fcmaddressin_vammremovedlog_indexblock_numberin_rateOraclein_tickSpacingblock_timestampin_marginEnginetransaction_hashin_underlyingTokenin_termEndTimestampWadin_termStartTimestampWadin_yieldBearingProtocolIDin_underlyingTokenDecimals
0x00000000000000000000000000000000000000000xda66a7584da7210fd26726efb12585734f7688c10x0c6dbf063fd1effe971ecf4091a40064936eae35false10749691790x65f5139977c608c6c2640c088d7fd07fa17a0614602023-03-29T16:57:43.000Z0x6849d4bda5828db77c7978a145bf9d4b4ae1f3f50x479e6796a0b8d008970e56ba55d399792fa8f37314bbeba88e757de1b1a7b5410xff970a61a04b1ca14834a43f5de4533ebddb5cc81681473600000000000000000000168026400000000000000000000076
0x00000000000000000000000000000000000000000xda66a7584da7210fd26726efb12585734f7688c10x8ce24926b49f9e1b97dc21109ed8ab67cf0293c2false25749691790x41ecaac9061f6babf2d42068f8f8daf3ba9644ff602023-03-29T16:57:43.000Z0xb696f408804ccb345040c9b08ea4b7a8750bf70f0x479e6796a0b8d008970e56ba55d399792fa8f37314bbeba88e757de1b1a7b5410xff970a61a04b1ca14834a43f5de4533ebddb5cc81682856000000000000000000000168026400000000000000000000096
0x00000000000000000000000000000000000000000xda66a7584da7210fd26726efb12585734f7688c10xb69c2b77c844b55f9924242df4299a1598753320false8609498270xfb47177dc75f3910b8bc6525b4835cca67a12c48602023-02-14T20:03:41.000Z0xc1a44601a9f141eca8823f99b0b7fff55f2a6e170x9bc4784839cd59fba0787aa44d89b41ffff87e95163ff1ba8b0df9e617eab02e0x82af49447d8a07e3bd95bd0d56f35241523fbab116788816000000000000000000001676396965000000000000000000818
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.Factory_IrsInstance_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionLiquidation_event

Liquidation events from Voltz Protocol’s interest rate swap margin engine on Arbitrum, recording undercollateralized position closures with notional amounts unwound, liquidator rewards, and tick ranges. Used for analyzing liquidation cascades, keeper profitability, and protocol risk management.
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 liquidation, denominated in the underlying token’s smallest unit. Typically ranges from hundreds of millions to hundreds of quadrillions of base units depending on token decimals.
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
0x6849d4bda5828db77c7978a145bf9d4b4ae1f3f5false0x44db04a9d32562be59eb5468d8c685f67905c95c477227971-6906000x7ea3ba24146c2e335f951dd0179b3e11a88260b02023-04-05T08:02:58.000Z0x71b47ea60687e2d93278ac90cd19abee6b967acd1e7f37c101f490be6d10dcf410000000009786
0x6849d4bda5828db77c7978a145bf9d4b4ae1f3f5false0x44a2c2a8e5724104420e38a2d8a61518b995ea89377227951-6906000x7ea3ba24146c2e335f951dd0179b3e11a88260b02023-04-05T08:02:53.000Z0xdec44709f31d4c22f40fef37185fb739f86acb8c8027ea64a4e76e9b63258e1c200000000024960
0xbe958ba49be73d3020cb62e512619da953a2bab1false0xf8f6b70a36f4398f0853a311dc6699aba8333cc114100941380-6906000x7ea3ba24146c2e335f951dd0179b3e11a88260b02023-06-14T03:01:50.000Z0xb86b0a21f7f574914607b46f4add5398ad823dbb71d389fad99b345f5b15b46b200000000000000002000004122273
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.MarginEngine_PositionLiquidation_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 contracts on Arbitrum, recording final cashflow payments when positions are closed. Used for analyzing profit/loss (PnL) and settlement behavior 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 amount settled for this position at maturity, expressed in the margin token’s base units. Negative values indicate payment from the position owner to the protocol, while positive values indicate payment to the owner.
addressremovedin_ownerlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hashin_settlementCashflow
0xa1000d63a8f603e9f83356b4fbfc36f11a5100cbfalse0xb6dff2a2c023f47f24ddc2e516adc2e6faa4a1f6598116536-4608002023-06-05T18:04:14.000Z0xa1aba8696667f2c04c87cab614bc2c779a5806df4d4c997ba9c4f0d123e32ecc-111
0xa1000d63a8f603e9f83356b4fbfc36f11a5100cbfalse0x12fea79122404634a03df7ce08e984e6c128fc21098147877-2304002023-06-05T20:18:16.000Z0x0a9a0f9ce24a69d2cc8adea2710fbf8a789b5ed3a49f25997c8124c44e5cf42e-369265
0xbf23844515a0b1f574f2dc6437ea8e1cc98b87a4false0xcd07b565eff790bf60eb6f37e3edc50f34ff8971598105782-23040230402023-06-05T17:19:27.000Z0x19d928326416beb9b62d4c0382ff2982ab484c92940e55eac490122ea60fc91c-89732123713
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.MarginEngine_PositionSettlement_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginEngine_PositionUpdate_event

Position update events from Voltz Protocol V1 interest rate swap positions on Arbitrum, tracking changes to margin, liquidity, and fixed/variable token balances within specified tick ranges. Used for monitoring position risk, collateralization levels, and swap exposure across the automated market maker.
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 this position within the specified tick range. Stored as a string representation of the integer value, often ‘0’ when positions are closed or not providing liquidity.
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_fixedTokenBalanceSTRINGFixed rate token balance of the position, representing the trader’s exposure to fixed interest rates in the Voltz interest rate swap. Positive values indicate receiving fixed rate, negative values indicate paying fixed rate.
in_variableTokenBalanceSTRINGVariable rate token balance in the position after the update, representing the trader’s exposure to floating interest rates. Negative values indicate a net payer position, while positive values indicate a net receiver position in the interest rate swap.
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
0xf9850b06aaabab6be56558d58e94a3fd621b161efalse0x04c7c335ecd38e72626eb15c10bc1a62bbc39329102000000307584982274451027-69060002023-03-28T04:48:43.000Z0x0199c9927d7cc7b3500739e1bb13aef8a02d9a5bb4fece7980b1af087ee1e32b0621179750299817587-20000000000000000
0xf9850b06aaabab6be56558d58e94a3fd621b161efalse0x04c7c335ecd38e72626eb15c10bc1a62bbc39329102004191952054792174451027-69060002023-03-28T04:48:43.000Z0x0199c9927d7cc7b3500739e1bb13aef8a02d9a5bb4fece7980b1af087ee1e32b0310591830765398319-10000000000000000
0x0ca700b946c446d878a497c50fb98844a85a2dd9false0x9c655f248d4f84a4dd70694e890fa81866c4f39c100000774483826-69060002023-03-28T07:05:16.000Z0x03795186a2f0035cb721c71b8f148af8d2e5dc383a639a13540f3efb8537ba760114991613-80000000
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.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 Arbitrum, capturing position owner, tick range, and liquidity amount burned. Used to track liquidity provider exits and position size changes 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
0xaeb387b339ea6e9e0e57c3718e0bd00637f20a1dfalse0x297a0e87f6e65a423d20879d5157f8b9875c036e2517198611741290x5971eedc4ae37c7fe86af716737e5c19efd07a802991261850-48660-424802023-05-16T11:22:33.000Z0xcf0dcde0ba89b54ba93cbdf0567b3e78f3ac46f71599f7d8c1ef0dbe4f482bf0
0xaeb387b339ea6e9e0e57c3718e0bd00637f20a1dfalse0xaf0b786004e2155e2f94b1f0f46017d00416e9a04811543747175410x5971eedc4ae37c7fe86af716737e5c19efd07a80191396048-46080-391202023-05-16T20:49:43.000Z0xf338f9b2f2118fc5feabdab5ffaa1b5c78265c56e0d73d14c8e979b411701a77
0xaeb387b339ea6e9e0e57c3718e0bd00637f20a1dfalse0x1922949c9c3e13afbfa014ab86b3fef440cf34bd4089808328790x5971eedc4ae37c7fe86af716737e5c19efd07a80191334147-16080230402023-05-16T16:23:44.000Z0x12854220b1f1978e5bd60e6e35c33afd61bb23970beb1d1617916d69993b19b7
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.vamm_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Fee_event

Fee events from Voltz Protocol V1 virtual automated market makers (vAMMs) on Arbitrum, recording fee amounts in WAD format (18 decimals) charged per transaction. Used for tracking protocol fee revenue and vAMM-level fee 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_feeWadSTRINGFee amount charged by the Voltz vAMM (Virtual Automated Market Maker) in WAD format (18 decimal places). Based on samples showing consistent 1000000000000000 values, this represents 0.001 tokens or 0.1% fee.
addressremovedin_feeWadlog_indexblock_numberblock_timestamptransaction_hash
0xb69c2b77c844b55f9924242df4299a1598753320false100000000000000013609498272023-02-14T20:03:41.000Z0x9bc4784839cd59fba0787aa44d89b41ffff87e95163ff1ba8b0df9e617eab02e
0x034f2b4137ed637c6b6ca9636d5f9fee0998e5f1false100000000000000081799596372023-04-13T08:16:54.000Z0x31f135cdf0ffe3381bac0a594f681dfec23834ccab0ac3174987dbca1615bf62
0x034f2b4137ed637c6b6ca9636d5f9fee0998e5f1false100000000000000044799596372023-04-13T08:16:54.000Z0x31f135cdf0ffe3381bac0a594f681dfec23834ccab0ac3174987dbca1615bf62
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.vamm_Fee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_FeeProtocol_event

Protocol fee configuration changes for Voltz V1 virtual automated market maker (VAMM) contracts on Arbitrum. Records fee percentage updates with contract addresses and timestamps for tracking 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_feeProtocolINT64The protocol fee percentage charged by the Voltz vAMM (virtual Automated Market Maker) contract on trades. Represented as an integer value, commonly set to 5 (indicating 5%).
addressremovedlog_indexblock_numberin_feeProtocolblock_timestamptransaction_hash
0x3ecf01157e9b1a66197325771b63789d1fb18f1ffalse111668993752023-07-31T08:02:05.000Z0x17f8f8f02a88bcff48c9d43906c7934d7e8b7c85aeeb7643d4abc437764809ce
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.vamm_FeeProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Initialized_event

Virtual Automated Market Maker (vAMM) initialization events from Voltz Protocol v1 on Arbitrum, capturing when new interest rate swap pools are deployed. Used to track new market creation and protocol expansion over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x1aac6232b7c7cd6c8479077844eb0302cca0d2affalse61700619632023-03-15T11:49:31.000Z0x89b63f745a95d7e6ba3069be88fdd6c9773eabc0984995fa80a8b4b60c0797e7
0xb97191595b38b192e776402a6ed2a23c7cf25582false61810001962023-04-16T09:00:43.000Z0x737ede27cc6c2b65c5ca1ffbc92a47318cf0b28a8fe3402a4d1b05bf4e865b6b
0xa3c0c89ac146b89edd17efd4e9c43cc4fc35ec1efalse291963389292023-05-31T12:16:33.000Z0x0085fb0925eadc0c8c4f03757ed527427a3f8d41bd9de889838348c71320cdb0
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.vamm_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

vamm_Mint_event

Liquidity provision events from Voltz Protocol v1 virtual automated market maker (vAMM) on Arbitrum, recording tick-range positions when users mint concentrated liquidity. Used for analyzing liquidity provider behavior and capital efficiency 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
0x034f2b4137ed637c6b6ca9636d5f9fee0998e5f1false0x1c22e514203bd6157c7db84c616f3746bd03b4311181523629347008040x5971eedc4ae37c7fe86af716737e5c19efd07a801386730228-34020-264002023-05-03T03:00:01.000Z0x689fcb7ea236c52efe5dae5a6beadadff14a9c666480fc28c79f5a47f0a02e7a
0x034f2b4137ed637c6b6ca9636d5f9fee0998e5f1false0x98c3d15845a471cacddb1a17885479641a6f0ce97310180168358067680x5971eedc4ae37c7fe86af716737e5c19efd07a80886693323-2304002023-05-03T00:19:49.000Z0x899a8c1e24907081f132cb6409c2d0c68519284096d42cc088bcc49207184887
0x034f2b4137ed637c6b6ca9636d5f9fee0998e5f1false0x7f3c703cbcd18acf9b2d85bc4b59a770d2307ae67310180168358067680x5971eedc4ae37c7fe86af716737e5c19efd07a80886695855-2304002023-05-03T00:30:59.000Z0x66a37e085af8a8a284cf9f3740e5a0b6b34636e05fc17236a8f574015e7ef043
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.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 Protocol V1 virtual automated market maker (vAMM) on Arbitrum. Contains fixed and variable token deltas, tick ranges, fees, and recipient data for analyzing interest rate swap trading activity and liquidity provider 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_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
0x1d7e4d7c1629c9d6e3bb6a344496b1b782c9ca9afalse0x5971eedc4ae37c7fe86af716737e5c19efd07a809693618180x49fa00fee56062c723bda4af7fbea8f90d40f690-6906002023-03-13T06:48:02.000Z0x6fedc2c0cad71c461ff5d9949768bf27f2c4ea2070bb0c4e1e26a84bb9f66842-100000-11780225031615649791244320358691291000004-108340
0x1d7e4d7c1629c9d6e3bb6a344496b1b782c9ca9afalse0x5971eedc4ae37c7fe86af716737e5c19efd07a803694621420x8073c62366973b9960f4561f6a72c5826b75e828-6906002023-03-13T14:28:56.000Z0xeec6d9d9aaffb98a3794fbdaf6ccb8870bd66dfd0c1acf3b44391adce9b7a94f-7000000000-827030924625031615649791244320358691297000000000343221-7584863918
0x1d7e4d7c1629c9d6e3bb6a344496b1b782c9ca9afalse0x5971eedc4ae37c7fe86af716737e5c19efd07a8014693455210xed33841f128347c1106c5c215e89532b02e160d5-6906002023-03-13T05:32:14.000Z0x846d0b604234e198c39dd45d105a9d346e3e42c40eaa1dd91816cde8ecae1aab-30000000000-351791601322503161564979124432035869129300000000001501584-32521824253
Query with partition filter
SELECT *
FROM `tt-contracts.voltz_v1_arbitrum.vamm_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100