Skip to content
Merged
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/ethereum/0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"hook": {
"address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc",
"chain": "ethereum",
"chainId": 1,
"name": "Flaunch PositionManager",
"description": "Uniswap v4 hook for the Flaunch token-launch platform that manages memecoin pool creation, an internal swap pool that fills fee inventory against incoming swaps, fee distribution to creators/protocol/BidWall/referrers, and TWAP oracle recording. Swaps on newly scheduled pools are time-gated until the configured launch timestamp.",
"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"
}
}
Loading