@web3dotorg/evm-slc-core-sdk 0.3.14 → 0.3.16

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 (44) hide show
  1. package/abi/ExecutorsRegistry.json +1160 -0
  2. package/abi/Governance.json +2350 -0
  3. package/abi/IExecutorsRegistry.json +357 -0
  4. package/abi/IGovernance.json +133 -0
  5. package/abi/INeutralsRegistry.json +504 -0
  6. package/abi/IQParameters.json +78 -0
  7. package/abi/ISLCCore.json +207 -0
  8. package/abi/ISLCCoreFactory.json +174 -0
  9. package/abi/IWrappedToken.json +198 -0
  10. package/abi/NeutralsRegistry.json +1446 -0
  11. package/abi/ParameterRegistry.json +765 -0
  12. package/abi/SLCCore.json +307 -0
  13. package/abi/SLCCoreFactory.json +499 -0
  14. package/lib.commonjs/contracts/governance/ExecutorsRegistry.d.ts +21 -2
  15. package/lib.commonjs/contracts/governance/Governance.d.ts +3 -0
  16. package/lib.commonjs/contracts/libs/GovernanceUtils.d.ts +85 -0
  17. package/lib.commonjs/contracts/libs/GovernanceUtils.js +2 -0
  18. package/lib.commonjs/contracts/libs/index.d.ts +1 -0
  19. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +29 -1
  20. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.js +38 -1
  21. package/lib.commonjs/factories/contracts/governance/Governance__factory.d.ts +14 -10
  22. package/lib.commonjs/factories/contracts/governance/Governance__factory.js +25 -14
  23. package/lib.commonjs/factories/contracts/governance/NeutralsRegistry__factory.d.ts +1 -1
  24. package/lib.commonjs/factories/contracts/governance/NeutralsRegistry__factory.js +1 -1
  25. package/lib.commonjs/factories/contracts/libs/GovernanceUtils__factory.d.ts +184 -0
  26. package/lib.commonjs/factories/contracts/libs/GovernanceUtils__factory.js +255 -0
  27. package/lib.commonjs/factories/contracts/libs/index.d.ts +1 -0
  28. package/lib.commonjs/factories/contracts/libs/index.js +3 -1
  29. package/lib.esm/contracts/governance/ExecutorsRegistry.d.ts +21 -2
  30. package/lib.esm/contracts/governance/Governance.d.ts +3 -0
  31. package/lib.esm/contracts/libs/GovernanceUtils.d.ts +85 -0
  32. package/lib.esm/contracts/libs/GovernanceUtils.js +1 -0
  33. package/lib.esm/contracts/libs/index.d.ts +1 -0
  34. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +29 -1
  35. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.js +38 -1
  36. package/lib.esm/factories/contracts/governance/Governance__factory.d.ts +14 -10
  37. package/lib.esm/factories/contracts/governance/Governance__factory.js +25 -14
  38. package/lib.esm/factories/contracts/governance/NeutralsRegistry__factory.d.ts +1 -1
  39. package/lib.esm/factories/contracts/governance/NeutralsRegistry__factory.js +1 -1
  40. package/lib.esm/factories/contracts/libs/GovernanceUtils__factory.d.ts +184 -0
  41. package/lib.esm/factories/contracts/libs/GovernanceUtils__factory.js +251 -0
  42. package/lib.esm/factories/contracts/libs/index.d.ts +1 -0
  43. package/lib.esm/factories/contracts/libs/index.js +1 -0
  44. package/package.json +2 -1
@@ -0,0 +1,1160 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "address",
6
+ "name": "target",
7
+ "type": "address"
8
+ }
9
+ ],
10
+ "name": "AddressEmptyCode",
11
+ "type": "error"
12
+ },
13
+ {
14
+ "inputs": [],
15
+ "name": "AmountIsZero",
16
+ "type": "error"
17
+ },
18
+ {
19
+ "inputs": [
20
+ {
21
+ "internalType": "address",
22
+ "name": "implementation",
23
+ "type": "address"
24
+ }
25
+ ],
26
+ "name": "ERC1967InvalidImplementation",
27
+ "type": "error"
28
+ },
29
+ {
30
+ "inputs": [],
31
+ "name": "ERC1967NonPayable",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [
36
+ {
37
+ "internalType": "address",
38
+ "name": "executor",
39
+ "type": "address"
40
+ }
41
+ ],
42
+ "name": "ExecutorAlreadyApproved",
43
+ "type": "error"
44
+ },
45
+ {
46
+ "inputs": [
47
+ {
48
+ "internalType": "address",
49
+ "name": "executor",
50
+ "type": "address"
51
+ }
52
+ ],
53
+ "name": "ExecutorHasNoStake",
54
+ "type": "error"
55
+ },
56
+ {
57
+ "inputs": [
58
+ {
59
+ "internalType": "address",
60
+ "name": "executor",
61
+ "type": "address"
62
+ }
63
+ ],
64
+ "name": "ExecutorNotApproved",
65
+ "type": "error"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "FailedCall",
70
+ "type": "error"
71
+ },
72
+ {
73
+ "inputs": [
74
+ {
75
+ "internalType": "address",
76
+ "name": "account",
77
+ "type": "address"
78
+ },
79
+ {
80
+ "internalType": "uint256",
81
+ "name": "balance",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "internalType": "uint256",
86
+ "name": "needed",
87
+ "type": "uint256"
88
+ }
89
+ ],
90
+ "name": "InsufficientOwedValue",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "address",
97
+ "name": "account",
98
+ "type": "address"
99
+ },
100
+ {
101
+ "internalType": "uint256",
102
+ "name": "balance",
103
+ "type": "uint256"
104
+ },
105
+ {
106
+ "internalType": "uint256",
107
+ "name": "needed",
108
+ "type": "uint256"
109
+ }
110
+ ],
111
+ "name": "InsufficientSharesAmount",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "address",
118
+ "name": "subject",
119
+ "type": "address"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "requestedAmount",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "availibleAmount",
129
+ "type": "uint256"
130
+ }
131
+ ],
132
+ "name": "InsufficientStakeAmount",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [],
137
+ "name": "InvalidERC20Token",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [],
142
+ "name": "InvalidGovernance",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [
147
+ {
148
+ "internalType": "address",
149
+ "name": "executor",
150
+ "type": "address"
151
+ }
152
+ ],
153
+ "name": "InvalidInitialExecutor",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "InvalidInitialization",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "InvalidParametersRegistry",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [
168
+ {
169
+ "internalType": "uint256",
170
+ "name": "amount_",
171
+ "type": "uint256"
172
+ }
173
+ ],
174
+ "name": "InvalidStakeAmount",
175
+ "type": "error"
176
+ },
177
+ {
178
+ "inputs": [
179
+ {
180
+ "internalType": "address",
181
+ "name": "executor",
182
+ "type": "address"
183
+ }
184
+ ],
185
+ "name": "NoWithdrawalAnnouncement",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [],
190
+ "name": "NotInitializing",
191
+ "type": "error"
192
+ },
193
+ {
194
+ "inputs": [
195
+ {
196
+ "internalType": "string",
197
+ "name": "parameterName",
198
+ "type": "string"
199
+ }
200
+ ],
201
+ "name": "ParameterIsAlreadySynced",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [
206
+ {
207
+ "internalType": "address",
208
+ "name": "parametersRegistry",
209
+ "type": "address"
210
+ },
211
+ {
212
+ "internalType": "string",
213
+ "name": "parameterName",
214
+ "type": "string"
215
+ }
216
+ ],
217
+ "name": "ParameterIsNotSet",
218
+ "type": "error"
219
+ },
220
+ {
221
+ "inputs": [
222
+ {
223
+ "internalType": "string",
224
+ "name": "parameterName",
225
+ "type": "string"
226
+ }
227
+ ],
228
+ "name": "ParameterIsNotSynced",
229
+ "type": "error"
230
+ },
231
+ {
232
+ "inputs": [],
233
+ "name": "QueueIsEmpty",
234
+ "type": "error"
235
+ },
236
+ {
237
+ "inputs": [
238
+ {
239
+ "internalType": "address",
240
+ "name": "token",
241
+ "type": "address"
242
+ }
243
+ ],
244
+ "name": "SafeERC20FailedOperation",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [
249
+ {
250
+ "internalType": "address",
251
+ "name": "sender",
252
+ "type": "address"
253
+ }
254
+ ],
255
+ "name": "SenderExpectedToBeDAOSLC",
256
+ "type": "error"
257
+ },
258
+ {
259
+ "inputs": [
260
+ {
261
+ "internalType": "address",
262
+ "name": "sender",
263
+ "type": "address"
264
+ }
265
+ ],
266
+ "name": "SenderExpectedToBeGovernance",
267
+ "type": "error"
268
+ },
269
+ {
270
+ "inputs": [],
271
+ "name": "UUPSUnauthorizedCallContext",
272
+ "type": "error"
273
+ },
274
+ {
275
+ "inputs": [
276
+ {
277
+ "internalType": "bytes32",
278
+ "name": "slot",
279
+ "type": "bytes32"
280
+ }
281
+ ],
282
+ "name": "UUPSUnsupportedProxiableUUID",
283
+ "type": "error"
284
+ },
285
+ {
286
+ "inputs": [],
287
+ "name": "UserIsZeroAddress",
288
+ "type": "error"
289
+ },
290
+ {
291
+ "inputs": [
292
+ {
293
+ "internalType": "address",
294
+ "name": "executor",
295
+ "type": "address"
296
+ }
297
+ ],
298
+ "name": "WithdrawalAlreadyAnnounced",
299
+ "type": "error"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "address",
305
+ "name": "executor",
306
+ "type": "address"
307
+ },
308
+ {
309
+ "internalType": "uint256",
310
+ "name": "availableAt",
311
+ "type": "uint256"
312
+ }
313
+ ],
314
+ "name": "WithdrawalNotReady",
315
+ "type": "error"
316
+ },
317
+ {
318
+ "anonymous": false,
319
+ "inputs": [
320
+ {
321
+ "indexed": true,
322
+ "internalType": "address",
323
+ "name": "executor",
324
+ "type": "address"
325
+ },
326
+ {
327
+ "indexed": false,
328
+ "internalType": "uint256",
329
+ "name": "stake",
330
+ "type": "uint256"
331
+ }
332
+ ],
333
+ "name": "ExecutorActivated",
334
+ "type": "event"
335
+ },
336
+ {
337
+ "anonymous": false,
338
+ "inputs": [
339
+ {
340
+ "indexed": true,
341
+ "internalType": "address",
342
+ "name": "executor",
343
+ "type": "address"
344
+ }
345
+ ],
346
+ "name": "ExecutorApproved",
347
+ "type": "event"
348
+ },
349
+ {
350
+ "anonymous": false,
351
+ "inputs": [
352
+ {
353
+ "indexed": true,
354
+ "internalType": "address",
355
+ "name": "executor",
356
+ "type": "address"
357
+ }
358
+ ],
359
+ "name": "ExecutorDisapproved",
360
+ "type": "event"
361
+ },
362
+ {
363
+ "anonymous": false,
364
+ "inputs": [
365
+ {
366
+ "indexed": true,
367
+ "internalType": "address",
368
+ "name": "executor",
369
+ "type": "address"
370
+ }
371
+ ],
372
+ "name": "ExecutorMovedToStandby",
373
+ "type": "event"
374
+ },
375
+ {
376
+ "anonymous": false,
377
+ "inputs": [
378
+ {
379
+ "indexed": true,
380
+ "internalType": "address",
381
+ "name": "executor",
382
+ "type": "address"
383
+ },
384
+ {
385
+ "indexed": false,
386
+ "internalType": "uint256",
387
+ "name": "amount",
388
+ "type": "uint256"
389
+ },
390
+ {
391
+ "indexed": false,
392
+ "internalType": "address",
393
+ "name": "recipient",
394
+ "type": "address"
395
+ }
396
+ ],
397
+ "name": "ExecutorSlashed",
398
+ "type": "event"
399
+ },
400
+ {
401
+ "anonymous": false,
402
+ "inputs": [
403
+ {
404
+ "indexed": true,
405
+ "internalType": "address",
406
+ "name": "executor",
407
+ "type": "address"
408
+ },
409
+ {
410
+ "indexed": false,
411
+ "internalType": "uint256",
412
+ "name": "amount",
413
+ "type": "uint256"
414
+ },
415
+ {
416
+ "indexed": false,
417
+ "internalType": "uint256",
418
+ "name": "totalStake",
419
+ "type": "uint256"
420
+ }
421
+ ],
422
+ "name": "ExecutorStaked",
423
+ "type": "event"
424
+ },
425
+ {
426
+ "anonymous": false,
427
+ "inputs": [
428
+ {
429
+ "indexed": true,
430
+ "internalType": "address",
431
+ "name": "executor",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "indexed": false,
436
+ "internalType": "uint256",
437
+ "name": "amount",
438
+ "type": "uint256"
439
+ },
440
+ {
441
+ "indexed": false,
442
+ "internalType": "uint256",
443
+ "name": "remainingStake",
444
+ "type": "uint256"
445
+ }
446
+ ],
447
+ "name": "ExecutorUnstaked",
448
+ "type": "event"
449
+ },
450
+ {
451
+ "anonymous": false,
452
+ "inputs": [
453
+ {
454
+ "indexed": false,
455
+ "internalType": "uint64",
456
+ "name": "version",
457
+ "type": "uint64"
458
+ }
459
+ ],
460
+ "name": "Initialized",
461
+ "type": "event"
462
+ },
463
+ {
464
+ "anonymous": false,
465
+ "inputs": [
466
+ {
467
+ "indexed": true,
468
+ "internalType": "address",
469
+ "name": "executor",
470
+ "type": "address"
471
+ },
472
+ {
473
+ "indexed": false,
474
+ "internalType": "uint256",
475
+ "name": "amount",
476
+ "type": "uint256"
477
+ }
478
+ ],
479
+ "name": "RewardsClaimed",
480
+ "type": "event"
481
+ },
482
+ {
483
+ "anonymous": false,
484
+ "inputs": [
485
+ {
486
+ "indexed": false,
487
+ "internalType": "uint256",
488
+ "name": "totalAmount",
489
+ "type": "uint256"
490
+ }
491
+ ],
492
+ "name": "RewardsDistributed",
493
+ "type": "event"
494
+ },
495
+ {
496
+ "anonymous": false,
497
+ "inputs": [
498
+ {
499
+ "indexed": false,
500
+ "internalType": "address",
501
+ "name": "user",
502
+ "type": "address"
503
+ },
504
+ {
505
+ "indexed": false,
506
+ "internalType": "uint256",
507
+ "name": "amount",
508
+ "type": "uint256"
509
+ }
510
+ ],
511
+ "name": "SharesAdded",
512
+ "type": "event"
513
+ },
514
+ {
515
+ "anonymous": false,
516
+ "inputs": [
517
+ {
518
+ "indexed": false,
519
+ "internalType": "address",
520
+ "name": "user",
521
+ "type": "address"
522
+ },
523
+ {
524
+ "indexed": false,
525
+ "internalType": "uint256",
526
+ "name": "amount",
527
+ "type": "uint256"
528
+ }
529
+ ],
530
+ "name": "SharesRemoved",
531
+ "type": "event"
532
+ },
533
+ {
534
+ "anonymous": false,
535
+ "inputs": [
536
+ {
537
+ "indexed": true,
538
+ "internalType": "address",
539
+ "name": "implementation",
540
+ "type": "address"
541
+ }
542
+ ],
543
+ "name": "Upgraded",
544
+ "type": "event"
545
+ },
546
+ {
547
+ "anonymous": false,
548
+ "inputs": [
549
+ {
550
+ "indexed": false,
551
+ "internalType": "address",
552
+ "name": "user",
553
+ "type": "address"
554
+ },
555
+ {
556
+ "indexed": false,
557
+ "internalType": "uint256",
558
+ "name": "amount",
559
+ "type": "uint256"
560
+ }
561
+ ],
562
+ "name": "ValueDistributed",
563
+ "type": "event"
564
+ },
565
+ {
566
+ "anonymous": false,
567
+ "inputs": [
568
+ {
569
+ "indexed": true,
570
+ "internalType": "address",
571
+ "name": "executor",
572
+ "type": "address"
573
+ },
574
+ {
575
+ "indexed": false,
576
+ "internalType": "uint256",
577
+ "name": "amount",
578
+ "type": "uint256"
579
+ },
580
+ {
581
+ "indexed": false,
582
+ "internalType": "uint256",
583
+ "name": "availableAt",
584
+ "type": "uint256"
585
+ }
586
+ ],
587
+ "name": "WithdrawalAnnounced",
588
+ "type": "event"
589
+ },
590
+ {
591
+ "anonymous": false,
592
+ "inputs": [
593
+ {
594
+ "indexed": true,
595
+ "internalType": "address",
596
+ "name": "executor",
597
+ "type": "address"
598
+ },
599
+ {
600
+ "indexed": false,
601
+ "internalType": "uint256",
602
+ "name": "amount",
603
+ "type": "uint256"
604
+ }
605
+ ],
606
+ "name": "WithdrawalCancelled",
607
+ "type": "event"
608
+ },
609
+ {
610
+ "inputs": [],
611
+ "name": "UPGRADE_INTERFACE_VERSION",
612
+ "outputs": [
613
+ {
614
+ "internalType": "string",
615
+ "name": "",
616
+ "type": "string"
617
+ }
618
+ ],
619
+ "stateMutability": "view",
620
+ "type": "function"
621
+ },
622
+ {
623
+ "inputs": [
624
+ {
625
+ "internalType": "address",
626
+ "name": "governance_",
627
+ "type": "address"
628
+ },
629
+ {
630
+ "internalType": "address[]",
631
+ "name": "initialExecutors_",
632
+ "type": "address[]"
633
+ }
634
+ ],
635
+ "name": "__ExecutorsRegistry_init",
636
+ "outputs": [],
637
+ "stateMutability": "nonpayable",
638
+ "type": "function"
639
+ },
640
+ {
641
+ "inputs": [
642
+ {
643
+ "internalType": "uint256",
644
+ "name": "amount_",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "name": "announceWithdrawal",
649
+ "outputs": [],
650
+ "stateMutability": "nonpayable",
651
+ "type": "function"
652
+ },
653
+ {
654
+ "inputs": [
655
+ {
656
+ "internalType": "address",
657
+ "name": "executor_",
658
+ "type": "address"
659
+ }
660
+ ],
661
+ "name": "approveExecutor",
662
+ "outputs": [],
663
+ "stateMutability": "nonpayable",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [],
668
+ "name": "boundActiveExecutors",
669
+ "outputs": [],
670
+ "stateMutability": "nonpayable",
671
+ "type": "function"
672
+ },
673
+ {
674
+ "inputs": [],
675
+ "name": "cancelWithdrawal",
676
+ "outputs": [],
677
+ "stateMutability": "nonpayable",
678
+ "type": "function"
679
+ },
680
+ {
681
+ "inputs": [],
682
+ "name": "claimRewards",
683
+ "outputs": [],
684
+ "stateMutability": "nonpayable",
685
+ "type": "function"
686
+ },
687
+ {
688
+ "inputs": [],
689
+ "name": "completeWithdrawal",
690
+ "outputs": [],
691
+ "stateMutability": "nonpayable",
692
+ "type": "function"
693
+ },
694
+ {
695
+ "inputs": [],
696
+ "name": "cumulativeSum",
697
+ "outputs": [
698
+ {
699
+ "internalType": "uint256",
700
+ "name": "",
701
+ "type": "uint256"
702
+ }
703
+ ],
704
+ "stateMutability": "view",
705
+ "type": "function"
706
+ },
707
+ {
708
+ "inputs": [
709
+ {
710
+ "internalType": "address",
711
+ "name": "executor_",
712
+ "type": "address"
713
+ }
714
+ ],
715
+ "name": "disapproveExecutor",
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "inputs": [
722
+ {
723
+ "internalType": "uint256",
724
+ "name": "amount_",
725
+ "type": "uint256"
726
+ }
727
+ ],
728
+ "name": "distributeRewards",
729
+ "outputs": [],
730
+ "stateMutability": "nonpayable",
731
+ "type": "function"
732
+ },
733
+ {
734
+ "inputs": [
735
+ {
736
+ "internalType": "uint256",
737
+ "name": "offset_",
738
+ "type": "uint256"
739
+ },
740
+ {
741
+ "internalType": "uint256",
742
+ "name": "limit_",
743
+ "type": "uint256"
744
+ }
745
+ ],
746
+ "name": "getActiveExecutors",
747
+ "outputs": [
748
+ {
749
+ "internalType": "address[]",
750
+ "name": "",
751
+ "type": "address[]"
752
+ }
753
+ ],
754
+ "stateMutability": "view",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "inputs": [
759
+ {
760
+ "internalType": "address",
761
+ "name": "executor_",
762
+ "type": "address"
763
+ }
764
+ ],
765
+ "name": "getExecutorInfo",
766
+ "outputs": [
767
+ {
768
+ "components": [
769
+ {
770
+ "internalType": "uint256",
771
+ "name": "stake",
772
+ "type": "uint256"
773
+ },
774
+ {
775
+ "internalType": "bool",
776
+ "name": "isApproved",
777
+ "type": "bool"
778
+ },
779
+ {
780
+ "internalType": "bool",
781
+ "name": "isActive",
782
+ "type": "bool"
783
+ },
784
+ {
785
+ "internalType": "bool",
786
+ "name": "isStandby",
787
+ "type": "bool"
788
+ },
789
+ {
790
+ "internalType": "string",
791
+ "name": "externalLink",
792
+ "type": "string"
793
+ }
794
+ ],
795
+ "internalType": "struct ExecutorsRegistry.ExecutorInfo",
796
+ "name": "",
797
+ "type": "tuple"
798
+ }
799
+ ],
800
+ "stateMutability": "view",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [],
805
+ "name": "getExecutorsCount",
806
+ "outputs": [
807
+ {
808
+ "internalType": "uint256",
809
+ "name": "",
810
+ "type": "uint256"
811
+ }
812
+ ],
813
+ "stateMutability": "view",
814
+ "type": "function"
815
+ },
816
+ {
817
+ "inputs": [
818
+ {
819
+ "internalType": "address",
820
+ "name": "executor_",
821
+ "type": "address"
822
+ }
823
+ ],
824
+ "name": "getExternalLink",
825
+ "outputs": [
826
+ {
827
+ "internalType": "string",
828
+ "name": "",
829
+ "type": "string"
830
+ }
831
+ ],
832
+ "stateMutability": "view",
833
+ "type": "function"
834
+ },
835
+ {
836
+ "inputs": [
837
+ {
838
+ "internalType": "address",
839
+ "name": "user_",
840
+ "type": "address"
841
+ }
842
+ ],
843
+ "name": "getOwedValue",
844
+ "outputs": [
845
+ {
846
+ "internalType": "uint256",
847
+ "name": "",
848
+ "type": "uint256"
849
+ }
850
+ ],
851
+ "stateMutability": "view",
852
+ "type": "function"
853
+ },
854
+ {
855
+ "inputs": [
856
+ {
857
+ "internalType": "uint256",
858
+ "name": "offset_",
859
+ "type": "uint256"
860
+ },
861
+ {
862
+ "internalType": "uint256",
863
+ "name": "limit_",
864
+ "type": "uint256"
865
+ }
866
+ ],
867
+ "name": "getStandbyExecutors",
868
+ "outputs": [
869
+ {
870
+ "internalType": "address[]",
871
+ "name": "",
872
+ "type": "address[]"
873
+ }
874
+ ],
875
+ "stateMutability": "view",
876
+ "type": "function"
877
+ },
878
+ {
879
+ "inputs": [
880
+ {
881
+ "internalType": "address",
882
+ "name": "executor_",
883
+ "type": "address"
884
+ }
885
+ ],
886
+ "name": "getWithdrawalAnnouncement",
887
+ "outputs": [
888
+ {
889
+ "components": [
890
+ {
891
+ "internalType": "uint256",
892
+ "name": "amount",
893
+ "type": "uint256"
894
+ },
895
+ {
896
+ "internalType": "uint256",
897
+ "name": "announcedAt",
898
+ "type": "uint256"
899
+ },
900
+ {
901
+ "internalType": "uint256",
902
+ "name": "availableAt",
903
+ "type": "uint256"
904
+ }
905
+ ],
906
+ "internalType": "struct ExecutorsRegistry.WithdrawalAnnouncement",
907
+ "name": "",
908
+ "type": "tuple"
909
+ }
910
+ ],
911
+ "stateMutability": "view",
912
+ "type": "function"
913
+ },
914
+ {
915
+ "inputs": [
916
+ {
917
+ "internalType": "address",
918
+ "name": "executor_",
919
+ "type": "address"
920
+ }
921
+ ],
922
+ "name": "hasShares",
923
+ "outputs": [
924
+ {
925
+ "internalType": "bool",
926
+ "name": "",
927
+ "type": "bool"
928
+ }
929
+ ],
930
+ "stateMutability": "view",
931
+ "type": "function"
932
+ },
933
+ {
934
+ "inputs": [],
935
+ "name": "implementation",
936
+ "outputs": [
937
+ {
938
+ "internalType": "address",
939
+ "name": "",
940
+ "type": "address"
941
+ }
942
+ ],
943
+ "stateMutability": "view",
944
+ "type": "function"
945
+ },
946
+ {
947
+ "inputs": [
948
+ {
949
+ "internalType": "address",
950
+ "name": "candidate_",
951
+ "type": "address"
952
+ }
953
+ ],
954
+ "name": "isExecutor",
955
+ "outputs": [
956
+ {
957
+ "internalType": "bool",
958
+ "name": "",
959
+ "type": "bool"
960
+ }
961
+ ],
962
+ "stateMutability": "view",
963
+ "type": "function"
964
+ },
965
+ {
966
+ "inputs": [
967
+ {
968
+ "internalType": "address",
969
+ "name": "executor_",
970
+ "type": "address"
971
+ }
972
+ ],
973
+ "name": "isWithdrawalReady",
974
+ "outputs": [
975
+ {
976
+ "internalType": "bool",
977
+ "name": "",
978
+ "type": "bool"
979
+ }
980
+ ],
981
+ "stateMutability": "view",
982
+ "type": "function"
983
+ },
984
+ {
985
+ "inputs": [],
986
+ "name": "proxiableUUID",
987
+ "outputs": [
988
+ {
989
+ "internalType": "bytes32",
990
+ "name": "",
991
+ "type": "bytes32"
992
+ }
993
+ ],
994
+ "stateMutability": "view",
995
+ "type": "function"
996
+ },
997
+ {
998
+ "inputs": [
999
+ {
1000
+ "internalType": "string",
1001
+ "name": "externalLink_",
1002
+ "type": "string"
1003
+ }
1004
+ ],
1005
+ "name": "setExternalLink",
1006
+ "outputs": [],
1007
+ "stateMutability": "nonpayable",
1008
+ "type": "function"
1009
+ },
1010
+ {
1011
+ "inputs": [
1012
+ {
1013
+ "internalType": "address",
1014
+ "name": "executor_",
1015
+ "type": "address"
1016
+ },
1017
+ {
1018
+ "internalType": "uint256",
1019
+ "name": "amount_",
1020
+ "type": "uint256"
1021
+ }
1022
+ ],
1023
+ "name": "slashExecutor",
1024
+ "outputs": [],
1025
+ "stateMutability": "nonpayable",
1026
+ "type": "function"
1027
+ },
1028
+ {
1029
+ "inputs": [
1030
+ {
1031
+ "internalType": "uint256",
1032
+ "name": "amount_",
1033
+ "type": "uint256"
1034
+ }
1035
+ ],
1036
+ "name": "stake",
1037
+ "outputs": [],
1038
+ "stateMutability": "nonpayable",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [
1043
+ {
1044
+ "internalType": "bytes4",
1045
+ "name": "interfaceId_",
1046
+ "type": "bytes4"
1047
+ }
1048
+ ],
1049
+ "name": "supportsInterface",
1050
+ "outputs": [
1051
+ {
1052
+ "internalType": "bool",
1053
+ "name": "",
1054
+ "type": "bool"
1055
+ }
1056
+ ],
1057
+ "stateMutability": "view",
1058
+ "type": "function"
1059
+ },
1060
+ {
1061
+ "inputs": [],
1062
+ "name": "totalShares",
1063
+ "outputs": [
1064
+ {
1065
+ "internalType": "uint256",
1066
+ "name": "",
1067
+ "type": "uint256"
1068
+ }
1069
+ ],
1070
+ "stateMutability": "view",
1071
+ "type": "function"
1072
+ },
1073
+ {
1074
+ "inputs": [],
1075
+ "name": "tryBecomeActive",
1076
+ "outputs": [],
1077
+ "stateMutability": "nonpayable",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [
1082
+ {
1083
+ "internalType": "uint256",
1084
+ "name": "newAmount_",
1085
+ "type": "uint256"
1086
+ }
1087
+ ],
1088
+ "name": "updateWithdrawalAnnouncement",
1089
+ "outputs": [],
1090
+ "stateMutability": "nonpayable",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [],
1095
+ "name": "updatedAt",
1096
+ "outputs": [
1097
+ {
1098
+ "internalType": "uint256",
1099
+ "name": "",
1100
+ "type": "uint256"
1101
+ }
1102
+ ],
1103
+ "stateMutability": "view",
1104
+ "type": "function"
1105
+ },
1106
+ {
1107
+ "inputs": [
1108
+ {
1109
+ "internalType": "address",
1110
+ "name": "newImplementation",
1111
+ "type": "address"
1112
+ },
1113
+ {
1114
+ "internalType": "bytes",
1115
+ "name": "data",
1116
+ "type": "bytes"
1117
+ }
1118
+ ],
1119
+ "name": "upgradeToAndCall",
1120
+ "outputs": [],
1121
+ "stateMutability": "payable",
1122
+ "type": "function"
1123
+ },
1124
+ {
1125
+ "inputs": [
1126
+ {
1127
+ "internalType": "address",
1128
+ "name": "user_",
1129
+ "type": "address"
1130
+ }
1131
+ ],
1132
+ "name": "userDistribution",
1133
+ "outputs": [
1134
+ {
1135
+ "components": [
1136
+ {
1137
+ "internalType": "uint256",
1138
+ "name": "shares",
1139
+ "type": "uint256"
1140
+ },
1141
+ {
1142
+ "internalType": "uint256",
1143
+ "name": "cumulativeSum",
1144
+ "type": "uint256"
1145
+ },
1146
+ {
1147
+ "internalType": "uint256",
1148
+ "name": "owedValue",
1149
+ "type": "uint256"
1150
+ }
1151
+ ],
1152
+ "internalType": "struct AValueDistributor.UserDistribution",
1153
+ "name": "",
1154
+ "type": "tuple"
1155
+ }
1156
+ ],
1157
+ "stateMutability": "view",
1158
+ "type": "function"
1159
+ }
1160
+ ]