@merkl/contracts 0.1.66 → 0.1.81

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 (38) hide show
  1. package/dist/src/AmbientMicroPaths.d.ts +398 -0
  2. package/dist/src/AmbientMicroPaths.js +1 -0
  3. package/dist/src/AttestationIndexer.d.ts +382 -0
  4. package/dist/src/AttestationIndexer.js +1 -0
  5. package/dist/src/CrossChainLayerERC20.d.ts +248 -0
  6. package/dist/src/CrossChainLayerERC20.js +1 -0
  7. package/dist/src/KilnVault.d.ts +1341 -0
  8. package/dist/src/KilnVault.js +1 -0
  9. package/dist/src/StabullPoolFactory.d.ts +252 -0
  10. package/dist/src/StabullPoolFactory.js +1 -0
  11. package/dist/src/StabullStakingFactory.d.ts +713 -0
  12. package/dist/src/StabullStakingFactory.js +1 -0
  13. package/dist/src/SummerFinanceFactory.d.ts +65 -0
  14. package/dist/src/SummerFinanceFactory.js +1 -0
  15. package/dist/src/SummerFinanceVault.d.ts +552 -0
  16. package/dist/src/SummerFinanceVault.js +1 -0
  17. package/dist/src/factories/AmbientMicroPaths__factory.d.ts +476 -0
  18. package/dist/src/factories/AmbientMicroPaths__factory.js +612 -0
  19. package/dist/src/factories/AttestationIndexer__factory.d.ts +428 -0
  20. package/dist/src/factories/AttestationIndexer__factory.js +558 -0
  21. package/dist/src/factories/CrossChainLayerERC20__factory.d.ts +349 -0
  22. package/dist/src/factories/CrossChainLayerERC20__factory.js +461 -0
  23. package/dist/src/factories/KilnVault__factory.d.ts +1855 -0
  24. package/dist/src/factories/KilnVault__factory.js +2423 -0
  25. package/dist/src/factories/StabullPoolFactory__factory.d.ts +282 -0
  26. package/dist/src/factories/StabullPoolFactory__factory.js +372 -0
  27. package/dist/src/factories/StabullStakingFactory__factory.d.ts +693 -0
  28. package/dist/src/factories/StabullStakingFactory__factory.js +897 -0
  29. package/dist/src/factories/SummerFinanceFactory__factory.d.ts +45 -0
  30. package/dist/src/factories/SummerFinanceFactory__factory.js +63 -0
  31. package/dist/src/factories/SummerFinanceVault__factory.d.ts +828 -0
  32. package/dist/src/factories/SummerFinanceVault__factory.js +1089 -0
  33. package/dist/src/factories/index.d.ts +8 -1
  34. package/dist/src/factories/index.js +8 -1
  35. package/dist/src/index.d.ts +16 -0
  36. package/dist/src/index.js +16 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/package.json +1 -1
@@ -0,0 +1,2423 @@
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: "externalAccessControl_",
11
+ type: "address",
12
+ },
13
+ {
14
+ internalType: "address",
15
+ name: "vaultFactory_",
16
+ type: "address",
17
+ },
18
+ ],
19
+ stateMutability: "nonpayable",
20
+ type: "constructor",
21
+ },
22
+ {
23
+ inputs: [],
24
+ name: "AccessControlBadConfirmation",
25
+ type: "error",
26
+ },
27
+ {
28
+ inputs: [
29
+ {
30
+ internalType: "uint48",
31
+ name: "schedule",
32
+ type: "uint48",
33
+ },
34
+ ],
35
+ name: "AccessControlEnforcedDefaultAdminDelay",
36
+ type: "error",
37
+ },
38
+ {
39
+ inputs: [],
40
+ name: "AccessControlEnforcedDefaultAdminRules",
41
+ type: "error",
42
+ },
43
+ {
44
+ inputs: [
45
+ {
46
+ internalType: "address",
47
+ name: "defaultAdmin",
48
+ type: "address",
49
+ },
50
+ ],
51
+ name: "AccessControlInvalidDefaultAdmin",
52
+ type: "error",
53
+ },
54
+ {
55
+ inputs: [
56
+ {
57
+ internalType: "address",
58
+ name: "account",
59
+ type: "address",
60
+ },
61
+ {
62
+ internalType: "bytes32",
63
+ name: "neededRole",
64
+ type: "bytes32",
65
+ },
66
+ ],
67
+ name: "AccessControlUnauthorizedAccount",
68
+ type: "error",
69
+ },
70
+ {
71
+ inputs: [
72
+ {
73
+ internalType: "address",
74
+ name: "addr",
75
+ type: "address",
76
+ },
77
+ ],
78
+ name: "AddressBlocked",
79
+ type: "error",
80
+ },
81
+ {
82
+ inputs: [
83
+ {
84
+ internalType: "address",
85
+ name: "target",
86
+ type: "address",
87
+ },
88
+ ],
89
+ name: "AddressEmptyCode",
90
+ type: "error",
91
+ },
92
+ {
93
+ inputs: [
94
+ {
95
+ internalType: "address",
96
+ name: "account",
97
+ type: "address",
98
+ },
99
+ ],
100
+ name: "AddressInsufficientBalance",
101
+ type: "error",
102
+ },
103
+ {
104
+ inputs: [
105
+ {
106
+ internalType: "address",
107
+ name: "addr",
108
+ type: "address",
109
+ },
110
+ ],
111
+ name: "AddressNotContract",
112
+ type: "error",
113
+ },
114
+ {
115
+ inputs: [
116
+ {
117
+ internalType: "address",
118
+ name: "addr",
119
+ type: "address",
120
+ },
121
+ ],
122
+ name: "AddressNotInternallySanctionedOnly",
123
+ type: "error",
124
+ },
125
+ {
126
+ inputs: [],
127
+ name: "AmountZero",
128
+ type: "error",
129
+ },
130
+ {
131
+ inputs: [],
132
+ name: "DepositPaused",
133
+ type: "error",
134
+ },
135
+ {
136
+ inputs: [
137
+ {
138
+ internalType: "address",
139
+ name: "spender",
140
+ type: "address",
141
+ },
142
+ {
143
+ internalType: "uint256",
144
+ name: "allowance",
145
+ type: "uint256",
146
+ },
147
+ {
148
+ internalType: "uint256",
149
+ name: "needed",
150
+ type: "uint256",
151
+ },
152
+ ],
153
+ name: "ERC20InsufficientAllowance",
154
+ type: "error",
155
+ },
156
+ {
157
+ inputs: [
158
+ {
159
+ internalType: "address",
160
+ name: "sender",
161
+ type: "address",
162
+ },
163
+ {
164
+ internalType: "uint256",
165
+ name: "balance",
166
+ type: "uint256",
167
+ },
168
+ {
169
+ internalType: "uint256",
170
+ name: "needed",
171
+ type: "uint256",
172
+ },
173
+ ],
174
+ name: "ERC20InsufficientBalance",
175
+ type: "error",
176
+ },
177
+ {
178
+ inputs: [
179
+ {
180
+ internalType: "address",
181
+ name: "approver",
182
+ type: "address",
183
+ },
184
+ ],
185
+ name: "ERC20InvalidApprover",
186
+ type: "error",
187
+ },
188
+ {
189
+ inputs: [
190
+ {
191
+ internalType: "address",
192
+ name: "receiver",
193
+ type: "address",
194
+ },
195
+ ],
196
+ name: "ERC20InvalidReceiver",
197
+ type: "error",
198
+ },
199
+ {
200
+ inputs: [
201
+ {
202
+ internalType: "address",
203
+ name: "sender",
204
+ type: "address",
205
+ },
206
+ ],
207
+ name: "ERC20InvalidSender",
208
+ type: "error",
209
+ },
210
+ {
211
+ inputs: [
212
+ {
213
+ internalType: "address",
214
+ name: "spender",
215
+ type: "address",
216
+ },
217
+ ],
218
+ name: "ERC20InvalidSpender",
219
+ type: "error",
220
+ },
221
+ {
222
+ inputs: [
223
+ {
224
+ internalType: "address",
225
+ name: "receiver",
226
+ type: "address",
227
+ },
228
+ {
229
+ internalType: "uint256",
230
+ name: "assets",
231
+ type: "uint256",
232
+ },
233
+ {
234
+ internalType: "uint256",
235
+ name: "max",
236
+ type: "uint256",
237
+ },
238
+ ],
239
+ name: "ERC4626ExceededMaxDeposit",
240
+ type: "error",
241
+ },
242
+ {
243
+ inputs: [
244
+ {
245
+ internalType: "address",
246
+ name: "receiver",
247
+ type: "address",
248
+ },
249
+ {
250
+ internalType: "uint256",
251
+ name: "shares",
252
+ type: "uint256",
253
+ },
254
+ {
255
+ internalType: "uint256",
256
+ name: "max",
257
+ type: "uint256",
258
+ },
259
+ ],
260
+ name: "ERC4626ExceededMaxMint",
261
+ type: "error",
262
+ },
263
+ {
264
+ inputs: [
265
+ {
266
+ internalType: "address",
267
+ name: "owner",
268
+ type: "address",
269
+ },
270
+ {
271
+ internalType: "uint256",
272
+ name: "shares",
273
+ type: "uint256",
274
+ },
275
+ {
276
+ internalType: "uint256",
277
+ name: "max",
278
+ type: "uint256",
279
+ },
280
+ ],
281
+ name: "ERC4626ExceededMaxRedeem",
282
+ type: "error",
283
+ },
284
+ {
285
+ inputs: [
286
+ {
287
+ internalType: "address",
288
+ name: "owner",
289
+ type: "address",
290
+ },
291
+ {
292
+ internalType: "uint256",
293
+ name: "assets",
294
+ type: "uint256",
295
+ },
296
+ {
297
+ internalType: "uint256",
298
+ name: "max",
299
+ type: "uint256",
300
+ },
301
+ ],
302
+ name: "ERC4626ExceededMaxWithdraw",
303
+ type: "error",
304
+ },
305
+ {
306
+ inputs: [],
307
+ name: "FailedInnerCall",
308
+ type: "error",
309
+ },
310
+ {
311
+ inputs: [],
312
+ name: "InsufficientLiquidity",
313
+ type: "error",
314
+ },
315
+ {
316
+ inputs: [
317
+ {
318
+ internalType: "bytes32",
319
+ name: "name",
320
+ type: "bytes32",
321
+ },
322
+ ],
323
+ name: "InvalidConnectorName",
324
+ type: "error",
325
+ },
326
+ {
327
+ inputs: [],
328
+ name: "InvalidInitialization",
329
+ type: "error",
330
+ },
331
+ {
332
+ inputs: [],
333
+ name: "MathOverflowedMulDiv",
334
+ type: "error",
335
+ },
336
+ {
337
+ inputs: [],
338
+ name: "MinimumTotalSupplyNotReached",
339
+ type: "error",
340
+ },
341
+ {
342
+ inputs: [],
343
+ name: "NoAdditionalRewardsClaimed",
344
+ type: "error",
345
+ },
346
+ {
347
+ inputs: [],
348
+ name: "NoAdditionalRewardsStrategy",
349
+ type: "error",
350
+ },
351
+ {
352
+ inputs: [
353
+ {
354
+ internalType: "address",
355
+ name: "addr",
356
+ type: "address",
357
+ },
358
+ ],
359
+ name: "NotConfiguredFactory",
360
+ type: "error",
361
+ },
362
+ {
363
+ inputs: [],
364
+ name: "NotInitializing",
365
+ type: "error",
366
+ },
367
+ {
368
+ inputs: [],
369
+ name: "NotTransferable",
370
+ type: "error",
371
+ },
372
+ {
373
+ inputs: [],
374
+ name: "NothingToCollect",
375
+ type: "error",
376
+ },
377
+ {
378
+ inputs: [
379
+ {
380
+ internalType: "uint8",
381
+ name: "offset",
382
+ type: "uint8",
383
+ },
384
+ ],
385
+ name: "OffsetTooHigh",
386
+ type: "error",
387
+ },
388
+ {
389
+ inputs: [],
390
+ name: "PreviewZero",
391
+ type: "error",
392
+ },
393
+ {
394
+ inputs: [],
395
+ name: "ReentrancyGuardReentrantCall",
396
+ type: "error",
397
+ },
398
+ {
399
+ inputs: [
400
+ {
401
+ internalType: "uint256",
402
+ name: "shares",
403
+ type: "uint256",
404
+ },
405
+ ],
406
+ name: "RemainderNotZero",
407
+ type: "error",
408
+ },
409
+ {
410
+ inputs: [
411
+ {
412
+ internalType: "uint8",
413
+ name: "bits",
414
+ type: "uint8",
415
+ },
416
+ {
417
+ internalType: "uint256",
418
+ name: "value",
419
+ type: "uint256",
420
+ },
421
+ ],
422
+ name: "SafeCastOverflowedUintDowncast",
423
+ type: "error",
424
+ },
425
+ {
426
+ inputs: [
427
+ {
428
+ internalType: "address",
429
+ name: "token",
430
+ type: "address",
431
+ },
432
+ ],
433
+ name: "SafeERC20FailedOperation",
434
+ type: "error",
435
+ },
436
+ {
437
+ inputs: [
438
+ {
439
+ internalType: "uint256",
440
+ name: "totalAssets",
441
+ type: "uint256",
442
+ },
443
+ {
444
+ internalType: "uint256",
445
+ name: "newTotalAssets",
446
+ type: "uint256",
447
+ },
448
+ ],
449
+ name: "TotalAssetsDecreased",
450
+ type: "error",
451
+ },
452
+ {
453
+ inputs: [
454
+ {
455
+ internalType: "uint256",
456
+ name: "depositFee",
457
+ type: "uint256",
458
+ },
459
+ ],
460
+ name: "WrongDepositFee",
461
+ type: "error",
462
+ },
463
+ {
464
+ inputs: [
465
+ {
466
+ internalType: "uint256",
467
+ name: "rewardFee",
468
+ type: "uint256",
469
+ },
470
+ ],
471
+ name: "WrongRewardFee",
472
+ type: "error",
473
+ },
474
+ {
475
+ anonymous: false,
476
+ inputs: [
477
+ {
478
+ indexed: false,
479
+ internalType: "enum Vault.AdditionalRewardsStrategy",
480
+ name: "newAdditionalRewardsStrategy",
481
+ type: "uint8",
482
+ },
483
+ ],
484
+ name: "AdditionalRewardsStrategyUpdated",
485
+ type: "event",
486
+ },
487
+ {
488
+ anonymous: false,
489
+ inputs: [
490
+ {
491
+ indexed: true,
492
+ internalType: "address",
493
+ name: "owner",
494
+ type: "address",
495
+ },
496
+ {
497
+ indexed: true,
498
+ internalType: "address",
499
+ name: "spender",
500
+ type: "address",
501
+ },
502
+ {
503
+ indexed: false,
504
+ internalType: "uint256",
505
+ name: "value",
506
+ type: "uint256",
507
+ },
508
+ ],
509
+ name: "Approval",
510
+ type: "event",
511
+ },
512
+ {
513
+ anonymous: false,
514
+ inputs: [
515
+ {
516
+ indexed: false,
517
+ internalType: "contract IERC20",
518
+ name: "asset",
519
+ type: "address",
520
+ },
521
+ ],
522
+ name: "AssetInitialized",
523
+ type: "event",
524
+ },
525
+ {
526
+ anonymous: false,
527
+ inputs: [
528
+ {
529
+ indexed: false,
530
+ internalType: "contract BlockList",
531
+ name: "newBlockList",
532
+ type: "address",
533
+ },
534
+ ],
535
+ name: "BlockListUpdated",
536
+ type: "event",
537
+ },
538
+ {
539
+ anonymous: false,
540
+ inputs: [
541
+ {
542
+ indexed: false,
543
+ internalType: "bytes32",
544
+ name: "newConnectorName",
545
+ type: "bytes32",
546
+ },
547
+ ],
548
+ name: "ConnectorNameUpdated",
549
+ type: "event",
550
+ },
551
+ {
552
+ anonymous: false,
553
+ inputs: [
554
+ {
555
+ indexed: false,
556
+ internalType: "contract IConnectorRegistry",
557
+ name: "newConnectorRegistry",
558
+ type: "address",
559
+ },
560
+ ],
561
+ name: "ConnectorRegistryUpdated",
562
+ type: "event",
563
+ },
564
+ {
565
+ anonymous: false,
566
+ inputs: [],
567
+ name: "DefaultAdminDelayChangeCanceled",
568
+ type: "event",
569
+ },
570
+ {
571
+ anonymous: false,
572
+ inputs: [
573
+ {
574
+ indexed: false,
575
+ internalType: "uint48",
576
+ name: "newDelay",
577
+ type: "uint48",
578
+ },
579
+ {
580
+ indexed: false,
581
+ internalType: "uint48",
582
+ name: "effectSchedule",
583
+ type: "uint48",
584
+ },
585
+ ],
586
+ name: "DefaultAdminDelayChangeScheduled",
587
+ type: "event",
588
+ },
589
+ {
590
+ anonymous: false,
591
+ inputs: [],
592
+ name: "DefaultAdminTransferCanceled",
593
+ type: "event",
594
+ },
595
+ {
596
+ anonymous: false,
597
+ inputs: [
598
+ {
599
+ indexed: true,
600
+ internalType: "address",
601
+ name: "newAdmin",
602
+ type: "address",
603
+ },
604
+ {
605
+ indexed: false,
606
+ internalType: "uint48",
607
+ name: "acceptSchedule",
608
+ type: "uint48",
609
+ },
610
+ ],
611
+ name: "DefaultAdminTransferScheduled",
612
+ type: "event",
613
+ },
614
+ {
615
+ anonymous: false,
616
+ inputs: [
617
+ {
618
+ indexed: true,
619
+ internalType: "address",
620
+ name: "sender",
621
+ type: "address",
622
+ },
623
+ {
624
+ indexed: true,
625
+ internalType: "address",
626
+ name: "owner",
627
+ type: "address",
628
+ },
629
+ {
630
+ indexed: false,
631
+ internalType: "uint256",
632
+ name: "assets",
633
+ type: "uint256",
634
+ },
635
+ {
636
+ indexed: false,
637
+ internalType: "uint256",
638
+ name: "shares",
639
+ type: "uint256",
640
+ },
641
+ ],
642
+ name: "Deposit",
643
+ type: "event",
644
+ },
645
+ {
646
+ anonymous: false,
647
+ inputs: [
648
+ {
649
+ indexed: false,
650
+ internalType: "uint256",
651
+ name: "newDepositFee",
652
+ type: "uint256",
653
+ },
654
+ ],
655
+ name: "DepositFeeUpdated",
656
+ type: "event",
657
+ },
658
+ {
659
+ anonymous: false,
660
+ inputs: [
661
+ {
662
+ indexed: false,
663
+ internalType: "address",
664
+ name: "feeDispatcher",
665
+ type: "address",
666
+ },
667
+ ],
668
+ name: "FeeDispatcherInitialized",
669
+ type: "event",
670
+ },
671
+ {
672
+ anonymous: false,
673
+ inputs: [
674
+ {
675
+ indexed: false,
676
+ internalType: "uint64",
677
+ name: "version",
678
+ type: "uint64",
679
+ },
680
+ ],
681
+ name: "Initialized",
682
+ type: "event",
683
+ },
684
+ {
685
+ anonymous: false,
686
+ inputs: [
687
+ {
688
+ indexed: false,
689
+ internalType: "uint256",
690
+ name: "newMinTotalSupply",
691
+ type: "uint256",
692
+ },
693
+ ],
694
+ name: "MinTotalSupplyInitialized",
695
+ type: "event",
696
+ },
697
+ {
698
+ anonymous: false,
699
+ inputs: [
700
+ {
701
+ indexed: false,
702
+ internalType: "string",
703
+ name: "name",
704
+ type: "string",
705
+ },
706
+ ],
707
+ name: "NameInitialized",
708
+ type: "event",
709
+ },
710
+ {
711
+ anonymous: false,
712
+ inputs: [
713
+ {
714
+ indexed: false,
715
+ internalType: "uint8",
716
+ name: "offset",
717
+ type: "uint8",
718
+ },
719
+ ],
720
+ name: "OffsetInitialized",
721
+ type: "event",
722
+ },
723
+ {
724
+ anonymous: false,
725
+ inputs: [
726
+ {
727
+ indexed: false,
728
+ internalType: "uint256",
729
+ name: "newRewardFee",
730
+ type: "uint256",
731
+ },
732
+ ],
733
+ name: "RewardFeeUpdated",
734
+ type: "event",
735
+ },
736
+ {
737
+ anonymous: false,
738
+ inputs: [
739
+ {
740
+ indexed: true,
741
+ internalType: "address",
742
+ name: "rewardsAsset",
743
+ type: "address",
744
+ },
745
+ {
746
+ indexed: false,
747
+ internalType: "uint256",
748
+ name: "amount",
749
+ type: "uint256",
750
+ },
751
+ ],
752
+ name: "RewardsClaimed",
753
+ type: "event",
754
+ },
755
+ {
756
+ anonymous: false,
757
+ inputs: [
758
+ {
759
+ indexed: true,
760
+ internalType: "bytes32",
761
+ name: "role",
762
+ type: "bytes32",
763
+ },
764
+ {
765
+ indexed: true,
766
+ internalType: "bytes32",
767
+ name: "previousAdminRole",
768
+ type: "bytes32",
769
+ },
770
+ {
771
+ indexed: true,
772
+ internalType: "bytes32",
773
+ name: "newAdminRole",
774
+ type: "bytes32",
775
+ },
776
+ ],
777
+ name: "RoleAdminChanged",
778
+ type: "event",
779
+ },
780
+ {
781
+ anonymous: false,
782
+ inputs: [
783
+ {
784
+ indexed: true,
785
+ internalType: "bytes32",
786
+ name: "role",
787
+ type: "bytes32",
788
+ },
789
+ {
790
+ indexed: true,
791
+ internalType: "address",
792
+ name: "account",
793
+ type: "address",
794
+ },
795
+ {
796
+ indexed: true,
797
+ internalType: "address",
798
+ name: "sender",
799
+ type: "address",
800
+ },
801
+ ],
802
+ name: "RoleGranted",
803
+ type: "event",
804
+ },
805
+ {
806
+ anonymous: false,
807
+ inputs: [
808
+ {
809
+ indexed: true,
810
+ internalType: "bytes32",
811
+ name: "role",
812
+ type: "bytes32",
813
+ },
814
+ {
815
+ indexed: true,
816
+ internalType: "address",
817
+ name: "account",
818
+ type: "address",
819
+ },
820
+ {
821
+ indexed: true,
822
+ internalType: "address",
823
+ name: "sender",
824
+ type: "address",
825
+ },
826
+ ],
827
+ name: "RoleRevoked",
828
+ type: "event",
829
+ },
830
+ {
831
+ anonymous: false,
832
+ inputs: [
833
+ {
834
+ indexed: false,
835
+ internalType: "string",
836
+ name: "symbol",
837
+ type: "string",
838
+ },
839
+ ],
840
+ name: "SymbolInitialized",
841
+ type: "event",
842
+ },
843
+ {
844
+ anonymous: false,
845
+ inputs: [
846
+ {
847
+ indexed: true,
848
+ internalType: "address",
849
+ name: "from",
850
+ type: "address",
851
+ },
852
+ {
853
+ indexed: true,
854
+ internalType: "address",
855
+ name: "to",
856
+ type: "address",
857
+ },
858
+ {
859
+ indexed: false,
860
+ internalType: "uint256",
861
+ name: "value",
862
+ type: "uint256",
863
+ },
864
+ ],
865
+ name: "Transfer",
866
+ type: "event",
867
+ },
868
+ {
869
+ anonymous: false,
870
+ inputs: [
871
+ {
872
+ indexed: false,
873
+ internalType: "bool",
874
+ name: "newTransferableFlag",
875
+ type: "bool",
876
+ },
877
+ ],
878
+ name: "TransferableUpdated",
879
+ type: "event",
880
+ },
881
+ {
882
+ anonymous: false,
883
+ inputs: [
884
+ {
885
+ indexed: true,
886
+ internalType: "address",
887
+ name: "sender",
888
+ type: "address",
889
+ },
890
+ {
891
+ indexed: true,
892
+ internalType: "address",
893
+ name: "receiver",
894
+ type: "address",
895
+ },
896
+ {
897
+ indexed: true,
898
+ internalType: "address",
899
+ name: "owner",
900
+ type: "address",
901
+ },
902
+ {
903
+ indexed: false,
904
+ internalType: "uint256",
905
+ name: "assets",
906
+ type: "uint256",
907
+ },
908
+ {
909
+ indexed: false,
910
+ internalType: "uint256",
911
+ name: "shares",
912
+ type: "uint256",
913
+ },
914
+ ],
915
+ name: "Withdraw",
916
+ type: "event",
917
+ },
918
+ {
919
+ inputs: [],
920
+ name: "CLAIM_MANAGER_ROLE",
921
+ outputs: [
922
+ {
923
+ internalType: "bytes32",
924
+ name: "",
925
+ type: "bytes32",
926
+ },
927
+ ],
928
+ stateMutability: "view",
929
+ type: "function",
930
+ },
931
+ {
932
+ inputs: [],
933
+ name: "DEFAULT_ADMIN_ROLE",
934
+ outputs: [
935
+ {
936
+ internalType: "bytes32",
937
+ name: "",
938
+ type: "bytes32",
939
+ },
940
+ ],
941
+ stateMutability: "view",
942
+ type: "function",
943
+ },
944
+ {
945
+ inputs: [],
946
+ name: "FEE_COLLECTOR_ROLE",
947
+ outputs: [
948
+ {
949
+ internalType: "bytes32",
950
+ name: "",
951
+ type: "bytes32",
952
+ },
953
+ ],
954
+ stateMutability: "view",
955
+ type: "function",
956
+ },
957
+ {
958
+ inputs: [],
959
+ name: "FEE_MANAGER_ROLE",
960
+ outputs: [
961
+ {
962
+ internalType: "bytes32",
963
+ name: "",
964
+ type: "bytes32",
965
+ },
966
+ ],
967
+ stateMutability: "view",
968
+ type: "function",
969
+ },
970
+ {
971
+ inputs: [],
972
+ name: "PAUSER_ROLE",
973
+ outputs: [
974
+ {
975
+ internalType: "bytes32",
976
+ name: "",
977
+ type: "bytes32",
978
+ },
979
+ ],
980
+ stateMutability: "view",
981
+ type: "function",
982
+ },
983
+ {
984
+ inputs: [],
985
+ name: "SANCTIONS_MANAGER_ROLE",
986
+ outputs: [
987
+ {
988
+ internalType: "bytes32",
989
+ name: "",
990
+ type: "bytes32",
991
+ },
992
+ ],
993
+ stateMutability: "view",
994
+ type: "function",
995
+ },
996
+ {
997
+ inputs: [],
998
+ name: "SPENDER_ROLE",
999
+ outputs: [
1000
+ {
1001
+ internalType: "bytes32",
1002
+ name: "",
1003
+ type: "bytes32",
1004
+ },
1005
+ ],
1006
+ stateMutability: "view",
1007
+ type: "function",
1008
+ },
1009
+ {
1010
+ inputs: [],
1011
+ name: "UNPAUSER_ROLE",
1012
+ outputs: [
1013
+ {
1014
+ internalType: "bytes32",
1015
+ name: "",
1016
+ type: "bytes32",
1017
+ },
1018
+ ],
1019
+ stateMutability: "view",
1020
+ type: "function",
1021
+ },
1022
+ {
1023
+ inputs: [],
1024
+ name: "acceptDefaultAdminTransfer",
1025
+ outputs: [],
1026
+ stateMutability: "nonpayable",
1027
+ type: "function",
1028
+ },
1029
+ {
1030
+ inputs: [],
1031
+ name: "additionalRewardsStrategy",
1032
+ outputs: [
1033
+ {
1034
+ internalType: "enum Vault.AdditionalRewardsStrategy",
1035
+ name: "",
1036
+ type: "uint8",
1037
+ },
1038
+ ],
1039
+ stateMutability: "view",
1040
+ type: "function",
1041
+ },
1042
+ {
1043
+ inputs: [
1044
+ {
1045
+ internalType: "address",
1046
+ name: "owner",
1047
+ type: "address",
1048
+ },
1049
+ {
1050
+ internalType: "address",
1051
+ name: "spender",
1052
+ type: "address",
1053
+ },
1054
+ ],
1055
+ name: "allowance",
1056
+ outputs: [
1057
+ {
1058
+ internalType: "uint256",
1059
+ name: "",
1060
+ type: "uint256",
1061
+ },
1062
+ ],
1063
+ stateMutability: "view",
1064
+ type: "function",
1065
+ },
1066
+ {
1067
+ inputs: [
1068
+ {
1069
+ internalType: "address",
1070
+ name: "spender",
1071
+ type: "address",
1072
+ },
1073
+ {
1074
+ internalType: "uint256",
1075
+ name: "value",
1076
+ type: "uint256",
1077
+ },
1078
+ ],
1079
+ name: "approve",
1080
+ outputs: [
1081
+ {
1082
+ internalType: "bool",
1083
+ name: "",
1084
+ type: "bool",
1085
+ },
1086
+ ],
1087
+ stateMutability: "nonpayable",
1088
+ type: "function",
1089
+ },
1090
+ {
1091
+ inputs: [],
1092
+ name: "asset",
1093
+ outputs: [
1094
+ {
1095
+ internalType: "address",
1096
+ name: "",
1097
+ type: "address",
1098
+ },
1099
+ ],
1100
+ stateMutability: "view",
1101
+ type: "function",
1102
+ },
1103
+ {
1104
+ inputs: [
1105
+ {
1106
+ internalType: "address",
1107
+ name: "account",
1108
+ type: "address",
1109
+ },
1110
+ ],
1111
+ name: "balanceOf",
1112
+ outputs: [
1113
+ {
1114
+ internalType: "uint256",
1115
+ name: "",
1116
+ type: "uint256",
1117
+ },
1118
+ ],
1119
+ stateMutability: "view",
1120
+ type: "function",
1121
+ },
1122
+ {
1123
+ inputs: [
1124
+ {
1125
+ internalType: "address",
1126
+ name: "newAdmin",
1127
+ type: "address",
1128
+ },
1129
+ ],
1130
+ name: "beginDefaultAdminTransfer",
1131
+ outputs: [],
1132
+ stateMutability: "nonpayable",
1133
+ type: "function",
1134
+ },
1135
+ {
1136
+ inputs: [],
1137
+ name: "blockList",
1138
+ outputs: [
1139
+ {
1140
+ internalType: "contract BlockList",
1141
+ name: "",
1142
+ type: "address",
1143
+ },
1144
+ ],
1145
+ stateMutability: "view",
1146
+ type: "function",
1147
+ },
1148
+ {
1149
+ inputs: [],
1150
+ name: "cancelDefaultAdminTransfer",
1151
+ outputs: [],
1152
+ stateMutability: "nonpayable",
1153
+ type: "function",
1154
+ },
1155
+ {
1156
+ inputs: [
1157
+ {
1158
+ internalType: "uint48",
1159
+ name: "newDelay",
1160
+ type: "uint48",
1161
+ },
1162
+ ],
1163
+ name: "changeDefaultAdminDelay",
1164
+ outputs: [],
1165
+ stateMutability: "nonpayable",
1166
+ type: "function",
1167
+ },
1168
+ {
1169
+ inputs: [
1170
+ {
1171
+ internalType: "address",
1172
+ name: "rewardsAsset",
1173
+ type: "address",
1174
+ },
1175
+ {
1176
+ internalType: "bytes",
1177
+ name: "payload",
1178
+ type: "bytes",
1179
+ },
1180
+ ],
1181
+ name: "claimAdditionalRewards",
1182
+ outputs: [],
1183
+ stateMutability: "nonpayable",
1184
+ type: "function",
1185
+ },
1186
+ {
1187
+ inputs: [],
1188
+ name: "collectRewardFees",
1189
+ outputs: [],
1190
+ stateMutability: "nonpayable",
1191
+ type: "function",
1192
+ },
1193
+ {
1194
+ inputs: [],
1195
+ name: "collectableRewardFees",
1196
+ outputs: [
1197
+ {
1198
+ internalType: "uint256",
1199
+ name: "",
1200
+ type: "uint256",
1201
+ },
1202
+ ],
1203
+ stateMutability: "view",
1204
+ type: "function",
1205
+ },
1206
+ {
1207
+ inputs: [],
1208
+ name: "connectorName",
1209
+ outputs: [
1210
+ {
1211
+ internalType: "bytes32",
1212
+ name: "",
1213
+ type: "bytes32",
1214
+ },
1215
+ ],
1216
+ stateMutability: "view",
1217
+ type: "function",
1218
+ },
1219
+ {
1220
+ inputs: [],
1221
+ name: "connectorRegistry",
1222
+ outputs: [
1223
+ {
1224
+ internalType: "contract IConnectorRegistry",
1225
+ name: "",
1226
+ type: "address",
1227
+ },
1228
+ ],
1229
+ stateMutability: "view",
1230
+ type: "function",
1231
+ },
1232
+ {
1233
+ inputs: [
1234
+ {
1235
+ internalType: "uint256",
1236
+ name: "shares",
1237
+ type: "uint256",
1238
+ },
1239
+ ],
1240
+ name: "convertToAssets",
1241
+ outputs: [
1242
+ {
1243
+ internalType: "uint256",
1244
+ name: "",
1245
+ type: "uint256",
1246
+ },
1247
+ ],
1248
+ stateMutability: "view",
1249
+ type: "function",
1250
+ },
1251
+ {
1252
+ inputs: [
1253
+ {
1254
+ internalType: "uint256",
1255
+ name: "assets",
1256
+ type: "uint256",
1257
+ },
1258
+ ],
1259
+ name: "convertToShares",
1260
+ outputs: [
1261
+ {
1262
+ internalType: "uint256",
1263
+ name: "",
1264
+ type: "uint256",
1265
+ },
1266
+ ],
1267
+ stateMutability: "view",
1268
+ type: "function",
1269
+ },
1270
+ {
1271
+ inputs: [],
1272
+ name: "decimals",
1273
+ outputs: [
1274
+ {
1275
+ internalType: "uint8",
1276
+ name: "",
1277
+ type: "uint8",
1278
+ },
1279
+ ],
1280
+ stateMutability: "view",
1281
+ type: "function",
1282
+ },
1283
+ {
1284
+ inputs: [],
1285
+ name: "defaultAdmin",
1286
+ outputs: [
1287
+ {
1288
+ internalType: "address",
1289
+ name: "",
1290
+ type: "address",
1291
+ },
1292
+ ],
1293
+ stateMutability: "view",
1294
+ type: "function",
1295
+ },
1296
+ {
1297
+ inputs: [],
1298
+ name: "defaultAdminDelay",
1299
+ outputs: [
1300
+ {
1301
+ internalType: "uint48",
1302
+ name: "",
1303
+ type: "uint48",
1304
+ },
1305
+ ],
1306
+ stateMutability: "view",
1307
+ type: "function",
1308
+ },
1309
+ {
1310
+ inputs: [],
1311
+ name: "defaultAdminDelayIncreaseWait",
1312
+ outputs: [
1313
+ {
1314
+ internalType: "uint48",
1315
+ name: "",
1316
+ type: "uint48",
1317
+ },
1318
+ ],
1319
+ stateMutability: "view",
1320
+ type: "function",
1321
+ },
1322
+ {
1323
+ inputs: [
1324
+ {
1325
+ internalType: "bytes",
1326
+ name: "data",
1327
+ type: "bytes",
1328
+ },
1329
+ ],
1330
+ name: "delegateToFactory",
1331
+ outputs: [
1332
+ {
1333
+ internalType: "bytes",
1334
+ name: "",
1335
+ type: "bytes",
1336
+ },
1337
+ ],
1338
+ stateMutability: "nonpayable",
1339
+ type: "function",
1340
+ },
1341
+ {
1342
+ inputs: [
1343
+ {
1344
+ internalType: "uint256",
1345
+ name: "assets",
1346
+ type: "uint256",
1347
+ },
1348
+ {
1349
+ internalType: "address",
1350
+ name: "receiver",
1351
+ type: "address",
1352
+ },
1353
+ ],
1354
+ name: "deposit",
1355
+ outputs: [
1356
+ {
1357
+ internalType: "uint256",
1358
+ name: "",
1359
+ type: "uint256",
1360
+ },
1361
+ ],
1362
+ stateMutability: "nonpayable",
1363
+ type: "function",
1364
+ },
1365
+ {
1366
+ inputs: [],
1367
+ name: "depositFee",
1368
+ outputs: [
1369
+ {
1370
+ internalType: "uint256",
1371
+ name: "",
1372
+ type: "uint256",
1373
+ },
1374
+ ],
1375
+ stateMutability: "view",
1376
+ type: "function",
1377
+ },
1378
+ {
1379
+ inputs: [],
1380
+ name: "dispatchFees",
1381
+ outputs: [],
1382
+ stateMutability: "nonpayable",
1383
+ type: "function",
1384
+ },
1385
+ {
1386
+ inputs: [
1387
+ {
1388
+ internalType: "address",
1389
+ name: "recipient",
1390
+ type: "address",
1391
+ },
1392
+ ],
1393
+ name: "feeRecipient",
1394
+ outputs: [
1395
+ {
1396
+ components: [
1397
+ {
1398
+ internalType: "address",
1399
+ name: "recipient",
1400
+ type: "address",
1401
+ },
1402
+ {
1403
+ internalType: "uint256",
1404
+ name: "depositFeeSplit",
1405
+ type: "uint256",
1406
+ },
1407
+ {
1408
+ internalType: "uint256",
1409
+ name: "rewardFeeSplit",
1410
+ type: "uint256",
1411
+ },
1412
+ ],
1413
+ internalType: "struct IFeeDispatcher.FeeRecipient",
1414
+ name: "",
1415
+ type: "tuple",
1416
+ },
1417
+ ],
1418
+ stateMutability: "view",
1419
+ type: "function",
1420
+ },
1421
+ {
1422
+ inputs: [
1423
+ {
1424
+ internalType: "uint256",
1425
+ name: "index",
1426
+ type: "uint256",
1427
+ },
1428
+ ],
1429
+ name: "feeRecipientAt",
1430
+ outputs: [
1431
+ {
1432
+ components: [
1433
+ {
1434
+ internalType: "address",
1435
+ name: "recipient",
1436
+ type: "address",
1437
+ },
1438
+ {
1439
+ internalType: "uint256",
1440
+ name: "depositFeeSplit",
1441
+ type: "uint256",
1442
+ },
1443
+ {
1444
+ internalType: "uint256",
1445
+ name: "rewardFeeSplit",
1446
+ type: "uint256",
1447
+ },
1448
+ ],
1449
+ internalType: "struct IFeeDispatcher.FeeRecipient",
1450
+ name: "",
1451
+ type: "tuple",
1452
+ },
1453
+ ],
1454
+ stateMutability: "view",
1455
+ type: "function",
1456
+ },
1457
+ {
1458
+ inputs: [],
1459
+ name: "feeRecipients",
1460
+ outputs: [
1461
+ {
1462
+ components: [
1463
+ {
1464
+ internalType: "address",
1465
+ name: "recipient",
1466
+ type: "address",
1467
+ },
1468
+ {
1469
+ internalType: "uint256",
1470
+ name: "depositFeeSplit",
1471
+ type: "uint256",
1472
+ },
1473
+ {
1474
+ internalType: "uint256",
1475
+ name: "rewardFeeSplit",
1476
+ type: "uint256",
1477
+ },
1478
+ ],
1479
+ internalType: "struct IFeeDispatcher.FeeRecipient[]",
1480
+ name: "",
1481
+ type: "tuple[]",
1482
+ },
1483
+ ],
1484
+ stateMutability: "view",
1485
+ type: "function",
1486
+ },
1487
+ {
1488
+ inputs: [
1489
+ {
1490
+ internalType: "address",
1491
+ name: "blockedUser",
1492
+ type: "address",
1493
+ },
1494
+ ],
1495
+ name: "forceWithdraw",
1496
+ outputs: [
1497
+ {
1498
+ internalType: "uint256",
1499
+ name: "",
1500
+ type: "uint256",
1501
+ },
1502
+ ],
1503
+ stateMutability: "nonpayable",
1504
+ type: "function",
1505
+ },
1506
+ {
1507
+ inputs: [
1508
+ {
1509
+ internalType: "bytes32",
1510
+ name: "role",
1511
+ type: "bytes32",
1512
+ },
1513
+ ],
1514
+ name: "getRoleAdmin",
1515
+ outputs: [
1516
+ {
1517
+ internalType: "bytes32",
1518
+ name: "",
1519
+ type: "bytes32",
1520
+ },
1521
+ ],
1522
+ stateMutability: "view",
1523
+ type: "function",
1524
+ },
1525
+ {
1526
+ inputs: [
1527
+ {
1528
+ internalType: "bytes32",
1529
+ name: "role",
1530
+ type: "bytes32",
1531
+ },
1532
+ {
1533
+ internalType: "address",
1534
+ name: "account",
1535
+ type: "address",
1536
+ },
1537
+ ],
1538
+ name: "grantRole",
1539
+ outputs: [],
1540
+ stateMutability: "nonpayable",
1541
+ type: "function",
1542
+ },
1543
+ {
1544
+ inputs: [
1545
+ {
1546
+ internalType: "bytes32",
1547
+ name: "role",
1548
+ type: "bytes32",
1549
+ },
1550
+ {
1551
+ internalType: "address",
1552
+ name: "account",
1553
+ type: "address",
1554
+ },
1555
+ ],
1556
+ name: "hasRole",
1557
+ outputs: [
1558
+ {
1559
+ internalType: "bool",
1560
+ name: "",
1561
+ type: "bool",
1562
+ },
1563
+ ],
1564
+ stateMutability: "view",
1565
+ type: "function",
1566
+ },
1567
+ {
1568
+ inputs: [
1569
+ {
1570
+ components: [
1571
+ {
1572
+ internalType: "contract IERC20",
1573
+ name: "asset_",
1574
+ type: "address",
1575
+ },
1576
+ {
1577
+ internalType: "string",
1578
+ name: "name_",
1579
+ type: "string",
1580
+ },
1581
+ {
1582
+ internalType: "string",
1583
+ name: "symbol_",
1584
+ type: "string",
1585
+ },
1586
+ {
1587
+ internalType: "bool",
1588
+ name: "transferable_",
1589
+ type: "bool",
1590
+ },
1591
+ {
1592
+ internalType: "contract IConnectorRegistry",
1593
+ name: "connectorRegistry_",
1594
+ type: "address",
1595
+ },
1596
+ {
1597
+ internalType: "bytes32",
1598
+ name: "connectorName_",
1599
+ type: "bytes32",
1600
+ },
1601
+ {
1602
+ internalType: "uint256",
1603
+ name: "depositFee_",
1604
+ type: "uint256",
1605
+ },
1606
+ {
1607
+ internalType: "uint256",
1608
+ name: "rewardFee_",
1609
+ type: "uint256",
1610
+ },
1611
+ {
1612
+ internalType: "address",
1613
+ name: "initialDefaultAdmin_",
1614
+ type: "address",
1615
+ },
1616
+ {
1617
+ internalType: "address",
1618
+ name: "initialFeeManager_",
1619
+ type: "address",
1620
+ },
1621
+ {
1622
+ internalType: "address",
1623
+ name: "initialSanctionsManager_",
1624
+ type: "address",
1625
+ },
1626
+ {
1627
+ internalType: "address",
1628
+ name: "initialClaimManager_",
1629
+ type: "address",
1630
+ },
1631
+ {
1632
+ internalType: "address",
1633
+ name: "initialPauser_",
1634
+ type: "address",
1635
+ },
1636
+ {
1637
+ internalType: "address",
1638
+ name: "initialUnpauser_",
1639
+ type: "address",
1640
+ },
1641
+ {
1642
+ internalType: "uint48",
1643
+ name: "initialDelay_",
1644
+ type: "uint48",
1645
+ },
1646
+ {
1647
+ internalType: "uint8",
1648
+ name: "offset_",
1649
+ type: "uint8",
1650
+ },
1651
+ {
1652
+ internalType: "uint256",
1653
+ name: "minTotalSupply_",
1654
+ type: "uint256",
1655
+ },
1656
+ ],
1657
+ internalType: "struct Vault.InitializationParams",
1658
+ name: "initializationParams",
1659
+ type: "tuple",
1660
+ },
1661
+ {
1662
+ components: [
1663
+ {
1664
+ components: [
1665
+ {
1666
+ internalType: "address",
1667
+ name: "recipient",
1668
+ type: "address",
1669
+ },
1670
+ {
1671
+ internalType: "uint256",
1672
+ name: "depositFeeSplit",
1673
+ type: "uint256",
1674
+ },
1675
+ {
1676
+ internalType: "uint256",
1677
+ name: "rewardFeeSplit",
1678
+ type: "uint256",
1679
+ },
1680
+ ],
1681
+ internalType: "struct IFeeDispatcher.FeeRecipient[]",
1682
+ name: "recipients_",
1683
+ type: "tuple[]",
1684
+ },
1685
+ {
1686
+ internalType: "address",
1687
+ name: "feeDispatcher_",
1688
+ type: "address",
1689
+ },
1690
+ {
1691
+ internalType: "enum Vault.AdditionalRewardsStrategy",
1692
+ name: "additionalRewardsStrategy_",
1693
+ type: "uint8",
1694
+ },
1695
+ {
1696
+ internalType: "contract BlockList",
1697
+ name: "blockList_",
1698
+ type: "address",
1699
+ },
1700
+ {
1701
+ internalType: "uint256",
1702
+ name: "pendingDepositFee_",
1703
+ type: "uint256",
1704
+ },
1705
+ {
1706
+ internalType: "uint256",
1707
+ name: "pendingRewardFee_",
1708
+ type: "uint256",
1709
+ },
1710
+ {
1711
+ internalType: "contract IConnectorRegistry",
1712
+ name: "connectorRegistry_",
1713
+ type: "address",
1714
+ },
1715
+ {
1716
+ internalType: "address",
1717
+ name: "initialFeeCollector_",
1718
+ type: "address",
1719
+ },
1720
+ ],
1721
+ internalType: "struct Vault.UpgradeParams",
1722
+ name: "upgradeParams",
1723
+ type: "tuple",
1724
+ },
1725
+ ],
1726
+ name: "initialize",
1727
+ outputs: [],
1728
+ stateMutability: "nonpayable",
1729
+ type: "function",
1730
+ },
1731
+ {
1732
+ inputs: [
1733
+ {
1734
+ internalType: "address",
1735
+ name: "",
1736
+ type: "address",
1737
+ },
1738
+ ],
1739
+ name: "maxDeposit",
1740
+ outputs: [
1741
+ {
1742
+ internalType: "uint256",
1743
+ name: "",
1744
+ type: "uint256",
1745
+ },
1746
+ ],
1747
+ stateMutability: "view",
1748
+ type: "function",
1749
+ },
1750
+ {
1751
+ inputs: [
1752
+ {
1753
+ internalType: "address",
1754
+ name: "",
1755
+ type: "address",
1756
+ },
1757
+ ],
1758
+ name: "maxMint",
1759
+ outputs: [
1760
+ {
1761
+ internalType: "uint256",
1762
+ name: "",
1763
+ type: "uint256",
1764
+ },
1765
+ ],
1766
+ stateMutability: "view",
1767
+ type: "function",
1768
+ },
1769
+ {
1770
+ inputs: [
1771
+ {
1772
+ internalType: "address",
1773
+ name: "owner",
1774
+ type: "address",
1775
+ },
1776
+ ],
1777
+ name: "maxRedeem",
1778
+ outputs: [
1779
+ {
1780
+ internalType: "uint256",
1781
+ name: "",
1782
+ type: "uint256",
1783
+ },
1784
+ ],
1785
+ stateMutability: "view",
1786
+ type: "function",
1787
+ },
1788
+ {
1789
+ inputs: [
1790
+ {
1791
+ internalType: "address",
1792
+ name: "owner",
1793
+ type: "address",
1794
+ },
1795
+ ],
1796
+ name: "maxWithdraw",
1797
+ outputs: [
1798
+ {
1799
+ internalType: "uint256",
1800
+ name: "",
1801
+ type: "uint256",
1802
+ },
1803
+ ],
1804
+ stateMutability: "view",
1805
+ type: "function",
1806
+ },
1807
+ {
1808
+ inputs: [
1809
+ {
1810
+ internalType: "uint256",
1811
+ name: "shares",
1812
+ type: "uint256",
1813
+ },
1814
+ {
1815
+ internalType: "address",
1816
+ name: "receiver",
1817
+ type: "address",
1818
+ },
1819
+ ],
1820
+ name: "mint",
1821
+ outputs: [
1822
+ {
1823
+ internalType: "uint256",
1824
+ name: "",
1825
+ type: "uint256",
1826
+ },
1827
+ ],
1828
+ stateMutability: "nonpayable",
1829
+ type: "function",
1830
+ },
1831
+ {
1832
+ inputs: [],
1833
+ name: "name",
1834
+ outputs: [
1835
+ {
1836
+ internalType: "string",
1837
+ name: "",
1838
+ type: "string",
1839
+ },
1840
+ ],
1841
+ stateMutability: "view",
1842
+ type: "function",
1843
+ },
1844
+ {
1845
+ inputs: [],
1846
+ name: "owner",
1847
+ outputs: [
1848
+ {
1849
+ internalType: "address",
1850
+ name: "",
1851
+ type: "address",
1852
+ },
1853
+ ],
1854
+ stateMutability: "view",
1855
+ type: "function",
1856
+ },
1857
+ {
1858
+ inputs: [],
1859
+ name: "pauseDeposit",
1860
+ outputs: [],
1861
+ stateMutability: "nonpayable",
1862
+ type: "function",
1863
+ },
1864
+ {
1865
+ inputs: [],
1866
+ name: "pendingDefaultAdmin",
1867
+ outputs: [
1868
+ {
1869
+ internalType: "address",
1870
+ name: "newAdmin",
1871
+ type: "address",
1872
+ },
1873
+ {
1874
+ internalType: "uint48",
1875
+ name: "schedule",
1876
+ type: "uint48",
1877
+ },
1878
+ ],
1879
+ stateMutability: "view",
1880
+ type: "function",
1881
+ },
1882
+ {
1883
+ inputs: [],
1884
+ name: "pendingDefaultAdminDelay",
1885
+ outputs: [
1886
+ {
1887
+ internalType: "uint48",
1888
+ name: "newDelay",
1889
+ type: "uint48",
1890
+ },
1891
+ {
1892
+ internalType: "uint48",
1893
+ name: "schedule",
1894
+ type: "uint48",
1895
+ },
1896
+ ],
1897
+ stateMutability: "view",
1898
+ type: "function",
1899
+ },
1900
+ {
1901
+ inputs: [],
1902
+ name: "pendingDepositFee",
1903
+ outputs: [
1904
+ {
1905
+ internalType: "uint256",
1906
+ name: "",
1907
+ type: "uint256",
1908
+ },
1909
+ ],
1910
+ stateMutability: "view",
1911
+ type: "function",
1912
+ },
1913
+ {
1914
+ inputs: [],
1915
+ name: "pendingRewardFee",
1916
+ outputs: [
1917
+ {
1918
+ internalType: "uint256",
1919
+ name: "",
1920
+ type: "uint256",
1921
+ },
1922
+ ],
1923
+ stateMutability: "view",
1924
+ type: "function",
1925
+ },
1926
+ {
1927
+ inputs: [
1928
+ {
1929
+ internalType: "uint256",
1930
+ name: "assets",
1931
+ type: "uint256",
1932
+ },
1933
+ ],
1934
+ name: "previewDeposit",
1935
+ outputs: [
1936
+ {
1937
+ internalType: "uint256",
1938
+ name: "",
1939
+ type: "uint256",
1940
+ },
1941
+ ],
1942
+ stateMutability: "view",
1943
+ type: "function",
1944
+ },
1945
+ {
1946
+ inputs: [
1947
+ {
1948
+ internalType: "uint256",
1949
+ name: "shares",
1950
+ type: "uint256",
1951
+ },
1952
+ ],
1953
+ name: "previewMint",
1954
+ outputs: [
1955
+ {
1956
+ internalType: "uint256",
1957
+ name: "",
1958
+ type: "uint256",
1959
+ },
1960
+ ],
1961
+ stateMutability: "view",
1962
+ type: "function",
1963
+ },
1964
+ {
1965
+ inputs: [
1966
+ {
1967
+ internalType: "uint256",
1968
+ name: "shares",
1969
+ type: "uint256",
1970
+ },
1971
+ ],
1972
+ name: "previewRedeem",
1973
+ outputs: [
1974
+ {
1975
+ internalType: "uint256",
1976
+ name: "",
1977
+ type: "uint256",
1978
+ },
1979
+ ],
1980
+ stateMutability: "view",
1981
+ type: "function",
1982
+ },
1983
+ {
1984
+ inputs: [
1985
+ {
1986
+ internalType: "uint256",
1987
+ name: "assets",
1988
+ type: "uint256",
1989
+ },
1990
+ ],
1991
+ name: "previewWithdraw",
1992
+ outputs: [
1993
+ {
1994
+ internalType: "uint256",
1995
+ name: "",
1996
+ type: "uint256",
1997
+ },
1998
+ ],
1999
+ stateMutability: "view",
2000
+ type: "function",
2001
+ },
2002
+ {
2003
+ inputs: [
2004
+ {
2005
+ internalType: "uint256",
2006
+ name: "shares",
2007
+ type: "uint256",
2008
+ },
2009
+ {
2010
+ internalType: "address",
2011
+ name: "receiver",
2012
+ type: "address",
2013
+ },
2014
+ {
2015
+ internalType: "address",
2016
+ name: "owner",
2017
+ type: "address",
2018
+ },
2019
+ ],
2020
+ name: "redeem",
2021
+ outputs: [
2022
+ {
2023
+ internalType: "uint256",
2024
+ name: "",
2025
+ type: "uint256",
2026
+ },
2027
+ ],
2028
+ stateMutability: "nonpayable",
2029
+ type: "function",
2030
+ },
2031
+ {
2032
+ inputs: [
2033
+ {
2034
+ internalType: "bytes32",
2035
+ name: "role",
2036
+ type: "bytes32",
2037
+ },
2038
+ {
2039
+ internalType: "address",
2040
+ name: "account",
2041
+ type: "address",
2042
+ },
2043
+ ],
2044
+ name: "renounceRole",
2045
+ outputs: [],
2046
+ stateMutability: "nonpayable",
2047
+ type: "function",
2048
+ },
2049
+ {
2050
+ inputs: [
2051
+ {
2052
+ internalType: "bytes32",
2053
+ name: "role",
2054
+ type: "bytes32",
2055
+ },
2056
+ {
2057
+ internalType: "address",
2058
+ name: "account",
2059
+ type: "address",
2060
+ },
2061
+ ],
2062
+ name: "revokeRole",
2063
+ outputs: [],
2064
+ stateMutability: "nonpayable",
2065
+ type: "function",
2066
+ },
2067
+ {
2068
+ inputs: [],
2069
+ name: "rewardFee",
2070
+ outputs: [
2071
+ {
2072
+ internalType: "uint256",
2073
+ name: "",
2074
+ type: "uint256",
2075
+ },
2076
+ ],
2077
+ stateMutability: "view",
2078
+ type: "function",
2079
+ },
2080
+ {
2081
+ inputs: [],
2082
+ name: "rollbackDefaultAdminDelay",
2083
+ outputs: [],
2084
+ stateMutability: "nonpayable",
2085
+ type: "function",
2086
+ },
2087
+ {
2088
+ inputs: [
2089
+ {
2090
+ internalType: "enum Vault.AdditionalRewardsStrategy",
2091
+ name: "strategy",
2092
+ type: "uint8",
2093
+ },
2094
+ ],
2095
+ name: "setAdditionalRewardsStrategy",
2096
+ outputs: [],
2097
+ stateMutability: "nonpayable",
2098
+ type: "function",
2099
+ },
2100
+ {
2101
+ inputs: [
2102
+ {
2103
+ internalType: "contract BlockList",
2104
+ name: "newBlockList",
2105
+ type: "address",
2106
+ },
2107
+ ],
2108
+ name: "setBlockList",
2109
+ outputs: [],
2110
+ stateMutability: "nonpayable",
2111
+ type: "function",
2112
+ },
2113
+ {
2114
+ inputs: [
2115
+ {
2116
+ internalType: "uint256",
2117
+ name: "newDepositFee",
2118
+ type: "uint256",
2119
+ },
2120
+ ],
2121
+ name: "setDepositFee",
2122
+ outputs: [],
2123
+ stateMutability: "nonpayable",
2124
+ type: "function",
2125
+ },
2126
+ {
2127
+ inputs: [
2128
+ {
2129
+ components: [
2130
+ {
2131
+ internalType: "address",
2132
+ name: "recipient",
2133
+ type: "address",
2134
+ },
2135
+ {
2136
+ internalType: "uint256",
2137
+ name: "depositFeeSplit",
2138
+ type: "uint256",
2139
+ },
2140
+ {
2141
+ internalType: "uint256",
2142
+ name: "rewardFeeSplit",
2143
+ type: "uint256",
2144
+ },
2145
+ ],
2146
+ internalType: "struct IFeeDispatcher.FeeRecipient[]",
2147
+ name: "recipients",
2148
+ type: "tuple[]",
2149
+ },
2150
+ ],
2151
+ name: "setFeeRecipients",
2152
+ outputs: [],
2153
+ stateMutability: "nonpayable",
2154
+ type: "function",
2155
+ },
2156
+ {
2157
+ inputs: [
2158
+ {
2159
+ internalType: "uint256",
2160
+ name: "newRewardFee",
2161
+ type: "uint256",
2162
+ },
2163
+ ],
2164
+ name: "setRewardFee",
2165
+ outputs: [],
2166
+ stateMutability: "nonpayable",
2167
+ type: "function",
2168
+ },
2169
+ {
2170
+ inputs: [
2171
+ {
2172
+ internalType: "bytes4",
2173
+ name: "interfaceId",
2174
+ type: "bytes4",
2175
+ },
2176
+ ],
2177
+ name: "supportsInterface",
2178
+ outputs: [
2179
+ {
2180
+ internalType: "bool",
2181
+ name: "",
2182
+ type: "bool",
2183
+ },
2184
+ ],
2185
+ stateMutability: "view",
2186
+ type: "function",
2187
+ },
2188
+ {
2189
+ inputs: [],
2190
+ name: "symbol",
2191
+ outputs: [
2192
+ {
2193
+ internalType: "string",
2194
+ name: "",
2195
+ type: "string",
2196
+ },
2197
+ ],
2198
+ stateMutability: "view",
2199
+ type: "function",
2200
+ },
2201
+ {
2202
+ inputs: [],
2203
+ name: "totalAssets",
2204
+ outputs: [
2205
+ {
2206
+ internalType: "uint256",
2207
+ name: "",
2208
+ type: "uint256",
2209
+ },
2210
+ ],
2211
+ stateMutability: "view",
2212
+ type: "function",
2213
+ },
2214
+ {
2215
+ inputs: [],
2216
+ name: "totalSupply",
2217
+ outputs: [
2218
+ {
2219
+ internalType: "uint256",
2220
+ name: "",
2221
+ type: "uint256",
2222
+ },
2223
+ ],
2224
+ stateMutability: "view",
2225
+ type: "function",
2226
+ },
2227
+ {
2228
+ inputs: [
2229
+ {
2230
+ internalType: "address",
2231
+ name: "to",
2232
+ type: "address",
2233
+ },
2234
+ {
2235
+ internalType: "uint256",
2236
+ name: "value",
2237
+ type: "uint256",
2238
+ },
2239
+ ],
2240
+ name: "transfer",
2241
+ outputs: [
2242
+ {
2243
+ internalType: "bool",
2244
+ name: "",
2245
+ type: "bool",
2246
+ },
2247
+ ],
2248
+ stateMutability: "nonpayable",
2249
+ type: "function",
2250
+ },
2251
+ {
2252
+ inputs: [
2253
+ {
2254
+ internalType: "address",
2255
+ name: "from",
2256
+ type: "address",
2257
+ },
2258
+ {
2259
+ internalType: "address",
2260
+ name: "to",
2261
+ type: "address",
2262
+ },
2263
+ {
2264
+ internalType: "uint256",
2265
+ name: "value",
2266
+ type: "uint256",
2267
+ },
2268
+ ],
2269
+ name: "transferFrom",
2270
+ outputs: [
2271
+ {
2272
+ internalType: "bool",
2273
+ name: "",
2274
+ type: "bool",
2275
+ },
2276
+ ],
2277
+ stateMutability: "nonpayable",
2278
+ type: "function",
2279
+ },
2280
+ {
2281
+ inputs: [],
2282
+ name: "transferable",
2283
+ outputs: [
2284
+ {
2285
+ internalType: "bool",
2286
+ name: "",
2287
+ type: "bool",
2288
+ },
2289
+ ],
2290
+ stateMutability: "view",
2291
+ type: "function",
2292
+ },
2293
+ {
2294
+ inputs: [],
2295
+ name: "unpauseDeposit",
2296
+ outputs: [],
2297
+ stateMutability: "nonpayable",
2298
+ type: "function",
2299
+ },
2300
+ {
2301
+ inputs: [
2302
+ {
2303
+ components: [
2304
+ {
2305
+ components: [
2306
+ {
2307
+ internalType: "address",
2308
+ name: "recipient",
2309
+ type: "address",
2310
+ },
2311
+ {
2312
+ internalType: "uint256",
2313
+ name: "depositFeeSplit",
2314
+ type: "uint256",
2315
+ },
2316
+ {
2317
+ internalType: "uint256",
2318
+ name: "rewardFeeSplit",
2319
+ type: "uint256",
2320
+ },
2321
+ ],
2322
+ internalType: "struct IFeeDispatcher.FeeRecipient[]",
2323
+ name: "recipients_",
2324
+ type: "tuple[]",
2325
+ },
2326
+ {
2327
+ internalType: "address",
2328
+ name: "feeDispatcher_",
2329
+ type: "address",
2330
+ },
2331
+ {
2332
+ internalType: "enum Vault.AdditionalRewardsStrategy",
2333
+ name: "additionalRewardsStrategy_",
2334
+ type: "uint8",
2335
+ },
2336
+ {
2337
+ internalType: "contract BlockList",
2338
+ name: "blockList_",
2339
+ type: "address",
2340
+ },
2341
+ {
2342
+ internalType: "uint256",
2343
+ name: "pendingDepositFee_",
2344
+ type: "uint256",
2345
+ },
2346
+ {
2347
+ internalType: "uint256",
2348
+ name: "pendingRewardFee_",
2349
+ type: "uint256",
2350
+ },
2351
+ {
2352
+ internalType: "contract IConnectorRegistry",
2353
+ name: "connectorRegistry_",
2354
+ type: "address",
2355
+ },
2356
+ {
2357
+ internalType: "address",
2358
+ name: "initialFeeCollector_",
2359
+ type: "address",
2360
+ },
2361
+ ],
2362
+ internalType: "struct Vault.UpgradeParams",
2363
+ name: "upgradeParams",
2364
+ type: "tuple",
2365
+ },
2366
+ ],
2367
+ name: "upgrade",
2368
+ outputs: [],
2369
+ stateMutability: "nonpayable",
2370
+ type: "function",
2371
+ },
2372
+ {
2373
+ inputs: [],
2374
+ name: "vaultFactory",
2375
+ outputs: [
2376
+ {
2377
+ internalType: "address",
2378
+ name: "",
2379
+ type: "address",
2380
+ },
2381
+ ],
2382
+ stateMutability: "view",
2383
+ type: "function",
2384
+ },
2385
+ {
2386
+ inputs: [
2387
+ {
2388
+ internalType: "uint256",
2389
+ name: "assets",
2390
+ type: "uint256",
2391
+ },
2392
+ {
2393
+ internalType: "address",
2394
+ name: "receiver",
2395
+ type: "address",
2396
+ },
2397
+ {
2398
+ internalType: "address",
2399
+ name: "owner",
2400
+ type: "address",
2401
+ },
2402
+ ],
2403
+ name: "withdraw",
2404
+ outputs: [
2405
+ {
2406
+ internalType: "uint256",
2407
+ name: "",
2408
+ type: "uint256",
2409
+ },
2410
+ ],
2411
+ stateMutability: "nonpayable",
2412
+ type: "function",
2413
+ },
2414
+ ];
2415
+ export class KilnVault__factory {
2416
+ static abi = _abi;
2417
+ static createInterface() {
2418
+ return new utils.Interface(_abi);
2419
+ }
2420
+ static connect(address, signerOrProvider) {
2421
+ return new Contract(address, _abi, signerOrProvider);
2422
+ }
2423
+ }