diff --git a/hooks/robinhood/0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc.json b/hooks/robinhood/0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc.json new file mode 100644 index 0000000..fd2c812 --- /dev/null +++ b/hooks/robinhood/0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc", + "chain": "robinhood", + "chainId": 4663, + "name": "PumpV4Hook", + "description": "A factory-gated launch-pool hook that charges a fixed 2% WETH-side fee on every swap, routing fees to a per-pool CreatorFeeShare contract. Only factory-registered pools may initialize or swap; initial liquidity is permanently locked via beforeRemoveLiquidity revert; exact-output swaps are disabled.", + "deployer": "0xfBe376d50E82389cc9649Eed6c2Ec9ca6CF23FD6", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": true, + "afterAddLiquidity": false, + "beforeRemoveLiquidity": true, + "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": "allowlist" + } +}