Skip to main content

Tables

AlgebraFactory_CustomPool_event

Custom liquidity pool creation events from the Algebra decentralized exchange (DEX) protocol on Avalanche. Tracks factory-deployed pools with token pair addresses and deployer information for analyzing DEX market structure and liquidity provisioning.
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_deployerSTRINGAddress of the account that initiated the deployment or creation action. Hex-encoded, 0x-prefixed, 42-character string.
in_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexin_deployerblock_numberblock_timestamptransaction_hash
0x512eb749541b7cf294be882d636218c84a5e9e5f0x8fef4fe4970a5d6bfa7c65871a2ebfd0f42aa822false0x152b9d0fdc40c096757f570a51e494bd4b943e500xb31f66aa3c1e785363f0875a1b74e27b85fd66c710x5d433a94a4a2aa8f9aa34d8d15692dc2e9960584655645202025-07-16T17:44:51.000Z0x31e28af132ef637d992a3d3e5734e0adb4eb578e9506c247fa44bde00a6e849f
0x512eb749541b7cf294be882d636218c84a5e9e5f0x5e128ebc09c918ddae3ca1668d4ee9527dc00d78false0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7110x5d433a94a4a2aa8f9aa34d8d15692dc2e9960584655642872025-07-16T17:39:38.000Z0xb040ceafdf8c1ca96e3bb0857e50de64291e8d440895b0b8b80106da742ce71e
0x512eb749541b7cf294be882d636218c84a5e9e5f0x5bfad13ba95cc71569dfd868f2e10fb5ea3a57cefalse0x67ea3abd5cee0b99d743155051c191b09135f93c0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e00xdcfccf2e8c4efbba9127b80eac76c5a122125d29655395882025-07-16T08:16:15.000Z0xa07a627e3df9def1002b44295aa6d483ea4ae675f9fe368e6cbdbe16d8e7e2d3
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraFactory_CustomPool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Burn_event

Liquidity removal events from Algebra-based concentrated liquidity pools. Records owner address, tick range boundaries, withdrawn liquidity amount, and returned token0/token1 quantities for position burning operations.
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_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_liquidityAmountSTRINGAmount of liquidity added to or removed from a concentrated liquidity position. Numeric string representation of liquidity units in the position’s tick range.
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_ownerlog_indexin_amount0in_amount1in_topTickblock_numberin_bottomTickblock_timestamptransaction_hashin_liquidityAmount
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d742521466514574745916792150505425154735531-28020067472904-2814002025-08-22T15:29:08.000Z0x17664dd23da247a9c0e36689305509acea9e3ea1fc0e79b28ec04a46feb5365b127876205335983275
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d7425214617101976916276-28100067470519-2814002025-08-22T14:18:03.000Z0x28dbbeee3bb3f6d237326b7b836104d41cb0273444da1871fda31735f4e4ad43126138564612479926
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d742521467124764416148179708268680-28100067466835-2812002025-08-22T12:41:33.000Z0x94b07d83df362ef67e62c1862f3500dfc1749350b22e01161e6b5d4d82c5f6ee195049227585475469
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_BurnFee_event

Fee burning events from Algebra Protocol concentrated liquidity pools on Avalanche. Records plugin fee amounts collected and burned by liquidity position owners for analyzing fee mechanics and pool revenue distribution.
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_pluginFeeSTRINGFee charged by the plugin module on the liquidity pool operation. Numeric string representation in smallest denomination.
addressremovedin_ownerlog_indexblock_numberin_pluginFeeblock_timestamptransaction_hash
0x000d436a430cf25c4eaaa3eff031d2cefdfaf4b1false0x3fed017ec0f5517cdf2e8a9a4156c64d7425214606728228902025-08-18T23:19:14.000Z0xf026aca001d6cc6fa0e06343d00f34af7bcc715f2037a77e61896e13e255fa28
0x000d436a430cf25c4eaaa3eff031d2cefdfaf4b1false0x3fed017ec0f5517cdf2e8a9a4156c64d7425214616723424702025-08-18T01:49:27.000Z0xdc39cae54009f7d792906d8ddcde58375be4d6599ed174c1e29d899328fd5794
0x000d436a430cf25c4eaaa3eff031d2cefdfaf4b1false0x3fed017ec0f5517cdf2e8a9a4156c64d7425214616723286902025-08-18T01:11:02.000Z0x828f4529d19d00f8e44fc9bb884ac654710bc9b08947c7b110a6c25a99852746
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_BurnFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Collect_event

Concentrated liquidity position fee collection events from Algebra protocol pools. Records token amounts withdrawn by position owners from specific tick ranges, including owner address, recipient address, and collected quantities of both token0 and token1.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
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_ownerlog_indexin_amount0in_amount1in_topTickblock_numberin_recipientin_bottomTickblock_timestamptransaction_hash
0x859592a4a469610e573f96ef87a0e5565f9a94c8false0x3fed017ec0f5517cdf2e8a9a4156c64d74252146654900972549008810887272669224610x9d42b28854d0da4766bf6b63391738f26ef5d2e1-8872722025-08-11T18:53:18.000Z0xa9193aa792091cd2aad1463bf5ded24c69baed3e7fd03676aa6a13054d3232e1
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d742521461380485599215184457216408-278200669016670xe3b8b0f6716e10b4b13c54ff8aae08a0b02a0ea8-2802002025-08-11T09:01:21.000Z0x63da865838053321c4f6bdee54f067e2aec64bf2ef7e3127950483147f578b15
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d7425214622886762649806154849265-278800668961120x22b16e3f18f0a99c184baae92b6d3536c0e323f0-2800002025-08-11T06:21:46.000Z0xfe368d1edaeb9f22365ec5c480d374f5a97ff4b25dbf2c50bd75df01944d151a
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_CommunityFee_event

Community fee configuration change events from Algebra DEX (Decentralized Exchange) liquidity pools. Records protocol fee adjustments for token0 and token1, used for tracking fee policy changes across pool contracts.
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_communityFeeNewSTRINGThe new community fee rate for the Algebra pool, expressed in basis points (e.g., ‘1000’ represents 10%). Values toggle between ‘0’ (no fee) and ‘1000’ (fee active) when community fee settings change.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_communityFeeNew
0x7e919db48453d44f39c25af9bf64edc8318db19ffalse8658753232025-07-22T05:10:02.000Z0xe480cb1cdd0dc46f98c7fe4bea87b3243398d1421839d7094de277b84bec1f0d1000
0x9a6142ef0766915db02066f791d969c22eba1dcafalse6658791372025-07-22T06:50:07.000Z0x339a06358752e719f063989332158114b90a04f2d9903dca107e8f36482501570
0x9a6142ef0766915db02066f791d969c22eba1dcafalse2658792282025-07-22T06:52:27.000Z0xdb0b70da8d8258dda1bc46dd386a6ae333f3d92afc396b629472165a1ce848881000
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_CommunityFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Fee_event

Fee change events emitted by Algebra-based liquidity pools when the pool’s fee tier is updated. Records the new fee amount in basis points, used for tracking dynamic fee adjustments in concentrated liquidity protocols.
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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
10000x1abe428146795bc754170af24cfd78663f257d29false46664018152025-08-01T15:07:02.000Z0xaa3e4f70719ca2b3c2fc78869b80953abd2183002ce978bcfcf102aeca2c7441
6000x5e128ebc09c918ddae3ca1668d4ee9527dc00d78false42664018152025-08-01T15:07:02.000Z0xaa3e4f70719ca2b3c2fc78869b80953abd2183002ce978bcfcf102aeca2c7441
70000xa38d178a08dd88ec1517d4585929052631fcd1b8false45664018152025-08-01T15:07:02.000Z0xaa3e4f70719ca2b3c2fc78869b80953abd2183002ce978bcfcf102aeca2c7441
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Fee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Flash_event

Flash loan events from Algebra DEX pools on Avalanche, capturing borrowed amounts, repaid fees, and participant addresses. Used for analyzing flash loan arbitrage activity and fee generation across liquidity pools.
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_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_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
addressremovedin_paid0in_paid1in_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0xee2ceda742bfb2ef566ab57642d47aba1909b653false448812756608794500x32ae1b9e46185f222438396e2ec769c44c06053e21448812756608794468570689414340x32ae1b9e46185f222438396e2ec769c44c06053e2025-09-18T20:05:55.000Z0xa807cf3c7f9f4487a3bdd0f2e70a75f194830bbe1ce1a562549f9f04f918bc93
0x859592a4a469610e573f96ef87a0e5565f9a94c8false38573200xa6b9572156147e1ee9f3ccd3d1ad0b8b0c3d064b4638573118160739848290xa6b9572156147e1ee9f3ccd3d1ad0b8b0c3d064b2025-12-18T17:18:04.000Z0xc4c6d73f081f561e7cb28adb8d3529ce5f74825d1734d8df53d15f0024daaa75
0x859592a4a469610e573f96ef87a0e5565f9a94c8false02907170xa6b9572156147e1ee9f3ccd3d1ad0b8b0c3d064b7402907166485739848290xa6b9572156147e1ee9f3ccd3d1ad0b8b0c3d064b2025-12-18T17:18:04.000Z0xc4c6d73f081f561e7cb28adb8d3529ce5f74825d1734d8df53d15f0024daaa75
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Mint_event

Liquidity addition events from Algebra-based concentrated liquidity pools containing sender, owner, token amounts, tick range boundaries, and liquidity units. Used for tracking liquidity provider positions and pool depth changes across Algebra DEX deployments.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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_bottomTickINT64Lower bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_topTickINT64Upper bound of the tick range for a concentrated liquidity position. Signed integer value representing the price interval boundary in Uniswap V3-style concentrated liquidity pools.
in_liquidityAmountSTRINGAmount of liquidity added to or removed from a concentrated liquidity position. Numeric string representation of liquidity units in the position’s tick range.
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_ownerin_senderlog_indexin_amount0in_amount1in_topTickblock_numberin_bottomTickblock_timestamptransaction_hashin_liquidityAmount
0x859592a4a469610e573f96ef87a0e5565f9a94c8false0x3fed017ec0f5517cdf2e8a9a4156c64d742521460x3fed017ec0f5517cdf2e8a9a4156c64d7425214612328873668028875900088727266949262-8872722025-08-12T08:26:07.000Z0x6a29c55d4369eb419280bb3e9ff6d73531bb91b7f8dd27cc1e21f53b46947110288747839
0x9a6142ef0766915db02066f791d969c22eba1dcafalse0x3fed017ec0f5517cdf2e8a9a4156c64d742521460x3fed017ec0f5517cdf2e8a9a4156c64d7425214695238993937923298283579902427000000000000000088720066936745-8872002025-08-12T01:50:38.000Z0x911a62d304fe2cef85f0eb916cb32c0543e43a48bba89db72d006aca96685b061468586335284065961027
0xcfafbf365fe78ffa2ab7af8b4341e2218188f91ffalse0x3fed017ec0f5517cdf2e8a9a4156c64d742521460x3fed017ec0f5517cdf2e8a9a4156c64d7425214676250122054379618031307159068000-27840066958337-2796002025-08-12T12:50:49.000Z0xd173250c27a0bf1b3e62889f71830c9fab9a5b99a0c6400f96624cd05adbd9fe6777461081401791
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_Swap_event

Swap events from Algebra Protocol concentrated liquidity pools containing sender, recipient, token amounts exchanged, post-swap price and tick, and liquidity depth. Used for DEX trade analysis and liquidity tracking.
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_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_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
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_tickremovedin_pricein_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestamptransaction_hash
0xa38d178a08dd88ec1517d4585929052631fcd1b8281052false1003598371629449814573372055815370720xabfc48e8bed7b26762745f3139555f320119709d395000000000-796833358522721093238166964521312098723744702039250xd6e91f5f7dbe58abeb3082b08049c5139e38d4c62025-08-12T15:51:57.000Z0x09aceceee008dcb878c247af4368ae7003d0c8c904329d2ba29f03aa1d3b6848
0xa38d178a08dd88ec1517d4585929052631fcd1b8281056false1003771960521248093755086407472326070xabfc48e8bed7b26762745f3139555f320119709d66-29169982947150637091226820544166964009155617273584741516080x2c9c3050b242df683c5db26a0c5874c938e06b8f2025-08-12T15:38:07.000Z0xe3099423a5f761f9778cb9de95019e48f90863f590ce785b6b92b7c1d8ceca77
0xa38d178a08dd88ec1517d4585929052631fcd1b8281056false1003777261816740786893678253063806690xabfc48e8bed7b26762745f3139555f320119709d58-6487046110486027258206376395566964011155617273584741516080x40dc0fa2553e8a97e56f39d595b2753eacfe91f12025-08-12T15:38:11.000Z0xfb6194af7f55054f1267322ae6c4152536499690f96b66b92206d823dd884bf5
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AlgebraPool_SwapFee_event

Fee configuration change events from Algebra DEX liquidity pools on Avalanche. Tracks plugin fee and override fee adjustments made by authorized senders, useful for monitoring fee structure changes across pools.
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_overrideFeeSTRINGFee override value applied to the swap transaction, specified in basis points or zero if no override was set. Typically zero in standard pool operations, indicating the default fee structure was used.
in_pluginFeeSTRINGFee charged by the plugin module on the liquidity pool operation. Numeric string representation in smallest denomination.
addressremovedin_senderlog_indexblock_numberin_pluginFeein_overrideFeeblock_timestamptransaction_hash
0x9a6142ef0766915db02066f791d969c22eba1dcafalse0x078727f46765704f0c6789610bb8dd45cf34f3211667142816002025-08-16T04:31:11.000Z0x48c8b6179bb7af4447112d930386c22cf893a6c9afd9044274571bb94fa522cb
0x41100c6d2c6920b10d12cd8d59c8a9aa2ef56fc7false0x1380f2f57553ada04b31ee7b1e039e496939db3d3767133887002025-08-16T00:00:19.000Z0x7799bd402dd782f01f08f063d6944bc5d1ad3aacd72df26ace7ddd9b1ef7b983
0x41100c6d2c6920b10d12cd8d59c8a9aa2ef56fc7false0x1380f2f57553ada04b31ee7b1e039e496939db3d6367133894002025-08-16T00:00:28.000Z0xf511284ae85f79e5e72cdeab049f5aa5c59e5649b7305da43ead8d39f6b72edc
Query with partition filter
SELECT *
FROM `tt-contracts.blackhole_v3_avalanche.AlgebraPool_SwapFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100