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