Skip to main content

Tables

AlgebraFactory_Pool_event

Pool creation events emitted by Algebra DEX (Decentralized Exchange) factory contracts, recording the deployment of new liquidity pools with their token pair addresses. Used for tracking pool deployments and identifying tradable pairs across Algebra-based DEX implementations.
Query with partition filter

AlgebraFactory_VaultAddress_event

VaultAddress configuration change events from QuickSwap V3’s AlgebraFactory contract on Polygon, recording when new vault addresses are set in the protocol. Used for tracking vault address updates and protocol governance changes.
Query with partition filter

EternalFarming_FarmEnded_event

Liquidity farming incentive completion events from QuickSwap V3 on Polygon, recording reward distributions when NFT positions exit eternal (ongoing) farming programs. Tracks earned rewards, bonus rewards, and incentive identifiers for analyzing liquidity mining participation and yield farming outcomes.
Query with partition filter

EternalFarming_RewardClaimed_event

Reward claim events from QuickSwap V3 eternal farming incentive programs on Polygon, recording when liquidity providers collect farming rewards. Useful for analyzing yield farming participation, reward token distributions, and LP earning patterns across different reward token pairs.
Query with partition filter

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL changes.
Query with partition filter

Pool_Collect_event

Concentrated liquidity position fee collection events from Uniswap V3 compatible decentralized exchanges. Records position owner, recipient, collected token amounts, and tick range boundaries for tracking earned trading fees and position management activity.
Query with partition filter

Pool_CommunityFee_event

Community fee rate update events from liquidity pools, recording the new fee percentages allocated to the protocol or community for each token in a trading pair. Used for tracking fee structure changes and protocol revenue distribution configurations.
Query with partition filter

Pool_Fee_event

Fee tier configuration events emitted by Automated Market Maker (AMM) pool contracts. Records updates to swap fee parameters measured in basis points for directional trades.
Query with partition filter

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation analysis.
Query with partition filter

Pool_Incentive_event

Incentive program activation and deactivation events for QuickSwap V3 liquidity pools on Polygon, linking pools to virtual pool addresses that manage farming rewards. Used to track when liquidity mining programs are enabled or disabled for specific pools.
Query with partition filter

Pool_Initialize_event

Concentrated liquidity pool initialization event emitted when a pool contract is first created and seeded with a starting price. Records the initial sqrtPriceX96 (square root price encoded as Q64.96 fixed-point) and tick index that define the pool’s starting exchange rate between token0 and token1.
Query with partition filter

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
Query with partition filter

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
Query with partition filter