@lidofinance/lsv-cli 1.0.0-alpha.7 → 1.0.0-alpha.8

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 (96) hide show
  1. package/README.md +217 -1
  2. package/dist/abi/Dashboard.js +1383 -0
  3. package/dist/abi/Dashboard.js.map +1 -0
  4. package/dist/abi/Delegation.js +1658 -0
  5. package/dist/abi/Delegation.js.map +1 -0
  6. package/dist/abi/LidoLocator.js +388 -0
  7. package/dist/abi/LidoLocator.js.map +1 -0
  8. package/dist/abi/StEth.js +496 -0
  9. package/dist/abi/StEth.js.map +1 -0
  10. package/dist/abi/StakingVault.js +786 -0
  11. package/dist/abi/StakingVault.js.map +1 -0
  12. package/dist/abi/TokenManager.js +759 -0
  13. package/dist/abi/TokenManager.js.map +1 -0
  14. package/dist/abi/VaultFactory.js +229 -0
  15. package/dist/abi/VaultFactory.js.map +1 -0
  16. package/dist/abi/VaultHub.js +923 -586
  17. package/dist/abi/VaultHub.js.map +1 -1
  18. package/dist/abi/Voting.js +887 -0
  19. package/dist/abi/Voting.js.map +1 -0
  20. package/dist/abi/index.js +26 -0
  21. package/dist/abi/index.js.map +1 -0
  22. package/dist/command/index.js +16 -0
  23. package/dist/command/index.js.map +1 -1
  24. package/dist/configs/constants.js +6 -0
  25. package/dist/configs/constants.js.map +1 -0
  26. package/dist/configs/deployed.js +118 -24
  27. package/dist/configs/deployed.js.map +1 -1
  28. package/dist/configs/envs.js +24 -16
  29. package/dist/configs/envs.js.map +1 -1
  30. package/dist/configs/index.js +1 -0
  31. package/dist/configs/index.js.map +1 -1
  32. package/dist/configs/utils.js +32 -0
  33. package/dist/configs/utils.js.map +1 -0
  34. package/dist/contracts/dashboard.js +19 -0
  35. package/dist/contracts/dashboard.js.map +1 -0
  36. package/dist/contracts/delegation.js +19 -0
  37. package/dist/contracts/delegation.js.map +1 -0
  38. package/dist/contracts/index.js +8 -0
  39. package/dist/contracts/index.js.map +1 -1
  40. package/dist/contracts/locator.js +20 -0
  41. package/dist/contracts/locator.js.map +1 -0
  42. package/dist/contracts/steth.js +19 -0
  43. package/dist/contracts/steth.js.map +1 -0
  44. package/dist/contracts/token-manager.js +20 -0
  45. package/dist/contracts/token-manager.js.map +1 -0
  46. package/dist/contracts/vault-factory.js +22 -0
  47. package/dist/contracts/vault-factory.js.map +1 -0
  48. package/dist/contracts/vault-hub.js +10 -8
  49. package/dist/contracts/vault-hub.js.map +1 -1
  50. package/dist/contracts/vault.js +18 -0
  51. package/dist/contracts/vault.js.map +1 -0
  52. package/dist/contracts/voting.js +22 -0
  53. package/dist/contracts/voting.js.map +1 -0
  54. package/dist/features/advanced-config.js +21 -0
  55. package/dist/features/advanced-config.js.map +1 -0
  56. package/dist/features/index.js +20 -0
  57. package/dist/features/index.js.map +1 -0
  58. package/dist/features/token-manager.js +6 -0
  59. package/dist/features/token-manager.js.map +1 -0
  60. package/dist/features/vault-factory.js +36 -0
  61. package/dist/features/vault-factory.js.map +1 -0
  62. package/dist/features/voting.js +136 -0
  63. package/dist/features/voting.js.map +1 -0
  64. package/dist/programs/config.js +33 -0
  65. package/dist/programs/config.js.map +1 -0
  66. package/dist/programs/dashboard.js +688 -0
  67. package/dist/programs/dashboard.js.map +1 -0
  68. package/dist/programs/delegation.js +539 -0
  69. package/dist/programs/delegation.js.map +1 -0
  70. package/dist/programs/index.js +5 -0
  71. package/dist/programs/index.js.map +1 -1
  72. package/dist/programs/vault-factory.js +84 -0
  73. package/dist/programs/vault-factory.js.map +1 -0
  74. package/dist/programs/vault-hub.js +331 -116
  75. package/dist/programs/vault-hub.js.map +1 -1
  76. package/dist/programs/vault.js +378 -0
  77. package/dist/programs/vault.js.map +1 -0
  78. package/dist/programs/voting.js +53 -0
  79. package/dist/programs/voting.js.map +1 -0
  80. package/dist/providers/wallet.js +20 -18
  81. package/dist/providers/wallet.js.map +1 -1
  82. package/dist/types/common.js +3 -0
  83. package/dist/types/common.js.map +1 -0
  84. package/dist/types/config.js +3 -0
  85. package/dist/types/config.js.map +1 -0
  86. package/dist/types/index.js +19 -0
  87. package/dist/types/index.js.map +1 -0
  88. package/dist/utils/data-validators.js +51 -0
  89. package/dist/utils/data-validators.js.map +1 -0
  90. package/dist/utils/index.js +3 -0
  91. package/dist/utils/index.js.map +1 -1
  92. package/dist/utils/resolve-path.js +13 -0
  93. package/dist/utils/resolve-path.js.map +1 -0
  94. package/dist/utils/sleep.js +8 -0
  95. package/dist/utils/sleep.js.map +1 -0
  96. package/package.json +7 -3
@@ -0,0 +1,1658 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DelegationAbi = void 0;
4
+ exports.DelegationAbi = [
5
+ {
6
+ "inputs": [
7
+ {
8
+ "internalType": "address",
9
+ "name": "_weth",
10
+ "type": "address"
11
+ },
12
+ {
13
+ "internalType": "address",
14
+ "name": "_lidoLocator",
15
+ "type": "address"
16
+ }
17
+ ],
18
+ "stateMutability": "nonpayable",
19
+ "type": "constructor"
20
+ },
21
+ {
22
+ "inputs": [],
23
+ "name": "AccessControlBadConfirmation",
24
+ "type": "error"
25
+ },
26
+ {
27
+ "inputs": [
28
+ {
29
+ "internalType": "address",
30
+ "name": "account",
31
+ "type": "address"
32
+ },
33
+ {
34
+ "internalType": "bytes32",
35
+ "name": "neededRole",
36
+ "type": "bytes32"
37
+ }
38
+ ],
39
+ "name": "AccessControlUnauthorizedAccount",
40
+ "type": "error"
41
+ },
42
+ {
43
+ "inputs": [],
44
+ "name": "AlreadyInitialized",
45
+ "type": "error"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "CombinedFeesExceed100Percent",
50
+ "type": "error"
51
+ },
52
+ {
53
+ "inputs": [],
54
+ "name": "CuratorFeeUnclaimed",
55
+ "type": "error"
56
+ },
57
+ {
58
+ "inputs": [
59
+ {
60
+ "internalType": "address",
61
+ "name": "recipient",
62
+ "type": "address"
63
+ },
64
+ {
65
+ "internalType": "uint256",
66
+ "name": "amount",
67
+ "type": "uint256"
68
+ }
69
+ ],
70
+ "name": "EthTransferFailed",
71
+ "type": "error"
72
+ },
73
+ {
74
+ "inputs": [
75
+ {
76
+ "internalType": "address",
77
+ "name": "token",
78
+ "type": "address"
79
+ }
80
+ ],
81
+ "name": "InvalidPermit",
82
+ "type": "error"
83
+ },
84
+ {
85
+ "inputs": [],
86
+ "name": "NodeOperatorFeeUnclaimed",
87
+ "type": "error"
88
+ },
89
+ {
90
+ "inputs": [],
91
+ "name": "NonProxyCallsForbidden",
92
+ "type": "error"
93
+ },
94
+ {
95
+ "inputs": [],
96
+ "name": "NotACommitteeMember",
97
+ "type": "error"
98
+ },
99
+ {
100
+ "inputs": [],
101
+ "name": "RequestedAmountExceedsUnreserved",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "token",
109
+ "type": "address"
110
+ }
111
+ ],
112
+ "name": "SafeERC20FailedOperation",
113
+ "type": "error"
114
+ },
115
+ {
116
+ "inputs": [],
117
+ "name": "VoteLifetimeCannotBeZero",
118
+ "type": "error"
119
+ },
120
+ {
121
+ "inputs": [],
122
+ "name": "VoteLifetimeNotSet",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "string",
129
+ "name": "argument",
130
+ "type": "string"
131
+ }
132
+ ],
133
+ "name": "ZeroArgument",
134
+ "type": "error"
135
+ },
136
+ {
137
+ "anonymous": false,
138
+ "inputs": [
139
+ {
140
+ "indexed": true,
141
+ "internalType": "address",
142
+ "name": "sender",
143
+ "type": "address"
144
+ },
145
+ {
146
+ "indexed": false,
147
+ "internalType": "uint256",
148
+ "name": "oldCuratorFeeBP",
149
+ "type": "uint256"
150
+ },
151
+ {
152
+ "indexed": false,
153
+ "internalType": "uint256",
154
+ "name": "newCuratorFeeBP",
155
+ "type": "uint256"
156
+ }
157
+ ],
158
+ "name": "CuratorFeeBPSet",
159
+ "type": "event"
160
+ },
161
+ {
162
+ "anonymous": false,
163
+ "inputs": [
164
+ {
165
+ "indexed": true,
166
+ "internalType": "address",
167
+ "name": "to",
168
+ "type": "address"
169
+ },
170
+ {
171
+ "indexed": true,
172
+ "internalType": "address",
173
+ "name": "token",
174
+ "type": "address"
175
+ },
176
+ {
177
+ "indexed": false,
178
+ "internalType": "uint256",
179
+ "name": "amount",
180
+ "type": "uint256"
181
+ }
182
+ ],
183
+ "name": "ERC20Recovered",
184
+ "type": "event"
185
+ },
186
+ {
187
+ "anonymous": false,
188
+ "inputs": [
189
+ {
190
+ "indexed": true,
191
+ "internalType": "address",
192
+ "name": "to",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "indexed": true,
197
+ "internalType": "address",
198
+ "name": "token",
199
+ "type": "address"
200
+ },
201
+ {
202
+ "indexed": false,
203
+ "internalType": "uint256",
204
+ "name": "tokenId",
205
+ "type": "uint256"
206
+ }
207
+ ],
208
+ "name": "ERC721Recovered",
209
+ "type": "event"
210
+ },
211
+ {
212
+ "anonymous": false,
213
+ "inputs": [],
214
+ "name": "Initialized",
215
+ "type": "event"
216
+ },
217
+ {
218
+ "anonymous": false,
219
+ "inputs": [
220
+ {
221
+ "indexed": true,
222
+ "internalType": "address",
223
+ "name": "sender",
224
+ "type": "address"
225
+ },
226
+ {
227
+ "indexed": false,
228
+ "internalType": "uint256",
229
+ "name": "oldNodeOperatorFeeBP",
230
+ "type": "uint256"
231
+ },
232
+ {
233
+ "indexed": false,
234
+ "internalType": "uint256",
235
+ "name": "newNodeOperatorFeeBP",
236
+ "type": "uint256"
237
+ }
238
+ ],
239
+ "name": "NodeOperatorFeeBPSet",
240
+ "type": "event"
241
+ },
242
+ {
243
+ "anonymous": false,
244
+ "inputs": [
245
+ {
246
+ "indexed": true,
247
+ "internalType": "bytes32",
248
+ "name": "role",
249
+ "type": "bytes32"
250
+ },
251
+ {
252
+ "indexed": true,
253
+ "internalType": "bytes32",
254
+ "name": "previousAdminRole",
255
+ "type": "bytes32"
256
+ },
257
+ {
258
+ "indexed": true,
259
+ "internalType": "bytes32",
260
+ "name": "newAdminRole",
261
+ "type": "bytes32"
262
+ }
263
+ ],
264
+ "name": "RoleAdminChanged",
265
+ "type": "event"
266
+ },
267
+ {
268
+ "anonymous": false,
269
+ "inputs": [
270
+ {
271
+ "indexed": true,
272
+ "internalType": "bytes32",
273
+ "name": "role",
274
+ "type": "bytes32"
275
+ },
276
+ {
277
+ "indexed": true,
278
+ "internalType": "address",
279
+ "name": "account",
280
+ "type": "address"
281
+ },
282
+ {
283
+ "indexed": true,
284
+ "internalType": "address",
285
+ "name": "sender",
286
+ "type": "address"
287
+ }
288
+ ],
289
+ "name": "RoleGranted",
290
+ "type": "event"
291
+ },
292
+ {
293
+ "anonymous": false,
294
+ "inputs": [
295
+ {
296
+ "indexed": true,
297
+ "internalType": "address",
298
+ "name": "member",
299
+ "type": "address"
300
+ },
301
+ {
302
+ "indexed": true,
303
+ "internalType": "bytes32",
304
+ "name": "role",
305
+ "type": "bytes32"
306
+ },
307
+ {
308
+ "indexed": false,
309
+ "internalType": "uint256",
310
+ "name": "timestamp",
311
+ "type": "uint256"
312
+ },
313
+ {
314
+ "indexed": false,
315
+ "internalType": "bytes",
316
+ "name": "data",
317
+ "type": "bytes"
318
+ }
319
+ ],
320
+ "name": "RoleMemberVoted",
321
+ "type": "event"
322
+ },
323
+ {
324
+ "anonymous": false,
325
+ "inputs": [
326
+ {
327
+ "indexed": true,
328
+ "internalType": "bytes32",
329
+ "name": "role",
330
+ "type": "bytes32"
331
+ },
332
+ {
333
+ "indexed": true,
334
+ "internalType": "address",
335
+ "name": "account",
336
+ "type": "address"
337
+ },
338
+ {
339
+ "indexed": true,
340
+ "internalType": "address",
341
+ "name": "sender",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "RoleRevoked",
346
+ "type": "event"
347
+ },
348
+ {
349
+ "anonymous": false,
350
+ "inputs": [
351
+ {
352
+ "indexed": true,
353
+ "internalType": "address",
354
+ "name": "sender",
355
+ "type": "address"
356
+ },
357
+ {
358
+ "indexed": false,
359
+ "internalType": "uint256",
360
+ "name": "oldVoteLifetime",
361
+ "type": "uint256"
362
+ },
363
+ {
364
+ "indexed": false,
365
+ "internalType": "uint256",
366
+ "name": "newVoteLifetime",
367
+ "type": "uint256"
368
+ }
369
+ ],
370
+ "name": "VoteLifetimeSet",
371
+ "type": "event"
372
+ },
373
+ {
374
+ "inputs": [],
375
+ "name": "BURN_ROLE",
376
+ "outputs": [
377
+ {
378
+ "internalType": "bytes32",
379
+ "name": "",
380
+ "type": "bytes32"
381
+ }
382
+ ],
383
+ "stateMutability": "view",
384
+ "type": "function"
385
+ },
386
+ {
387
+ "inputs": [],
388
+ "name": "CURATOR_ROLE",
389
+ "outputs": [
390
+ {
391
+ "internalType": "bytes32",
392
+ "name": "",
393
+ "type": "bytes32"
394
+ }
395
+ ],
396
+ "stateMutability": "view",
397
+ "type": "function"
398
+ },
399
+ {
400
+ "inputs": [],
401
+ "name": "DEFAULT_ADMIN_ROLE",
402
+ "outputs": [
403
+ {
404
+ "internalType": "bytes32",
405
+ "name": "",
406
+ "type": "bytes32"
407
+ }
408
+ ],
409
+ "stateMutability": "view",
410
+ "type": "function"
411
+ },
412
+ {
413
+ "inputs": [],
414
+ "name": "ETH",
415
+ "outputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "stateMutability": "view",
423
+ "type": "function"
424
+ },
425
+ {
426
+ "inputs": [],
427
+ "name": "FUND_ROLE",
428
+ "outputs": [
429
+ {
430
+ "internalType": "bytes32",
431
+ "name": "",
432
+ "type": "bytes32"
433
+ }
434
+ ],
435
+ "stateMutability": "view",
436
+ "type": "function"
437
+ },
438
+ {
439
+ "inputs": [],
440
+ "name": "MINT_ROLE",
441
+ "outputs": [
442
+ {
443
+ "internalType": "bytes32",
444
+ "name": "",
445
+ "type": "bytes32"
446
+ }
447
+ ],
448
+ "stateMutability": "view",
449
+ "type": "function"
450
+ },
451
+ {
452
+ "inputs": [],
453
+ "name": "NODE_OPERATOR_FEE_CLAIMER_ROLE",
454
+ "outputs": [
455
+ {
456
+ "internalType": "bytes32",
457
+ "name": "",
458
+ "type": "bytes32"
459
+ }
460
+ ],
461
+ "stateMutability": "view",
462
+ "type": "function"
463
+ },
464
+ {
465
+ "inputs": [],
466
+ "name": "NODE_OPERATOR_MANAGER_ROLE",
467
+ "outputs": [
468
+ {
469
+ "internalType": "bytes32",
470
+ "name": "",
471
+ "type": "bytes32"
472
+ }
473
+ ],
474
+ "stateMutability": "view",
475
+ "type": "function"
476
+ },
477
+ {
478
+ "inputs": [],
479
+ "name": "PAUSE_BEACON_CHAIN_DEPOSITS_ROLE",
480
+ "outputs": [
481
+ {
482
+ "internalType": "bytes32",
483
+ "name": "",
484
+ "type": "bytes32"
485
+ }
486
+ ],
487
+ "stateMutability": "view",
488
+ "type": "function"
489
+ },
490
+ {
491
+ "inputs": [],
492
+ "name": "REBALANCE_ROLE",
493
+ "outputs": [
494
+ {
495
+ "internalType": "bytes32",
496
+ "name": "",
497
+ "type": "bytes32"
498
+ }
499
+ ],
500
+ "stateMutability": "view",
501
+ "type": "function"
502
+ },
503
+ {
504
+ "inputs": [],
505
+ "name": "REQUEST_VALIDATOR_EXIT_ROLE",
506
+ "outputs": [
507
+ {
508
+ "internalType": "bytes32",
509
+ "name": "",
510
+ "type": "bytes32"
511
+ }
512
+ ],
513
+ "stateMutability": "view",
514
+ "type": "function"
515
+ },
516
+ {
517
+ "inputs": [],
518
+ "name": "RESUME_BEACON_CHAIN_DEPOSITS_ROLE",
519
+ "outputs": [
520
+ {
521
+ "internalType": "bytes32",
522
+ "name": "",
523
+ "type": "bytes32"
524
+ }
525
+ ],
526
+ "stateMutability": "view",
527
+ "type": "function"
528
+ },
529
+ {
530
+ "inputs": [],
531
+ "name": "STETH",
532
+ "outputs": [
533
+ {
534
+ "internalType": "contract ILido",
535
+ "name": "",
536
+ "type": "address"
537
+ }
538
+ ],
539
+ "stateMutability": "view",
540
+ "type": "function"
541
+ },
542
+ {
543
+ "inputs": [],
544
+ "name": "VOLUNTARY_DISCONNECT_ROLE",
545
+ "outputs": [
546
+ {
547
+ "internalType": "bytes32",
548
+ "name": "",
549
+ "type": "bytes32"
550
+ }
551
+ ],
552
+ "stateMutability": "view",
553
+ "type": "function"
554
+ },
555
+ {
556
+ "inputs": [],
557
+ "name": "WETH",
558
+ "outputs": [
559
+ {
560
+ "internalType": "contract IWETH9",
561
+ "name": "",
562
+ "type": "address"
563
+ }
564
+ ],
565
+ "stateMutability": "view",
566
+ "type": "function"
567
+ },
568
+ {
569
+ "inputs": [],
570
+ "name": "WITHDRAW_ROLE",
571
+ "outputs": [
572
+ {
573
+ "internalType": "bytes32",
574
+ "name": "",
575
+ "type": "bytes32"
576
+ }
577
+ ],
578
+ "stateMutability": "view",
579
+ "type": "function"
580
+ },
581
+ {
582
+ "inputs": [],
583
+ "name": "WSTETH",
584
+ "outputs": [
585
+ {
586
+ "internalType": "contract IWstETH",
587
+ "name": "",
588
+ "type": "address"
589
+ }
590
+ ],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [
596
+ {
597
+ "internalType": "uint256",
598
+ "name": "_amountOfShares",
599
+ "type": "uint256"
600
+ }
601
+ ],
602
+ "name": "burnShares",
603
+ "outputs": [],
604
+ "stateMutability": "nonpayable",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [
609
+ {
610
+ "internalType": "uint256",
611
+ "name": "_amountOfShares",
612
+ "type": "uint256"
613
+ },
614
+ {
615
+ "components": [
616
+ {
617
+ "internalType": "uint256",
618
+ "name": "value",
619
+ "type": "uint256"
620
+ },
621
+ {
622
+ "internalType": "uint256",
623
+ "name": "deadline",
624
+ "type": "uint256"
625
+ },
626
+ {
627
+ "internalType": "uint8",
628
+ "name": "v",
629
+ "type": "uint8"
630
+ },
631
+ {
632
+ "internalType": "bytes32",
633
+ "name": "r",
634
+ "type": "bytes32"
635
+ },
636
+ {
637
+ "internalType": "bytes32",
638
+ "name": "s",
639
+ "type": "bytes32"
640
+ }
641
+ ],
642
+ "internalType": "struct Dashboard.PermitInput",
643
+ "name": "_permit",
644
+ "type": "tuple"
645
+ }
646
+ ],
647
+ "name": "burnSharesWithPermit",
648
+ "outputs": [],
649
+ "stateMutability": "nonpayable",
650
+ "type": "function"
651
+ },
652
+ {
653
+ "inputs": [
654
+ {
655
+ "internalType": "uint256",
656
+ "name": "_amountOfStETH",
657
+ "type": "uint256"
658
+ }
659
+ ],
660
+ "name": "burnStETH",
661
+ "outputs": [],
662
+ "stateMutability": "nonpayable",
663
+ "type": "function"
664
+ },
665
+ {
666
+ "inputs": [
667
+ {
668
+ "internalType": "uint256",
669
+ "name": "_amountOfStETH",
670
+ "type": "uint256"
671
+ },
672
+ {
673
+ "components": [
674
+ {
675
+ "internalType": "uint256",
676
+ "name": "value",
677
+ "type": "uint256"
678
+ },
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "deadline",
682
+ "type": "uint256"
683
+ },
684
+ {
685
+ "internalType": "uint8",
686
+ "name": "v",
687
+ "type": "uint8"
688
+ },
689
+ {
690
+ "internalType": "bytes32",
691
+ "name": "r",
692
+ "type": "bytes32"
693
+ },
694
+ {
695
+ "internalType": "bytes32",
696
+ "name": "s",
697
+ "type": "bytes32"
698
+ }
699
+ ],
700
+ "internalType": "struct Dashboard.PermitInput",
701
+ "name": "_permit",
702
+ "type": "tuple"
703
+ }
704
+ ],
705
+ "name": "burnStETHWithPermit",
706
+ "outputs": [],
707
+ "stateMutability": "nonpayable",
708
+ "type": "function"
709
+ },
710
+ {
711
+ "inputs": [
712
+ {
713
+ "internalType": "uint256",
714
+ "name": "_amountOfWstETH",
715
+ "type": "uint256"
716
+ }
717
+ ],
718
+ "name": "burnWstETH",
719
+ "outputs": [],
720
+ "stateMutability": "nonpayable",
721
+ "type": "function"
722
+ },
723
+ {
724
+ "inputs": [
725
+ {
726
+ "internalType": "uint256",
727
+ "name": "_amountOfWstETH",
728
+ "type": "uint256"
729
+ },
730
+ {
731
+ "components": [
732
+ {
733
+ "internalType": "uint256",
734
+ "name": "value",
735
+ "type": "uint256"
736
+ },
737
+ {
738
+ "internalType": "uint256",
739
+ "name": "deadline",
740
+ "type": "uint256"
741
+ },
742
+ {
743
+ "internalType": "uint8",
744
+ "name": "v",
745
+ "type": "uint8"
746
+ },
747
+ {
748
+ "internalType": "bytes32",
749
+ "name": "r",
750
+ "type": "bytes32"
751
+ },
752
+ {
753
+ "internalType": "bytes32",
754
+ "name": "s",
755
+ "type": "bytes32"
756
+ }
757
+ ],
758
+ "internalType": "struct Dashboard.PermitInput",
759
+ "name": "_permit",
760
+ "type": "tuple"
761
+ }
762
+ ],
763
+ "name": "burnWstETHWithPermit",
764
+ "outputs": [],
765
+ "stateMutability": "nonpayable",
766
+ "type": "function"
767
+ },
768
+ {
769
+ "inputs": [
770
+ {
771
+ "internalType": "address",
772
+ "name": "_recipient",
773
+ "type": "address"
774
+ }
775
+ ],
776
+ "name": "claimCuratorFee",
777
+ "outputs": [],
778
+ "stateMutability": "nonpayable",
779
+ "type": "function"
780
+ },
781
+ {
782
+ "inputs": [
783
+ {
784
+ "internalType": "address",
785
+ "name": "_recipient",
786
+ "type": "address"
787
+ }
788
+ ],
789
+ "name": "claimNodeOperatorFee",
790
+ "outputs": [],
791
+ "stateMutability": "nonpayable",
792
+ "type": "function"
793
+ },
794
+ {
795
+ "inputs": [],
796
+ "name": "curatorFeeBP",
797
+ "outputs": [
798
+ {
799
+ "internalType": "uint256",
800
+ "name": "",
801
+ "type": "uint256"
802
+ }
803
+ ],
804
+ "stateMutability": "view",
805
+ "type": "function"
806
+ },
807
+ {
808
+ "inputs": [],
809
+ "name": "curatorFeeClaimedReport",
810
+ "outputs": [
811
+ {
812
+ "internalType": "uint128",
813
+ "name": "valuation",
814
+ "type": "uint128"
815
+ },
816
+ {
817
+ "internalType": "int128",
818
+ "name": "inOutDelta",
819
+ "type": "int128"
820
+ }
821
+ ],
822
+ "stateMutability": "view",
823
+ "type": "function"
824
+ },
825
+ {
826
+ "inputs": [],
827
+ "name": "curatorUnclaimedFee",
828
+ "outputs": [
829
+ {
830
+ "internalType": "uint256",
831
+ "name": "",
832
+ "type": "uint256"
833
+ }
834
+ ],
835
+ "stateMutability": "view",
836
+ "type": "function"
837
+ },
838
+ {
839
+ "inputs": [],
840
+ "name": "fund",
841
+ "outputs": [],
842
+ "stateMutability": "payable",
843
+ "type": "function"
844
+ },
845
+ {
846
+ "inputs": [
847
+ {
848
+ "internalType": "uint256",
849
+ "name": "_amountOfWETH",
850
+ "type": "uint256"
851
+ }
852
+ ],
853
+ "name": "fundWeth",
854
+ "outputs": [],
855
+ "stateMutability": "nonpayable",
856
+ "type": "function"
857
+ },
858
+ {
859
+ "inputs": [
860
+ {
861
+ "internalType": "bytes32",
862
+ "name": "role",
863
+ "type": "bytes32"
864
+ }
865
+ ],
866
+ "name": "getRoleAdmin",
867
+ "outputs": [
868
+ {
869
+ "internalType": "bytes32",
870
+ "name": "",
871
+ "type": "bytes32"
872
+ }
873
+ ],
874
+ "stateMutability": "view",
875
+ "type": "function"
876
+ },
877
+ {
878
+ "inputs": [
879
+ {
880
+ "internalType": "bytes32",
881
+ "name": "role",
882
+ "type": "bytes32"
883
+ },
884
+ {
885
+ "internalType": "uint256",
886
+ "name": "index",
887
+ "type": "uint256"
888
+ }
889
+ ],
890
+ "name": "getRoleMember",
891
+ "outputs": [
892
+ {
893
+ "internalType": "address",
894
+ "name": "",
895
+ "type": "address"
896
+ }
897
+ ],
898
+ "stateMutability": "view",
899
+ "type": "function"
900
+ },
901
+ {
902
+ "inputs": [
903
+ {
904
+ "internalType": "bytes32",
905
+ "name": "role",
906
+ "type": "bytes32"
907
+ }
908
+ ],
909
+ "name": "getRoleMemberCount",
910
+ "outputs": [
911
+ {
912
+ "internalType": "uint256",
913
+ "name": "",
914
+ "type": "uint256"
915
+ }
916
+ ],
917
+ "stateMutability": "view",
918
+ "type": "function"
919
+ },
920
+ {
921
+ "inputs": [
922
+ {
923
+ "internalType": "bytes32",
924
+ "name": "role",
925
+ "type": "bytes32"
926
+ }
927
+ ],
928
+ "name": "getRoleMembers",
929
+ "outputs": [
930
+ {
931
+ "internalType": "address[]",
932
+ "name": "",
933
+ "type": "address[]"
934
+ }
935
+ ],
936
+ "stateMutability": "view",
937
+ "type": "function"
938
+ },
939
+ {
940
+ "inputs": [
941
+ {
942
+ "internalType": "bytes32",
943
+ "name": "role",
944
+ "type": "bytes32"
945
+ },
946
+ {
947
+ "internalType": "address",
948
+ "name": "account",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "name": "grantRole",
953
+ "outputs": [],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "components": [
961
+ {
962
+ "internalType": "address",
963
+ "name": "account",
964
+ "type": "address"
965
+ },
966
+ {
967
+ "internalType": "bytes32",
968
+ "name": "role",
969
+ "type": "bytes32"
970
+ }
971
+ ],
972
+ "internalType": "struct Dashboard.RoleAssignment[]",
973
+ "name": "_assignments",
974
+ "type": "tuple[]"
975
+ }
976
+ ],
977
+ "name": "grantRoles",
978
+ "outputs": [],
979
+ "stateMutability": "nonpayable",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [
984
+ {
985
+ "internalType": "bytes32",
986
+ "name": "role",
987
+ "type": "bytes32"
988
+ },
989
+ {
990
+ "internalType": "address",
991
+ "name": "account",
992
+ "type": "address"
993
+ }
994
+ ],
995
+ "name": "hasRole",
996
+ "outputs": [
997
+ {
998
+ "internalType": "bool",
999
+ "name": "",
1000
+ "type": "bool"
1001
+ }
1002
+ ],
1003
+ "stateMutability": "view",
1004
+ "type": "function"
1005
+ },
1006
+ {
1007
+ "inputs": [
1008
+ {
1009
+ "internalType": "address",
1010
+ "name": "_defaultAdmin",
1011
+ "type": "address"
1012
+ }
1013
+ ],
1014
+ "name": "initialize",
1015
+ "outputs": [],
1016
+ "stateMutability": "nonpayable",
1017
+ "type": "function"
1018
+ },
1019
+ {
1020
+ "inputs": [],
1021
+ "name": "initialized",
1022
+ "outputs": [
1023
+ {
1024
+ "internalType": "bool",
1025
+ "name": "",
1026
+ "type": "bool"
1027
+ }
1028
+ ],
1029
+ "stateMutability": "view",
1030
+ "type": "function"
1031
+ },
1032
+ {
1033
+ "inputs": [
1034
+ {
1035
+ "internalType": "address",
1036
+ "name": "_recipient",
1037
+ "type": "address"
1038
+ },
1039
+ {
1040
+ "internalType": "uint256",
1041
+ "name": "_amountOfShares",
1042
+ "type": "uint256"
1043
+ }
1044
+ ],
1045
+ "name": "mintShares",
1046
+ "outputs": [],
1047
+ "stateMutability": "payable",
1048
+ "type": "function"
1049
+ },
1050
+ {
1051
+ "inputs": [
1052
+ {
1053
+ "internalType": "address",
1054
+ "name": "_recipient",
1055
+ "type": "address"
1056
+ },
1057
+ {
1058
+ "internalType": "uint256",
1059
+ "name": "_amountOfStETH",
1060
+ "type": "uint256"
1061
+ }
1062
+ ],
1063
+ "name": "mintStETH",
1064
+ "outputs": [],
1065
+ "stateMutability": "payable",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [
1070
+ {
1071
+ "internalType": "address",
1072
+ "name": "_recipient",
1073
+ "type": "address"
1074
+ },
1075
+ {
1076
+ "internalType": "uint256",
1077
+ "name": "_amountOfWstETH",
1078
+ "type": "uint256"
1079
+ }
1080
+ ],
1081
+ "name": "mintWstETH",
1082
+ "outputs": [],
1083
+ "stateMutability": "payable",
1084
+ "type": "function"
1085
+ },
1086
+ {
1087
+ "inputs": [],
1088
+ "name": "nodeOperatorFeeBP",
1089
+ "outputs": [
1090
+ {
1091
+ "internalType": "uint256",
1092
+ "name": "",
1093
+ "type": "uint256"
1094
+ }
1095
+ ],
1096
+ "stateMutability": "view",
1097
+ "type": "function"
1098
+ },
1099
+ {
1100
+ "inputs": [],
1101
+ "name": "nodeOperatorFeeClaimedReport",
1102
+ "outputs": [
1103
+ {
1104
+ "internalType": "uint128",
1105
+ "name": "valuation",
1106
+ "type": "uint128"
1107
+ },
1108
+ {
1109
+ "internalType": "int128",
1110
+ "name": "inOutDelta",
1111
+ "type": "int128"
1112
+ }
1113
+ ],
1114
+ "stateMutability": "view",
1115
+ "type": "function"
1116
+ },
1117
+ {
1118
+ "inputs": [],
1119
+ "name": "nodeOperatorUnclaimedFee",
1120
+ "outputs": [
1121
+ {
1122
+ "internalType": "uint256",
1123
+ "name": "",
1124
+ "type": "uint256"
1125
+ }
1126
+ ],
1127
+ "stateMutability": "view",
1128
+ "type": "function"
1129
+ },
1130
+ {
1131
+ "inputs": [],
1132
+ "name": "pauseBeaconChainDeposits",
1133
+ "outputs": [],
1134
+ "stateMutability": "nonpayable",
1135
+ "type": "function"
1136
+ },
1137
+ {
1138
+ "inputs": [
1139
+ {
1140
+ "internalType": "uint256",
1141
+ "name": "_etherToFund",
1142
+ "type": "uint256"
1143
+ }
1144
+ ],
1145
+ "name": "projectedNewMintableShares",
1146
+ "outputs": [
1147
+ {
1148
+ "internalType": "uint256",
1149
+ "name": "",
1150
+ "type": "uint256"
1151
+ }
1152
+ ],
1153
+ "stateMutability": "view",
1154
+ "type": "function"
1155
+ },
1156
+ {
1157
+ "inputs": [
1158
+ {
1159
+ "internalType": "uint256",
1160
+ "name": "_ether",
1161
+ "type": "uint256"
1162
+ }
1163
+ ],
1164
+ "name": "rebalanceVault",
1165
+ "outputs": [],
1166
+ "stateMutability": "payable",
1167
+ "type": "function"
1168
+ },
1169
+ {
1170
+ "inputs": [
1171
+ {
1172
+ "internalType": "address",
1173
+ "name": "_token",
1174
+ "type": "address"
1175
+ },
1176
+ {
1177
+ "internalType": "address",
1178
+ "name": "_recipient",
1179
+ "type": "address"
1180
+ },
1181
+ {
1182
+ "internalType": "uint256",
1183
+ "name": "_amount",
1184
+ "type": "uint256"
1185
+ }
1186
+ ],
1187
+ "name": "recoverERC20",
1188
+ "outputs": [],
1189
+ "stateMutability": "nonpayable",
1190
+ "type": "function"
1191
+ },
1192
+ {
1193
+ "inputs": [
1194
+ {
1195
+ "internalType": "address",
1196
+ "name": "_token",
1197
+ "type": "address"
1198
+ },
1199
+ {
1200
+ "internalType": "uint256",
1201
+ "name": "_tokenId",
1202
+ "type": "uint256"
1203
+ },
1204
+ {
1205
+ "internalType": "address",
1206
+ "name": "_recipient",
1207
+ "type": "address"
1208
+ }
1209
+ ],
1210
+ "name": "recoverERC721",
1211
+ "outputs": [],
1212
+ "stateMutability": "nonpayable",
1213
+ "type": "function"
1214
+ },
1215
+ {
1216
+ "inputs": [
1217
+ {
1218
+ "internalType": "bytes32",
1219
+ "name": "role",
1220
+ "type": "bytes32"
1221
+ },
1222
+ {
1223
+ "internalType": "address",
1224
+ "name": "callerConfirmation",
1225
+ "type": "address"
1226
+ }
1227
+ ],
1228
+ "name": "renounceRole",
1229
+ "outputs": [],
1230
+ "stateMutability": "nonpayable",
1231
+ "type": "function"
1232
+ },
1233
+ {
1234
+ "inputs": [
1235
+ {
1236
+ "internalType": "bytes",
1237
+ "name": "_validatorPublicKey",
1238
+ "type": "bytes"
1239
+ }
1240
+ ],
1241
+ "name": "requestValidatorExit",
1242
+ "outputs": [],
1243
+ "stateMutability": "nonpayable",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [],
1248
+ "name": "reserveRatioBP",
1249
+ "outputs": [
1250
+ {
1251
+ "internalType": "uint16",
1252
+ "name": "",
1253
+ "type": "uint16"
1254
+ }
1255
+ ],
1256
+ "stateMutability": "view",
1257
+ "type": "function"
1258
+ },
1259
+ {
1260
+ "inputs": [],
1261
+ "name": "resumeBeaconChainDeposits",
1262
+ "outputs": [],
1263
+ "stateMutability": "nonpayable",
1264
+ "type": "function"
1265
+ },
1266
+ {
1267
+ "inputs": [
1268
+ {
1269
+ "internalType": "bytes32",
1270
+ "name": "role",
1271
+ "type": "bytes32"
1272
+ },
1273
+ {
1274
+ "internalType": "address",
1275
+ "name": "account",
1276
+ "type": "address"
1277
+ }
1278
+ ],
1279
+ "name": "revokeRole",
1280
+ "outputs": [],
1281
+ "stateMutability": "nonpayable",
1282
+ "type": "function"
1283
+ },
1284
+ {
1285
+ "inputs": [
1286
+ {
1287
+ "components": [
1288
+ {
1289
+ "internalType": "address",
1290
+ "name": "account",
1291
+ "type": "address"
1292
+ },
1293
+ {
1294
+ "internalType": "bytes32",
1295
+ "name": "role",
1296
+ "type": "bytes32"
1297
+ }
1298
+ ],
1299
+ "internalType": "struct Dashboard.RoleAssignment[]",
1300
+ "name": "_assignments",
1301
+ "type": "tuple[]"
1302
+ }
1303
+ ],
1304
+ "name": "revokeRoles",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "uint256",
1313
+ "name": "_newCuratorFeeBP",
1314
+ "type": "uint256"
1315
+ }
1316
+ ],
1317
+ "name": "setCuratorFeeBP",
1318
+ "outputs": [],
1319
+ "stateMutability": "nonpayable",
1320
+ "type": "function"
1321
+ },
1322
+ {
1323
+ "inputs": [
1324
+ {
1325
+ "internalType": "uint256",
1326
+ "name": "_newNodeOperatorFeeBP",
1327
+ "type": "uint256"
1328
+ }
1329
+ ],
1330
+ "name": "setNodeOperatorFeeBP",
1331
+ "outputs": [],
1332
+ "stateMutability": "nonpayable",
1333
+ "type": "function"
1334
+ },
1335
+ {
1336
+ "inputs": [
1337
+ {
1338
+ "internalType": "uint256",
1339
+ "name": "_newVoteLifetime",
1340
+ "type": "uint256"
1341
+ }
1342
+ ],
1343
+ "name": "setVoteLifetime",
1344
+ "outputs": [],
1345
+ "stateMutability": "nonpayable",
1346
+ "type": "function"
1347
+ },
1348
+ {
1349
+ "inputs": [],
1350
+ "name": "shareLimit",
1351
+ "outputs": [
1352
+ {
1353
+ "internalType": "uint96",
1354
+ "name": "",
1355
+ "type": "uint96"
1356
+ }
1357
+ ],
1358
+ "stateMutability": "view",
1359
+ "type": "function"
1360
+ },
1361
+ {
1362
+ "inputs": [],
1363
+ "name": "sharesMinted",
1364
+ "outputs": [
1365
+ {
1366
+ "internalType": "uint96",
1367
+ "name": "",
1368
+ "type": "uint96"
1369
+ }
1370
+ ],
1371
+ "stateMutability": "view",
1372
+ "type": "function"
1373
+ },
1374
+ {
1375
+ "inputs": [],
1376
+ "name": "stakingVault",
1377
+ "outputs": [
1378
+ {
1379
+ "internalType": "contract IStakingVault",
1380
+ "name": "",
1381
+ "type": "address"
1382
+ }
1383
+ ],
1384
+ "stateMutability": "view",
1385
+ "type": "function"
1386
+ },
1387
+ {
1388
+ "inputs": [
1389
+ {
1390
+ "internalType": "bytes4",
1391
+ "name": "interfaceId",
1392
+ "type": "bytes4"
1393
+ }
1394
+ ],
1395
+ "name": "supportsInterface",
1396
+ "outputs": [
1397
+ {
1398
+ "internalType": "bool",
1399
+ "name": "",
1400
+ "type": "bool"
1401
+ }
1402
+ ],
1403
+ "stateMutability": "view",
1404
+ "type": "function"
1405
+ },
1406
+ {
1407
+ "inputs": [],
1408
+ "name": "thresholdReserveRatioBP",
1409
+ "outputs": [
1410
+ {
1411
+ "internalType": "uint16",
1412
+ "name": "",
1413
+ "type": "uint16"
1414
+ }
1415
+ ],
1416
+ "stateMutability": "view",
1417
+ "type": "function"
1418
+ },
1419
+ {
1420
+ "inputs": [],
1421
+ "name": "totalMintableShares",
1422
+ "outputs": [
1423
+ {
1424
+ "internalType": "uint256",
1425
+ "name": "",
1426
+ "type": "uint256"
1427
+ }
1428
+ ],
1429
+ "stateMutability": "view",
1430
+ "type": "function"
1431
+ },
1432
+ {
1433
+ "inputs": [
1434
+ {
1435
+ "internalType": "address",
1436
+ "name": "_newOwner",
1437
+ "type": "address"
1438
+ }
1439
+ ],
1440
+ "name": "transferStakingVaultOwnership",
1441
+ "outputs": [],
1442
+ "stateMutability": "nonpayable",
1443
+ "type": "function"
1444
+ },
1445
+ {
1446
+ "inputs": [],
1447
+ "name": "treasuryFee",
1448
+ "outputs": [
1449
+ {
1450
+ "internalType": "uint16",
1451
+ "name": "",
1452
+ "type": "uint16"
1453
+ }
1454
+ ],
1455
+ "stateMutability": "view",
1456
+ "type": "function"
1457
+ },
1458
+ {
1459
+ "inputs": [],
1460
+ "name": "unreserved",
1461
+ "outputs": [
1462
+ {
1463
+ "internalType": "uint256",
1464
+ "name": "",
1465
+ "type": "uint256"
1466
+ }
1467
+ ],
1468
+ "stateMutability": "view",
1469
+ "type": "function"
1470
+ },
1471
+ {
1472
+ "inputs": [],
1473
+ "name": "valuation",
1474
+ "outputs": [
1475
+ {
1476
+ "internalType": "uint256",
1477
+ "name": "",
1478
+ "type": "uint256"
1479
+ }
1480
+ ],
1481
+ "stateMutability": "view",
1482
+ "type": "function"
1483
+ },
1484
+ {
1485
+ "inputs": [],
1486
+ "name": "vaultHub",
1487
+ "outputs": [
1488
+ {
1489
+ "internalType": "contract VaultHub",
1490
+ "name": "",
1491
+ "type": "address"
1492
+ }
1493
+ ],
1494
+ "stateMutability": "view",
1495
+ "type": "function"
1496
+ },
1497
+ {
1498
+ "inputs": [],
1499
+ "name": "vaultSocket",
1500
+ "outputs": [
1501
+ {
1502
+ "components": [
1503
+ {
1504
+ "internalType": "address",
1505
+ "name": "vault",
1506
+ "type": "address"
1507
+ },
1508
+ {
1509
+ "internalType": "uint96",
1510
+ "name": "sharesMinted",
1511
+ "type": "uint96"
1512
+ },
1513
+ {
1514
+ "internalType": "uint96",
1515
+ "name": "shareLimit",
1516
+ "type": "uint96"
1517
+ },
1518
+ {
1519
+ "internalType": "uint16",
1520
+ "name": "reserveRatioBP",
1521
+ "type": "uint16"
1522
+ },
1523
+ {
1524
+ "internalType": "uint16",
1525
+ "name": "reserveRatioThresholdBP",
1526
+ "type": "uint16"
1527
+ },
1528
+ {
1529
+ "internalType": "uint16",
1530
+ "name": "treasuryFeeBP",
1531
+ "type": "uint16"
1532
+ },
1533
+ {
1534
+ "internalType": "bool",
1535
+ "name": "isDisconnected",
1536
+ "type": "bool"
1537
+ }
1538
+ ],
1539
+ "internalType": "struct VaultHub.VaultSocket",
1540
+ "name": "",
1541
+ "type": "tuple"
1542
+ }
1543
+ ],
1544
+ "stateMutability": "view",
1545
+ "type": "function"
1546
+ },
1547
+ {
1548
+ "inputs": [],
1549
+ "name": "voluntaryDisconnect",
1550
+ "outputs": [],
1551
+ "stateMutability": "payable",
1552
+ "type": "function"
1553
+ },
1554
+ {
1555
+ "inputs": [],
1556
+ "name": "voteLifetime",
1557
+ "outputs": [
1558
+ {
1559
+ "internalType": "uint256",
1560
+ "name": "",
1561
+ "type": "uint256"
1562
+ }
1563
+ ],
1564
+ "stateMutability": "view",
1565
+ "type": "function"
1566
+ },
1567
+ {
1568
+ "inputs": [],
1569
+ "name": "votingCommittee",
1570
+ "outputs": [
1571
+ {
1572
+ "internalType": "bytes32[]",
1573
+ "name": "",
1574
+ "type": "bytes32[]"
1575
+ }
1576
+ ],
1577
+ "stateMutability": "pure",
1578
+ "type": "function"
1579
+ },
1580
+ {
1581
+ "inputs": [
1582
+ {
1583
+ "internalType": "bytes32",
1584
+ "name": "callId",
1585
+ "type": "bytes32"
1586
+ },
1587
+ {
1588
+ "internalType": "bytes32",
1589
+ "name": "role",
1590
+ "type": "bytes32"
1591
+ }
1592
+ ],
1593
+ "name": "votings",
1594
+ "outputs": [
1595
+ {
1596
+ "internalType": "uint256",
1597
+ "name": "voteTimestamp",
1598
+ "type": "uint256"
1599
+ }
1600
+ ],
1601
+ "stateMutability": "view",
1602
+ "type": "function"
1603
+ },
1604
+ {
1605
+ "inputs": [
1606
+ {
1607
+ "internalType": "address",
1608
+ "name": "_recipient",
1609
+ "type": "address"
1610
+ },
1611
+ {
1612
+ "internalType": "uint256",
1613
+ "name": "_ether",
1614
+ "type": "uint256"
1615
+ }
1616
+ ],
1617
+ "name": "withdraw",
1618
+ "outputs": [],
1619
+ "stateMutability": "nonpayable",
1620
+ "type": "function"
1621
+ },
1622
+ {
1623
+ "inputs": [
1624
+ {
1625
+ "internalType": "address",
1626
+ "name": "_recipient",
1627
+ "type": "address"
1628
+ },
1629
+ {
1630
+ "internalType": "uint256",
1631
+ "name": "_amountOfWETH",
1632
+ "type": "uint256"
1633
+ }
1634
+ ],
1635
+ "name": "withdrawWETH",
1636
+ "outputs": [],
1637
+ "stateMutability": "nonpayable",
1638
+ "type": "function"
1639
+ },
1640
+ {
1641
+ "inputs": [],
1642
+ "name": "withdrawableEther",
1643
+ "outputs": [
1644
+ {
1645
+ "internalType": "uint256",
1646
+ "name": "",
1647
+ "type": "uint256"
1648
+ }
1649
+ ],
1650
+ "stateMutability": "view",
1651
+ "type": "function"
1652
+ },
1653
+ {
1654
+ "stateMutability": "payable",
1655
+ "type": "receive"
1656
+ }
1657
+ ];
1658
+ //# sourceMappingURL=Delegation.js.map