From 08f81ed87775b72fcad69415a0e83c12ca91789d Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Mon, 20 Jul 2026 14:41:45 +0000 Subject: [PATCH] Add Flaunch PositionManager hook on unichain --- ...8e499c7c466c7e2cf127bdf129f57151e65dc.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/unichain/0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc.json diff --git a/hooks/unichain/0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc.json b/hooks/unichain/0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc.json new file mode 100644 index 0000000..cf77b05 --- /dev/null +++ b/hooks/unichain/0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", + "chain": "unichain", + "chainId": 130, + "name": "Flaunch PositionManager", + "description": "Flaunch's core Uniswap v4 hook that manages memecoin pool launches with optional scheduled flaunch timestamps, runs an internal swap pool to fill swaps from fee inventory before hitting the Uniswap pool, captures and distributes swap fees to LPs and optional referrers via hookData, and integrates a bid wall mechanism.", + "deployer": "", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": false, + "afterAddLiquidity": true, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": true, + "beforeSwap": true, + "afterSwap": true, + "beforeDonate": false, + "afterDonate": true, + "beforeSwapReturnsDelta": true, + "afterSwapReturnsDelta": true, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": false, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "temporal" + } +}