Index / Base
Uniswap v4 hooks on Base
These listings are example hook contracts that mention Base (chain id 8453). Read the Solidity on each page, then verify any live address yourself before you route.
Clanker
Dynamic-fee launch hook: beforeSwap sets fee, claims, runs an MEV module, then takes protocol delta.
Doppler
Whetstone bonding-curve hook: rebalance slugs before swap, migrate when proceeds cap hit.
Flaunch
PositionManager hook: beforeSwap runs the internal swap pool; afterSwap distributes creator fees.
MevWindow
Elevated swap fee and blocked add-liquidity for mevBlocks after pool init.
SniperTax
Launch LP fee decays linearly from startFee to baseFee over duration seconds.
Super DCA
Dynamic LP fee in beforeSwap from who is swapping; pool must include the DCA token.
VolatilityFee
LP fee rises with |currentTick − lastTick| since the previous swap.
Zora Coin Hook
Creator coin hook: launch fee decay, LP positions on init, fee swap + reward distribution.