@merkl/contracts 1.2.34 → 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,841 @@
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: "_rewardToken",
11
+ type: "address",
12
+ },
13
+ {
14
+ internalType: "address",
15
+ name: "",
16
+ type: "address",
17
+ },
18
+ {
19
+ internalType: "address",
20
+ name: "_token",
21
+ type: "address",
22
+ },
23
+ {
24
+ internalType: "address",
25
+ name: "_distribution",
26
+ type: "address",
27
+ },
28
+ {
29
+ internalType: "address",
30
+ name: "_internal_bribe",
31
+ type: "address",
32
+ },
33
+ {
34
+ internalType: "address",
35
+ name: "_external_bribe",
36
+ type: "address",
37
+ },
38
+ {
39
+ internalType: "address",
40
+ name: "_feeVault",
41
+ type: "address",
42
+ },
43
+ {
44
+ internalType: "address",
45
+ name: "_feeVault2",
46
+ type: "address",
47
+ },
48
+ ],
49
+ stateMutability: "nonpayable",
50
+ type: "constructor",
51
+ },
52
+ {
53
+ anonymous: false,
54
+ inputs: [
55
+ {
56
+ indexed: true,
57
+ internalType: "address",
58
+ name: "from",
59
+ type: "address",
60
+ },
61
+ {
62
+ indexed: false,
63
+ internalType: "uint256",
64
+ name: "claimed0",
65
+ type: "uint256",
66
+ },
67
+ {
68
+ indexed: false,
69
+ internalType: "uint256",
70
+ name: "claimed1",
71
+ type: "uint256",
72
+ },
73
+ ],
74
+ name: "ClaimFees",
75
+ type: "event",
76
+ },
77
+ {
78
+ anonymous: false,
79
+ inputs: [
80
+ {
81
+ indexed: true,
82
+ internalType: "address",
83
+ name: "user",
84
+ type: "address",
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "uint256",
89
+ name: "amount",
90
+ type: "uint256",
91
+ },
92
+ ],
93
+ name: "Deposit",
94
+ type: "event",
95
+ },
96
+ {
97
+ anonymous: false,
98
+ inputs: [
99
+ {
100
+ indexed: true,
101
+ internalType: "address",
102
+ name: "user",
103
+ type: "address",
104
+ },
105
+ {
106
+ indexed: false,
107
+ internalType: "uint256",
108
+ name: "reward",
109
+ type: "uint256",
110
+ },
111
+ ],
112
+ name: "Harvest",
113
+ type: "event",
114
+ },
115
+ {
116
+ anonymous: false,
117
+ inputs: [
118
+ {
119
+ indexed: true,
120
+ internalType: "address",
121
+ name: "previousOwner",
122
+ type: "address",
123
+ },
124
+ {
125
+ indexed: true,
126
+ internalType: "address",
127
+ name: "newOwner",
128
+ type: "address",
129
+ },
130
+ ],
131
+ name: "OwnershipTransferred",
132
+ type: "event",
133
+ },
134
+ {
135
+ anonymous: false,
136
+ inputs: [
137
+ {
138
+ indexed: false,
139
+ internalType: "uint256",
140
+ name: "reward",
141
+ type: "uint256",
142
+ },
143
+ ],
144
+ name: "RewardAdded",
145
+ type: "event",
146
+ },
147
+ {
148
+ anonymous: false,
149
+ inputs: [
150
+ {
151
+ indexed: true,
152
+ internalType: "address",
153
+ name: "user",
154
+ type: "address",
155
+ },
156
+ {
157
+ indexed: false,
158
+ internalType: "uint256",
159
+ name: "amount",
160
+ type: "uint256",
161
+ },
162
+ ],
163
+ name: "Withdraw",
164
+ type: "event",
165
+ },
166
+ {
167
+ inputs: [],
168
+ name: "DISTRIBUTION",
169
+ outputs: [
170
+ {
171
+ internalType: "address",
172
+ name: "",
173
+ type: "address",
174
+ },
175
+ ],
176
+ stateMutability: "view",
177
+ type: "function",
178
+ },
179
+ {
180
+ inputs: [],
181
+ name: "DURATION",
182
+ outputs: [
183
+ {
184
+ internalType: "uint256",
185
+ name: "",
186
+ type: "uint256",
187
+ },
188
+ ],
189
+ stateMutability: "view",
190
+ type: "function",
191
+ },
192
+ {
193
+ inputs: [],
194
+ name: "TOKEN",
195
+ outputs: [
196
+ {
197
+ internalType: "contract IERC20",
198
+ name: "",
199
+ type: "address",
200
+ },
201
+ ],
202
+ stateMutability: "view",
203
+ type: "function",
204
+ },
205
+ {
206
+ inputs: [],
207
+ name: "TOKEN_WITHDRAWER",
208
+ outputs: [
209
+ {
210
+ internalType: "address",
211
+ name: "",
212
+ type: "address",
213
+ },
214
+ ],
215
+ stateMutability: "view",
216
+ type: "function",
217
+ },
218
+ {
219
+ inputs: [
220
+ {
221
+ internalType: "address",
222
+ name: "",
223
+ type: "address",
224
+ },
225
+ ],
226
+ name: "_balances",
227
+ outputs: [
228
+ {
229
+ internalType: "uint256",
230
+ name: "",
231
+ type: "uint256",
232
+ },
233
+ ],
234
+ stateMutability: "view",
235
+ type: "function",
236
+ },
237
+ {
238
+ inputs: [],
239
+ name: "_periodFinish",
240
+ outputs: [
241
+ {
242
+ internalType: "uint256",
243
+ name: "",
244
+ type: "uint256",
245
+ },
246
+ ],
247
+ stateMutability: "view",
248
+ type: "function",
249
+ },
250
+ {
251
+ inputs: [],
252
+ name: "_totalSupply",
253
+ outputs: [
254
+ {
255
+ internalType: "uint256",
256
+ name: "",
257
+ type: "uint256",
258
+ },
259
+ ],
260
+ stateMutability: "view",
261
+ type: "function",
262
+ },
263
+ {
264
+ inputs: [],
265
+ name: "activateEmergencyMode",
266
+ outputs: [],
267
+ stateMutability: "nonpayable",
268
+ type: "function",
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: "address",
274
+ name: "account",
275
+ type: "address",
276
+ },
277
+ ],
278
+ name: "balanceOf",
279
+ outputs: [
280
+ {
281
+ internalType: "uint256",
282
+ name: "",
283
+ type: "uint256",
284
+ },
285
+ ],
286
+ stateMutability: "view",
287
+ type: "function",
288
+ },
289
+ {
290
+ inputs: [],
291
+ name: "claimFees",
292
+ outputs: [
293
+ {
294
+ internalType: "uint256",
295
+ name: "claimed0",
296
+ type: "uint256",
297
+ },
298
+ {
299
+ internalType: "uint256",
300
+ name: "claimed1",
301
+ type: "uint256",
302
+ },
303
+ ],
304
+ stateMutability: "nonpayable",
305
+ type: "function",
306
+ },
307
+ {
308
+ inputs: [
309
+ {
310
+ internalType: "uint256",
311
+ name: "amount",
312
+ type: "uint256",
313
+ },
314
+ ],
315
+ name: "deposit",
316
+ outputs: [],
317
+ stateMutability: "nonpayable",
318
+ type: "function",
319
+ },
320
+ {
321
+ inputs: [],
322
+ name: "depositAll",
323
+ outputs: [],
324
+ stateMutability: "nonpayable",
325
+ type: "function",
326
+ },
327
+ {
328
+ inputs: [
329
+ {
330
+ internalType: "address",
331
+ name: "account",
332
+ type: "address",
333
+ },
334
+ ],
335
+ name: "earned",
336
+ outputs: [
337
+ {
338
+ internalType: "uint256",
339
+ name: "",
340
+ type: "uint256",
341
+ },
342
+ ],
343
+ stateMutability: "view",
344
+ type: "function",
345
+ },
346
+ {
347
+ inputs: [],
348
+ name: "emergency",
349
+ outputs: [
350
+ {
351
+ internalType: "bool",
352
+ name: "",
353
+ type: "bool",
354
+ },
355
+ ],
356
+ stateMutability: "view",
357
+ type: "function",
358
+ },
359
+ {
360
+ inputs: [],
361
+ name: "emergencyWithdraw",
362
+ outputs: [],
363
+ stateMutability: "nonpayable",
364
+ type: "function",
365
+ },
366
+ {
367
+ inputs: [
368
+ {
369
+ internalType: "uint256",
370
+ name: "_amount",
371
+ type: "uint256",
372
+ },
373
+ ],
374
+ name: "emergencyWithdrawAmount",
375
+ outputs: [],
376
+ stateMutability: "nonpayable",
377
+ type: "function",
378
+ },
379
+ {
380
+ inputs: [],
381
+ name: "external_bribe",
382
+ outputs: [
383
+ {
384
+ internalType: "address",
385
+ name: "",
386
+ type: "address",
387
+ },
388
+ ],
389
+ stateMutability: "view",
390
+ type: "function",
391
+ },
392
+ {
393
+ inputs: [],
394
+ name: "feeVault",
395
+ outputs: [
396
+ {
397
+ internalType: "address",
398
+ name: "",
399
+ type: "address",
400
+ },
401
+ ],
402
+ stateMutability: "view",
403
+ type: "function",
404
+ },
405
+ {
406
+ inputs: [],
407
+ name: "feeVault2",
408
+ outputs: [
409
+ {
410
+ internalType: "address",
411
+ name: "",
412
+ type: "address",
413
+ },
414
+ ],
415
+ stateMutability: "view",
416
+ type: "function",
417
+ },
418
+ {
419
+ inputs: [],
420
+ name: "fees0",
421
+ outputs: [
422
+ {
423
+ internalType: "uint256",
424
+ name: "",
425
+ type: "uint256",
426
+ },
427
+ ],
428
+ stateMutability: "view",
429
+ type: "function",
430
+ },
431
+ {
432
+ inputs: [],
433
+ name: "fees1",
434
+ outputs: [
435
+ {
436
+ internalType: "uint256",
437
+ name: "",
438
+ type: "uint256",
439
+ },
440
+ ],
441
+ stateMutability: "view",
442
+ type: "function",
443
+ },
444
+ {
445
+ inputs: [],
446
+ name: "gaugeRewarder",
447
+ outputs: [
448
+ {
449
+ internalType: "address",
450
+ name: "",
451
+ type: "address",
452
+ },
453
+ ],
454
+ stateMutability: "view",
455
+ type: "function",
456
+ },
457
+ {
458
+ inputs: [],
459
+ name: "getReward",
460
+ outputs: [],
461
+ stateMutability: "nonpayable",
462
+ type: "function",
463
+ },
464
+ {
465
+ inputs: [
466
+ {
467
+ internalType: "address",
468
+ name: "_user",
469
+ type: "address",
470
+ },
471
+ ],
472
+ name: "getReward",
473
+ outputs: [],
474
+ stateMutability: "nonpayable",
475
+ type: "function",
476
+ },
477
+ {
478
+ inputs: [],
479
+ name: "internal_bribe",
480
+ outputs: [
481
+ {
482
+ internalType: "address",
483
+ name: "",
484
+ type: "address",
485
+ },
486
+ ],
487
+ stateMutability: "view",
488
+ type: "function",
489
+ },
490
+ {
491
+ inputs: [],
492
+ name: "lastTimeRewardApplicable",
493
+ outputs: [
494
+ {
495
+ internalType: "uint256",
496
+ name: "",
497
+ type: "uint256",
498
+ },
499
+ ],
500
+ stateMutability: "view",
501
+ type: "function",
502
+ },
503
+ {
504
+ inputs: [],
505
+ name: "lastUpdateTime",
506
+ outputs: [
507
+ {
508
+ internalType: "uint256",
509
+ name: "",
510
+ type: "uint256",
511
+ },
512
+ ],
513
+ stateMutability: "view",
514
+ type: "function",
515
+ },
516
+ {
517
+ inputs: [
518
+ {
519
+ internalType: "address",
520
+ name: "token",
521
+ type: "address",
522
+ },
523
+ {
524
+ internalType: "uint256",
525
+ name: "reward",
526
+ type: "uint256",
527
+ },
528
+ ],
529
+ name: "notifyRewardAmount",
530
+ outputs: [],
531
+ stateMutability: "nonpayable",
532
+ type: "function",
533
+ },
534
+ {
535
+ inputs: [],
536
+ name: "owner",
537
+ outputs: [
538
+ {
539
+ internalType: "address",
540
+ name: "",
541
+ type: "address",
542
+ },
543
+ ],
544
+ stateMutability: "view",
545
+ type: "function",
546
+ },
547
+ {
548
+ inputs: [],
549
+ name: "periodFinish",
550
+ outputs: [
551
+ {
552
+ internalType: "uint256",
553
+ name: "",
554
+ type: "uint256",
555
+ },
556
+ ],
557
+ stateMutability: "view",
558
+ type: "function",
559
+ },
560
+ {
561
+ inputs: [],
562
+ name: "renounceOwnership",
563
+ outputs: [],
564
+ stateMutability: "nonpayable",
565
+ type: "function",
566
+ },
567
+ {
568
+ inputs: [],
569
+ name: "rewardForDuration",
570
+ outputs: [
571
+ {
572
+ internalType: "uint256",
573
+ name: "",
574
+ type: "uint256",
575
+ },
576
+ ],
577
+ stateMutability: "view",
578
+ type: "function",
579
+ },
580
+ {
581
+ inputs: [],
582
+ name: "rewardPerToken",
583
+ outputs: [
584
+ {
585
+ internalType: "uint256",
586
+ name: "",
587
+ type: "uint256",
588
+ },
589
+ ],
590
+ stateMutability: "view",
591
+ type: "function",
592
+ },
593
+ {
594
+ inputs: [],
595
+ name: "rewardPerTokenStored",
596
+ outputs: [
597
+ {
598
+ internalType: "uint256",
599
+ name: "",
600
+ type: "uint256",
601
+ },
602
+ ],
603
+ stateMutability: "view",
604
+ type: "function",
605
+ },
606
+ {
607
+ inputs: [],
608
+ name: "rewardRate",
609
+ outputs: [
610
+ {
611
+ internalType: "uint256",
612
+ name: "",
613
+ type: "uint256",
614
+ },
615
+ ],
616
+ stateMutability: "view",
617
+ type: "function",
618
+ },
619
+ {
620
+ inputs: [],
621
+ name: "rewardToken",
622
+ outputs: [
623
+ {
624
+ internalType: "contract IERC20",
625
+ name: "",
626
+ type: "address",
627
+ },
628
+ ],
629
+ stateMutability: "view",
630
+ type: "function",
631
+ },
632
+ {
633
+ inputs: [],
634
+ name: "rewarderPid",
635
+ outputs: [
636
+ {
637
+ internalType: "uint256",
638
+ name: "",
639
+ type: "uint256",
640
+ },
641
+ ],
642
+ stateMutability: "view",
643
+ type: "function",
644
+ },
645
+ {
646
+ inputs: [
647
+ {
648
+ internalType: "address",
649
+ name: "",
650
+ type: "address",
651
+ },
652
+ ],
653
+ name: "rewards",
654
+ outputs: [
655
+ {
656
+ internalType: "uint256",
657
+ name: "",
658
+ type: "uint256",
659
+ },
660
+ ],
661
+ stateMutability: "view",
662
+ type: "function",
663
+ },
664
+ {
665
+ inputs: [
666
+ {
667
+ internalType: "address",
668
+ name: "_distribution",
669
+ type: "address",
670
+ },
671
+ ],
672
+ name: "setDistribution",
673
+ outputs: [],
674
+ stateMutability: "nonpayable",
675
+ type: "function",
676
+ },
677
+ {
678
+ inputs: [
679
+ {
680
+ internalType: "address",
681
+ name: "_feeVault",
682
+ type: "address",
683
+ },
684
+ {
685
+ internalType: "address",
686
+ name: "_feeVault2",
687
+ type: "address",
688
+ },
689
+ ],
690
+ name: "setFeeVaults",
691
+ outputs: [],
692
+ stateMutability: "nonpayable",
693
+ type: "function",
694
+ },
695
+ {
696
+ inputs: [
697
+ {
698
+ internalType: "address",
699
+ name: "_gaugeRewarder",
700
+ type: "address",
701
+ },
702
+ ],
703
+ name: "setGaugeRewarder",
704
+ outputs: [],
705
+ stateMutability: "nonpayable",
706
+ type: "function",
707
+ },
708
+ {
709
+ inputs: [
710
+ {
711
+ internalType: "address",
712
+ name: "_int",
713
+ type: "address",
714
+ },
715
+ ],
716
+ name: "setInternalBribe",
717
+ outputs: [],
718
+ stateMutability: "nonpayable",
719
+ type: "function",
720
+ },
721
+ {
722
+ inputs: [
723
+ {
724
+ internalType: "uint256",
725
+ name: "_pid",
726
+ type: "uint256",
727
+ },
728
+ ],
729
+ name: "setRewarderPid",
730
+ outputs: [],
731
+ stateMutability: "nonpayable",
732
+ type: "function",
733
+ },
734
+ {
735
+ inputs: [],
736
+ name: "stopEmergencyMode",
737
+ outputs: [],
738
+ stateMutability: "nonpayable",
739
+ type: "function",
740
+ },
741
+ {
742
+ inputs: [],
743
+ name: "totalSupply",
744
+ outputs: [
745
+ {
746
+ internalType: "uint256",
747
+ name: "",
748
+ type: "uint256",
749
+ },
750
+ ],
751
+ stateMutability: "view",
752
+ type: "function",
753
+ },
754
+ {
755
+ inputs: [
756
+ {
757
+ internalType: "address",
758
+ name: "newOwner",
759
+ type: "address",
760
+ },
761
+ ],
762
+ name: "transferOwnership",
763
+ outputs: [],
764
+ stateMutability: "nonpayable",
765
+ type: "function",
766
+ },
767
+ {
768
+ inputs: [
769
+ {
770
+ internalType: "address",
771
+ name: "",
772
+ type: "address",
773
+ },
774
+ ],
775
+ name: "userRewardPerTokenPaid",
776
+ outputs: [
777
+ {
778
+ internalType: "uint256",
779
+ name: "",
780
+ type: "uint256",
781
+ },
782
+ ],
783
+ stateMutability: "view",
784
+ type: "function",
785
+ },
786
+ {
787
+ inputs: [
788
+ {
789
+ internalType: "uint256",
790
+ name: "amount",
791
+ type: "uint256",
792
+ },
793
+ ],
794
+ name: "withdraw",
795
+ outputs: [],
796
+ stateMutability: "nonpayable",
797
+ type: "function",
798
+ },
799
+ {
800
+ inputs: [],
801
+ name: "withdrawAll",
802
+ outputs: [],
803
+ stateMutability: "nonpayable",
804
+ type: "function",
805
+ },
806
+ {
807
+ inputs: [],
808
+ name: "withdrawAllAndHarvest",
809
+ outputs: [],
810
+ stateMutability: "nonpayable",
811
+ type: "function",
812
+ },
813
+ {
814
+ inputs: [
815
+ {
816
+ internalType: "address",
817
+ name: "token",
818
+ type: "address",
819
+ },
820
+ {
821
+ internalType: "uint256",
822
+ name: "amount",
823
+ type: "uint256",
824
+ },
825
+ ],
826
+ name: "withdrawExcess",
827
+ outputs: [],
828
+ stateMutability: "nonpayable",
829
+ type: "function",
830
+ },
831
+ ];
832
+ export class SwapXV3Vault__factory {
833
+ static abi = _abi;
834
+ static createInterface() {
835
+ return new utils.Interface(_abi);
836
+ }
837
+ static connect(address, signerOrProvider) {
838
+ return new Contract(address, _abi, signerOrProvider);
839
+ }
840
+ }
841
+ //# sourceMappingURL=SwapXV3Vault__factory.js.map