Skip to main content

Tables

BribeVotingReward_NotifyReward_event

Bribe reward notifications from Aerodrome decentralized exchange (DEX) on Base, recording token incentives distributed to liquidity pool voters per epoch. Used for analyzing voting incentive campaigns and gauge reward distributions across liquidity pools.
Query with partition filter

Factory_PoolCreated_event

Factory contract event emitted when a new liquidity pool is created, recording token pairs and pool configuration parameters. Used for tracking DEX pool deployments and liquidity market initialization.
Query with partition filter

Gauge_ClaimRewards_event

Reward distribution events emitted when users claim accrued incentives from liquidity mining gauges. Records the claimer address, reward token contract, and claimed amount for tracking protocol incentive flows.
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_Claim_event

Fee claim events from Aerodrome V1 liquidity pools on Base, recording when liquidity providers withdraw accumulated trading fees in token0 and token1. Used for analyzing fee generation, liquidity provider returns, and pool revenue distribution.
Query with partition filter

Pool_Fees_event

Fee collection events from Aerodrome V1 liquidity pools on Base, recording token0 and token1 amounts collected by the protocol from each pool. Used for analyzing protocol revenue generation and fee accrual patterns across different trading pairs.
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

Pool_Sync_event

Liquidity pool reserve balance updates from Aerodrome V1 AMM (Automated Market Maker) on Base chain. Used for tracking pool composition changes and calculating real-time token prices from reserve ratios.
Query with partition filter

Pool_Transfer_event

Liquidity pool token transfer events emitted when LP (Liquidity Provider) tokens are minted, burned, or transferred between addresses. Contains sender, recipient, and token amount for tracking pool share ownership and liquidity position changes.
Query with partition filter

Voter_GaugeCreated_event

Gauge creation events emitted when new liquidity mining gauges are deployed for liquidity pools in vote-escrowed token (veToken) protocols. Links pool addresses to their corresponding gauge contracts and associated reward distribution mechanisms for governance-driven liquidity incentives.
Query with partition filter