@merkl/contracts 1.2.33 → 1.2.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/dist/src/ArrakisGaugeFactory.d.ts +107 -0
  2. package/dist/src/ArrakisGaugeFactory.js +2 -0
  3. package/dist/src/ArrakisGaugeFactory.js.map +1 -0
  4. package/dist/src/ArrakisV2Factory.d.ts +279 -0
  5. package/dist/src/ArrakisV2Factory.js +2 -0
  6. package/dist/src/ArrakisV2Factory.js.map +1 -0
  7. package/dist/src/DefiEdgeAlgebraFactory.d.ts +739 -0
  8. package/dist/src/DefiEdgeAlgebraFactory.js +2 -0
  9. package/dist/src/DefiEdgeAlgebraFactory.js.map +1 -0
  10. package/dist/src/DefiEdgeAlgebraStrategy.d.ts +727 -0
  11. package/dist/src/DefiEdgeAlgebraStrategy.js +2 -0
  12. package/dist/src/DefiEdgeAlgebraStrategy.js.map +1 -0
  13. package/dist/src/DefiEdgeFactory.d.ts +669 -0
  14. package/dist/src/DefiEdgeFactory.js +2 -0
  15. package/dist/src/DefiEdgeFactory.js.map +1 -0
  16. package/dist/src/DefiEdgeStrategy.d.ts +669 -0
  17. package/dist/src/DefiEdgeStrategy.js +2 -0
  18. package/dist/src/DefiEdgeStrategy.js.map +1 -0
  19. package/dist/src/GaugeV2CL.d.ts +688 -0
  20. package/dist/src/GaugeV2CL.js +2 -0
  21. package/dist/src/GaugeV2CL.js.map +1 -0
  22. package/dist/src/JonesCompounder.d.ts +941 -0
  23. package/dist/src/JonesCompounder.js +2 -0
  24. package/dist/src/JonesCompounder.js.map +1 -0
  25. package/dist/src/JonesFactory.d.ts +889 -0
  26. package/dist/src/JonesFactory.js +2 -0
  27. package/dist/src/JonesFactory.js.map +1 -0
  28. package/dist/src/JonesSingleRewardTracker.d.ts +968 -0
  29. package/dist/src/JonesSingleRewardTracker.js +2 -0
  30. package/dist/src/JonesSingleRewardTracker.js.map +1 -0
  31. package/dist/src/JonesToken0Tracker.d.ts +968 -0
  32. package/dist/src/JonesToken0Tracker.js +2 -0
  33. package/dist/src/JonesToken0Tracker.js.map +1 -0
  34. package/dist/src/JonesToken1Tracker.d.ts +968 -0
  35. package/dist/src/JonesToken1Tracker.js +2 -0
  36. package/dist/src/JonesToken1Tracker.js.map +1 -0
  37. package/dist/src/JonesVault.d.ts +1115 -0
  38. package/dist/src/JonesVault.js +2 -0
  39. package/dist/src/JonesVault.js.map +1 -0
  40. package/dist/src/RangeFactory.d.ts +211 -0
  41. package/dist/src/RangeFactory.js +2 -0
  42. package/dist/src/RangeFactory.js.map +1 -0
  43. package/dist/src/RangeVault.d.ts +1095 -0
  44. package/dist/src/RangeVault.js +2 -0
  45. package/dist/src/RangeVault.js.map +1 -0
  46. package/dist/src/SpNFTFactory.d.ts +113 -0
  47. package/dist/src/SpNFTFactory.js +2 -0
  48. package/dist/src/SpNFTFactory.js.map +1 -0
  49. package/dist/src/SwapXGaugeV2Factory.d.ts +266 -0
  50. package/dist/src/SwapXGaugeV2Factory.js +2 -0
  51. package/dist/src/SwapXGaugeV2Factory.js.map +1 -0
  52. package/dist/src/SwapXGaugeV3Factory.d.ts +1106 -0
  53. package/dist/src/SwapXGaugeV3Factory.js +2 -0
  54. package/dist/src/SwapXGaugeV3Factory.js.map +1 -0
  55. package/dist/src/SwapXV2Vault.d.ts +634 -0
  56. package/dist/src/SwapXV2Vault.js +2 -0
  57. package/dist/src/SwapXV2Vault.js.map +1 -0
  58. package/dist/src/SwapXV3Vault.d.ts +688 -0
  59. package/dist/src/SwapXV3Vault.js +2 -0
  60. package/dist/src/SwapXV3Vault.js.map +1 -0
  61. package/dist/src/UnipilotFactory.d.ts +149 -0
  62. package/dist/src/UnipilotFactory.js +2 -0
  63. package/dist/src/UnipilotFactory.js.map +1 -0
  64. package/dist/src/UnipilotVault.d.ts +566 -0
  65. package/dist/src/UnipilotVault.js +2 -0
  66. package/dist/src/UnipilotVault.js.map +1 -0
  67. package/dist/src/factories/ArrakisGaugeFactory__factory.d.ts +94 -0
  68. package/dist/src/factories/ArrakisGaugeFactory__factory.js +128 -0
  69. package/dist/src/factories/ArrakisGaugeFactory__factory.js.map +1 -0
  70. package/dist/src/factories/ArrakisV2Factory__factory.d.ts +271 -0
  71. package/dist/src/factories/ArrakisV2Factory__factory.js +359 -0
  72. package/dist/src/factories/ArrakisV2Factory__factory.js.map +1 -0
  73. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.d.ts +767 -0
  74. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js +1003 -0
  75. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js.map +1 -0
  76. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.d.ts +886 -0
  77. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js +1150 -0
  78. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js.map +1 -0
  79. package/dist/src/factories/DefiEdgeFactory__factory.d.ts +690 -0
  80. package/dist/src/factories/DefiEdgeFactory__factory.js +902 -0
  81. package/dist/src/factories/DefiEdgeFactory__factory.js.map +1 -0
  82. package/dist/src/factories/DefiEdgeStrategy__factory.d.ts +825 -0
  83. package/dist/src/factories/DefiEdgeStrategy__factory.js +1073 -0
  84. package/dist/src/factories/DefiEdgeStrategy__factory.js.map +1 -0
  85. package/dist/src/factories/GaugeV2CL__factory.d.ts +648 -0
  86. package/dist/src/factories/GaugeV2CL__factory.js +841 -0
  87. package/dist/src/factories/GaugeV2CL__factory.js.map +1 -0
  88. package/dist/src/factories/JonesCompounder__factory.d.ts +1017 -0
  89. package/dist/src/factories/JonesCompounder__factory.js +1320 -0
  90. package/dist/src/factories/JonesCompounder__factory.js.map +1 -0
  91. package/dist/src/factories/JonesFactory__factory.d.ts +1131 -0
  92. package/dist/src/factories/JonesFactory__factory.js +1464 -0
  93. package/dist/src/factories/JonesFactory__factory.js.map +1 -0
  94. package/dist/src/factories/JonesSingleRewardTracker__factory.d.ts +991 -0
  95. package/dist/src/factories/JonesSingleRewardTracker__factory.js +1288 -0
  96. package/dist/src/factories/JonesSingleRewardTracker__factory.js.map +1 -0
  97. package/dist/src/factories/JonesToken0Tracker__factory.d.ts +991 -0
  98. package/dist/src/factories/JonesToken0Tracker__factory.js +1288 -0
  99. package/dist/src/factories/JonesToken0Tracker__factory.js.map +1 -0
  100. package/dist/src/factories/JonesToken1Tracker__factory.d.ts +991 -0
  101. package/dist/src/factories/JonesToken1Tracker__factory.js +1288 -0
  102. package/dist/src/factories/JonesToken1Tracker__factory.js.map +1 -0
  103. package/dist/src/factories/JonesVault__factory.d.ts +1225 -0
  104. package/dist/src/factories/JonesVault__factory.js +1588 -0
  105. package/dist/src/factories/JonesVault__factory.js.map +1 -0
  106. package/dist/src/factories/RangeFactory__factory.d.ts +215 -0
  107. package/dist/src/factories/RangeFactory__factory.js +282 -0
  108. package/dist/src/factories/RangeFactory__factory.js.map +1 -0
  109. package/dist/src/factories/RangeVault__factory.d.ts +1145 -0
  110. package/dist/src/factories/RangeVault__factory.js +1480 -0
  111. package/dist/src/factories/RangeVault__factory.js.map +1 -0
  112. package/dist/src/factories/SpNFTFactory__factory.d.ts +121 -0
  113. package/dist/src/factories/SpNFTFactory__factory.js +165 -0
  114. package/dist/src/factories/SpNFTFactory__factory.js.map +1 -0
  115. package/dist/src/factories/SwapXGaugeV2Factory__factory.d.ts +223 -0
  116. package/dist/src/factories/SwapXGaugeV2Factory__factory.js +293 -0
  117. package/dist/src/factories/SwapXGaugeV2Factory__factory.js.map +1 -0
  118. package/dist/src/factories/SwapXGaugeV3Factory__factory.d.ts +1186 -0
  119. package/dist/src/factories/SwapXGaugeV3Factory__factory.js +1546 -0
  120. package/dist/src/factories/SwapXGaugeV3Factory__factory.js.map +1 -0
  121. package/dist/src/factories/SwapXV2Vault__factory.d.ts +586 -0
  122. package/dist/src/factories/SwapXV2Vault__factory.js +759 -0
  123. package/dist/src/factories/SwapXV2Vault__factory.js.map +1 -0
  124. package/dist/src/factories/SwapXV3Vault__factory.d.ts +648 -0
  125. package/dist/src/factories/SwapXV3Vault__factory.js +841 -0
  126. package/dist/src/factories/SwapXV3Vault__factory.js.map +1 -0
  127. package/dist/src/factories/UnipilotFactory__factory.d.ts +199 -0
  128. package/dist/src/factories/UnipilotFactory__factory.js +260 -0
  129. package/dist/src/factories/UnipilotFactory__factory.js.map +1 -0
  130. package/dist/src/factories/UnipilotVault__factory.d.ts +649 -0
  131. package/dist/src/factories/UnipilotVault__factory.js +841 -0
  132. package/dist/src/factories/UnipilotVault__factory.js.map +1 -0
  133. package/dist/src/factories/index.d.ts +22 -0
  134. package/dist/src/factories/index.js +22 -0
  135. package/dist/src/factories/index.js.map +1 -1
  136. package/dist/src/index.d.ts +44 -0
  137. package/dist/src/index.js +44 -0
  138. package/dist/src/index.js.map +1 -1
  139. package/package.json +1 -1
@@ -0,0 +1,1003 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [
8
+ {
9
+ internalType: "address",
10
+ name: "_governance",
11
+ type: "address",
12
+ },
13
+ {
14
+ internalType: "contract IDefiEdgeStrategyDeployer",
15
+ name: "_deployerProxy",
16
+ type: "address",
17
+ },
18
+ {
19
+ internalType: "contract FeedRegistryInterface",
20
+ name: "_chainlinkRegistry",
21
+ type: "address",
22
+ },
23
+ {
24
+ internalType: "contract IAlgebraFactory",
25
+ name: "_algebraFactory",
26
+ type: "address",
27
+ },
28
+ {
29
+ internalType: "uint256",
30
+ name: "_allowedSlippage",
31
+ type: "uint256",
32
+ },
33
+ {
34
+ internalType: "uint256",
35
+ name: "_allowedDeviation",
36
+ type: "uint256",
37
+ },
38
+ ],
39
+ stateMutability: "nonpayable",
40
+ type: "constructor",
41
+ },
42
+ {
43
+ anonymous: false,
44
+ inputs: [
45
+ {
46
+ indexed: false,
47
+ internalType: "address",
48
+ name: "pool",
49
+ type: "address",
50
+ },
51
+ {
52
+ indexed: false,
53
+ internalType: "uint256",
54
+ name: "value",
55
+ type: "uint256",
56
+ },
57
+ ],
58
+ name: "ChangeAllowedDeviation",
59
+ type: "event",
60
+ },
61
+ {
62
+ anonymous: false,
63
+ inputs: [
64
+ {
65
+ indexed: false,
66
+ internalType: "address",
67
+ name: "pool",
68
+ type: "address",
69
+ },
70
+ {
71
+ indexed: false,
72
+ internalType: "uint256",
73
+ name: "value",
74
+ type: "uint256",
75
+ },
76
+ ],
77
+ name: "ChangeAllowedSlippage",
78
+ type: "event",
79
+ },
80
+ {
81
+ anonymous: false,
82
+ inputs: [
83
+ {
84
+ indexed: false,
85
+ internalType: "address",
86
+ name: "pool",
87
+ type: "address",
88
+ },
89
+ {
90
+ indexed: false,
91
+ internalType: "uint256",
92
+ name: "value",
93
+ type: "uint256",
94
+ },
95
+ ],
96
+ name: "ChangeAllowedSwapDeviation",
97
+ type: "event",
98
+ },
99
+ {
100
+ anonymous: false,
101
+ inputs: [
102
+ {
103
+ indexed: false,
104
+ internalType: "uint256",
105
+ name: "_feeRate",
106
+ type: "uint256",
107
+ },
108
+ ],
109
+ name: "ChangeDefaultMaxManagerPerformanceFee",
110
+ type: "event",
111
+ },
112
+ {
113
+ anonymous: false,
114
+ inputs: [
115
+ {
116
+ indexed: false,
117
+ internalType: "uint256",
118
+ name: "fee",
119
+ type: "uint256",
120
+ },
121
+ ],
122
+ name: "ChangeProtocolFee",
123
+ type: "event",
124
+ },
125
+ {
126
+ anonymous: false,
127
+ inputs: [
128
+ {
129
+ indexed: false,
130
+ internalType: "address",
131
+ name: "strategyOrPool",
132
+ type: "address",
133
+ },
134
+ {
135
+ indexed: false,
136
+ internalType: "uint256",
137
+ name: "_feeRate",
138
+ type: "uint256",
139
+ },
140
+ ],
141
+ name: "ChangeProtocolPerformanceFee",
142
+ type: "event",
143
+ },
144
+ {
145
+ anonymous: false,
146
+ inputs: [
147
+ {
148
+ indexed: false,
149
+ internalType: "uint256",
150
+ name: "amount",
151
+ type: "uint256",
152
+ },
153
+ ],
154
+ name: "ChangeStrategyCreationFee",
155
+ type: "event",
156
+ },
157
+ {
158
+ anonymous: false,
159
+ inputs: [
160
+ {
161
+ indexed: false,
162
+ internalType: "address",
163
+ name: "newSwapProxy",
164
+ type: "address",
165
+ },
166
+ ],
167
+ name: "ChangeSwapProxy",
168
+ type: "event",
169
+ },
170
+ {
171
+ anonymous: false,
172
+ inputs: [
173
+ {
174
+ indexed: false,
175
+ internalType: "address",
176
+ name: "to",
177
+ type: "address",
178
+ },
179
+ {
180
+ indexed: false,
181
+ internalType: "uint256",
182
+ name: "amount",
183
+ type: "uint256",
184
+ },
185
+ ],
186
+ name: "ClaimFees",
187
+ type: "event",
188
+ },
189
+ {
190
+ anonymous: false,
191
+ inputs: [],
192
+ name: "EmergencyFrozen",
193
+ type: "event",
194
+ },
195
+ {
196
+ anonymous: false,
197
+ inputs: [
198
+ {
199
+ indexed: true,
200
+ internalType: "address",
201
+ name: "strategy",
202
+ type: "address",
203
+ },
204
+ {
205
+ indexed: true,
206
+ internalType: "address",
207
+ name: "creater",
208
+ type: "address",
209
+ },
210
+ ],
211
+ name: "NewStrategy",
212
+ type: "event",
213
+ },
214
+ {
215
+ anonymous: false,
216
+ inputs: [
217
+ {
218
+ indexed: false,
219
+ internalType: "bool",
220
+ name: "status",
221
+ type: "bool",
222
+ },
223
+ ],
224
+ name: "StrategyStatusChanged",
225
+ type: "event",
226
+ },
227
+ {
228
+ inputs: [],
229
+ name: "MAX_DECIMAL",
230
+ outputs: [
231
+ {
232
+ internalType: "uint256",
233
+ name: "",
234
+ type: "uint256",
235
+ },
236
+ ],
237
+ stateMutability: "view",
238
+ type: "function",
239
+ },
240
+ {
241
+ inputs: [],
242
+ name: "MAX_PROTOCOL_PERFORMANCE_FEES_RATE",
243
+ outputs: [
244
+ {
245
+ internalType: "uint256",
246
+ name: "",
247
+ type: "uint256",
248
+ },
249
+ ],
250
+ stateMutability: "view",
251
+ type: "function",
252
+ },
253
+ {
254
+ inputs: [],
255
+ name: "acceptGovernance",
256
+ outputs: [],
257
+ stateMutability: "nonpayable",
258
+ type: "function",
259
+ },
260
+ {
261
+ inputs: [],
262
+ name: "algebraFactory",
263
+ outputs: [
264
+ {
265
+ internalType: "contract IAlgebraFactory",
266
+ name: "",
267
+ type: "address",
268
+ },
269
+ ],
270
+ stateMutability: "view",
271
+ type: "function",
272
+ },
273
+ {
274
+ inputs: [
275
+ {
276
+ internalType: "address",
277
+ name: "_pool",
278
+ type: "address",
279
+ },
280
+ ],
281
+ name: "allowedDeviation",
282
+ outputs: [
283
+ {
284
+ internalType: "uint256",
285
+ name: "",
286
+ type: "uint256",
287
+ },
288
+ ],
289
+ stateMutability: "view",
290
+ type: "function",
291
+ },
292
+ {
293
+ inputs: [
294
+ {
295
+ internalType: "address",
296
+ name: "_pool",
297
+ type: "address",
298
+ },
299
+ ],
300
+ name: "allowedSlippage",
301
+ outputs: [
302
+ {
303
+ internalType: "uint256",
304
+ name: "",
305
+ type: "uint256",
306
+ },
307
+ ],
308
+ stateMutability: "view",
309
+ type: "function",
310
+ },
311
+ {
312
+ inputs: [
313
+ {
314
+ internalType: "address",
315
+ name: "_pool",
316
+ type: "address",
317
+ },
318
+ ],
319
+ name: "allowedSwapDeviation",
320
+ outputs: [
321
+ {
322
+ internalType: "uint256",
323
+ name: "",
324
+ type: "uint256",
325
+ },
326
+ ],
327
+ stateMutability: "view",
328
+ type: "function",
329
+ },
330
+ {
331
+ inputs: [],
332
+ name: "chainlinkRegistry",
333
+ outputs: [
334
+ {
335
+ internalType: "contract FeedRegistryInterface",
336
+ name: "",
337
+ type: "address",
338
+ },
339
+ ],
340
+ stateMutability: "view",
341
+ type: "function",
342
+ },
343
+ {
344
+ inputs: [
345
+ {
346
+ internalType: "address",
347
+ name: "_pool",
348
+ type: "address",
349
+ },
350
+ {
351
+ internalType: "uint256",
352
+ name: "_allowedDeviation",
353
+ type: "uint256",
354
+ },
355
+ ],
356
+ name: "changeAllowedDeviation",
357
+ outputs: [],
358
+ stateMutability: "nonpayable",
359
+ type: "function",
360
+ },
361
+ {
362
+ inputs: [
363
+ {
364
+ internalType: "address",
365
+ name: "_pool",
366
+ type: "address",
367
+ },
368
+ {
369
+ internalType: "uint256",
370
+ name: "_allowedSlippage",
371
+ type: "uint256",
372
+ },
373
+ ],
374
+ name: "changeAllowedSlippage",
375
+ outputs: [],
376
+ stateMutability: "nonpayable",
377
+ type: "function",
378
+ },
379
+ {
380
+ inputs: [
381
+ {
382
+ internalType: "address",
383
+ name: "_pool",
384
+ type: "address",
385
+ },
386
+ {
387
+ internalType: "uint256",
388
+ name: "_allowedSwapDeviation",
389
+ type: "uint256",
390
+ },
391
+ ],
392
+ name: "changeAllowedSwapDeviation",
393
+ outputs: [],
394
+ stateMutability: "nonpayable",
395
+ type: "function",
396
+ },
397
+ {
398
+ inputs: [
399
+ {
400
+ internalType: "uint256",
401
+ name: "_allowedSlippage",
402
+ type: "uint256",
403
+ },
404
+ {
405
+ internalType: "uint256",
406
+ name: "_allowedDeviation",
407
+ type: "uint256",
408
+ },
409
+ {
410
+ internalType: "uint256",
411
+ name: "_allowedSwapDeviation",
412
+ type: "uint256",
413
+ },
414
+ ],
415
+ name: "changeDefaultValues",
416
+ outputs: [],
417
+ stateMutability: "nonpayable",
418
+ type: "function",
419
+ },
420
+ {
421
+ inputs: [
422
+ {
423
+ internalType: "uint256",
424
+ name: "_fee",
425
+ type: "uint256",
426
+ },
427
+ ],
428
+ name: "changeFeeForStrategyCreation",
429
+ outputs: [],
430
+ stateMutability: "nonpayable",
431
+ type: "function",
432
+ },
433
+ {
434
+ inputs: [
435
+ {
436
+ internalType: "address",
437
+ name: "_feeTo",
438
+ type: "address",
439
+ },
440
+ ],
441
+ name: "changeFeeTo",
442
+ outputs: [],
443
+ stateMutability: "nonpayable",
444
+ type: "function",
445
+ },
446
+ {
447
+ inputs: [
448
+ {
449
+ internalType: "address",
450
+ name: "_governance",
451
+ type: "address",
452
+ },
453
+ ],
454
+ name: "changeGovernance",
455
+ outputs: [],
456
+ stateMutability: "nonpayable",
457
+ type: "function",
458
+ },
459
+ {
460
+ inputs: [
461
+ {
462
+ internalType: "uint256",
463
+ name: "_fee",
464
+ type: "uint256",
465
+ },
466
+ ],
467
+ name: "changeMaxManagerPerformanceFeeRate",
468
+ outputs: [],
469
+ stateMutability: "nonpayable",
470
+ type: "function",
471
+ },
472
+ {
473
+ inputs: [
474
+ {
475
+ internalType: "uint256",
476
+ name: "_fee",
477
+ type: "uint256",
478
+ },
479
+ ],
480
+ name: "changeProtocolFeeRate",
481
+ outputs: [],
482
+ stateMutability: "nonpayable",
483
+ type: "function",
484
+ },
485
+ {
486
+ inputs: [
487
+ {
488
+ internalType: "address",
489
+ name: "pool",
490
+ type: "address",
491
+ },
492
+ {
493
+ internalType: "address",
494
+ name: "strategy",
495
+ type: "address",
496
+ },
497
+ {
498
+ internalType: "uint256",
499
+ name: "_feeRate",
500
+ type: "uint256",
501
+ },
502
+ ],
503
+ name: "changeProtocolPerformanceFeeRate",
504
+ outputs: [],
505
+ stateMutability: "nonpayable",
506
+ type: "function",
507
+ },
508
+ {
509
+ inputs: [
510
+ {
511
+ internalType: "address",
512
+ name: "_swapProxy",
513
+ type: "address",
514
+ },
515
+ ],
516
+ name: "changeSwapProxy",
517
+ outputs: [],
518
+ stateMutability: "nonpayable",
519
+ type: "function",
520
+ },
521
+ {
522
+ inputs: [
523
+ {
524
+ internalType: "address",
525
+ name: "_to",
526
+ type: "address",
527
+ },
528
+ ],
529
+ name: "claimFees",
530
+ outputs: [],
531
+ stateMutability: "nonpayable",
532
+ type: "function",
533
+ },
534
+ {
535
+ inputs: [
536
+ {
537
+ components: [
538
+ {
539
+ internalType: "address",
540
+ name: "operator",
541
+ type: "address",
542
+ },
543
+ {
544
+ internalType: "address",
545
+ name: "feeTo",
546
+ type: "address",
547
+ },
548
+ {
549
+ internalType: "uint256",
550
+ name: "managementFeeRate",
551
+ type: "uint256",
552
+ },
553
+ {
554
+ internalType: "uint256",
555
+ name: "performanceFeeRate",
556
+ type: "uint256",
557
+ },
558
+ {
559
+ internalType: "uint256",
560
+ name: "limit",
561
+ type: "uint256",
562
+ },
563
+ {
564
+ internalType: "contract IAlgebraPool",
565
+ name: "pool",
566
+ type: "address",
567
+ },
568
+ {
569
+ internalType: "bool[2]",
570
+ name: "usdAsBase",
571
+ type: "bool[2]",
572
+ },
573
+ {
574
+ components: [
575
+ {
576
+ internalType: "int24",
577
+ name: "tickLower",
578
+ type: "int24",
579
+ },
580
+ {
581
+ internalType: "int24",
582
+ name: "tickUpper",
583
+ type: "int24",
584
+ },
585
+ ],
586
+ internalType: "struct IStrategyBase.Tick[]",
587
+ name: "ticks",
588
+ type: "tuple[]",
589
+ },
590
+ ],
591
+ internalType: "struct IStrategyFactory.CreateStrategyParams",
592
+ name: "params",
593
+ type: "tuple",
594
+ },
595
+ ],
596
+ name: "createStrategy",
597
+ outputs: [],
598
+ stateMutability: "payable",
599
+ type: "function",
600
+ },
601
+ {
602
+ inputs: [],
603
+ name: "defaultAllowedDeviation",
604
+ outputs: [
605
+ {
606
+ internalType: "uint256",
607
+ name: "",
608
+ type: "uint256",
609
+ },
610
+ ],
611
+ stateMutability: "view",
612
+ type: "function",
613
+ },
614
+ {
615
+ inputs: [],
616
+ name: "defaultAllowedSlippage",
617
+ outputs: [
618
+ {
619
+ internalType: "uint256",
620
+ name: "",
621
+ type: "uint256",
622
+ },
623
+ ],
624
+ stateMutability: "view",
625
+ type: "function",
626
+ },
627
+ {
628
+ inputs: [],
629
+ name: "defaultAllowedSwapDeviation",
630
+ outputs: [
631
+ {
632
+ internalType: "uint256",
633
+ name: "",
634
+ type: "uint256",
635
+ },
636
+ ],
637
+ stateMutability: "view",
638
+ type: "function",
639
+ },
640
+ {
641
+ inputs: [],
642
+ name: "defaultProtocolPerformanceFeeRate",
643
+ outputs: [
644
+ {
645
+ internalType: "uint256",
646
+ name: "",
647
+ type: "uint256",
648
+ },
649
+ ],
650
+ stateMutability: "view",
651
+ type: "function",
652
+ },
653
+ {
654
+ inputs: [
655
+ {
656
+ internalType: "address",
657
+ name: "",
658
+ type: "address",
659
+ },
660
+ ],
661
+ name: "denied",
662
+ outputs: [
663
+ {
664
+ internalType: "bool",
665
+ name: "",
666
+ type: "bool",
667
+ },
668
+ ],
669
+ stateMutability: "view",
670
+ type: "function",
671
+ },
672
+ {
673
+ inputs: [
674
+ {
675
+ internalType: "address",
676
+ name: "_strategy",
677
+ type: "address",
678
+ },
679
+ {
680
+ internalType: "bool",
681
+ name: "_status",
682
+ type: "bool",
683
+ },
684
+ ],
685
+ name: "deny",
686
+ outputs: [],
687
+ stateMutability: "nonpayable",
688
+ type: "function",
689
+ },
690
+ {
691
+ inputs: [],
692
+ name: "deployerProxy",
693
+ outputs: [
694
+ {
695
+ internalType: "contract IDefiEdgeStrategyDeployer",
696
+ name: "",
697
+ type: "address",
698
+ },
699
+ ],
700
+ stateMutability: "view",
701
+ type: "function",
702
+ },
703
+ {
704
+ inputs: [],
705
+ name: "feeTo",
706
+ outputs: [
707
+ {
708
+ internalType: "address",
709
+ name: "",
710
+ type: "address",
711
+ },
712
+ ],
713
+ stateMutability: "view",
714
+ type: "function",
715
+ },
716
+ {
717
+ inputs: [],
718
+ name: "freezeEmergency",
719
+ outputs: [
720
+ {
721
+ internalType: "bool",
722
+ name: "",
723
+ type: "bool",
724
+ },
725
+ ],
726
+ stateMutability: "view",
727
+ type: "function",
728
+ },
729
+ {
730
+ inputs: [],
731
+ name: "freezeEmergencyFunctions",
732
+ outputs: [],
733
+ stateMutability: "nonpayable",
734
+ type: "function",
735
+ },
736
+ {
737
+ inputs: [
738
+ {
739
+ internalType: "address",
740
+ name: "_base",
741
+ type: "address",
742
+ },
743
+ {
744
+ internalType: "address",
745
+ name: "_quote",
746
+ type: "address",
747
+ },
748
+ ],
749
+ name: "getHeartBeat",
750
+ outputs: [
751
+ {
752
+ internalType: "uint256",
753
+ name: "",
754
+ type: "uint256",
755
+ },
756
+ ],
757
+ stateMutability: "view",
758
+ type: "function",
759
+ },
760
+ {
761
+ inputs: [
762
+ {
763
+ internalType: "address",
764
+ name: "pool",
765
+ type: "address",
766
+ },
767
+ {
768
+ internalType: "address",
769
+ name: "strategy",
770
+ type: "address",
771
+ },
772
+ ],
773
+ name: "getProtocolPerformanceFeeRate",
774
+ outputs: [
775
+ {
776
+ internalType: "uint256",
777
+ name: "_feeRate",
778
+ type: "uint256",
779
+ },
780
+ ],
781
+ stateMutability: "view",
782
+ type: "function",
783
+ },
784
+ {
785
+ inputs: [],
786
+ name: "governance",
787
+ outputs: [
788
+ {
789
+ internalType: "address",
790
+ name: "",
791
+ type: "address",
792
+ },
793
+ ],
794
+ stateMutability: "view",
795
+ type: "function",
796
+ },
797
+ {
798
+ inputs: [
799
+ {
800
+ internalType: "address",
801
+ name: "",
802
+ type: "address",
803
+ },
804
+ ],
805
+ name: "isValidStrategy",
806
+ outputs: [
807
+ {
808
+ internalType: "bool",
809
+ name: "",
810
+ type: "bool",
811
+ },
812
+ ],
813
+ stateMutability: "view",
814
+ type: "function",
815
+ },
816
+ {
817
+ inputs: [],
818
+ name: "maximumManagerPerformanceFeeRate",
819
+ outputs: [
820
+ {
821
+ internalType: "uint256",
822
+ name: "",
823
+ type: "uint256",
824
+ },
825
+ ],
826
+ stateMutability: "view",
827
+ type: "function",
828
+ },
829
+ {
830
+ inputs: [],
831
+ name: "pendingGovernance",
832
+ outputs: [
833
+ {
834
+ internalType: "address",
835
+ name: "",
836
+ type: "address",
837
+ },
838
+ ],
839
+ stateMutability: "view",
840
+ type: "function",
841
+ },
842
+ {
843
+ inputs: [],
844
+ name: "protocolFeeRate",
845
+ outputs: [
846
+ {
847
+ internalType: "uint256",
848
+ name: "",
849
+ type: "uint256",
850
+ },
851
+ ],
852
+ stateMutability: "view",
853
+ type: "function",
854
+ },
855
+ {
856
+ inputs: [
857
+ {
858
+ internalType: "address",
859
+ name: "",
860
+ type: "address",
861
+ },
862
+ ],
863
+ name: "protocolPerformanceFeeRateByPool",
864
+ outputs: [
865
+ {
866
+ internalType: "uint256",
867
+ name: "",
868
+ type: "uint256",
869
+ },
870
+ ],
871
+ stateMutability: "view",
872
+ type: "function",
873
+ },
874
+ {
875
+ inputs: [
876
+ {
877
+ internalType: "address",
878
+ name: "",
879
+ type: "address",
880
+ },
881
+ ],
882
+ name: "protocolPerformanceFeeRateByStrategy",
883
+ outputs: [
884
+ {
885
+ internalType: "uint256",
886
+ name: "",
887
+ type: "uint256",
888
+ },
889
+ ],
890
+ stateMutability: "view",
891
+ type: "function",
892
+ },
893
+ {
894
+ inputs: [
895
+ {
896
+ internalType: "address",
897
+ name: "_base",
898
+ type: "address",
899
+ },
900
+ {
901
+ internalType: "address",
902
+ name: "_quote",
903
+ type: "address",
904
+ },
905
+ {
906
+ internalType: "uint256",
907
+ name: "_period",
908
+ type: "uint256",
909
+ },
910
+ ],
911
+ name: "setMinHeartbeat",
912
+ outputs: [],
913
+ stateMutability: "nonpayable",
914
+ type: "function",
915
+ },
916
+ {
917
+ inputs: [
918
+ {
919
+ internalType: "uint256",
920
+ name: "",
921
+ type: "uint256",
922
+ },
923
+ ],
924
+ name: "strategyByIndex",
925
+ outputs: [
926
+ {
927
+ internalType: "address",
928
+ name: "",
929
+ type: "address",
930
+ },
931
+ ],
932
+ stateMutability: "view",
933
+ type: "function",
934
+ },
935
+ {
936
+ inputs: [
937
+ {
938
+ internalType: "address",
939
+ name: "",
940
+ type: "address",
941
+ },
942
+ ],
943
+ name: "strategyByManager",
944
+ outputs: [
945
+ {
946
+ internalType: "address",
947
+ name: "",
948
+ type: "address",
949
+ },
950
+ ],
951
+ stateMutability: "view",
952
+ type: "function",
953
+ },
954
+ {
955
+ inputs: [],
956
+ name: "strategyCreationFee",
957
+ outputs: [
958
+ {
959
+ internalType: "uint256",
960
+ name: "",
961
+ type: "uint256",
962
+ },
963
+ ],
964
+ stateMutability: "view",
965
+ type: "function",
966
+ },
967
+ {
968
+ inputs: [],
969
+ name: "swapProxy",
970
+ outputs: [
971
+ {
972
+ internalType: "address",
973
+ name: "",
974
+ type: "address",
975
+ },
976
+ ],
977
+ stateMutability: "view",
978
+ type: "function",
979
+ },
980
+ {
981
+ inputs: [],
982
+ name: "totalIndex",
983
+ outputs: [
984
+ {
985
+ internalType: "uint256",
986
+ name: "",
987
+ type: "uint256",
988
+ },
989
+ ],
990
+ stateMutability: "view",
991
+ type: "function",
992
+ },
993
+ ];
994
+ export class DefiEdgeAlgebraFactory__factory {
995
+ static abi = _abi;
996
+ static createInterface() {
997
+ return new utils.Interface(_abi);
998
+ }
999
+ static connect(address, signerOrProvider) {
1000
+ return new Contract(address, _abi, signerOrProvider);
1001
+ }
1002
+ }
1003
+ //# sourceMappingURL=DefiEdgeAlgebraFactory__factory.js.map