Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions hooks/base/0x282b5e7d546b5e39963753d11b2bb6cd3c9da088.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading