@katanaperps/katana-perps-sdk 1.0.0-alpha.2 → 1.0.0-alpha.21

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 (66) hide show
  1. package/dist/abis/ExchangeLayerZeroAdapter_v1.json +60 -25
  2. package/dist/abis/ExchangeLocalDepositAdapter_v1.json +318 -0
  3. package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +229 -0
  4. package/dist/abis/FixedIncomeVaultProvider_v1.json +2640 -0
  5. package/dist/abis/IVaultComposerSync.json +537 -0
  6. package/dist/abis/KatanaPerpsStargateForwarder_v1.json +108 -14
  7. package/dist/bridge/config.d.ts +29 -25
  8. package/dist/bridge/config.d.ts.map +1 -1
  9. package/dist/bridge/config.js +24 -21
  10. package/dist/bridge/deposit.d.ts +30 -3
  11. package/dist/bridge/deposit.d.ts.map +1 -1
  12. package/dist/bridge/deposit.js +156 -28
  13. package/dist/bridge/utils.d.ts +17 -15
  14. package/dist/bridge/utils.d.ts.map +1 -1
  15. package/dist/bridge/utils.js +17 -6
  16. package/dist/bridge/withdraw.d.ts.map +1 -1
  17. package/dist/bridge/withdraw.js +1 -2
  18. package/dist/client/rest/authenticated.d.ts +17 -2
  19. package/dist/client/rest/authenticated.d.ts.map +1 -1
  20. package/dist/client/rest/authenticated.js +37 -14
  21. package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +23 -28
  22. package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
  23. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +210 -0
  24. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +1 -0
  25. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +2 -0
  26. package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts +13 -13
  27. package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts.map +1 -1
  28. package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts +50 -78
  29. package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts.map +1 -1
  30. package/dist/typechain-types/IVaultComposerSync.d.ts +247 -0
  31. package/dist/typechain-types/IVaultComposerSync.d.ts.map +1 -0
  32. package/dist/typechain-types/IVaultComposerSync.js +2 -0
  33. package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts +29 -5
  34. package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts.map +1 -1
  35. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts +46 -20
  36. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
  37. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +60 -25
  38. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +255 -0
  39. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +1 -0
  40. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +335 -0
  41. package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts +15 -15
  42. package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js +20 -20
  43. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts +61 -96
  44. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
  45. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +72 -117
  46. package/dist/typechain-types/factories/IVaultComposerSync__factory.d.ts +422 -0
  47. package/dist/typechain-types/factories/IVaultComposerSync__factory.d.ts.map +1 -0
  48. package/dist/typechain-types/factories/IVaultComposerSync__factory.js +554 -0
  49. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts +86 -14
  50. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts.map +1 -1
  51. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.js +108 -14
  52. package/dist/typechain-types/factories/index.d.ts +4 -0
  53. package/dist/typechain-types/factories/index.d.ts.map +1 -1
  54. package/dist/typechain-types/factories/index.js +9 -1
  55. package/dist/typechain-types/index.d.ts +8 -0
  56. package/dist/typechain-types/index.d.ts.map +1 -1
  57. package/dist/typechain-types/index.js +9 -1
  58. package/dist/types/enums/request.d.ts +2 -2
  59. package/dist/types/enums/request.js +1 -1
  60. package/dist/types/rest/endpoints/GetExchange.d.ts +54 -0
  61. package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
  62. package/dist/types/rest/endpoints/GetGasFees.d.ts +2 -0
  63. package/dist/types/rest/endpoints/GetGasFees.d.ts.map +1 -1
  64. package/dist/types/rest/endpoints/internal.d.ts +8 -0
  65. package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
  66. package/package.json +1 -1
@@ -0,0 +1,2640 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "exchange_",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "uint64",
11
+ "name": "withdrawalLimitWindowSizeInS_",
12
+ "type": "uint64"
13
+ }
14
+ ],
15
+ "stateMutability": "nonpayable",
16
+ "type": "constructor"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "AddManagedAccountDisabled",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [
25
+ {
26
+ "internalType": "address",
27
+ "name": "managerWallet",
28
+ "type": "address"
29
+ }
30
+ ],
31
+ "name": "ApplyDepositDisabled",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [
36
+ {
37
+ "internalType": "address",
38
+ "name": "managerWallet",
39
+ "type": "address"
40
+ }
41
+ ],
42
+ "name": "DepositDisabled",
43
+ "type": "error"
44
+ },
45
+ {
46
+ "inputs": [],
47
+ "name": "DepositExceedsMax",
48
+ "type": "error"
49
+ },
50
+ {
51
+ "inputs": [
52
+ {
53
+ "internalType": "uint128",
54
+ "name": "maxValue",
55
+ "type": "uint128"
56
+ }
57
+ ],
58
+ "name": "DepositQueueLengthExceedsMax",
59
+ "type": "error"
60
+ },
61
+ {
62
+ "inputs": [],
63
+ "name": "Duplicate",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ExitFundCannotHaveOpenPosition",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "ExitFundHasNoPositions",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "uint256",
80
+ "name": "actual",
81
+ "type": "uint256"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "expected",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "InsufficientQuoteBalance",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "uint64",
96
+ "name": "value",
97
+ "type": "uint64"
98
+ },
99
+ {
100
+ "internalType": "uint64",
101
+ "name": "maxValue",
102
+ "type": "uint64"
103
+ },
104
+ {
105
+ "internalType": "uint64",
106
+ "name": "minValue",
107
+ "type": "uint64"
108
+ }
109
+ ],
110
+ "name": "InterestMultiplierOutOfRange",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [],
115
+ "name": "InvalidContractAddress",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "uint64",
122
+ "name": "depositIndex",
123
+ "type": "uint64"
124
+ }
125
+ ],
126
+ "name": "InvalidDepositIndex",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [],
131
+ "name": "InvalidDepositorWallet",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [],
136
+ "name": "InvalidManagerWallet",
137
+ "type": "error"
138
+ },
139
+ {
140
+ "inputs": [],
141
+ "name": "InvalidQuantity",
142
+ "type": "error"
143
+ },
144
+ {
145
+ "inputs": [],
146
+ "name": "InvalidWalletAddress",
147
+ "type": "error"
148
+ },
149
+ {
150
+ "inputs": [],
151
+ "name": "InvalidWalletSignature",
152
+ "type": "error"
153
+ },
154
+ {
155
+ "inputs": [
156
+ {
157
+ "internalType": "bytes32",
158
+ "name": "withdrawalHash",
159
+ "type": "bytes32"
160
+ }
161
+ ],
162
+ "name": "InvalidWithdrawalHash",
163
+ "type": "error"
164
+ },
165
+ {
166
+ "inputs": [
167
+ {
168
+ "internalType": "uint256",
169
+ "name": "value",
170
+ "type": "uint256"
171
+ },
172
+ {
173
+ "internalType": "uint256",
174
+ "name": "maxValue",
175
+ "type": "uint256"
176
+ },
177
+ {
178
+ "internalType": "uint256",
179
+ "name": "minValue",
180
+ "type": "uint256"
181
+ }
182
+ ],
183
+ "name": "ManagedAccountUpgradeBlockTimestampDelayInSOutOfRange",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "uint64",
190
+ "name": "maxValue",
191
+ "type": "uint64"
192
+ },
193
+ {
194
+ "internalType": "uint64",
195
+ "name": "value",
196
+ "type": "uint64"
197
+ }
198
+ ],
199
+ "name": "MaximumGasFeeExceedsQuantity",
200
+ "type": "error"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "uint64",
206
+ "name": "minValue",
207
+ "type": "uint64"
208
+ },
209
+ {
210
+ "internalType": "uint64",
211
+ "name": "value",
212
+ "type": "uint64"
213
+ }
214
+ ],
215
+ "name": "MaximumGasFeeTooLow",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "uint64",
222
+ "name": "value",
223
+ "type": "uint64"
224
+ },
225
+ {
226
+ "internalType": "uint64",
227
+ "name": "maxValue",
228
+ "type": "uint64"
229
+ },
230
+ {
231
+ "internalType": "uint64",
232
+ "name": "minValue",
233
+ "type": "uint64"
234
+ }
235
+ ],
236
+ "name": "MaximumNetDepositsOutOfRange",
237
+ "type": "error"
238
+ },
239
+ {
240
+ "inputs": [
241
+ {
242
+ "internalType": "uint64",
243
+ "name": "value",
244
+ "type": "uint64"
245
+ },
246
+ {
247
+ "internalType": "uint64",
248
+ "name": "maxValue",
249
+ "type": "uint64"
250
+ },
251
+ {
252
+ "internalType": "uint64",
253
+ "name": "minValue",
254
+ "type": "uint64"
255
+ }
256
+ ],
257
+ "name": "MaximumTotalOwedQuantityAvailableMultiplierToInitiateExitOutOfRange",
258
+ "type": "error"
259
+ },
260
+ {
261
+ "inputs": [
262
+ {
263
+ "internalType": "uint64",
264
+ "name": "value",
265
+ "type": "uint64"
266
+ },
267
+ {
268
+ "internalType": "uint64",
269
+ "name": "maxValue",
270
+ "type": "uint64"
271
+ },
272
+ {
273
+ "internalType": "uint64",
274
+ "name": "minValue",
275
+ "type": "uint64"
276
+ }
277
+ ],
278
+ "name": "MinimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawalOutOfRange",
279
+ "type": "error"
280
+ },
281
+ {
282
+ "inputs": [
283
+ {
284
+ "internalType": "uint64",
285
+ "name": "value",
286
+ "type": "uint64"
287
+ },
288
+ {
289
+ "internalType": "uint64",
290
+ "name": "maxValue",
291
+ "type": "uint64"
292
+ },
293
+ {
294
+ "internalType": "uint64",
295
+ "name": "minValue",
296
+ "type": "uint64"
297
+ }
298
+ ],
299
+ "name": "MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange",
300
+ "type": "error"
301
+ },
302
+ {
303
+ "inputs": [],
304
+ "name": "NewInsuranceFundWalletCannotBeExited",
305
+ "type": "error"
306
+ },
307
+ {
308
+ "inputs": [],
309
+ "name": "NewValueExceedsMaximum",
310
+ "type": "error"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "NewValueMustBeDifferentFromCurrent",
315
+ "type": "error"
316
+ },
317
+ {
318
+ "inputs": [
319
+ {
320
+ "internalType": "uint64",
321
+ "name": "value",
322
+ "type": "uint64"
323
+ },
324
+ {
325
+ "internalType": "uint64",
326
+ "name": "maxValue",
327
+ "type": "uint64"
328
+ },
329
+ {
330
+ "internalType": "uint64",
331
+ "name": "minValue",
332
+ "type": "uint64"
333
+ }
334
+ ],
335
+ "name": "NonceTimestampSkewOutOfRange",
336
+ "type": "error"
337
+ },
338
+ {
339
+ "inputs": [],
340
+ "name": "NotImplemented",
341
+ "type": "error"
342
+ },
343
+ {
344
+ "inputs": [
345
+ {
346
+ "internalType": "uint8",
347
+ "name": "bits",
348
+ "type": "uint8"
349
+ },
350
+ {
351
+ "internalType": "uint256",
352
+ "name": "value",
353
+ "type": "uint256"
354
+ }
355
+ ],
356
+ "name": "SafeCastOverflowedUintDowncast",
357
+ "type": "error"
358
+ },
359
+ {
360
+ "inputs": [],
361
+ "name": "SenderMustBeAdmin",
362
+ "type": "error"
363
+ },
364
+ {
365
+ "inputs": [],
366
+ "name": "SenderMustBeAdminOrDispatcher",
367
+ "type": "error"
368
+ },
369
+ {
370
+ "inputs": [],
371
+ "name": "SenderMustBeDepositorWallet",
372
+ "type": "error"
373
+ },
374
+ {
375
+ "inputs": [],
376
+ "name": "SenderMustBeDispatcher",
377
+ "type": "error"
378
+ },
379
+ {
380
+ "inputs": [],
381
+ "name": "SenderMustBeExchange",
382
+ "type": "error"
383
+ },
384
+ {
385
+ "inputs": [],
386
+ "name": "SenderMustBeExchangeBridgeAdapter",
387
+ "type": "error"
388
+ },
389
+ {
390
+ "inputs": [],
391
+ "name": "SenderMustBeGovernance",
392
+ "type": "error"
393
+ },
394
+ {
395
+ "inputs": [],
396
+ "name": "SenderMustBeOwner",
397
+ "type": "error"
398
+ },
399
+ {
400
+ "inputs": [],
401
+ "name": "SenderMustBeWithdrawalDispatcher",
402
+ "type": "error"
403
+ },
404
+ {
405
+ "inputs": [],
406
+ "name": "UnknownBaseAssetSymbol",
407
+ "type": "error"
408
+ },
409
+ {
410
+ "inputs": [],
411
+ "name": "ValueCanOnlyBetSetOnce",
412
+ "type": "error"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "uint256",
418
+ "name": "actual",
419
+ "type": "uint256"
420
+ },
421
+ {
422
+ "internalType": "uint256",
423
+ "name": "expected",
424
+ "type": "uint256"
425
+ }
426
+ ],
427
+ "name": "VaultConfigurationUpgradeBlockTimestampThresholdNotReached",
428
+ "type": "error"
429
+ },
430
+ {
431
+ "inputs": [],
432
+ "name": "VaultConfigurationUpgradeNotInProgress",
433
+ "type": "error"
434
+ },
435
+ {
436
+ "inputs": [],
437
+ "name": "VaultIsExitFinalized",
438
+ "type": "error"
439
+ },
440
+ {
441
+ "inputs": [],
442
+ "name": "VaultIsExited",
443
+ "type": "error"
444
+ },
445
+ {
446
+ "inputs": [],
447
+ "name": "VaultIsLiquidated",
448
+ "type": "error"
449
+ },
450
+ {
451
+ "inputs": [],
452
+ "name": "VaultIsNotExited",
453
+ "type": "error"
454
+ },
455
+ {
456
+ "inputs": [],
457
+ "name": "WalletCannotBeExited",
458
+ "type": "error"
459
+ },
460
+ {
461
+ "inputs": [],
462
+ "name": "WalletHasNoOverridesForMarket",
463
+ "type": "error"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "WalletMustBeExited",
468
+ "type": "error"
469
+ },
470
+ {
471
+ "inputs": [],
472
+ "name": "WithdrawalCancellationNotAllowed",
473
+ "type": "error"
474
+ },
475
+ {
476
+ "inputs": [
477
+ {
478
+ "internalType": "uint64",
479
+ "name": "value",
480
+ "type": "uint64"
481
+ },
482
+ {
483
+ "internalType": "uint64",
484
+ "name": "maxValue",
485
+ "type": "uint64"
486
+ },
487
+ {
488
+ "internalType": "uint64",
489
+ "name": "minValue",
490
+ "type": "uint64"
491
+ }
492
+ ],
493
+ "name": "WithdrawalLimitPercentForDepositorsOutOfRange",
494
+ "type": "error"
495
+ },
496
+ {
497
+ "inputs": [
498
+ {
499
+ "internalType": "uint64",
500
+ "name": "value",
501
+ "type": "uint64"
502
+ },
503
+ {
504
+ "internalType": "uint64",
505
+ "name": "maxValue",
506
+ "type": "uint64"
507
+ },
508
+ {
509
+ "internalType": "uint64",
510
+ "name": "minValue",
511
+ "type": "uint64"
512
+ }
513
+ ],
514
+ "name": "WithdrawalLimitPercentForVaultOutOfRange",
515
+ "type": "error"
516
+ },
517
+ {
518
+ "inputs": [
519
+ {
520
+ "internalType": "uint64",
521
+ "name": "value",
522
+ "type": "uint64"
523
+ },
524
+ {
525
+ "internalType": "uint64",
526
+ "name": "maxValue",
527
+ "type": "uint64"
528
+ },
529
+ {
530
+ "internalType": "uint64",
531
+ "name": "minValue",
532
+ "type": "uint64"
533
+ }
534
+ ],
535
+ "name": "WithdrawalLimitWindowSizeInSOutOfRange",
536
+ "type": "error"
537
+ },
538
+ {
539
+ "inputs": [
540
+ {
541
+ "internalType": "uint64",
542
+ "name": "minValue",
543
+ "type": "uint64"
544
+ },
545
+ {
546
+ "internalType": "uint64",
547
+ "name": "value",
548
+ "type": "uint64"
549
+ }
550
+ ],
551
+ "name": "WithdrawalQuantityBelowMinimum",
552
+ "type": "error"
553
+ },
554
+ {
555
+ "inputs": [
556
+ {
557
+ "internalType": "uint64",
558
+ "name": "limit",
559
+ "type": "uint64"
560
+ },
561
+ {
562
+ "internalType": "uint64",
563
+ "name": "value",
564
+ "type": "uint64"
565
+ }
566
+ ],
567
+ "name": "WithdrawalQuantityExceedsLimit",
568
+ "type": "error"
569
+ },
570
+ {
571
+ "anonymous": false,
572
+ "inputs": [],
573
+ "name": "AddManagedAccountsDisabledAdmin",
574
+ "type": "event"
575
+ },
576
+ {
577
+ "anonymous": false,
578
+ "inputs": [],
579
+ "name": "AddManagedAccountsEnabledAdmin",
580
+ "type": "event"
581
+ },
582
+ {
583
+ "anonymous": false,
584
+ "inputs": [
585
+ {
586
+ "indexed": true,
587
+ "internalType": "address",
588
+ "name": "managerWallet",
589
+ "type": "address"
590
+ },
591
+ {
592
+ "indexed": false,
593
+ "internalType": "address",
594
+ "name": "depositorWallet",
595
+ "type": "address"
596
+ },
597
+ {
598
+ "indexed": false,
599
+ "internalType": "uint64",
600
+ "name": "quantity",
601
+ "type": "uint64"
602
+ },
603
+ {
604
+ "indexed": false,
605
+ "internalType": "uint64",
606
+ "name": "newWalletOwedQuantity",
607
+ "type": "uint64"
608
+ },
609
+ {
610
+ "indexed": false,
611
+ "internalType": "uint64",
612
+ "name": "newVaultTotalOwedQuantity",
613
+ "type": "uint64"
614
+ }
615
+ ],
616
+ "name": "DepositToManagedAccountApplied",
617
+ "type": "event"
618
+ },
619
+ {
620
+ "anonymous": false,
621
+ "inputs": [
622
+ {
623
+ "indexed": false,
624
+ "internalType": "uint64",
625
+ "name": "depositIndex",
626
+ "type": "uint64"
627
+ },
628
+ {
629
+ "indexed": false,
630
+ "internalType": "uint64",
631
+ "name": "quantity",
632
+ "type": "uint64"
633
+ },
634
+ {
635
+ "indexed": false,
636
+ "internalType": "address",
637
+ "name": "sourceWallet",
638
+ "type": "address"
639
+ },
640
+ {
641
+ "indexed": false,
642
+ "internalType": "address",
643
+ "name": "depositorWallet",
644
+ "type": "address"
645
+ },
646
+ {
647
+ "indexed": false,
648
+ "internalType": "address",
649
+ "name": "managerWallet",
650
+ "type": "address"
651
+ }
652
+ ],
653
+ "name": "DepositToManagedAccountReadyToApply",
654
+ "type": "event"
655
+ },
656
+ {
657
+ "anonymous": false,
658
+ "inputs": [
659
+ {
660
+ "indexed": true,
661
+ "internalType": "address",
662
+ "name": "managerWallet",
663
+ "type": "address"
664
+ }
665
+ ],
666
+ "name": "DepositsDisabled",
667
+ "type": "event"
668
+ },
669
+ {
670
+ "anonymous": false,
671
+ "inputs": [
672
+ {
673
+ "indexed": false,
674
+ "internalType": "bool",
675
+ "name": "isDepositEnabled",
676
+ "type": "bool"
677
+ },
678
+ {
679
+ "indexed": false,
680
+ "internalType": "bool",
681
+ "name": "isApplyDepositEnabled",
682
+ "type": "bool"
683
+ }
684
+ ],
685
+ "name": "DepositsDisabledAdmin",
686
+ "type": "event"
687
+ },
688
+ {
689
+ "anonymous": false,
690
+ "inputs": [
691
+ {
692
+ "indexed": true,
693
+ "internalType": "address",
694
+ "name": "managerWallet",
695
+ "type": "address"
696
+ }
697
+ ],
698
+ "name": "DepositsEnabled",
699
+ "type": "event"
700
+ },
701
+ {
702
+ "anonymous": false,
703
+ "inputs": [],
704
+ "name": "DepositsEnabledAdmin",
705
+ "type": "event"
706
+ },
707
+ {
708
+ "anonymous": false,
709
+ "inputs": [
710
+ {
711
+ "indexed": false,
712
+ "internalType": "address",
713
+ "name": "depositorWallet",
714
+ "type": "address"
715
+ },
716
+ {
717
+ "indexed": false,
718
+ "internalType": "uint256",
719
+ "name": "quantityInAssetUnits",
720
+ "type": "uint256"
721
+ },
722
+ {
723
+ "indexed": false,
724
+ "internalType": "bytes",
725
+ "name": "depositErrorData",
726
+ "type": "bytes"
727
+ }
728
+ ],
729
+ "name": "LiquidatedVaultPendingDepositRefundFailed",
730
+ "type": "event"
731
+ },
732
+ {
733
+ "anonymous": false,
734
+ "inputs": [
735
+ {
736
+ "indexed": false,
737
+ "internalType": "address",
738
+ "name": "managerWallet",
739
+ "type": "address"
740
+ }
741
+ ],
742
+ "name": "ManagedAccountAdded",
743
+ "type": "event"
744
+ },
745
+ {
746
+ "anonymous": false,
747
+ "inputs": [
748
+ {
749
+ "indexed": false,
750
+ "internalType": "uint256",
751
+ "name": "previousValue",
752
+ "type": "uint256"
753
+ },
754
+ {
755
+ "indexed": false,
756
+ "internalType": "uint256",
757
+ "name": "newValue",
758
+ "type": "uint256"
759
+ }
760
+ ],
761
+ "name": "ManagedAccountUpgradeBlockTimestampDelayChanged",
762
+ "type": "event"
763
+ },
764
+ {
765
+ "anonymous": false,
766
+ "inputs": [
767
+ {
768
+ "indexed": true,
769
+ "internalType": "address",
770
+ "name": "managerWallet",
771
+ "type": "address"
772
+ }
773
+ ],
774
+ "name": "ManagedAccountUpgradeCanceled",
775
+ "type": "event"
776
+ },
777
+ {
778
+ "anonymous": false,
779
+ "inputs": [
780
+ {
781
+ "indexed": true,
782
+ "internalType": "address",
783
+ "name": "managerWallet",
784
+ "type": "address"
785
+ }
786
+ ],
787
+ "name": "ManagedAccountUpgradeFinalized",
788
+ "type": "event"
789
+ },
790
+ {
791
+ "anonymous": false,
792
+ "inputs": [
793
+ {
794
+ "indexed": true,
795
+ "internalType": "address",
796
+ "name": "managerWallet",
797
+ "type": "address"
798
+ },
799
+ {
800
+ "indexed": false,
801
+ "internalType": "uint256",
802
+ "name": "blockTimestampThreshold",
803
+ "type": "uint256"
804
+ }
805
+ ],
806
+ "name": "ManagedAccountUpgradeInitiated",
807
+ "type": "event"
808
+ },
809
+ {
810
+ "anonymous": false,
811
+ "inputs": [
812
+ {
813
+ "indexed": false,
814
+ "internalType": "address",
815
+ "name": "managerWallet",
816
+ "type": "address"
817
+ }
818
+ ],
819
+ "name": "ManagerWalletLiquidated",
820
+ "type": "event"
821
+ },
822
+ {
823
+ "anonymous": false,
824
+ "inputs": [
825
+ {
826
+ "indexed": false,
827
+ "internalType": "address",
828
+ "name": "previousValue",
829
+ "type": "address"
830
+ },
831
+ {
832
+ "indexed": false,
833
+ "internalType": "address",
834
+ "name": "newValue",
835
+ "type": "address"
836
+ }
837
+ ],
838
+ "name": "WithdrawalDispatcherChanged",
839
+ "type": "event"
840
+ },
841
+ {
842
+ "anonymous": false,
843
+ "inputs": [
844
+ {
845
+ "indexed": true,
846
+ "internalType": "address",
847
+ "name": "managerWallet",
848
+ "type": "address"
849
+ },
850
+ {
851
+ "indexed": false,
852
+ "internalType": "address",
853
+ "name": "depositorWallet",
854
+ "type": "address"
855
+ },
856
+ {
857
+ "indexed": false,
858
+ "internalType": "uint64",
859
+ "name": "quantity",
860
+ "type": "uint64"
861
+ },
862
+ {
863
+ "indexed": false,
864
+ "internalType": "uint64",
865
+ "name": "newWalletOwedQuantity",
866
+ "type": "uint64"
867
+ },
868
+ {
869
+ "indexed": false,
870
+ "internalType": "uint64",
871
+ "name": "newVaultTotalOwedQuantity",
872
+ "type": "uint64"
873
+ }
874
+ ],
875
+ "name": "WithdrawalFromManagedAccountApplied",
876
+ "type": "event"
877
+ },
878
+ {
879
+ "anonymous": false,
880
+ "inputs": [
881
+ {
882
+ "indexed": true,
883
+ "internalType": "address",
884
+ "name": "managerWallet",
885
+ "type": "address"
886
+ },
887
+ {
888
+ "indexed": false,
889
+ "internalType": "address",
890
+ "name": "depositorWallet",
891
+ "type": "address"
892
+ },
893
+ {
894
+ "indexed": false,
895
+ "internalType": "uint64",
896
+ "name": "quantity",
897
+ "type": "uint64"
898
+ }
899
+ ],
900
+ "name": "WithdrawalFromManagedAccountCanceled",
901
+ "type": "event"
902
+ },
903
+ {
904
+ "anonymous": false,
905
+ "inputs": [
906
+ {
907
+ "components": [
908
+ {
909
+ "internalType": "enum ManagedAccountWithdrawalType",
910
+ "name": "withdrawalType",
911
+ "type": "uint8"
912
+ },
913
+ {
914
+ "components": [
915
+ {
916
+ "internalType": "uint128",
917
+ "name": "nonce",
918
+ "type": "uint128"
919
+ },
920
+ {
921
+ "internalType": "address",
922
+ "name": "managerWallet",
923
+ "type": "address"
924
+ },
925
+ {
926
+ "internalType": "address",
927
+ "name": "depositorWallet",
928
+ "type": "address"
929
+ },
930
+ {
931
+ "internalType": "uint64",
932
+ "name": "grossQuantity",
933
+ "type": "uint64"
934
+ },
935
+ {
936
+ "internalType": "uint64",
937
+ "name": "maxShares",
938
+ "type": "uint64"
939
+ },
940
+ {
941
+ "internalType": "uint64",
942
+ "name": "maximumGasFee",
943
+ "type": "uint64"
944
+ },
945
+ {
946
+ "internalType": "contract IManagedAccountProvider",
947
+ "name": "managedAccountProvider",
948
+ "type": "address"
949
+ },
950
+ {
951
+ "internalType": "bytes",
952
+ "name": "managedAccountProviderPayload",
953
+ "type": "bytes"
954
+ },
955
+ {
956
+ "internalType": "address",
957
+ "name": "bridgeAdapter",
958
+ "type": "address"
959
+ },
960
+ {
961
+ "internalType": "bytes",
962
+ "name": "bridgeAdapterPayload",
963
+ "type": "bytes"
964
+ },
965
+ {
966
+ "internalType": "uint64",
967
+ "name": "gasFee",
968
+ "type": "uint64"
969
+ },
970
+ {
971
+ "internalType": "bytes",
972
+ "name": "walletSignature",
973
+ "type": "bytes"
974
+ }
975
+ ],
976
+ "internalType": "struct WithdrawalFromManagedAccountByQuantity",
977
+ "name": "withdrawalByQuantity",
978
+ "type": "tuple"
979
+ },
980
+ {
981
+ "components": [
982
+ {
983
+ "internalType": "uint128",
984
+ "name": "nonce",
985
+ "type": "uint128"
986
+ },
987
+ {
988
+ "internalType": "address",
989
+ "name": "managerWallet",
990
+ "type": "address"
991
+ },
992
+ {
993
+ "internalType": "address",
994
+ "name": "depositorWallet",
995
+ "type": "address"
996
+ },
997
+ {
998
+ "internalType": "uint64",
999
+ "name": "shares",
1000
+ "type": "uint64"
1001
+ },
1002
+ {
1003
+ "internalType": "uint64",
1004
+ "name": "minimumQuantity",
1005
+ "type": "uint64"
1006
+ },
1007
+ {
1008
+ "internalType": "uint64",
1009
+ "name": "maximumGasFee",
1010
+ "type": "uint64"
1011
+ },
1012
+ {
1013
+ "internalType": "contract IManagedAccountProvider",
1014
+ "name": "managedAccountProvider",
1015
+ "type": "address"
1016
+ },
1017
+ {
1018
+ "internalType": "bytes",
1019
+ "name": "managedAccountProviderPayload",
1020
+ "type": "bytes"
1021
+ },
1022
+ {
1023
+ "internalType": "address",
1024
+ "name": "bridgeAdapter",
1025
+ "type": "address"
1026
+ },
1027
+ {
1028
+ "internalType": "bytes",
1029
+ "name": "bridgeAdapterPayload",
1030
+ "type": "bytes"
1031
+ },
1032
+ {
1033
+ "internalType": "uint64",
1034
+ "name": "gasFee",
1035
+ "type": "uint64"
1036
+ },
1037
+ {
1038
+ "internalType": "uint64",
1039
+ "name": "grossQuantity",
1040
+ "type": "uint64"
1041
+ },
1042
+ {
1043
+ "internalType": "bytes",
1044
+ "name": "walletSignature",
1045
+ "type": "bytes"
1046
+ }
1047
+ ],
1048
+ "internalType": "struct WithdrawalFromManagedAccountByShares",
1049
+ "name": "withdrawalByShares",
1050
+ "type": "tuple"
1051
+ }
1052
+ ],
1053
+ "indexed": false,
1054
+ "internalType": "struct WithdrawalFromManagedAccount",
1055
+ "name": "withdrawal",
1056
+ "type": "tuple"
1057
+ },
1058
+ {
1059
+ "indexed": false,
1060
+ "internalType": "uint64",
1061
+ "name": "totalShareSupply",
1062
+ "type": "uint64"
1063
+ },
1064
+ {
1065
+ "indexed": false,
1066
+ "internalType": "uint256",
1067
+ "name": "numberOfWithdrawalsInQueue",
1068
+ "type": "uint256"
1069
+ }
1070
+ ],
1071
+ "name": "WithdrawalFromManagedAccountReadyToApply",
1072
+ "type": "event"
1073
+ },
1074
+ {
1075
+ "inputs": [],
1076
+ "name": "INTEREST_PERIOD_IN_S",
1077
+ "outputs": [
1078
+ {
1079
+ "internalType": "uint64",
1080
+ "name": "",
1081
+ "type": "uint64"
1082
+ }
1083
+ ],
1084
+ "stateMutability": "view",
1085
+ "type": "function"
1086
+ },
1087
+ {
1088
+ "inputs": [],
1089
+ "name": "MAX_INTEREST_MULTIPLIER",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "uint64",
1093
+ "name": "",
1094
+ "type": "uint64"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "inputs": [],
1102
+ "name": "MAX_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S",
1103
+ "outputs": [
1104
+ {
1105
+ "internalType": "uint256",
1106
+ "name": "",
1107
+ "type": "uint256"
1108
+ }
1109
+ ],
1110
+ "stateMutability": "view",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [],
1115
+ "name": "MAX_MAXIMUM_NET_DEPOSITS",
1116
+ "outputs": [
1117
+ {
1118
+ "internalType": "uint64",
1119
+ "name": "",
1120
+ "type": "uint64"
1121
+ }
1122
+ ],
1123
+ "stateMutability": "view",
1124
+ "type": "function"
1125
+ },
1126
+ {
1127
+ "inputs": [],
1128
+ "name": "MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT",
1129
+ "outputs": [
1130
+ {
1131
+ "internalType": "uint64",
1132
+ "name": "",
1133
+ "type": "uint64"
1134
+ }
1135
+ ],
1136
+ "stateMutability": "view",
1137
+ "type": "function"
1138
+ },
1139
+ {
1140
+ "inputs": [],
1141
+ "name": "MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL",
1142
+ "outputs": [
1143
+ {
1144
+ "internalType": "uint64",
1145
+ "name": "",
1146
+ "type": "uint64"
1147
+ }
1148
+ ],
1149
+ "stateMutability": "view",
1150
+ "type": "function"
1151
+ },
1152
+ {
1153
+ "inputs": [],
1154
+ "name": "MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "uint64",
1158
+ "name": "",
1159
+ "type": "uint64"
1160
+ }
1161
+ ],
1162
+ "stateMutability": "view",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [],
1167
+ "name": "MAX_WITHDRAWAL_LIMIT_PERCENT_FOR_DEPOSITORS",
1168
+ "outputs": [
1169
+ {
1170
+ "internalType": "uint64",
1171
+ "name": "",
1172
+ "type": "uint64"
1173
+ }
1174
+ ],
1175
+ "stateMutability": "view",
1176
+ "type": "function"
1177
+ },
1178
+ {
1179
+ "inputs": [],
1180
+ "name": "MAX_WITHDRAWAL_LIMIT_PERCENT_FOR_VAULT",
1181
+ "outputs": [
1182
+ {
1183
+ "internalType": "uint64",
1184
+ "name": "",
1185
+ "type": "uint64"
1186
+ }
1187
+ ],
1188
+ "stateMutability": "view",
1189
+ "type": "function"
1190
+ },
1191
+ {
1192
+ "inputs": [],
1193
+ "name": "MAX_WITHDRAWAL_LIMIT_WINDOW_SIZE_IN_S",
1194
+ "outputs": [
1195
+ {
1196
+ "internalType": "uint64",
1197
+ "name": "",
1198
+ "type": "uint64"
1199
+ }
1200
+ ],
1201
+ "stateMutability": "view",
1202
+ "type": "function"
1203
+ },
1204
+ {
1205
+ "inputs": [],
1206
+ "name": "MINIMUM_WITHDRAWAL_MAXIMUM_GAS_FEE",
1207
+ "outputs": [
1208
+ {
1209
+ "internalType": "uint64",
1210
+ "name": "",
1211
+ "type": "uint64"
1212
+ }
1213
+ ],
1214
+ "stateMutability": "view",
1215
+ "type": "function"
1216
+ },
1217
+ {
1218
+ "inputs": [],
1219
+ "name": "MIN_INTEREST_MULTIPLIER",
1220
+ "outputs": [
1221
+ {
1222
+ "internalType": "uint64",
1223
+ "name": "",
1224
+ "type": "uint64"
1225
+ }
1226
+ ],
1227
+ "stateMutability": "view",
1228
+ "type": "function"
1229
+ },
1230
+ {
1231
+ "inputs": [],
1232
+ "name": "MIN_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S",
1233
+ "outputs": [
1234
+ {
1235
+ "internalType": "uint256",
1236
+ "name": "",
1237
+ "type": "uint256"
1238
+ }
1239
+ ],
1240
+ "stateMutability": "view",
1241
+ "type": "function"
1242
+ },
1243
+ {
1244
+ "inputs": [],
1245
+ "name": "MIN_MAXIMUM_NET_DEPOSITS",
1246
+ "outputs": [
1247
+ {
1248
+ "internalType": "uint64",
1249
+ "name": "",
1250
+ "type": "uint64"
1251
+ }
1252
+ ],
1253
+ "stateMutability": "view",
1254
+ "type": "function"
1255
+ },
1256
+ {
1257
+ "inputs": [],
1258
+ "name": "MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT",
1259
+ "outputs": [
1260
+ {
1261
+ "internalType": "uint64",
1262
+ "name": "",
1263
+ "type": "uint64"
1264
+ }
1265
+ ],
1266
+ "stateMutability": "view",
1267
+ "type": "function"
1268
+ },
1269
+ {
1270
+ "inputs": [],
1271
+ "name": "MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL",
1272
+ "outputs": [
1273
+ {
1274
+ "internalType": "uint64",
1275
+ "name": "",
1276
+ "type": "uint64"
1277
+ }
1278
+ ],
1279
+ "stateMutability": "view",
1280
+ "type": "function"
1281
+ },
1282
+ {
1283
+ "inputs": [],
1284
+ "name": "MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT",
1285
+ "outputs": [
1286
+ {
1287
+ "internalType": "uint64",
1288
+ "name": "",
1289
+ "type": "uint64"
1290
+ }
1291
+ ],
1292
+ "stateMutability": "view",
1293
+ "type": "function"
1294
+ },
1295
+ {
1296
+ "inputs": [],
1297
+ "name": "MIN_WITHDRAWAL_LIMIT_PERCENT_FOR_DEPOSITORS",
1298
+ "outputs": [
1299
+ {
1300
+ "internalType": "uint64",
1301
+ "name": "",
1302
+ "type": "uint64"
1303
+ }
1304
+ ],
1305
+ "stateMutability": "view",
1306
+ "type": "function"
1307
+ },
1308
+ {
1309
+ "inputs": [],
1310
+ "name": "MIN_WITHDRAWAL_LIMIT_PERCENT_FOR_VAULT",
1311
+ "outputs": [
1312
+ {
1313
+ "internalType": "uint64",
1314
+ "name": "",
1315
+ "type": "uint64"
1316
+ }
1317
+ ],
1318
+ "stateMutability": "view",
1319
+ "type": "function"
1320
+ },
1321
+ {
1322
+ "inputs": [],
1323
+ "name": "MIN_WITHDRAWAL_LIMIT_WINDOW_SIZE_IN_S",
1324
+ "outputs": [
1325
+ {
1326
+ "internalType": "uint64",
1327
+ "name": "",
1328
+ "type": "uint64"
1329
+ }
1330
+ ],
1331
+ "stateMutability": "view",
1332
+ "type": "function"
1333
+ },
1334
+ {
1335
+ "inputs": [
1336
+ {
1337
+ "internalType": "address",
1338
+ "name": "managerWallet",
1339
+ "type": "address"
1340
+ },
1341
+ {
1342
+ "internalType": "bytes",
1343
+ "name": "payload",
1344
+ "type": "bytes"
1345
+ }
1346
+ ],
1347
+ "name": "addManagedAccount",
1348
+ "outputs": [],
1349
+ "stateMutability": "nonpayable",
1350
+ "type": "function"
1351
+ },
1352
+ {
1353
+ "inputs": [],
1354
+ "name": "adminWallet",
1355
+ "outputs": [
1356
+ {
1357
+ "internalType": "address",
1358
+ "name": "",
1359
+ "type": "address"
1360
+ }
1361
+ ],
1362
+ "stateMutability": "view",
1363
+ "type": "function"
1364
+ },
1365
+ {
1366
+ "inputs": [
1367
+ {
1368
+ "internalType": "uint64",
1369
+ "name": "depositIndex",
1370
+ "type": "uint64"
1371
+ },
1372
+ {
1373
+ "internalType": "address",
1374
+ "name": "managerWallet",
1375
+ "type": "address"
1376
+ },
1377
+ {
1378
+ "internalType": "uint64",
1379
+ "name": "quantity",
1380
+ "type": "uint64"
1381
+ }
1382
+ ],
1383
+ "name": "applyPendingDeposit",
1384
+ "outputs": [],
1385
+ "stateMutability": "nonpayable",
1386
+ "type": "function"
1387
+ },
1388
+ {
1389
+ "inputs": [
1390
+ {
1391
+ "internalType": "uint64",
1392
+ "name": "gasFee",
1393
+ "type": "uint64"
1394
+ },
1395
+ {
1396
+ "internalType": "uint64",
1397
+ "name": "",
1398
+ "type": "uint64"
1399
+ },
1400
+ {
1401
+ "internalType": "address",
1402
+ "name": "managerWallet",
1403
+ "type": "address"
1404
+ },
1405
+ {
1406
+ "internalType": "bytes32",
1407
+ "name": "withdrawalHash",
1408
+ "type": "bytes32"
1409
+ }
1410
+ ],
1411
+ "name": "applyPendingWithdrawal",
1412
+ "outputs": [],
1413
+ "stateMutability": "nonpayable",
1414
+ "type": "function"
1415
+ },
1416
+ {
1417
+ "inputs": [],
1418
+ "name": "cancelManagedAccountUpgrade",
1419
+ "outputs": [],
1420
+ "stateMutability": "nonpayable",
1421
+ "type": "function"
1422
+ },
1423
+ {
1424
+ "inputs": [
1425
+ {
1426
+ "internalType": "uint64",
1427
+ "name": "gasFee",
1428
+ "type": "uint64"
1429
+ },
1430
+ {
1431
+ "internalType": "address",
1432
+ "name": "managerWallet",
1433
+ "type": "address"
1434
+ },
1435
+ {
1436
+ "internalType": "bytes32",
1437
+ "name": "withdrawalHash",
1438
+ "type": "bytes32"
1439
+ }
1440
+ ],
1441
+ "name": "cancelPendingWithdrawal",
1442
+ "outputs": [],
1443
+ "stateMutability": "nonpayable",
1444
+ "type": "function"
1445
+ },
1446
+ {
1447
+ "inputs": [
1448
+ {
1449
+ "internalType": "uint64",
1450
+ "name": "depositIndex",
1451
+ "type": "uint64"
1452
+ },
1453
+ {
1454
+ "internalType": "uint64",
1455
+ "name": "quantity",
1456
+ "type": "uint64"
1457
+ },
1458
+ {
1459
+ "internalType": "address",
1460
+ "name": "sourceWallet",
1461
+ "type": "address"
1462
+ },
1463
+ {
1464
+ "internalType": "address",
1465
+ "name": "depositorWallet",
1466
+ "type": "address"
1467
+ },
1468
+ {
1469
+ "internalType": "address",
1470
+ "name": "managerWallet",
1471
+ "type": "address"
1472
+ },
1473
+ {
1474
+ "internalType": "bytes",
1475
+ "name": "managedAccountProviderPayload",
1476
+ "type": "bytes"
1477
+ }
1478
+ ],
1479
+ "name": "deposit",
1480
+ "outputs": [],
1481
+ "stateMutability": "nonpayable",
1482
+ "type": "function"
1483
+ },
1484
+ {
1485
+ "inputs": [
1486
+ {
1487
+ "internalType": "address",
1488
+ "name": "managerWallet",
1489
+ "type": "address"
1490
+ }
1491
+ ],
1492
+ "name": "emitEventsForFrontOfDepositAndWithdrawalQueues",
1493
+ "outputs": [],
1494
+ "stateMutability": "nonpayable",
1495
+ "type": "function"
1496
+ },
1497
+ {
1498
+ "inputs": [],
1499
+ "name": "exchange",
1500
+ "outputs": [
1501
+ {
1502
+ "internalType": "contract IExchange",
1503
+ "name": "",
1504
+ "type": "address"
1505
+ }
1506
+ ],
1507
+ "stateMutability": "view",
1508
+ "type": "function"
1509
+ },
1510
+ {
1511
+ "inputs": [
1512
+ {
1513
+ "internalType": "address",
1514
+ "name": "managerWallet",
1515
+ "type": "address"
1516
+ }
1517
+ ],
1518
+ "name": "exitWallet",
1519
+ "outputs": [],
1520
+ "stateMutability": "nonpayable",
1521
+ "type": "function"
1522
+ },
1523
+ {
1524
+ "inputs": [],
1525
+ "name": "finalizeManagedAccountUpgrade",
1526
+ "outputs": [],
1527
+ "stateMutability": "nonpayable",
1528
+ "type": "function"
1529
+ },
1530
+ {
1531
+ "inputs": [
1532
+ {
1533
+ "internalType": "bytes",
1534
+ "name": "payload",
1535
+ "type": "bytes"
1536
+ }
1537
+ ],
1538
+ "name": "initiateManagedAccountUpgrade",
1539
+ "outputs": [],
1540
+ "stateMutability": "nonpayable",
1541
+ "type": "function"
1542
+ },
1543
+ {
1544
+ "inputs": [
1545
+ {
1546
+ "internalType": "bytes",
1547
+ "name": "",
1548
+ "type": "bytes"
1549
+ }
1550
+ ],
1551
+ "name": "intervalTick",
1552
+ "outputs": [],
1553
+ "stateMutability": "pure",
1554
+ "type": "function"
1555
+ },
1556
+ {
1557
+ "inputs": [],
1558
+ "name": "isAddManagedAccountEnabled",
1559
+ "outputs": [
1560
+ {
1561
+ "internalType": "bool",
1562
+ "name": "",
1563
+ "type": "bool"
1564
+ }
1565
+ ],
1566
+ "stateMutability": "view",
1567
+ "type": "function"
1568
+ },
1569
+ {
1570
+ "inputs": [
1571
+ {
1572
+ "internalType": "address",
1573
+ "name": "",
1574
+ "type": "address"
1575
+ }
1576
+ ],
1577
+ "name": "isApplyDepositEnabled",
1578
+ "outputs": [
1579
+ {
1580
+ "internalType": "bool",
1581
+ "name": "",
1582
+ "type": "bool"
1583
+ }
1584
+ ],
1585
+ "stateMutability": "view",
1586
+ "type": "function"
1587
+ },
1588
+ {
1589
+ "inputs": [
1590
+ {
1591
+ "internalType": "address",
1592
+ "name": "managerWallet",
1593
+ "type": "address"
1594
+ }
1595
+ ],
1596
+ "name": "isDepositEnabled",
1597
+ "outputs": [
1598
+ {
1599
+ "internalType": "bool",
1600
+ "name": "",
1601
+ "type": "bool"
1602
+ }
1603
+ ],
1604
+ "stateMutability": "view",
1605
+ "type": "function"
1606
+ },
1607
+ {
1608
+ "inputs": [
1609
+ {
1610
+ "internalType": "address",
1611
+ "name": "managerWallet",
1612
+ "type": "address"
1613
+ }
1614
+ ],
1615
+ "name": "liquidateManagerWallet",
1616
+ "outputs": [],
1617
+ "stateMutability": "nonpayable",
1618
+ "type": "function"
1619
+ },
1620
+ {
1621
+ "inputs": [
1622
+ {
1623
+ "internalType": "address",
1624
+ "name": "managerWallet",
1625
+ "type": "address"
1626
+ },
1627
+ {
1628
+ "internalType": "address",
1629
+ "name": "depositorWallet",
1630
+ "type": "address"
1631
+ }
1632
+ ],
1633
+ "name": "loadVaultBalanceForWalletSummary",
1634
+ "outputs": [
1635
+ {
1636
+ "components": [
1637
+ {
1638
+ "internalType": "uint64",
1639
+ "name": "costBasis",
1640
+ "type": "uint64"
1641
+ },
1642
+ {
1643
+ "internalType": "uint64",
1644
+ "name": "initialDepositTimestampInS",
1645
+ "type": "uint64"
1646
+ },
1647
+ {
1648
+ "internalType": "uint64",
1649
+ "name": "lockedQuantity",
1650
+ "type": "uint64"
1651
+ },
1652
+ {
1653
+ "internalType": "uint64",
1654
+ "name": "owedQuantity",
1655
+ "type": "uint64"
1656
+ },
1657
+ {
1658
+ "internalType": "uint64",
1659
+ "name": "pendingDepositQuantity",
1660
+ "type": "uint64"
1661
+ },
1662
+ {
1663
+ "internalType": "uint64",
1664
+ "name": "quantityAvailableToWithdraw",
1665
+ "type": "uint64"
1666
+ },
1667
+ {
1668
+ "internalType": "uint64",
1669
+ "name": "withdrawalLimitWindowEndTimestampInS",
1670
+ "type": "uint64"
1671
+ }
1672
+ ],
1673
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultBalanceForWalletSummary",
1674
+ "name": "",
1675
+ "type": "tuple"
1676
+ }
1677
+ ],
1678
+ "stateMutability": "view",
1679
+ "type": "function"
1680
+ },
1681
+ {
1682
+ "inputs": [
1683
+ {
1684
+ "internalType": "address",
1685
+ "name": "managerWallet",
1686
+ "type": "address"
1687
+ },
1688
+ {
1689
+ "internalType": "uint256",
1690
+ "name": "index",
1691
+ "type": "uint256"
1692
+ }
1693
+ ],
1694
+ "name": "loadVaultConfiguration",
1695
+ "outputs": [
1696
+ {
1697
+ "components": [
1698
+ {
1699
+ "internalType": "address",
1700
+ "name": "managerWallet",
1701
+ "type": "address"
1702
+ },
1703
+ {
1704
+ "internalType": "uint64",
1705
+ "name": "effectiveTimestampInS",
1706
+ "type": "uint64"
1707
+ },
1708
+ {
1709
+ "internalType": "uint64",
1710
+ "name": "interestMultiplier",
1711
+ "type": "uint64"
1712
+ },
1713
+ {
1714
+ "internalType": "uint64",
1715
+ "name": "maximumNetDeposits",
1716
+ "type": "uint64"
1717
+ },
1718
+ {
1719
+ "internalType": "uint64",
1720
+ "name": "maximumTotalOwedQuantityAvailableMultiplierToInitiateExit",
1721
+ "type": "uint64"
1722
+ },
1723
+ {
1724
+ "internalType": "uint64",
1725
+ "name": "minimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawal",
1726
+ "type": "uint64"
1727
+ },
1728
+ {
1729
+ "internalType": "uint64",
1730
+ "name": "minimumUnappliedWithdrawalAgeInSToInitiateExit",
1731
+ "type": "uint64"
1732
+ },
1733
+ {
1734
+ "internalType": "uint64",
1735
+ "name": "withdrawalLimitPercentForDepositors",
1736
+ "type": "uint64"
1737
+ },
1738
+ {
1739
+ "internalType": "uint64",
1740
+ "name": "withdrawalLimitPercentForVault",
1741
+ "type": "uint64"
1742
+ }
1743
+ ],
1744
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultConfigurationFields",
1745
+ "name": "",
1746
+ "type": "tuple"
1747
+ }
1748
+ ],
1749
+ "stateMutability": "view",
1750
+ "type": "function"
1751
+ },
1752
+ {
1753
+ "inputs": [
1754
+ {
1755
+ "internalType": "address",
1756
+ "name": "managerWallet",
1757
+ "type": "address"
1758
+ }
1759
+ ],
1760
+ "name": "loadVaultConfigurationsLength",
1761
+ "outputs": [
1762
+ {
1763
+ "internalType": "uint256",
1764
+ "name": "",
1765
+ "type": "uint256"
1766
+ }
1767
+ ],
1768
+ "stateMutability": "view",
1769
+ "type": "function"
1770
+ },
1771
+ {
1772
+ "inputs": [
1773
+ {
1774
+ "internalType": "address",
1775
+ "name": "managerWallet",
1776
+ "type": "address"
1777
+ },
1778
+ {
1779
+ "internalType": "uint256",
1780
+ "name": "index",
1781
+ "type": "uint256"
1782
+ }
1783
+ ],
1784
+ "name": "loadVaultDepositQueueItem",
1785
+ "outputs": [
1786
+ {
1787
+ "components": [
1788
+ {
1789
+ "internalType": "uint64",
1790
+ "name": "index",
1791
+ "type": "uint64"
1792
+ },
1793
+ {
1794
+ "internalType": "uint64",
1795
+ "name": "quantity",
1796
+ "type": "uint64"
1797
+ },
1798
+ {
1799
+ "internalType": "address",
1800
+ "name": "sourceWallet",
1801
+ "type": "address"
1802
+ },
1803
+ {
1804
+ "internalType": "address",
1805
+ "name": "depositorWallet",
1806
+ "type": "address"
1807
+ },
1808
+ {
1809
+ "internalType": "address",
1810
+ "name": "managerWallet",
1811
+ "type": "address"
1812
+ },
1813
+ {
1814
+ "internalType": "contract IManagedAccountProvider",
1815
+ "name": "managedAccount",
1816
+ "type": "address"
1817
+ },
1818
+ {
1819
+ "internalType": "bytes",
1820
+ "name": "payload",
1821
+ "type": "bytes"
1822
+ }
1823
+ ],
1824
+ "internalType": "struct VaultDepositQueue.Item",
1825
+ "name": "",
1826
+ "type": "tuple"
1827
+ }
1828
+ ],
1829
+ "stateMutability": "view",
1830
+ "type": "function"
1831
+ },
1832
+ {
1833
+ "inputs": [
1834
+ {
1835
+ "internalType": "address",
1836
+ "name": "managerWallet",
1837
+ "type": "address"
1838
+ }
1839
+ ],
1840
+ "name": "loadVaultDepositQueueLength",
1841
+ "outputs": [
1842
+ {
1843
+ "internalType": "uint256",
1844
+ "name": "",
1845
+ "type": "uint256"
1846
+ }
1847
+ ],
1848
+ "stateMutability": "view",
1849
+ "type": "function"
1850
+ },
1851
+ {
1852
+ "inputs": [
1853
+ {
1854
+ "internalType": "address",
1855
+ "name": "managerWallet",
1856
+ "type": "address"
1857
+ }
1858
+ ],
1859
+ "name": "loadVaultSummary",
1860
+ "outputs": [
1861
+ {
1862
+ "components": [
1863
+ {
1864
+ "internalType": "bool",
1865
+ "name": "isDepositEnabled",
1866
+ "type": "bool"
1867
+ },
1868
+ {
1869
+ "internalType": "bool",
1870
+ "name": "isExited",
1871
+ "type": "bool"
1872
+ },
1873
+ {
1874
+ "internalType": "bool",
1875
+ "name": "isLiquidated",
1876
+ "type": "bool"
1877
+ },
1878
+ {
1879
+ "internalType": "bool",
1880
+ "name": "didManagerWalletWithdrawExit",
1881
+ "type": "bool"
1882
+ },
1883
+ {
1884
+ "internalType": "uint64",
1885
+ "name": "exitedAccountValue",
1886
+ "type": "uint64"
1887
+ },
1888
+ {
1889
+ "internalType": "uint64",
1890
+ "name": "exitedAtTimestampInS",
1891
+ "type": "uint64"
1892
+ },
1893
+ {
1894
+ "internalType": "uint64",
1895
+ "name": "exitedTotalOwedQuantity",
1896
+ "type": "uint64"
1897
+ },
1898
+ {
1899
+ "internalType": "uint64",
1900
+ "name": "managerLockedQuantity",
1901
+ "type": "uint64"
1902
+ },
1903
+ {
1904
+ "internalType": "uint64",
1905
+ "name": "netDeposits",
1906
+ "type": "uint64"
1907
+ },
1908
+ {
1909
+ "internalType": "uint64",
1910
+ "name": "numDepositorWallets",
1911
+ "type": "uint64"
1912
+ },
1913
+ {
1914
+ "internalType": "uint64",
1915
+ "name": "totalLockedQuantity",
1916
+ "type": "uint64"
1917
+ },
1918
+ {
1919
+ "internalType": "uint64",
1920
+ "name": "totalOwedQuantity",
1921
+ "type": "uint64"
1922
+ },
1923
+ {
1924
+ "internalType": "uint64",
1925
+ "name": "totalPendingDepositQuantity",
1926
+ "type": "uint64"
1927
+ },
1928
+ {
1929
+ "components": [
1930
+ {
1931
+ "internalType": "address",
1932
+ "name": "managerWallet",
1933
+ "type": "address"
1934
+ },
1935
+ {
1936
+ "internalType": "uint64",
1937
+ "name": "effectiveTimestampInS",
1938
+ "type": "uint64"
1939
+ },
1940
+ {
1941
+ "internalType": "uint64",
1942
+ "name": "interestMultiplier",
1943
+ "type": "uint64"
1944
+ },
1945
+ {
1946
+ "internalType": "uint64",
1947
+ "name": "maximumNetDeposits",
1948
+ "type": "uint64"
1949
+ },
1950
+ {
1951
+ "internalType": "uint64",
1952
+ "name": "maximumTotalOwedQuantityAvailableMultiplierToInitiateExit",
1953
+ "type": "uint64"
1954
+ },
1955
+ {
1956
+ "internalType": "uint64",
1957
+ "name": "minimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawal",
1958
+ "type": "uint64"
1959
+ },
1960
+ {
1961
+ "internalType": "uint64",
1962
+ "name": "minimumUnappliedWithdrawalAgeInSToInitiateExit",
1963
+ "type": "uint64"
1964
+ },
1965
+ {
1966
+ "internalType": "uint64",
1967
+ "name": "withdrawalLimitPercentForDepositors",
1968
+ "type": "uint64"
1969
+ },
1970
+ {
1971
+ "internalType": "uint64",
1972
+ "name": "withdrawalLimitPercentForVault",
1973
+ "type": "uint64"
1974
+ }
1975
+ ],
1976
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultConfigurationFields",
1977
+ "name": "configurationFields",
1978
+ "type": "tuple"
1979
+ }
1980
+ ],
1981
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultSummary",
1982
+ "name": "",
1983
+ "type": "tuple"
1984
+ }
1985
+ ],
1986
+ "stateMutability": "view",
1987
+ "type": "function"
1988
+ },
1989
+ {
1990
+ "inputs": [
1991
+ {
1992
+ "internalType": "address",
1993
+ "name": "managerWallet",
1994
+ "type": "address"
1995
+ },
1996
+ {
1997
+ "internalType": "uint256",
1998
+ "name": "index",
1999
+ "type": "uint256"
2000
+ }
2001
+ ],
2002
+ "name": "loadVaultWithdrawQueueItem",
2003
+ "outputs": [
2004
+ {
2005
+ "components": [
2006
+ {
2007
+ "internalType": "enum ManagedAccountWithdrawalType",
2008
+ "name": "withdrawalType",
2009
+ "type": "uint8"
2010
+ },
2011
+ {
2012
+ "components": [
2013
+ {
2014
+ "internalType": "uint128",
2015
+ "name": "nonce",
2016
+ "type": "uint128"
2017
+ },
2018
+ {
2019
+ "internalType": "address",
2020
+ "name": "managerWallet",
2021
+ "type": "address"
2022
+ },
2023
+ {
2024
+ "internalType": "address",
2025
+ "name": "depositorWallet",
2026
+ "type": "address"
2027
+ },
2028
+ {
2029
+ "internalType": "uint64",
2030
+ "name": "grossQuantity",
2031
+ "type": "uint64"
2032
+ },
2033
+ {
2034
+ "internalType": "uint64",
2035
+ "name": "maxShares",
2036
+ "type": "uint64"
2037
+ },
2038
+ {
2039
+ "internalType": "uint64",
2040
+ "name": "maximumGasFee",
2041
+ "type": "uint64"
2042
+ },
2043
+ {
2044
+ "internalType": "contract IManagedAccountProvider",
2045
+ "name": "managedAccountProvider",
2046
+ "type": "address"
2047
+ },
2048
+ {
2049
+ "internalType": "bytes",
2050
+ "name": "managedAccountProviderPayload",
2051
+ "type": "bytes"
2052
+ },
2053
+ {
2054
+ "internalType": "address",
2055
+ "name": "bridgeAdapter",
2056
+ "type": "address"
2057
+ },
2058
+ {
2059
+ "internalType": "bytes",
2060
+ "name": "bridgeAdapterPayload",
2061
+ "type": "bytes"
2062
+ },
2063
+ {
2064
+ "internalType": "uint64",
2065
+ "name": "gasFee",
2066
+ "type": "uint64"
2067
+ },
2068
+ {
2069
+ "internalType": "bytes",
2070
+ "name": "walletSignature",
2071
+ "type": "bytes"
2072
+ }
2073
+ ],
2074
+ "internalType": "struct WithdrawalFromManagedAccountByQuantity",
2075
+ "name": "withdrawalByQuantity",
2076
+ "type": "tuple"
2077
+ },
2078
+ {
2079
+ "components": [
2080
+ {
2081
+ "internalType": "uint128",
2082
+ "name": "nonce",
2083
+ "type": "uint128"
2084
+ },
2085
+ {
2086
+ "internalType": "address",
2087
+ "name": "managerWallet",
2088
+ "type": "address"
2089
+ },
2090
+ {
2091
+ "internalType": "address",
2092
+ "name": "depositorWallet",
2093
+ "type": "address"
2094
+ },
2095
+ {
2096
+ "internalType": "uint64",
2097
+ "name": "shares",
2098
+ "type": "uint64"
2099
+ },
2100
+ {
2101
+ "internalType": "uint64",
2102
+ "name": "minimumQuantity",
2103
+ "type": "uint64"
2104
+ },
2105
+ {
2106
+ "internalType": "uint64",
2107
+ "name": "maximumGasFee",
2108
+ "type": "uint64"
2109
+ },
2110
+ {
2111
+ "internalType": "contract IManagedAccountProvider",
2112
+ "name": "managedAccountProvider",
2113
+ "type": "address"
2114
+ },
2115
+ {
2116
+ "internalType": "bytes",
2117
+ "name": "managedAccountProviderPayload",
2118
+ "type": "bytes"
2119
+ },
2120
+ {
2121
+ "internalType": "address",
2122
+ "name": "bridgeAdapter",
2123
+ "type": "address"
2124
+ },
2125
+ {
2126
+ "internalType": "bytes",
2127
+ "name": "bridgeAdapterPayload",
2128
+ "type": "bytes"
2129
+ },
2130
+ {
2131
+ "internalType": "uint64",
2132
+ "name": "gasFee",
2133
+ "type": "uint64"
2134
+ },
2135
+ {
2136
+ "internalType": "uint64",
2137
+ "name": "grossQuantity",
2138
+ "type": "uint64"
2139
+ },
2140
+ {
2141
+ "internalType": "bytes",
2142
+ "name": "walletSignature",
2143
+ "type": "bytes"
2144
+ }
2145
+ ],
2146
+ "internalType": "struct WithdrawalFromManagedAccountByShares",
2147
+ "name": "withdrawalByShares",
2148
+ "type": "tuple"
2149
+ }
2150
+ ],
2151
+ "internalType": "struct WithdrawalFromManagedAccount",
2152
+ "name": "",
2153
+ "type": "tuple"
2154
+ }
2155
+ ],
2156
+ "stateMutability": "view",
2157
+ "type": "function"
2158
+ },
2159
+ {
2160
+ "inputs": [
2161
+ {
2162
+ "internalType": "address",
2163
+ "name": "managerWallet",
2164
+ "type": "address"
2165
+ }
2166
+ ],
2167
+ "name": "loadVaultWithdrawQueueLength",
2168
+ "outputs": [
2169
+ {
2170
+ "internalType": "uint256",
2171
+ "name": "",
2172
+ "type": "uint256"
2173
+ }
2174
+ ],
2175
+ "stateMutability": "view",
2176
+ "type": "function"
2177
+ },
2178
+ {
2179
+ "inputs": [],
2180
+ "name": "managedAccountUpgradeBlockTimestampDelayInS",
2181
+ "outputs": [
2182
+ {
2183
+ "internalType": "uint256",
2184
+ "name": "",
2185
+ "type": "uint256"
2186
+ }
2187
+ ],
2188
+ "stateMutability": "view",
2189
+ "type": "function"
2190
+ },
2191
+ {
2192
+ "inputs": [],
2193
+ "name": "ownerWallet",
2194
+ "outputs": [
2195
+ {
2196
+ "internalType": "address",
2197
+ "name": "",
2198
+ "type": "address"
2199
+ }
2200
+ ],
2201
+ "stateMutability": "view",
2202
+ "type": "function"
2203
+ },
2204
+ {
2205
+ "inputs": [],
2206
+ "name": "removeAdmin",
2207
+ "outputs": [],
2208
+ "stateMutability": "nonpayable",
2209
+ "type": "function"
2210
+ },
2211
+ {
2212
+ "inputs": [],
2213
+ "name": "removeOwner",
2214
+ "outputs": [],
2215
+ "stateMutability": "nonpayable",
2216
+ "type": "function"
2217
+ },
2218
+ {
2219
+ "inputs": [
2220
+ {
2221
+ "internalType": "uint64",
2222
+ "name": "",
2223
+ "type": "uint64"
2224
+ }
2225
+ ],
2226
+ "name": "seenDepositIndexes",
2227
+ "outputs": [
2228
+ {
2229
+ "internalType": "bool",
2230
+ "name": "",
2231
+ "type": "bool"
2232
+ }
2233
+ ],
2234
+ "stateMutability": "view",
2235
+ "type": "function"
2236
+ },
2237
+ {
2238
+ "inputs": [
2239
+ {
2240
+ "internalType": "bytes32",
2241
+ "name": "",
2242
+ "type": "bytes32"
2243
+ }
2244
+ ],
2245
+ "name": "seenWithdrawalHashes",
2246
+ "outputs": [
2247
+ {
2248
+ "internalType": "bool",
2249
+ "name": "",
2250
+ "type": "bool"
2251
+ }
2252
+ ],
2253
+ "stateMutability": "view",
2254
+ "type": "function"
2255
+ },
2256
+ {
2257
+ "inputs": [
2258
+ {
2259
+ "internalType": "bool",
2260
+ "name": "isAddManagedAccountEnabled",
2261
+ "type": "bool"
2262
+ }
2263
+ ],
2264
+ "name": "setAddManagedAccountEnabledAdmin",
2265
+ "outputs": [],
2266
+ "stateMutability": "nonpayable",
2267
+ "type": "function"
2268
+ },
2269
+ {
2270
+ "inputs": [
2271
+ {
2272
+ "internalType": "address",
2273
+ "name": "newAdmin",
2274
+ "type": "address"
2275
+ }
2276
+ ],
2277
+ "name": "setAdmin",
2278
+ "outputs": [],
2279
+ "stateMutability": "nonpayable",
2280
+ "type": "function"
2281
+ },
2282
+ {
2283
+ "inputs": [
2284
+ {
2285
+ "internalType": "bool",
2286
+ "name": "isEnabled",
2287
+ "type": "bool"
2288
+ }
2289
+ ],
2290
+ "name": "setDepositEnabled",
2291
+ "outputs": [],
2292
+ "stateMutability": "nonpayable",
2293
+ "type": "function"
2294
+ },
2295
+ {
2296
+ "inputs": [
2297
+ {
2298
+ "internalType": "bool",
2299
+ "name": "isDepositEnabled",
2300
+ "type": "bool"
2301
+ },
2302
+ {
2303
+ "internalType": "bool",
2304
+ "name": "isApplyDepositEnabled",
2305
+ "type": "bool"
2306
+ }
2307
+ ],
2308
+ "name": "setDepositEnabledAdmin",
2309
+ "outputs": [],
2310
+ "stateMutability": "nonpayable",
2311
+ "type": "function"
2312
+ },
2313
+ {
2314
+ "inputs": [
2315
+ {
2316
+ "internalType": "uint256",
2317
+ "name": "newManagedAccountUpgradeBlockTimestampDelayInS",
2318
+ "type": "uint256"
2319
+ }
2320
+ ],
2321
+ "name": "setManagedAccountUpgradeBlockTimestampDelay",
2322
+ "outputs": [],
2323
+ "stateMutability": "nonpayable",
2324
+ "type": "function"
2325
+ },
2326
+ {
2327
+ "inputs": [
2328
+ {
2329
+ "internalType": "address",
2330
+ "name": "newOwner",
2331
+ "type": "address"
2332
+ }
2333
+ ],
2334
+ "name": "setOwner",
2335
+ "outputs": [],
2336
+ "stateMutability": "nonpayable",
2337
+ "type": "function"
2338
+ },
2339
+ {
2340
+ "inputs": [
2341
+ {
2342
+ "internalType": "address",
2343
+ "name": "newWithdrawalDispatcherWallet",
2344
+ "type": "address"
2345
+ }
2346
+ ],
2347
+ "name": "setWithdrawalDispatcher",
2348
+ "outputs": [],
2349
+ "stateMutability": "nonpayable",
2350
+ "type": "function"
2351
+ },
2352
+ {
2353
+ "inputs": [
2354
+ {
2355
+ "internalType": "address",
2356
+ "name": "tokenAddress",
2357
+ "type": "address"
2358
+ }
2359
+ ],
2360
+ "name": "skim",
2361
+ "outputs": [],
2362
+ "stateMutability": "nonpayable",
2363
+ "type": "function"
2364
+ },
2365
+ {
2366
+ "inputs": [
2367
+ {
2368
+ "internalType": "address",
2369
+ "name": "",
2370
+ "type": "address"
2371
+ }
2372
+ ],
2373
+ "name": "vaultConfigurationUpgradesByManagerWallet",
2374
+ "outputs": [
2375
+ {
2376
+ "internalType": "bool",
2377
+ "name": "exists",
2378
+ "type": "bool"
2379
+ },
2380
+ {
2381
+ "components": [
2382
+ {
2383
+ "internalType": "address",
2384
+ "name": "managerWallet",
2385
+ "type": "address"
2386
+ },
2387
+ {
2388
+ "internalType": "uint64",
2389
+ "name": "effectiveTimestampInS",
2390
+ "type": "uint64"
2391
+ },
2392
+ {
2393
+ "internalType": "uint64",
2394
+ "name": "interestMultiplier",
2395
+ "type": "uint64"
2396
+ },
2397
+ {
2398
+ "internalType": "uint64",
2399
+ "name": "maximumNetDeposits",
2400
+ "type": "uint64"
2401
+ },
2402
+ {
2403
+ "internalType": "uint64",
2404
+ "name": "maximumTotalOwedQuantityAvailableMultiplierToInitiateExit",
2405
+ "type": "uint64"
2406
+ },
2407
+ {
2408
+ "internalType": "uint64",
2409
+ "name": "minimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawal",
2410
+ "type": "uint64"
2411
+ },
2412
+ {
2413
+ "internalType": "uint64",
2414
+ "name": "minimumUnappliedWithdrawalAgeInSToInitiateExit",
2415
+ "type": "uint64"
2416
+ },
2417
+ {
2418
+ "internalType": "uint64",
2419
+ "name": "withdrawalLimitPercentForDepositors",
2420
+ "type": "uint64"
2421
+ },
2422
+ {
2423
+ "internalType": "uint64",
2424
+ "name": "withdrawalLimitPercentForVault",
2425
+ "type": "uint64"
2426
+ }
2427
+ ],
2428
+ "internalType": "struct FixedIncomeVaultProvider_v1.VaultConfigurationFields",
2429
+ "name": "newVaultConfigurationFields",
2430
+ "type": "tuple"
2431
+ },
2432
+ {
2433
+ "internalType": "uint256",
2434
+ "name": "blockTimestampThreshold",
2435
+ "type": "uint256"
2436
+ }
2437
+ ],
2438
+ "stateMutability": "view",
2439
+ "type": "function"
2440
+ },
2441
+ {
2442
+ "inputs": [
2443
+ {
2444
+ "components": [
2445
+ {
2446
+ "internalType": "uint128",
2447
+ "name": "nonce",
2448
+ "type": "uint128"
2449
+ },
2450
+ {
2451
+ "internalType": "address",
2452
+ "name": "managerWallet",
2453
+ "type": "address"
2454
+ },
2455
+ {
2456
+ "internalType": "address",
2457
+ "name": "depositorWallet",
2458
+ "type": "address"
2459
+ },
2460
+ {
2461
+ "internalType": "uint64",
2462
+ "name": "grossQuantity",
2463
+ "type": "uint64"
2464
+ },
2465
+ {
2466
+ "internalType": "uint64",
2467
+ "name": "maxShares",
2468
+ "type": "uint64"
2469
+ },
2470
+ {
2471
+ "internalType": "uint64",
2472
+ "name": "maximumGasFee",
2473
+ "type": "uint64"
2474
+ },
2475
+ {
2476
+ "internalType": "contract IManagedAccountProvider",
2477
+ "name": "managedAccountProvider",
2478
+ "type": "address"
2479
+ },
2480
+ {
2481
+ "internalType": "bytes",
2482
+ "name": "managedAccountProviderPayload",
2483
+ "type": "bytes"
2484
+ },
2485
+ {
2486
+ "internalType": "address",
2487
+ "name": "bridgeAdapter",
2488
+ "type": "address"
2489
+ },
2490
+ {
2491
+ "internalType": "bytes",
2492
+ "name": "bridgeAdapterPayload",
2493
+ "type": "bytes"
2494
+ },
2495
+ {
2496
+ "internalType": "uint64",
2497
+ "name": "gasFee",
2498
+ "type": "uint64"
2499
+ },
2500
+ {
2501
+ "internalType": "bytes",
2502
+ "name": "walletSignature",
2503
+ "type": "bytes"
2504
+ }
2505
+ ],
2506
+ "internalType": "struct WithdrawalFromManagedAccountByQuantity",
2507
+ "name": "withdrawal",
2508
+ "type": "tuple"
2509
+ }
2510
+ ],
2511
+ "name": "withdrawByQuantity",
2512
+ "outputs": [],
2513
+ "stateMutability": "nonpayable",
2514
+ "type": "function"
2515
+ },
2516
+ {
2517
+ "inputs": [
2518
+ {
2519
+ "components": [
2520
+ {
2521
+ "internalType": "uint128",
2522
+ "name": "nonce",
2523
+ "type": "uint128"
2524
+ },
2525
+ {
2526
+ "internalType": "address",
2527
+ "name": "managerWallet",
2528
+ "type": "address"
2529
+ },
2530
+ {
2531
+ "internalType": "address",
2532
+ "name": "depositorWallet",
2533
+ "type": "address"
2534
+ },
2535
+ {
2536
+ "internalType": "uint64",
2537
+ "name": "shares",
2538
+ "type": "uint64"
2539
+ },
2540
+ {
2541
+ "internalType": "uint64",
2542
+ "name": "minimumQuantity",
2543
+ "type": "uint64"
2544
+ },
2545
+ {
2546
+ "internalType": "uint64",
2547
+ "name": "maximumGasFee",
2548
+ "type": "uint64"
2549
+ },
2550
+ {
2551
+ "internalType": "contract IManagedAccountProvider",
2552
+ "name": "managedAccountProvider",
2553
+ "type": "address"
2554
+ },
2555
+ {
2556
+ "internalType": "bytes",
2557
+ "name": "managedAccountProviderPayload",
2558
+ "type": "bytes"
2559
+ },
2560
+ {
2561
+ "internalType": "address",
2562
+ "name": "bridgeAdapter",
2563
+ "type": "address"
2564
+ },
2565
+ {
2566
+ "internalType": "bytes",
2567
+ "name": "bridgeAdapterPayload",
2568
+ "type": "bytes"
2569
+ },
2570
+ {
2571
+ "internalType": "uint64",
2572
+ "name": "gasFee",
2573
+ "type": "uint64"
2574
+ },
2575
+ {
2576
+ "internalType": "uint64",
2577
+ "name": "grossQuantity",
2578
+ "type": "uint64"
2579
+ },
2580
+ {
2581
+ "internalType": "bytes",
2582
+ "name": "walletSignature",
2583
+ "type": "bytes"
2584
+ }
2585
+ ],
2586
+ "internalType": "struct WithdrawalFromManagedAccountByShares",
2587
+ "name": "",
2588
+ "type": "tuple"
2589
+ }
2590
+ ],
2591
+ "name": "withdrawByShares",
2592
+ "outputs": [],
2593
+ "stateMutability": "pure",
2594
+ "type": "function"
2595
+ },
2596
+ {
2597
+ "inputs": [
2598
+ {
2599
+ "internalType": "address",
2600
+ "name": "managerWallet",
2601
+ "type": "address"
2602
+ },
2603
+ {
2604
+ "internalType": "address",
2605
+ "name": "depositorWallet",
2606
+ "type": "address"
2607
+ }
2608
+ ],
2609
+ "name": "withdrawExit",
2610
+ "outputs": [],
2611
+ "stateMutability": "nonpayable",
2612
+ "type": "function"
2613
+ },
2614
+ {
2615
+ "inputs": [],
2616
+ "name": "withdrawalDispatcherWallet",
2617
+ "outputs": [
2618
+ {
2619
+ "internalType": "address",
2620
+ "name": "",
2621
+ "type": "address"
2622
+ }
2623
+ ],
2624
+ "stateMutability": "view",
2625
+ "type": "function"
2626
+ },
2627
+ {
2628
+ "inputs": [],
2629
+ "name": "withdrawalLimitWindowSizeInS",
2630
+ "outputs": [
2631
+ {
2632
+ "internalType": "uint64",
2633
+ "name": "",
2634
+ "type": "uint64"
2635
+ }
2636
+ ],
2637
+ "stateMutability": "view",
2638
+ "type": "function"
2639
+ }
2640
+ ]