From 45a68c9264445c907e3ddb313b4a1c4ea0e8d61c Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Thu, 16 Jul 2026 15:08:10 +0000 Subject: [PATCH] Add MemeFolioTaxHook hook on robinhood --- ...2a39143f5aafba61bb8c649bc7c7d50b1e0cc.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/robinhood/0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc.json diff --git a/hooks/robinhood/0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc.json b/hooks/robinhood/0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc.json new file mode 100644 index 0000000..5013b8f --- /dev/null +++ b/hooks/robinhood/0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc", + "chain": "robinhood", + "chainId": 4663, + "name": "MemeFolioTaxHook", + "description": "Immutable 3% native-ETH swap tax hook for a single ETH/token pool. Tax is taken in beforeSwap (on buys) and afterSwap (on sells) via BeforeSwapDelta/AfterSwapDelta, stored as PoolManager claims, and permissionlessly distributed 2:1 to immutable buyback and treasury wallets.", + "deployer": "", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": false, + "afterAddLiquidity": false, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": false, + "beforeSwap": true, + "afterSwap": true, + "beforeDonate": false, + "afterDonate": false, + "beforeSwapReturnsDelta": true, + "afterSwapReturnsDelta": true, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": false, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "none" + } +}