@katanaperps/katana-perps-sdk 2.1.0-alpha.1 → 2.1.0-beta.2

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