@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,902 @@
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 IUniswapV3Factory",
25
+ name: "_uniswapV3factory",
26
+ type: "address",
27
+ },
28
+ {
29
+ internalType: "contract IOneInchRouter",
30
+ name: "_oneInchRouter",
31
+ type: "address",
32
+ },
33
+ {
34
+ internalType: "uint256",
35
+ name: "_allowedSlippage",
36
+ type: "uint256",
37
+ },
38
+ {
39
+ internalType: "uint256",
40
+ name: "_allowedDeviation",
41
+ type: "uint256",
42
+ },
43
+ ],
44
+ stateMutability: "nonpayable",
45
+ type: "constructor",
46
+ },
47
+ {
48
+ anonymous: false,
49
+ inputs: [
50
+ {
51
+ indexed: false,
52
+ internalType: "address",
53
+ name: "pool",
54
+ type: "address",
55
+ },
56
+ {
57
+ indexed: false,
58
+ internalType: "uint256",
59
+ name: "value",
60
+ type: "uint256",
61
+ },
62
+ ],
63
+ name: "ChangeAllowedDeviation",
64
+ type: "event",
65
+ },
66
+ {
67
+ anonymous: false,
68
+ inputs: [
69
+ {
70
+ indexed: false,
71
+ internalType: "address",
72
+ name: "pool",
73
+ type: "address",
74
+ },
75
+ {
76
+ indexed: false,
77
+ internalType: "uint256",
78
+ name: "value",
79
+ type: "uint256",
80
+ },
81
+ ],
82
+ name: "ChangeAllowedSlippage",
83
+ type: "event",
84
+ },
85
+ {
86
+ anonymous: false,
87
+ inputs: [
88
+ {
89
+ indexed: false,
90
+ internalType: "address",
91
+ name: "pool",
92
+ type: "address",
93
+ },
94
+ {
95
+ indexed: false,
96
+ internalType: "uint256",
97
+ name: "value",
98
+ type: "uint256",
99
+ },
100
+ ],
101
+ name: "ChangeAllowedSwapDeviation",
102
+ type: "event",
103
+ },
104
+ {
105
+ anonymous: false,
106
+ inputs: [
107
+ {
108
+ indexed: false,
109
+ internalType: "uint256",
110
+ name: "fee",
111
+ type: "uint256",
112
+ },
113
+ ],
114
+ name: "ChangeProtocolFee",
115
+ type: "event",
116
+ },
117
+ {
118
+ anonymous: false,
119
+ inputs: [
120
+ {
121
+ indexed: false,
122
+ internalType: "uint256",
123
+ name: "fee",
124
+ type: "uint256",
125
+ },
126
+ ],
127
+ name: "ChangeProtocolPerformanceFee",
128
+ type: "event",
129
+ },
130
+ {
131
+ anonymous: false,
132
+ inputs: [
133
+ {
134
+ indexed: false,
135
+ internalType: "uint256",
136
+ name: "amount",
137
+ type: "uint256",
138
+ },
139
+ ],
140
+ name: "ChangeStrategyCreationFee",
141
+ type: "event",
142
+ },
143
+ {
144
+ anonymous: false,
145
+ inputs: [
146
+ {
147
+ indexed: false,
148
+ internalType: "address",
149
+ name: "to",
150
+ type: "address",
151
+ },
152
+ {
153
+ indexed: false,
154
+ internalType: "uint256",
155
+ name: "amount",
156
+ type: "uint256",
157
+ },
158
+ ],
159
+ name: "ClaimFees",
160
+ type: "event",
161
+ },
162
+ {
163
+ anonymous: false,
164
+ inputs: [],
165
+ name: "EmergencyFrozen",
166
+ type: "event",
167
+ },
168
+ {
169
+ anonymous: false,
170
+ inputs: [
171
+ {
172
+ indexed: true,
173
+ internalType: "address",
174
+ name: "strategy",
175
+ type: "address",
176
+ },
177
+ {
178
+ indexed: true,
179
+ internalType: "address",
180
+ name: "creater",
181
+ type: "address",
182
+ },
183
+ ],
184
+ name: "NewStrategy",
185
+ type: "event",
186
+ },
187
+ {
188
+ anonymous: false,
189
+ inputs: [
190
+ {
191
+ indexed: false,
192
+ internalType: "bool",
193
+ name: "status",
194
+ type: "bool",
195
+ },
196
+ ],
197
+ name: "StrategyStatusChanged",
198
+ type: "event",
199
+ },
200
+ {
201
+ inputs: [],
202
+ name: "MAX_DECIMAL",
203
+ outputs: [
204
+ {
205
+ internalType: "uint256",
206
+ name: "",
207
+ type: "uint256",
208
+ },
209
+ ],
210
+ stateMutability: "view",
211
+ type: "function",
212
+ },
213
+ {
214
+ inputs: [],
215
+ name: "MAX_PROTOCOL_PERFORMANCE_FEES_RATE",
216
+ outputs: [
217
+ {
218
+ internalType: "uint256",
219
+ name: "",
220
+ type: "uint256",
221
+ },
222
+ ],
223
+ stateMutability: "view",
224
+ type: "function",
225
+ },
226
+ {
227
+ inputs: [],
228
+ name: "acceptGovernance",
229
+ outputs: [],
230
+ stateMutability: "nonpayable",
231
+ type: "function",
232
+ },
233
+ {
234
+ inputs: [
235
+ {
236
+ internalType: "address",
237
+ name: "_caller",
238
+ type: "address",
239
+ },
240
+ {
241
+ internalType: "bool",
242
+ name: "_status",
243
+ type: "bool",
244
+ },
245
+ ],
246
+ name: "addOrRemoveOneInchCaller",
247
+ outputs: [],
248
+ stateMutability: "nonpayable",
249
+ type: "function",
250
+ },
251
+ {
252
+ inputs: [
253
+ {
254
+ internalType: "address",
255
+ name: "_pool",
256
+ type: "address",
257
+ },
258
+ ],
259
+ name: "allowedDeviation",
260
+ outputs: [
261
+ {
262
+ internalType: "uint256",
263
+ name: "",
264
+ type: "uint256",
265
+ },
266
+ ],
267
+ stateMutability: "view",
268
+ type: "function",
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: "address",
274
+ name: "_pool",
275
+ type: "address",
276
+ },
277
+ ],
278
+ name: "allowedSlippage",
279
+ outputs: [
280
+ {
281
+ internalType: "uint256",
282
+ name: "",
283
+ type: "uint256",
284
+ },
285
+ ],
286
+ stateMutability: "view",
287
+ type: "function",
288
+ },
289
+ {
290
+ inputs: [
291
+ {
292
+ internalType: "address",
293
+ name: "_pool",
294
+ type: "address",
295
+ },
296
+ ],
297
+ name: "allowedSwapDeviation",
298
+ outputs: [
299
+ {
300
+ internalType: "uint256",
301
+ name: "",
302
+ type: "uint256",
303
+ },
304
+ ],
305
+ stateMutability: "view",
306
+ type: "function",
307
+ },
308
+ {
309
+ inputs: [],
310
+ name: "chainlinkRegistry",
311
+ outputs: [
312
+ {
313
+ internalType: "contract FeedRegistryInterface",
314
+ name: "",
315
+ type: "address",
316
+ },
317
+ ],
318
+ stateMutability: "view",
319
+ type: "function",
320
+ },
321
+ {
322
+ inputs: [
323
+ {
324
+ internalType: "address",
325
+ name: "_pool",
326
+ type: "address",
327
+ },
328
+ {
329
+ internalType: "uint256",
330
+ name: "_allowedDeviation",
331
+ type: "uint256",
332
+ },
333
+ ],
334
+ name: "changeAllowedDeviation",
335
+ outputs: [],
336
+ stateMutability: "nonpayable",
337
+ type: "function",
338
+ },
339
+ {
340
+ inputs: [
341
+ {
342
+ internalType: "address",
343
+ name: "_pool",
344
+ type: "address",
345
+ },
346
+ {
347
+ internalType: "uint256",
348
+ name: "_allowedSlippage",
349
+ type: "uint256",
350
+ },
351
+ ],
352
+ name: "changeAllowedSlippage",
353
+ outputs: [],
354
+ stateMutability: "nonpayable",
355
+ type: "function",
356
+ },
357
+ {
358
+ inputs: [
359
+ {
360
+ internalType: "address",
361
+ name: "_pool",
362
+ type: "address",
363
+ },
364
+ {
365
+ internalType: "uint256",
366
+ name: "_allowedSwapDeviation",
367
+ type: "uint256",
368
+ },
369
+ ],
370
+ name: "changeAllowedSwapDeviation",
371
+ outputs: [],
372
+ stateMutability: "nonpayable",
373
+ type: "function",
374
+ },
375
+ {
376
+ inputs: [
377
+ {
378
+ internalType: "uint256",
379
+ name: "_allowedSlippage",
380
+ type: "uint256",
381
+ },
382
+ {
383
+ internalType: "uint256",
384
+ name: "_allowedDeviation",
385
+ type: "uint256",
386
+ },
387
+ {
388
+ internalType: "uint256",
389
+ name: "_allowedSwapDeviation",
390
+ type: "uint256",
391
+ },
392
+ ],
393
+ name: "changeDefaultValues",
394
+ outputs: [],
395
+ stateMutability: "nonpayable",
396
+ type: "function",
397
+ },
398
+ {
399
+ inputs: [
400
+ {
401
+ internalType: "uint256",
402
+ name: "_fee",
403
+ type: "uint256",
404
+ },
405
+ ],
406
+ name: "changeFeeForStrategyCreation",
407
+ outputs: [],
408
+ stateMutability: "nonpayable",
409
+ type: "function",
410
+ },
411
+ {
412
+ inputs: [
413
+ {
414
+ internalType: "address",
415
+ name: "_feeTo",
416
+ type: "address",
417
+ },
418
+ ],
419
+ name: "changeFeeTo",
420
+ outputs: [],
421
+ stateMutability: "nonpayable",
422
+ type: "function",
423
+ },
424
+ {
425
+ inputs: [
426
+ {
427
+ internalType: "address",
428
+ name: "_governance",
429
+ type: "address",
430
+ },
431
+ ],
432
+ name: "changeGovernance",
433
+ outputs: [],
434
+ stateMutability: "nonpayable",
435
+ type: "function",
436
+ },
437
+ {
438
+ inputs: [
439
+ {
440
+ internalType: "uint256",
441
+ name: "_fee",
442
+ type: "uint256",
443
+ },
444
+ ],
445
+ name: "changeProtocolFeeRate",
446
+ outputs: [],
447
+ stateMutability: "nonpayable",
448
+ type: "function",
449
+ },
450
+ {
451
+ inputs: [
452
+ {
453
+ internalType: "uint256",
454
+ name: "_feeRate",
455
+ type: "uint256",
456
+ },
457
+ ],
458
+ name: "changeProtocolPerformanceFeeRate",
459
+ outputs: [],
460
+ stateMutability: "nonpayable",
461
+ type: "function",
462
+ },
463
+ {
464
+ inputs: [
465
+ {
466
+ internalType: "address",
467
+ name: "_to",
468
+ type: "address",
469
+ },
470
+ ],
471
+ name: "claimFees",
472
+ outputs: [],
473
+ stateMutability: "nonpayable",
474
+ type: "function",
475
+ },
476
+ {
477
+ inputs: [
478
+ {
479
+ components: [
480
+ {
481
+ internalType: "address",
482
+ name: "operator",
483
+ type: "address",
484
+ },
485
+ {
486
+ internalType: "address",
487
+ name: "feeTo",
488
+ type: "address",
489
+ },
490
+ {
491
+ internalType: "uint256",
492
+ name: "managementFeeRate",
493
+ type: "uint256",
494
+ },
495
+ {
496
+ internalType: "uint256",
497
+ name: "performanceFeeRate",
498
+ type: "uint256",
499
+ },
500
+ {
501
+ internalType: "uint256",
502
+ name: "limit",
503
+ type: "uint256",
504
+ },
505
+ {
506
+ internalType: "contract IUniswapV3Pool",
507
+ name: "pool",
508
+ type: "address",
509
+ },
510
+ {
511
+ internalType: "bool[2]",
512
+ name: "usdAsBase",
513
+ type: "bool[2]",
514
+ },
515
+ {
516
+ components: [
517
+ {
518
+ internalType: "int24",
519
+ name: "tickLower",
520
+ type: "int24",
521
+ },
522
+ {
523
+ internalType: "int24",
524
+ name: "tickUpper",
525
+ type: "int24",
526
+ },
527
+ ],
528
+ internalType: "struct IStrategyBase.Tick[]",
529
+ name: "ticks",
530
+ type: "tuple[]",
531
+ },
532
+ ],
533
+ internalType: "struct IStrategyFactory.CreateStrategyParams",
534
+ name: "params",
535
+ type: "tuple",
536
+ },
537
+ ],
538
+ name: "createStrategy",
539
+ outputs: [],
540
+ stateMutability: "payable",
541
+ type: "function",
542
+ },
543
+ {
544
+ inputs: [],
545
+ name: "defaultAllowedDeviation",
546
+ outputs: [
547
+ {
548
+ internalType: "uint256",
549
+ name: "",
550
+ type: "uint256",
551
+ },
552
+ ],
553
+ stateMutability: "view",
554
+ type: "function",
555
+ },
556
+ {
557
+ inputs: [],
558
+ name: "defaultAllowedSlippage",
559
+ outputs: [
560
+ {
561
+ internalType: "uint256",
562
+ name: "",
563
+ type: "uint256",
564
+ },
565
+ ],
566
+ stateMutability: "view",
567
+ type: "function",
568
+ },
569
+ {
570
+ inputs: [],
571
+ name: "defaultAllowedSwapDeviation",
572
+ outputs: [
573
+ {
574
+ internalType: "uint256",
575
+ name: "",
576
+ type: "uint256",
577
+ },
578
+ ],
579
+ stateMutability: "view",
580
+ type: "function",
581
+ },
582
+ {
583
+ inputs: [
584
+ {
585
+ internalType: "address",
586
+ name: "",
587
+ type: "address",
588
+ },
589
+ ],
590
+ name: "denied",
591
+ outputs: [
592
+ {
593
+ internalType: "bool",
594
+ name: "",
595
+ type: "bool",
596
+ },
597
+ ],
598
+ stateMutability: "view",
599
+ type: "function",
600
+ },
601
+ {
602
+ inputs: [
603
+ {
604
+ internalType: "address",
605
+ name: "_strategy",
606
+ type: "address",
607
+ },
608
+ {
609
+ internalType: "bool",
610
+ name: "_status",
611
+ type: "bool",
612
+ },
613
+ ],
614
+ name: "deny",
615
+ outputs: [],
616
+ stateMutability: "nonpayable",
617
+ type: "function",
618
+ },
619
+ {
620
+ inputs: [],
621
+ name: "deployerProxy",
622
+ outputs: [
623
+ {
624
+ internalType: "contract IDefiEdgeStrategyDeployer",
625
+ name: "",
626
+ type: "address",
627
+ },
628
+ ],
629
+ stateMutability: "view",
630
+ type: "function",
631
+ },
632
+ {
633
+ inputs: [],
634
+ name: "feeTo",
635
+ outputs: [
636
+ {
637
+ internalType: "address",
638
+ name: "",
639
+ type: "address",
640
+ },
641
+ ],
642
+ stateMutability: "view",
643
+ type: "function",
644
+ },
645
+ {
646
+ inputs: [],
647
+ name: "freezeEmergency",
648
+ outputs: [
649
+ {
650
+ internalType: "bool",
651
+ name: "",
652
+ type: "bool",
653
+ },
654
+ ],
655
+ stateMutability: "view",
656
+ type: "function",
657
+ },
658
+ {
659
+ inputs: [],
660
+ name: "freezeEmergencyFunctions",
661
+ outputs: [],
662
+ stateMutability: "nonpayable",
663
+ type: "function",
664
+ },
665
+ {
666
+ inputs: [
667
+ {
668
+ internalType: "address",
669
+ name: "_base",
670
+ type: "address",
671
+ },
672
+ {
673
+ internalType: "address",
674
+ name: "_quote",
675
+ type: "address",
676
+ },
677
+ ],
678
+ name: "getHeartBeat",
679
+ outputs: [
680
+ {
681
+ internalType: "uint256",
682
+ name: "",
683
+ type: "uint256",
684
+ },
685
+ ],
686
+ stateMutability: "view",
687
+ type: "function",
688
+ },
689
+ {
690
+ inputs: [],
691
+ name: "governance",
692
+ outputs: [
693
+ {
694
+ internalType: "address",
695
+ name: "",
696
+ type: "address",
697
+ },
698
+ ],
699
+ stateMutability: "view",
700
+ type: "function",
701
+ },
702
+ {
703
+ inputs: [
704
+ {
705
+ internalType: "address",
706
+ name: "",
707
+ type: "address",
708
+ },
709
+ ],
710
+ name: "isAllowedOneInchCaller",
711
+ outputs: [
712
+ {
713
+ internalType: "bool",
714
+ name: "",
715
+ type: "bool",
716
+ },
717
+ ],
718
+ stateMutability: "view",
719
+ type: "function",
720
+ },
721
+ {
722
+ inputs: [
723
+ {
724
+ internalType: "address",
725
+ name: "",
726
+ type: "address",
727
+ },
728
+ ],
729
+ name: "isValidStrategy",
730
+ outputs: [
731
+ {
732
+ internalType: "bool",
733
+ name: "",
734
+ type: "bool",
735
+ },
736
+ ],
737
+ stateMutability: "view",
738
+ type: "function",
739
+ },
740
+ {
741
+ inputs: [],
742
+ name: "oneInchRouter",
743
+ outputs: [
744
+ {
745
+ internalType: "contract IOneInchRouter",
746
+ name: "",
747
+ type: "address",
748
+ },
749
+ ],
750
+ stateMutability: "view",
751
+ type: "function",
752
+ },
753
+ {
754
+ inputs: [],
755
+ name: "pendingGovernance",
756
+ outputs: [
757
+ {
758
+ internalType: "address",
759
+ name: "",
760
+ type: "address",
761
+ },
762
+ ],
763
+ stateMutability: "view",
764
+ type: "function",
765
+ },
766
+ {
767
+ inputs: [],
768
+ name: "protocolFeeRate",
769
+ outputs: [
770
+ {
771
+ internalType: "uint256",
772
+ name: "",
773
+ type: "uint256",
774
+ },
775
+ ],
776
+ stateMutability: "view",
777
+ type: "function",
778
+ },
779
+ {
780
+ inputs: [],
781
+ name: "protocolPerformanceFeeRate",
782
+ outputs: [
783
+ {
784
+ internalType: "uint256",
785
+ name: "",
786
+ type: "uint256",
787
+ },
788
+ ],
789
+ stateMutability: "view",
790
+ type: "function",
791
+ },
792
+ {
793
+ inputs: [
794
+ {
795
+ internalType: "address",
796
+ name: "_base",
797
+ type: "address",
798
+ },
799
+ {
800
+ internalType: "address",
801
+ name: "_quote",
802
+ type: "address",
803
+ },
804
+ {
805
+ internalType: "uint256",
806
+ name: "_period",
807
+ type: "uint256",
808
+ },
809
+ ],
810
+ name: "setMinHeartbeat",
811
+ outputs: [],
812
+ stateMutability: "nonpayable",
813
+ type: "function",
814
+ },
815
+ {
816
+ inputs: [
817
+ {
818
+ internalType: "uint256",
819
+ name: "",
820
+ type: "uint256",
821
+ },
822
+ ],
823
+ name: "strategyByIndex",
824
+ outputs: [
825
+ {
826
+ internalType: "address",
827
+ name: "",
828
+ type: "address",
829
+ },
830
+ ],
831
+ stateMutability: "view",
832
+ type: "function",
833
+ },
834
+ {
835
+ inputs: [
836
+ {
837
+ internalType: "address",
838
+ name: "",
839
+ type: "address",
840
+ },
841
+ ],
842
+ name: "strategyByManager",
843
+ outputs: [
844
+ {
845
+ internalType: "address",
846
+ name: "",
847
+ type: "address",
848
+ },
849
+ ],
850
+ stateMutability: "view",
851
+ type: "function",
852
+ },
853
+ {
854
+ inputs: [],
855
+ name: "strategyCreationFee",
856
+ outputs: [
857
+ {
858
+ internalType: "uint256",
859
+ name: "",
860
+ type: "uint256",
861
+ },
862
+ ],
863
+ stateMutability: "view",
864
+ type: "function",
865
+ },
866
+ {
867
+ inputs: [],
868
+ name: "totalIndex",
869
+ outputs: [
870
+ {
871
+ internalType: "uint256",
872
+ name: "",
873
+ type: "uint256",
874
+ },
875
+ ],
876
+ stateMutability: "view",
877
+ type: "function",
878
+ },
879
+ {
880
+ inputs: [],
881
+ name: "uniswapV3Factory",
882
+ outputs: [
883
+ {
884
+ internalType: "contract IUniswapV3Factory",
885
+ name: "",
886
+ type: "address",
887
+ },
888
+ ],
889
+ stateMutability: "view",
890
+ type: "function",
891
+ },
892
+ ];
893
+ export class DefiEdgeFactory__factory {
894
+ static abi = _abi;
895
+ static createInterface() {
896
+ return new utils.Interface(_abi);
897
+ }
898
+ static connect(address, signerOrProvider) {
899
+ return new Contract(address, _abi, signerOrProvider);
900
+ }
901
+ }
902
+ //# sourceMappingURL=DefiEdgeFactory__factory.js.map