From e3e480dd6c3709b1dd06551a6e3f075922c2e0f8 Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Thu, 11 Jun 2026 16:57:33 +0000 Subject: [PATCH] Add MoonpotHook hook on base --- ...b5e7d546b5e39963753d11b2bb6cd3c9da088.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/base/0x282b5e7d546b5e39963753d11b2bb6cd3c9da088.json diff --git a/hooks/base/0x282b5e7d546b5e39963753d11b2bb6cd3c9da088.json b/hooks/base/0x282b5e7d546b5e39963753d11b2bb6cd3c9da088.json new file mode 100644 index 0000000..570326c --- /dev/null +++ b/hooks/base/0x282b5e7d546b5e39963753d11b2bb6cd3c9da088.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0x282b5e7d546b5e39963753d11b2bb6cd3c9da088", + "chain": "base", + "chainId": 8453, + "name": "MoonpotHook", + "description": "A single-pool USDC/TMP hook that applies a dynamic price-defense fee on TMP sells (scaled by distance above a configurable floor tick), intercepts and burns TMP in excess of a floor-enforced sell limit, injects USDC as a protocol floor-band liquidity position, and records a TWAP oracle to guard liquidity injection against price manipulation.", + "deployer": "0xb2AC08BD330587BaEdca180e791426B901a937A9", + "verifiedSource": true, + "auditUrl": "https://hacken.io/audits/the-moonpot/sca-the-moonpot-the-moonpot-contracts-may2026/" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": false, + "afterAddLiquidity": false, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": false, + "beforeSwap": true, + "afterSwap": false, + "beforeDonate": false, + "afterDonate": false, + "beforeSwapReturnsDelta": true, + "afterSwapReturnsDelta": false, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": true, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "governance" + } +}