-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhooklist-vanilla-swap.json
More file actions
422 lines (422 loc) · 14.2 KB
/
hooklist-vanilla-swap.json
File metadata and controls
422 lines (422 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
[
{
"hook": {
"address": "0x04e08a08bab77b389e970a65d91fba8bf4ef6080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A governance-controlled Liquidity Bootstrapping Pool (LBP) strategy hook that restricts pool initialization to the contract itself and blocks all swaps until a designated governance address approves migration. After approval, it deploys full-range liquidity from a completed token distribution phase.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0x0b8fbfa9861af89d7d2cf2e55f61cee982a22080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A governance-controlled Liquidity Bootstrapping Pool (LBP) strategy hook that restricts pool initialization to the contract itself and blocks all swaps until a designated governance address approves migration.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0x167f77c0d015414f65bf3dde7198922c399e2080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A Liquidity Bootstrapping Pool (LBP) hook that gates pool initialization to the strategy contract itself and blocks all swaps until a designated governance address approves migration, then migrates raised funds into a full-range Uniswap v4 liquidity position.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0x2934140dcf6ca98eed60e8e31d3816d038f92080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A Liquidity Bootstrapping Pool (LBP) strategy hook that restricts pool initialization to the hook contract itself and gates all swaps behind a governance-approved migration flag.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0x5ca33d75df69c4f46093b7eb7f0f6dacace62080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A governance-gated Liquidity Bootstrapping Pool (LBP) strategy hook that blocks swaps until a designated governance address approves migration, then migrates token distribution from a bootstrapping phase to a full-range Uniswap v4 pool position.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0x98Aa253a44497dfa77ec1170e69f851cB17C2000",
"chain": "base",
"chainId": 8453,
"name": "AquinasPoolHook",
"description": "A Uniswap v4 hook for Aquinas DAOs that restricts pool initialization to factory-authorized Safe addresses, preventing frontrunning by requiring pre-approval before a specific pool can be initialized.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": false,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "none"
}
},
{
"hook": {
"address": "0xc5a48b447f01e9ce3ede71e4c1c2038c38bd9000",
"chain": "base",
"chainId": 8453,
"name": "Graduation Hook (Base)",
"description": "Restricts pool initialization to a designated Moxie bonding curve address, ensuring Uniswap v4 pools can only be initialized through the authorized bonding curve as part of a token graduation process.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": false,
"afterInitialize": true,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": false,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "none"
}
},
{
"hook": {
"address": "0xced494a8cc54d593dbc7bdc6f4c61a948c932080",
"chain": "base",
"chainId": 8453,
"name": "GovernedLBPStrategy",
"description": "A Liquidity Bootstrapping Pool (LBP) hook that restricts pool initialization to the contract itself and gates swaps behind a governance-controlled approval, ensuring the migration from an initial token distribution phase to a full-range Uniswap v4 position is authorized before trading begins.",
"deployer": "0xBc869216dAD02E1A95c1478a459D064b16F41B24",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0xd3c1f2174f37f88811f99b1b1b4c1356c0246000",
"chain": "base",
"chainId": 8453,
"name": "Aquinas Hook (Base)",
"description": "Restricts Uniswap v4 pool initialization to factory-authorized Safe addresses for Aquinas DAOs, preventing frontrunning of LP initialization by requiring the caller to be pre-approved by the Aquinas factory.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": false,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "none"
}
},
{
"hook": {
"address": "0xd53006d1e3110fd319a79aeec4c527a0d265e080",
"chain": "ethereum",
"chainId": 1,
"name": "VirtualLBPStrategyBasic",
"description": "A hook implementing a Virtual Liquidity Bootstrapping Pool (LBP) strategy for token launches. It restricts pool initialization to the contract itself and gates all swaps on a migration approval flag, enabling controlled token distribution.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": true,
"afterInitialize": false,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "governance"
}
},
{
"hook": {
"address": "0xde400595199e6dae55a1bcb742b3eb249af00800",
"chain": "ethereum",
"chainId": 1,
"name": "M0 Tick Range Hook",
"description": "Restricts liquidity provision to a configurable tick range by reverting in beforeAddLiquidity if the position's ticks fall outside the allowed bounds. An authorized manager role can update the tick range.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": false,
"afterInitialize": false,
"beforeAddLiquidity": true,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": false,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "none"
}
},
{
"hook": {
"address": "0x79330fe369c32a03e3b8516aff35b44706e39080",
"chain": "unichain",
"chainId": 130,
"name": "Panoptic Oracle Hook (Unichain)",
"description": "Records price observations on each swap and initializes oracle state on pool initialization, exposing a Uniswap V3-compatible oracle interface with both standard and truncated tick adapters deployed per pool.",
"deployer": "",
"verifiedSource": true,
"auditUrl": ""
},
"flags": {
"beforeInitialize": false,
"afterInitialize": true,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": false,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": false,
"afterSwapReturnsDelta": false,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": false,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": true,
"swapAccess": "none"
}
}
]