@suzaku-network/suzaku-cli 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/LICENSE +96 -0
  2. package/README.md +1080 -0
  3. package/bin/cli.js +3 -0
  4. package/defaults/.env.anvil +4 -0
  5. package/defaults/.env.dexalot +7 -0
  6. package/defaults/.env.fuji +4 -0
  7. package/defaults/.env.kiteai +2 -0
  8. package/defaults/.env.mainnet +4 -0
  9. package/defaults/.env.template +10 -0
  10. package/dist/abis/AccessControl.d.ts +176 -0
  11. package/dist/abis/AccessControl.js +230 -0
  12. package/dist/abis/AccessControl.js.map +1 -0
  13. package/dist/abis/BalancerValidatorManager.d.ts +1121 -0
  14. package/dist/abis/BalancerValidatorManager.js +1469 -0
  15. package/dist/abis/BalancerValidatorManager.js.map +1 -0
  16. package/dist/abis/DefaultCollateral.d.ts +620 -0
  17. package/dist/abis/DefaultCollateral.js +811 -0
  18. package/dist/abis/DefaultCollateral.js.map +1 -0
  19. package/dist/abis/ERC20.d.ts +635 -0
  20. package/dist/abis/ERC20.js +831 -0
  21. package/dist/abis/ERC20.js.map +1 -0
  22. package/dist/abis/IWarpMessenger.d.ts +104 -0
  23. package/dist/abis/IWarpMessenger.js +139 -0
  24. package/dist/abis/IWarpMessenger.js.map +1 -0
  25. package/dist/abis/KiteStakingManager.d.ts +1459 -0
  26. package/dist/abis/KiteStakingManager.js +1886 -0
  27. package/dist/abis/KiteStakingManager.js.map +1 -0
  28. package/dist/abis/L1Middleware.d.ts +1712 -0
  29. package/dist/abis/L1Middleware.js +2242 -0
  30. package/dist/abis/L1Middleware.js.map +1 -0
  31. package/dist/abis/L1Registry.d.ts +415 -0
  32. package/dist/abis/L1Registry.js +544 -0
  33. package/dist/abis/L1Registry.js.map +1 -0
  34. package/dist/abis/L1RestakeDelegator.d.ts +865 -0
  35. package/dist/abis/L1RestakeDelegator.js +1118 -0
  36. package/dist/abis/L1RestakeDelegator.js.map +1 -0
  37. package/dist/abis/OperatorL1OptInService.d.ts +288 -0
  38. package/dist/abis/OperatorL1OptInService.js +374 -0
  39. package/dist/abis/OperatorL1OptInService.js.map +1 -0
  40. package/dist/abis/OperatorRegistry.d.ts +125 -0
  41. package/dist/abis/OperatorRegistry.js +166 -0
  42. package/dist/abis/OperatorRegistry.js.map +1 -0
  43. package/dist/abis/OperatorVaultOptInService.d.ts +288 -0
  44. package/dist/abis/OperatorVaultOptInService.js +374 -0
  45. package/dist/abis/OperatorVaultOptInService.js.map +1 -0
  46. package/dist/abis/Ownable.d.ts +59 -0
  47. package/dist/abis/Ownable.js +79 -0
  48. package/dist/abis/Ownable.js.map +1 -0
  49. package/dist/abis/PoASecurityModule.d.ts +225 -0
  50. package/dist/abis/PoASecurityModule.js +299 -0
  51. package/dist/abis/PoASecurityModule.js.map +1 -0
  52. package/dist/abis/RewardsNativeToken.d.ts +1334 -0
  53. package/dist/abis/RewardsNativeToken.js +1749 -0
  54. package/dist/abis/RewardsNativeToken.js.map +1 -0
  55. package/dist/abis/StakingVault.d.ts +2913 -0
  56. package/dist/abis/StakingVault.js +3780 -0
  57. package/dist/abis/StakingVault.js.map +1 -0
  58. package/dist/abis/StakingVaultOperations.d.ts +980 -0
  59. package/dist/abis/StakingVaultOperations.js +1270 -0
  60. package/dist/abis/StakingVaultOperations.js.map +1 -0
  61. package/dist/abis/UptimeTracker.d.ts +300 -0
  62. package/dist/abis/UptimeTracker.js +397 -0
  63. package/dist/abis/UptimeTracker.js.map +1 -0
  64. package/dist/abis/ValidatorManager.d.ts +842 -0
  65. package/dist/abis/ValidatorManager.js +1101 -0
  66. package/dist/abis/ValidatorManager.js.map +1 -0
  67. package/dist/abis/VaultFactory.d.ts +288 -0
  68. package/dist/abis/VaultFactory.js +378 -0
  69. package/dist/abis/VaultFactory.js.map +1 -0
  70. package/dist/abis/VaultManager.d.ts +519 -0
  71. package/dist/abis/VaultManager.js +678 -0
  72. package/dist/abis/VaultManager.js.map +1 -0
  73. package/dist/abis/VaultTokenized.d.ts +1626 -0
  74. package/dist/abis/VaultTokenized.js +2114 -0
  75. package/dist/abis/VaultTokenized.js.map +1 -0
  76. package/dist/abis/abi-selectors.json +700 -0
  77. package/dist/abis/index.d.ts +18356 -0
  78. package/dist/abis/index.js +58 -0
  79. package/dist/abis/index.js.map +1 -0
  80. package/dist/accessControl.d.ts +15 -0
  81. package/dist/accessControl.js +36 -0
  82. package/dist/accessControl.js.map +1 -0
  83. package/dist/balancer.d.ts +25 -0
  84. package/dist/balancer.js +42 -0
  85. package/dist/balancer.js.map +1 -0
  86. package/dist/cli.d.mts +1 -0
  87. package/dist/cli.d.ts +2 -0
  88. package/dist/cli.js +3183 -0
  89. package/dist/cli.js.map +1 -0
  90. package/dist/cli.mjs +31343 -0
  91. package/dist/cli.mjs.map +1 -0
  92. package/dist/client.d.ts +34 -0
  93. package/dist/client.js +76 -0
  94. package/dist/client.js.map +1 -0
  95. package/dist/config.d.ts +10 -0
  96. package/dist/config.js +63 -0
  97. package/dist/config.js.map +1 -0
  98. package/dist/delegator.d.ts +4 -0
  99. package/dist/delegator.js +16 -0
  100. package/dist/delegator.js.map +1 -0
  101. package/dist/index.d.mts +19770 -0
  102. package/dist/index.d.ts +7 -0
  103. package/dist/index.js +24 -0
  104. package/dist/index.js.map +1 -0
  105. package/dist/index.mjs +27451 -0
  106. package/dist/index.mjs.map +1 -0
  107. package/dist/keyStore.d.ts +3 -0
  108. package/dist/keyStore.js +105 -0
  109. package/dist/keyStore.js.map +1 -0
  110. package/dist/kiteStaking.d.ts +91 -0
  111. package/dist/kiteStaking.js +731 -0
  112. package/dist/kiteStaking.js.map +1 -0
  113. package/dist/l1.d.ts +5 -0
  114. package/dist/l1.js +22 -0
  115. package/dist/l1.js.map +1 -0
  116. package/dist/lib/autoCompletion.d.ts +3 -0
  117. package/dist/lib/autoCompletion.js +55 -0
  118. package/dist/lib/autoCompletion.js.map +1 -0
  119. package/dist/lib/cChainUtils.d.ts +42 -0
  120. package/dist/lib/cChainUtils.js +271 -0
  121. package/dist/lib/cChainUtils.js.map +1 -0
  122. package/dist/lib/castUtils.d.ts +18 -0
  123. package/dist/lib/castUtils.js +81 -0
  124. package/dist/lib/castUtils.js.map +1 -0
  125. package/dist/lib/chainList.d.ts +5 -0
  126. package/dist/lib/chainList.js +86 -0
  127. package/dist/lib/chainList.js.map +1 -0
  128. package/dist/lib/cliParser.d.ts +27 -0
  129. package/dist/lib/cliParser.js +167 -0
  130. package/dist/lib/cliParser.js.map +1 -0
  131. package/dist/lib/commandUtils.d.ts +13 -0
  132. package/dist/lib/commandUtils.js +38 -0
  133. package/dist/lib/commandUtils.js.map +1 -0
  134. package/dist/lib/coreWalletUtils.d.ts +3 -0
  135. package/dist/lib/coreWalletUtils.js +74 -0
  136. package/dist/lib/coreWalletUtils.js.map +1 -0
  137. package/dist/lib/justification.d.ts +90 -0
  138. package/dist/lib/justification.js +577 -0
  139. package/dist/lib/justification.js.map +1 -0
  140. package/dist/lib/ledgerUtils.d.ts +4 -0
  141. package/dist/lib/ledgerUtils.js +258 -0
  142. package/dist/lib/ledgerUtils.js.map +1 -0
  143. package/dist/lib/logger.d.ts +46 -0
  144. package/dist/lib/logger.js +226 -0
  145. package/dist/lib/logger.js.map +1 -0
  146. package/dist/lib/pChainUtils.d.ts +128 -0
  147. package/dist/lib/pChainUtils.js +436 -0
  148. package/dist/lib/pChainUtils.js.map +1 -0
  149. package/dist/lib/pass.d.ts +81 -0
  150. package/dist/lib/pass.js +353 -0
  151. package/dist/lib/pass.js.map +1 -0
  152. package/dist/lib/safeUtils.d.ts +25 -0
  153. package/dist/lib/safeUtils.js +93 -0
  154. package/dist/lib/safeUtils.js.map +1 -0
  155. package/dist/lib/transferUtils.d.ts +643 -0
  156. package/dist/lib/transferUtils.js +141 -0
  157. package/dist/lib/transferUtils.js.map +1 -0
  158. package/dist/lib/utils.d.ts +28 -0
  159. package/dist/lib/utils.js +166 -0
  160. package/dist/lib/utils.js.map +1 -0
  161. package/dist/lib/viemUtils.d.ts +80 -0
  162. package/dist/lib/viemUtils.js +317 -0
  163. package/dist/lib/viemUtils.js.map +1 -0
  164. package/dist/lib/warpUtils.d.ts +76 -0
  165. package/dist/lib/warpUtils.js +448 -0
  166. package/dist/lib/warpUtils.js.map +1 -0
  167. package/dist/middleware.d.ts +75 -0
  168. package/dist/middleware.js +430 -0
  169. package/dist/middleware.js.map +1 -0
  170. package/dist/operator.d.ts +4 -0
  171. package/dist/operator.js +22 -0
  172. package/dist/operator.js.map +1 -0
  173. package/dist/operatorOptIn.d.ts +8 -0
  174. package/dist/operatorOptIn.js +39 -0
  175. package/dist/operatorOptIn.js.map +1 -0
  176. package/dist/rewards.d.ts +116 -0
  177. package/dist/rewards.js +244 -0
  178. package/dist/rewards.js.map +1 -0
  179. package/dist/securityModule.d.ts +8 -0
  180. package/dist/securityModule.js +305 -0
  181. package/dist/securityModule.js.map +1 -0
  182. package/dist/stakingVault.d.ts +184 -0
  183. package/dist/stakingVault.js +1224 -0
  184. package/dist/stakingVault.js.map +1 -0
  185. package/dist/uptime.d.ts +54 -0
  186. package/dist/uptime.js +246 -0
  187. package/dist/uptime.js.map +1 -0
  188. package/dist/vault.d.ts +16 -0
  189. package/dist/vault.js +131 -0
  190. package/dist/vault.js.map +1 -0
  191. package/dist/vaultManager.d.ts +8 -0
  192. package/dist/vaultManager.js +40 -0
  193. package/dist/vaultManager.js.map +1 -0
  194. package/package.json +62 -0
@@ -0,0 +1,3780 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = [
4
+ {
5
+ "type": "constructor",
6
+ "inputs": [],
7
+ "stateMutability": "nonpayable"
8
+ },
9
+ {
10
+ "type": "fallback",
11
+ "stateMutability": "payable"
12
+ },
13
+ {
14
+ "type": "receive",
15
+ "stateMutability": "payable"
16
+ },
17
+ {
18
+ "type": "event",
19
+ "name": "Approval",
20
+ "inputs": [
21
+ {
22
+ "name": "owner",
23
+ "type": "address",
24
+ "indexed": true,
25
+ "internalType": "address"
26
+ },
27
+ {
28
+ "name": "spender",
29
+ "type": "address",
30
+ "indexed": true,
31
+ "internalType": "address"
32
+ },
33
+ {
34
+ "name": "value",
35
+ "type": "uint256",
36
+ "indexed": false,
37
+ "internalType": "uint256"
38
+ }
39
+ ],
40
+ "anonymous": false
41
+ },
42
+ {
43
+ "type": "event",
44
+ "name": "DefaultAdminDelayChangeCanceled",
45
+ "inputs": [],
46
+ "anonymous": false
47
+ },
48
+ {
49
+ "type": "event",
50
+ "name": "DefaultAdminDelayChangeScheduled",
51
+ "inputs": [
52
+ {
53
+ "name": "newDelay",
54
+ "type": "uint48",
55
+ "indexed": false,
56
+ "internalType": "uint48"
57
+ },
58
+ {
59
+ "name": "effectSchedule",
60
+ "type": "uint48",
61
+ "indexed": false,
62
+ "internalType": "uint48"
63
+ }
64
+ ],
65
+ "anonymous": false
66
+ },
67
+ {
68
+ "type": "event",
69
+ "name": "DefaultAdminTransferCanceled",
70
+ "inputs": [],
71
+ "anonymous": false
72
+ },
73
+ {
74
+ "type": "event",
75
+ "name": "DefaultAdminTransferScheduled",
76
+ "inputs": [
77
+ {
78
+ "name": "newAdmin",
79
+ "type": "address",
80
+ "indexed": true,
81
+ "internalType": "address"
82
+ },
83
+ {
84
+ "name": "acceptSchedule",
85
+ "type": "uint48",
86
+ "indexed": false,
87
+ "internalType": "uint48"
88
+ }
89
+ ],
90
+ "anonymous": false
91
+ },
92
+ {
93
+ "type": "event",
94
+ "name": "Initialized",
95
+ "inputs": [
96
+ {
97
+ "name": "version",
98
+ "type": "uint64",
99
+ "indexed": false,
100
+ "internalType": "uint64"
101
+ }
102
+ ],
103
+ "anonymous": false
104
+ },
105
+ {
106
+ "type": "event",
107
+ "name": "Paused",
108
+ "inputs": [
109
+ {
110
+ "name": "account",
111
+ "type": "address",
112
+ "indexed": false,
113
+ "internalType": "address"
114
+ }
115
+ ],
116
+ "anonymous": false
117
+ },
118
+ {
119
+ "type": "event",
120
+ "name": "RoleAdminChanged",
121
+ "inputs": [
122
+ {
123
+ "name": "role",
124
+ "type": "bytes32",
125
+ "indexed": true,
126
+ "internalType": "bytes32"
127
+ },
128
+ {
129
+ "name": "previousAdminRole",
130
+ "type": "bytes32",
131
+ "indexed": true,
132
+ "internalType": "bytes32"
133
+ },
134
+ {
135
+ "name": "newAdminRole",
136
+ "type": "bytes32",
137
+ "indexed": true,
138
+ "internalType": "bytes32"
139
+ }
140
+ ],
141
+ "anonymous": false
142
+ },
143
+ {
144
+ "type": "event",
145
+ "name": "RoleGranted",
146
+ "inputs": [
147
+ {
148
+ "name": "role",
149
+ "type": "bytes32",
150
+ "indexed": true,
151
+ "internalType": "bytes32"
152
+ },
153
+ {
154
+ "name": "account",
155
+ "type": "address",
156
+ "indexed": true,
157
+ "internalType": "address"
158
+ },
159
+ {
160
+ "name": "sender",
161
+ "type": "address",
162
+ "indexed": true,
163
+ "internalType": "address"
164
+ }
165
+ ],
166
+ "anonymous": false
167
+ },
168
+ {
169
+ "type": "event",
170
+ "name": "RoleRevoked",
171
+ "inputs": [
172
+ {
173
+ "name": "role",
174
+ "type": "bytes32",
175
+ "indexed": true,
176
+ "internalType": "bytes32"
177
+ },
178
+ {
179
+ "name": "account",
180
+ "type": "address",
181
+ "indexed": true,
182
+ "internalType": "address"
183
+ },
184
+ {
185
+ "name": "sender",
186
+ "type": "address",
187
+ "indexed": true,
188
+ "internalType": "address"
189
+ }
190
+ ],
191
+ "anonymous": false
192
+ },
193
+ {
194
+ "type": "event",
195
+ "name": "StakingVault__AccountingMismatchDetected",
196
+ "inputs": [
197
+ {
198
+ "name": "context",
199
+ "type": "string",
200
+ "indexed": false,
201
+ "internalType": "string"
202
+ },
203
+ {
204
+ "name": "expected",
205
+ "type": "uint256",
206
+ "indexed": false,
207
+ "internalType": "uint256"
208
+ },
209
+ {
210
+ "name": "actual",
211
+ "type": "uint256",
212
+ "indexed": false,
213
+ "internalType": "uint256"
214
+ }
215
+ ],
216
+ "anonymous": false
217
+ },
218
+ {
219
+ "type": "event",
220
+ "name": "StakingVault__DelegatorRegistrationAborted",
221
+ "inputs": [
222
+ {
223
+ "name": "delegationID",
224
+ "type": "bytes32",
225
+ "indexed": true,
226
+ "internalType": "bytes32"
227
+ },
228
+ {
229
+ "name": "amount",
230
+ "type": "uint256",
231
+ "indexed": false,
232
+ "internalType": "uint256"
233
+ }
234
+ ],
235
+ "anonymous": false
236
+ },
237
+ {
238
+ "type": "event",
239
+ "name": "StakingVault__DelegatorRegistrationCompleted",
240
+ "inputs": [
241
+ {
242
+ "name": "operator",
243
+ "type": "address",
244
+ "indexed": true,
245
+ "internalType": "address"
246
+ },
247
+ {
248
+ "name": "delegationID",
249
+ "type": "bytes32",
250
+ "indexed": true,
251
+ "internalType": "bytes32"
252
+ }
253
+ ],
254
+ "anonymous": false
255
+ },
256
+ {
257
+ "type": "event",
258
+ "name": "StakingVault__DelegatorRegistrationInitiated",
259
+ "inputs": [
260
+ {
261
+ "name": "operator",
262
+ "type": "address",
263
+ "indexed": true,
264
+ "internalType": "address"
265
+ },
266
+ {
267
+ "name": "validationID",
268
+ "type": "bytes32",
269
+ "indexed": true,
270
+ "internalType": "bytes32"
271
+ },
272
+ {
273
+ "name": "delegationID",
274
+ "type": "bytes32",
275
+ "indexed": false,
276
+ "internalType": "bytes32"
277
+ },
278
+ {
279
+ "name": "amount",
280
+ "type": "uint256",
281
+ "indexed": false,
282
+ "internalType": "uint256"
283
+ }
284
+ ],
285
+ "anonymous": false
286
+ },
287
+ {
288
+ "type": "event",
289
+ "name": "StakingVault__DelegatorRemovalAdopted",
290
+ "inputs": [
291
+ {
292
+ "name": "operator",
293
+ "type": "address",
294
+ "indexed": true,
295
+ "internalType": "address"
296
+ },
297
+ {
298
+ "name": "delegationID",
299
+ "type": "bytes32",
300
+ "indexed": true,
301
+ "internalType": "bytes32"
302
+ },
303
+ {
304
+ "name": "amount",
305
+ "type": "uint256",
306
+ "indexed": false,
307
+ "internalType": "uint256"
308
+ }
309
+ ],
310
+ "anonymous": false
311
+ },
312
+ {
313
+ "type": "event",
314
+ "name": "StakingVault__DelegatorRemovalCompleted",
315
+ "inputs": [
316
+ {
317
+ "name": "delegationID",
318
+ "type": "bytes32",
319
+ "indexed": true,
320
+ "internalType": "bytes32"
321
+ },
322
+ {
323
+ "name": "stakeReturned",
324
+ "type": "uint256",
325
+ "indexed": false,
326
+ "internalType": "uint256"
327
+ },
328
+ {
329
+ "name": "rewards",
330
+ "type": "uint256",
331
+ "indexed": false,
332
+ "internalType": "uint256"
333
+ }
334
+ ],
335
+ "anonymous": false
336
+ },
337
+ {
338
+ "type": "event",
339
+ "name": "StakingVault__DelegatorRemovalFailed",
340
+ "inputs": [
341
+ {
342
+ "name": "delegationID",
343
+ "type": "bytes32",
344
+ "indexed": true,
345
+ "internalType": "bytes32"
346
+ },
347
+ {
348
+ "name": "operator",
349
+ "type": "address",
350
+ "indexed": true,
351
+ "internalType": "address"
352
+ }
353
+ ],
354
+ "anonymous": false
355
+ },
356
+ {
357
+ "type": "event",
358
+ "name": "StakingVault__DelegatorRemovalInitiated",
359
+ "inputs": [
360
+ {
361
+ "name": "operator",
362
+ "type": "address",
363
+ "indexed": true,
364
+ "internalType": "address"
365
+ },
366
+ {
367
+ "name": "delegationID",
368
+ "type": "bytes32",
369
+ "indexed": true,
370
+ "internalType": "bytes32"
371
+ }
372
+ ],
373
+ "anonymous": false
374
+ },
375
+ {
376
+ "type": "event",
377
+ "name": "StakingVault__Deposited",
378
+ "inputs": [
379
+ {
380
+ "name": "user",
381
+ "type": "address",
382
+ "indexed": true,
383
+ "internalType": "address"
384
+ },
385
+ {
386
+ "name": "stakeAmount",
387
+ "type": "uint256",
388
+ "indexed": false,
389
+ "internalType": "uint256"
390
+ },
391
+ {
392
+ "name": "shares",
393
+ "type": "uint256",
394
+ "indexed": false,
395
+ "internalType": "uint256"
396
+ }
397
+ ],
398
+ "anonymous": false
399
+ },
400
+ {
401
+ "type": "event",
402
+ "name": "StakingVault__EpochProcessed",
403
+ "inputs": [
404
+ {
405
+ "name": "epoch",
406
+ "type": "uint256",
407
+ "indexed": true,
408
+ "internalType": "uint256"
409
+ },
410
+ {
411
+ "name": "withdrawalsFulfilled",
412
+ "type": "uint256",
413
+ "indexed": false,
414
+ "internalType": "uint256"
415
+ },
416
+ {
417
+ "name": "stakeReleased",
418
+ "type": "uint256",
419
+ "indexed": false,
420
+ "internalType": "uint256"
421
+ },
422
+ {
423
+ "name": "requestsRemaining",
424
+ "type": "uint256",
425
+ "indexed": false,
426
+ "internalType": "uint256"
427
+ }
428
+ ],
429
+ "anonymous": false
430
+ },
431
+ {
432
+ "type": "event",
433
+ "name": "StakingVault__EscrowedWithdrawalClaimed",
434
+ "inputs": [
435
+ {
436
+ "name": "user",
437
+ "type": "address",
438
+ "indexed": true,
439
+ "internalType": "address"
440
+ },
441
+ {
442
+ "name": "recipient",
443
+ "type": "address",
444
+ "indexed": true,
445
+ "internalType": "address"
446
+ },
447
+ {
448
+ "name": "amount",
449
+ "type": "uint256",
450
+ "indexed": false,
451
+ "internalType": "uint256"
452
+ }
453
+ ],
454
+ "anonymous": false
455
+ },
456
+ {
457
+ "type": "event",
458
+ "name": "StakingVault__ExitDebtRecorded",
459
+ "inputs": [
460
+ {
461
+ "name": "operator",
462
+ "type": "address",
463
+ "indexed": true,
464
+ "internalType": "address"
465
+ },
466
+ {
467
+ "name": "debtAmount",
468
+ "type": "uint256",
469
+ "indexed": false,
470
+ "internalType": "uint256"
471
+ },
472
+ {
473
+ "name": "totalDebt",
474
+ "type": "uint256",
475
+ "indexed": false,
476
+ "internalType": "uint256"
477
+ }
478
+ ],
479
+ "anonymous": false
480
+ },
481
+ {
482
+ "type": "event",
483
+ "name": "StakingVault__ExitDebtReduced",
484
+ "inputs": [
485
+ {
486
+ "name": "operator",
487
+ "type": "address",
488
+ "indexed": true,
489
+ "internalType": "address"
490
+ },
491
+ {
492
+ "name": "reducedAmount",
493
+ "type": "uint256",
494
+ "indexed": false,
495
+ "internalType": "uint256"
496
+ },
497
+ {
498
+ "name": "remainingDebt",
499
+ "type": "uint256",
500
+ "indexed": false,
501
+ "internalType": "uint256"
502
+ }
503
+ ],
504
+ "anonymous": false
505
+ },
506
+ {
507
+ "type": "event",
508
+ "name": "StakingVault__Harvested",
509
+ "inputs": [
510
+ {
511
+ "name": "totalRewards",
512
+ "type": "uint256",
513
+ "indexed": false,
514
+ "internalType": "uint256"
515
+ },
516
+ {
517
+ "name": "protocolFee",
518
+ "type": "uint256",
519
+ "indexed": false,
520
+ "internalType": "uint256"
521
+ },
522
+ {
523
+ "name": "poolIncrease",
524
+ "type": "uint256",
525
+ "indexed": false,
526
+ "internalType": "uint256"
527
+ }
528
+ ],
529
+ "anonymous": false
530
+ },
531
+ {
532
+ "type": "event",
533
+ "name": "StakingVault__InFlightExitingUpdated",
534
+ "inputs": [
535
+ {
536
+ "name": "newAmount",
537
+ "type": "uint256",
538
+ "indexed": false,
539
+ "internalType": "uint256"
540
+ }
541
+ ],
542
+ "anonymous": false
543
+ },
544
+ {
545
+ "type": "event",
546
+ "name": "StakingVault__LiquidityBufferUpdated",
547
+ "inputs": [
548
+ {
549
+ "name": "oldBips",
550
+ "type": "uint256",
551
+ "indexed": false,
552
+ "internalType": "uint256"
553
+ },
554
+ {
555
+ "name": "newBips",
556
+ "type": "uint256",
557
+ "indexed": false,
558
+ "internalType": "uint256"
559
+ }
560
+ ],
561
+ "anonymous": false
562
+ },
563
+ {
564
+ "type": "event",
565
+ "name": "StakingVault__LiquidityPrepared",
566
+ "inputs": [
567
+ {
568
+ "name": "epoch",
569
+ "type": "uint256",
570
+ "indexed": true,
571
+ "internalType": "uint256"
572
+ },
573
+ {
574
+ "name": "removalsInitiated",
575
+ "type": "uint256",
576
+ "indexed": false,
577
+ "internalType": "uint256"
578
+ },
579
+ {
580
+ "name": "amountExpected",
581
+ "type": "uint256",
582
+ "indexed": false,
583
+ "internalType": "uint256"
584
+ }
585
+ ],
586
+ "anonymous": false
587
+ },
588
+ {
589
+ "type": "event",
590
+ "name": "StakingVault__MaxOperatorsUpdated",
591
+ "inputs": [
592
+ {
593
+ "name": "oldMax",
594
+ "type": "uint256",
595
+ "indexed": false,
596
+ "internalType": "uint256"
597
+ },
598
+ {
599
+ "name": "newMax",
600
+ "type": "uint256",
601
+ "indexed": false,
602
+ "internalType": "uint256"
603
+ }
604
+ ],
605
+ "anonymous": false
606
+ },
607
+ {
608
+ "type": "event",
609
+ "name": "StakingVault__MaxValidatorsPerOperatorUpdated",
610
+ "inputs": [
611
+ {
612
+ "name": "oldMax",
613
+ "type": "uint256",
614
+ "indexed": false,
615
+ "internalType": "uint256"
616
+ },
617
+ {
618
+ "name": "newMax",
619
+ "type": "uint256",
620
+ "indexed": false,
621
+ "internalType": "uint256"
622
+ }
623
+ ],
624
+ "anonymous": false
625
+ },
626
+ {
627
+ "type": "event",
628
+ "name": "StakingVault__MaximumDelegatorStakeUpdated",
629
+ "inputs": [
630
+ {
631
+ "name": "oldMax",
632
+ "type": "uint256",
633
+ "indexed": false,
634
+ "internalType": "uint256"
635
+ },
636
+ {
637
+ "name": "newMax",
638
+ "type": "uint256",
639
+ "indexed": false,
640
+ "internalType": "uint256"
641
+ }
642
+ ],
643
+ "anonymous": false
644
+ },
645
+ {
646
+ "type": "event",
647
+ "name": "StakingVault__MaximumValidatorStakeUpdated",
648
+ "inputs": [
649
+ {
650
+ "name": "oldMax",
651
+ "type": "uint256",
652
+ "indexed": false,
653
+ "internalType": "uint256"
654
+ },
655
+ {
656
+ "name": "newMax",
657
+ "type": "uint256",
658
+ "indexed": false,
659
+ "internalType": "uint256"
660
+ }
661
+ ],
662
+ "anonymous": false
663
+ },
664
+ {
665
+ "type": "event",
666
+ "name": "StakingVault__OperationsImplUpdated",
667
+ "inputs": [
668
+ {
669
+ "name": "oldImpl",
670
+ "type": "address",
671
+ "indexed": true,
672
+ "internalType": "address"
673
+ },
674
+ {
675
+ "name": "newImpl",
676
+ "type": "address",
677
+ "indexed": true,
678
+ "internalType": "address"
679
+ }
680
+ ],
681
+ "anonymous": false
682
+ },
683
+ {
684
+ "type": "event",
685
+ "name": "StakingVault__OperatorAdded",
686
+ "inputs": [
687
+ {
688
+ "name": "operator",
689
+ "type": "address",
690
+ "indexed": true,
691
+ "internalType": "address"
692
+ },
693
+ {
694
+ "name": "allocationBips",
695
+ "type": "uint256",
696
+ "indexed": false,
697
+ "internalType": "uint256"
698
+ }
699
+ ],
700
+ "anonymous": false
701
+ },
702
+ {
703
+ "type": "event",
704
+ "name": "StakingVault__OperatorAllocationUpdated",
705
+ "inputs": [
706
+ {
707
+ "name": "operator",
708
+ "type": "address",
709
+ "indexed": true,
710
+ "internalType": "address"
711
+ },
712
+ {
713
+ "name": "oldBips",
714
+ "type": "uint256",
715
+ "indexed": false,
716
+ "internalType": "uint256"
717
+ },
718
+ {
719
+ "name": "newBips",
720
+ "type": "uint256",
721
+ "indexed": false,
722
+ "internalType": "uint256"
723
+ }
724
+ ],
725
+ "anonymous": false
726
+ },
727
+ {
728
+ "type": "event",
729
+ "name": "StakingVault__OperatorFeeRecipientUpdated",
730
+ "inputs": [
731
+ {
732
+ "name": "operator",
733
+ "type": "address",
734
+ "indexed": true,
735
+ "internalType": "address"
736
+ },
737
+ {
738
+ "name": "oldRecipient",
739
+ "type": "address",
740
+ "indexed": true,
741
+ "internalType": "address"
742
+ },
743
+ {
744
+ "name": "newRecipient",
745
+ "type": "address",
746
+ "indexed": true,
747
+ "internalType": "address"
748
+ }
749
+ ],
750
+ "anonymous": false
751
+ },
752
+ {
753
+ "type": "event",
754
+ "name": "StakingVault__OperatorFeeUpdated",
755
+ "inputs": [
756
+ {
757
+ "name": "oldFee",
758
+ "type": "uint256",
759
+ "indexed": false,
760
+ "internalType": "uint256"
761
+ },
762
+ {
763
+ "name": "newFee",
764
+ "type": "uint256",
765
+ "indexed": false,
766
+ "internalType": "uint256"
767
+ }
768
+ ],
769
+ "anonymous": false
770
+ },
771
+ {
772
+ "type": "event",
773
+ "name": "StakingVault__OperatorFeesClaimed",
774
+ "inputs": [
775
+ {
776
+ "name": "operator",
777
+ "type": "address",
778
+ "indexed": true,
779
+ "internalType": "address"
780
+ },
781
+ {
782
+ "name": "amount",
783
+ "type": "uint256",
784
+ "indexed": false,
785
+ "internalType": "uint256"
786
+ }
787
+ ],
788
+ "anonymous": false
789
+ },
790
+ {
791
+ "type": "event",
792
+ "name": "StakingVault__OperatorFeesForfeited",
793
+ "inputs": [
794
+ {
795
+ "name": "operator",
796
+ "type": "address",
797
+ "indexed": true,
798
+ "internalType": "address"
799
+ },
800
+ {
801
+ "name": "amount",
802
+ "type": "uint256",
803
+ "indexed": false,
804
+ "internalType": "uint256"
805
+ }
806
+ ],
807
+ "anonymous": false
808
+ },
809
+ {
810
+ "type": "event",
811
+ "name": "StakingVault__OperatorRemoved",
812
+ "inputs": [
813
+ {
814
+ "name": "operator",
815
+ "type": "address",
816
+ "indexed": true,
817
+ "internalType": "address"
818
+ }
819
+ ],
820
+ "anonymous": false
821
+ },
822
+ {
823
+ "type": "event",
824
+ "name": "StakingVault__PendingProtocolFeesClaimed",
825
+ "inputs": [
826
+ {
827
+ "name": "amount",
828
+ "type": "uint256",
829
+ "indexed": false,
830
+ "internalType": "uint256"
831
+ }
832
+ ],
833
+ "anonymous": false
834
+ },
835
+ {
836
+ "type": "event",
837
+ "name": "StakingVault__ProtocolFeeEscrowed",
838
+ "inputs": [
839
+ {
840
+ "name": "amount",
841
+ "type": "uint256",
842
+ "indexed": false,
843
+ "internalType": "uint256"
844
+ },
845
+ {
846
+ "name": "totalPending",
847
+ "type": "uint256",
848
+ "indexed": false,
849
+ "internalType": "uint256"
850
+ }
851
+ ],
852
+ "anonymous": false
853
+ },
854
+ {
855
+ "type": "event",
856
+ "name": "StakingVault__ProtocolFeeRecipientUpdated",
857
+ "inputs": [
858
+ {
859
+ "name": "oldRecipient",
860
+ "type": "address",
861
+ "indexed": true,
862
+ "internalType": "address"
863
+ },
864
+ {
865
+ "name": "newRecipient",
866
+ "type": "address",
867
+ "indexed": true,
868
+ "internalType": "address"
869
+ }
870
+ ],
871
+ "anonymous": false
872
+ },
873
+ {
874
+ "type": "event",
875
+ "name": "StakingVault__ProtocolFeeUpdated",
876
+ "inputs": [
877
+ {
878
+ "name": "oldFee",
879
+ "type": "uint256",
880
+ "indexed": false,
881
+ "internalType": "uint256"
882
+ },
883
+ {
884
+ "name": "newFee",
885
+ "type": "uint256",
886
+ "indexed": false,
887
+ "internalType": "uint256"
888
+ }
889
+ ],
890
+ "anonymous": false
891
+ },
892
+ {
893
+ "type": "event",
894
+ "name": "StakingVault__ValidatorRegistrationCompleted",
895
+ "inputs": [
896
+ {
897
+ "name": "validationID",
898
+ "type": "bytes32",
899
+ "indexed": true,
900
+ "internalType": "bytes32"
901
+ }
902
+ ],
903
+ "anonymous": false
904
+ },
905
+ {
906
+ "type": "event",
907
+ "name": "StakingVault__ValidatorRegistrationInitiated",
908
+ "inputs": [
909
+ {
910
+ "name": "operator",
911
+ "type": "address",
912
+ "indexed": true,
913
+ "internalType": "address"
914
+ },
915
+ {
916
+ "name": "validationID",
917
+ "type": "bytes32",
918
+ "indexed": true,
919
+ "internalType": "bytes32"
920
+ }
921
+ ],
922
+ "anonymous": false
923
+ },
924
+ {
925
+ "type": "event",
926
+ "name": "StakingVault__ValidatorRemovalCompleted",
927
+ "inputs": [
928
+ {
929
+ "name": "validationID",
930
+ "type": "bytes32",
931
+ "indexed": true,
932
+ "internalType": "bytes32"
933
+ },
934
+ {
935
+ "name": "stakeReturned",
936
+ "type": "uint256",
937
+ "indexed": false,
938
+ "internalType": "uint256"
939
+ },
940
+ {
941
+ "name": "rewards",
942
+ "type": "uint256",
943
+ "indexed": false,
944
+ "internalType": "uint256"
945
+ }
946
+ ],
947
+ "anonymous": false
948
+ },
949
+ {
950
+ "type": "event",
951
+ "name": "StakingVault__ValidatorRemovalFailed",
952
+ "inputs": [
953
+ {
954
+ "name": "validationID",
955
+ "type": "bytes32",
956
+ "indexed": true,
957
+ "internalType": "bytes32"
958
+ },
959
+ {
960
+ "name": "operator",
961
+ "type": "address",
962
+ "indexed": true,
963
+ "internalType": "address"
964
+ }
965
+ ],
966
+ "anonymous": false
967
+ },
968
+ {
969
+ "type": "event",
970
+ "name": "StakingVault__ValidatorRemovalInitiated",
971
+ "inputs": [
972
+ {
973
+ "name": "operator",
974
+ "type": "address",
975
+ "indexed": true,
976
+ "internalType": "address"
977
+ },
978
+ {
979
+ "name": "validationID",
980
+ "type": "bytes32",
981
+ "indexed": true,
982
+ "internalType": "bytes32"
983
+ }
984
+ ],
985
+ "anonymous": false
986
+ },
987
+ {
988
+ "type": "event",
989
+ "name": "StakingVault__WithdrawalClaimed",
990
+ "inputs": [
991
+ {
992
+ "name": "user",
993
+ "type": "address",
994
+ "indexed": true,
995
+ "internalType": "address"
996
+ },
997
+ {
998
+ "name": "requestId",
999
+ "type": "uint256",
1000
+ "indexed": false,
1001
+ "internalType": "uint256"
1002
+ },
1003
+ {
1004
+ "name": "stakeAmount",
1005
+ "type": "uint256",
1006
+ "indexed": false,
1007
+ "internalType": "uint256"
1008
+ }
1009
+ ],
1010
+ "anonymous": false
1011
+ },
1012
+ {
1013
+ "type": "event",
1014
+ "name": "StakingVault__WithdrawalEscrowed",
1015
+ "inputs": [
1016
+ {
1017
+ "name": "user",
1018
+ "type": "address",
1019
+ "indexed": true,
1020
+ "internalType": "address"
1021
+ },
1022
+ {
1023
+ "name": "requestId",
1024
+ "type": "uint256",
1025
+ "indexed": false,
1026
+ "internalType": "uint256"
1027
+ },
1028
+ {
1029
+ "name": "amount",
1030
+ "type": "uint256",
1031
+ "indexed": false,
1032
+ "internalType": "uint256"
1033
+ }
1034
+ ],
1035
+ "anonymous": false
1036
+ },
1037
+ {
1038
+ "type": "event",
1039
+ "name": "StakingVault__WithdrawalRequestFeeUpdated",
1040
+ "inputs": [
1041
+ {
1042
+ "name": "oldFee",
1043
+ "type": "uint256",
1044
+ "indexed": false,
1045
+ "internalType": "uint256"
1046
+ },
1047
+ {
1048
+ "name": "newFee",
1049
+ "type": "uint256",
1050
+ "indexed": false,
1051
+ "internalType": "uint256"
1052
+ }
1053
+ ],
1054
+ "anonymous": false
1055
+ },
1056
+ {
1057
+ "type": "event",
1058
+ "name": "StakingVault__WithdrawalRequested",
1059
+ "inputs": [
1060
+ {
1061
+ "name": "user",
1062
+ "type": "address",
1063
+ "indexed": true,
1064
+ "internalType": "address"
1065
+ },
1066
+ {
1067
+ "name": "requestId",
1068
+ "type": "uint256",
1069
+ "indexed": false,
1070
+ "internalType": "uint256"
1071
+ },
1072
+ {
1073
+ "name": "shares",
1074
+ "type": "uint256",
1075
+ "indexed": false,
1076
+ "internalType": "uint256"
1077
+ },
1078
+ {
1079
+ "name": "stakeAmount",
1080
+ "type": "uint256",
1081
+ "indexed": false,
1082
+ "internalType": "uint256"
1083
+ }
1084
+ ],
1085
+ "anonymous": false
1086
+ },
1087
+ {
1088
+ "type": "event",
1089
+ "name": "Transfer",
1090
+ "inputs": [
1091
+ {
1092
+ "name": "from",
1093
+ "type": "address",
1094
+ "indexed": true,
1095
+ "internalType": "address"
1096
+ },
1097
+ {
1098
+ "name": "to",
1099
+ "type": "address",
1100
+ "indexed": true,
1101
+ "internalType": "address"
1102
+ },
1103
+ {
1104
+ "name": "value",
1105
+ "type": "uint256",
1106
+ "indexed": false,
1107
+ "internalType": "uint256"
1108
+ }
1109
+ ],
1110
+ "anonymous": false
1111
+ },
1112
+ {
1113
+ "type": "event",
1114
+ "name": "Unpaused",
1115
+ "inputs": [
1116
+ {
1117
+ "name": "account",
1118
+ "type": "address",
1119
+ "indexed": false,
1120
+ "internalType": "address"
1121
+ }
1122
+ ],
1123
+ "anonymous": false
1124
+ },
1125
+ {
1126
+ "type": "event",
1127
+ "name": "Upgraded",
1128
+ "inputs": [
1129
+ {
1130
+ "name": "implementation",
1131
+ "type": "address",
1132
+ "indexed": true,
1133
+ "internalType": "address"
1134
+ }
1135
+ ],
1136
+ "anonymous": false
1137
+ },
1138
+ {
1139
+ "type": "error",
1140
+ "name": "AccessControlBadConfirmation",
1141
+ "inputs": []
1142
+ },
1143
+ {
1144
+ "type": "error",
1145
+ "name": "AccessControlEnforcedDefaultAdminDelay",
1146
+ "inputs": [
1147
+ {
1148
+ "name": "schedule",
1149
+ "type": "uint48",
1150
+ "internalType": "uint48"
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "type": "error",
1156
+ "name": "AccessControlEnforcedDefaultAdminRules",
1157
+ "inputs": []
1158
+ },
1159
+ {
1160
+ "type": "error",
1161
+ "name": "AccessControlInvalidDefaultAdmin",
1162
+ "inputs": [
1163
+ {
1164
+ "name": "defaultAdmin",
1165
+ "type": "address",
1166
+ "internalType": "address"
1167
+ }
1168
+ ]
1169
+ },
1170
+ {
1171
+ "type": "error",
1172
+ "name": "AccessControlUnauthorizedAccount",
1173
+ "inputs": [
1174
+ {
1175
+ "name": "account",
1176
+ "type": "address",
1177
+ "internalType": "address"
1178
+ },
1179
+ {
1180
+ "name": "neededRole",
1181
+ "type": "bytes32",
1182
+ "internalType": "bytes32"
1183
+ }
1184
+ ]
1185
+ },
1186
+ {
1187
+ "type": "error",
1188
+ "name": "AddressEmptyCode",
1189
+ "inputs": [
1190
+ {
1191
+ "name": "target",
1192
+ "type": "address",
1193
+ "internalType": "address"
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "type": "error",
1199
+ "name": "ERC1967InvalidImplementation",
1200
+ "inputs": [
1201
+ {
1202
+ "name": "implementation",
1203
+ "type": "address",
1204
+ "internalType": "address"
1205
+ }
1206
+ ]
1207
+ },
1208
+ {
1209
+ "type": "error",
1210
+ "name": "ERC1967NonPayable",
1211
+ "inputs": []
1212
+ },
1213
+ {
1214
+ "type": "error",
1215
+ "name": "ERC20InsufficientAllowance",
1216
+ "inputs": [
1217
+ {
1218
+ "name": "spender",
1219
+ "type": "address",
1220
+ "internalType": "address"
1221
+ },
1222
+ {
1223
+ "name": "allowance",
1224
+ "type": "uint256",
1225
+ "internalType": "uint256"
1226
+ },
1227
+ {
1228
+ "name": "needed",
1229
+ "type": "uint256",
1230
+ "internalType": "uint256"
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "type": "error",
1236
+ "name": "ERC20InsufficientBalance",
1237
+ "inputs": [
1238
+ {
1239
+ "name": "sender",
1240
+ "type": "address",
1241
+ "internalType": "address"
1242
+ },
1243
+ {
1244
+ "name": "balance",
1245
+ "type": "uint256",
1246
+ "internalType": "uint256"
1247
+ },
1248
+ {
1249
+ "name": "needed",
1250
+ "type": "uint256",
1251
+ "internalType": "uint256"
1252
+ }
1253
+ ]
1254
+ },
1255
+ {
1256
+ "type": "error",
1257
+ "name": "ERC20InvalidApprover",
1258
+ "inputs": [
1259
+ {
1260
+ "name": "approver",
1261
+ "type": "address",
1262
+ "internalType": "address"
1263
+ }
1264
+ ]
1265
+ },
1266
+ {
1267
+ "type": "error",
1268
+ "name": "ERC20InvalidReceiver",
1269
+ "inputs": [
1270
+ {
1271
+ "name": "receiver",
1272
+ "type": "address",
1273
+ "internalType": "address"
1274
+ }
1275
+ ]
1276
+ },
1277
+ {
1278
+ "type": "error",
1279
+ "name": "ERC20InvalidSender",
1280
+ "inputs": [
1281
+ {
1282
+ "name": "sender",
1283
+ "type": "address",
1284
+ "internalType": "address"
1285
+ }
1286
+ ]
1287
+ },
1288
+ {
1289
+ "type": "error",
1290
+ "name": "ERC20InvalidSpender",
1291
+ "inputs": [
1292
+ {
1293
+ "name": "spender",
1294
+ "type": "address",
1295
+ "internalType": "address"
1296
+ }
1297
+ ]
1298
+ },
1299
+ {
1300
+ "type": "error",
1301
+ "name": "EnforcedPause",
1302
+ "inputs": []
1303
+ },
1304
+ {
1305
+ "type": "error",
1306
+ "name": "ExpectedPause",
1307
+ "inputs": []
1308
+ },
1309
+ {
1310
+ "type": "error",
1311
+ "name": "FailedCall",
1312
+ "inputs": []
1313
+ },
1314
+ {
1315
+ "type": "error",
1316
+ "name": "InvalidInitialization",
1317
+ "inputs": []
1318
+ },
1319
+ {
1320
+ "type": "error",
1321
+ "name": "NotInitializing",
1322
+ "inputs": []
1323
+ },
1324
+ {
1325
+ "type": "error",
1326
+ "name": "SafeCastOverflowedUintDowncast",
1327
+ "inputs": [
1328
+ {
1329
+ "name": "bits",
1330
+ "type": "uint8",
1331
+ "internalType": "uint8"
1332
+ },
1333
+ {
1334
+ "name": "value",
1335
+ "type": "uint256",
1336
+ "internalType": "uint256"
1337
+ }
1338
+ ]
1339
+ },
1340
+ {
1341
+ "type": "error",
1342
+ "name": "StakingVault__AllocationExceeded",
1343
+ "inputs": [
1344
+ {
1345
+ "name": "total",
1346
+ "type": "uint256",
1347
+ "internalType": "uint256"
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "type": "error",
1353
+ "name": "StakingVault__ArrayLengthMismatch",
1354
+ "inputs": []
1355
+ },
1356
+ {
1357
+ "type": "error",
1358
+ "name": "StakingVault__DelegationFeeTooHigh",
1359
+ "inputs": [
1360
+ {
1361
+ "name": "actual",
1362
+ "type": "uint16",
1363
+ "internalType": "uint16"
1364
+ },
1365
+ {
1366
+ "name": "maxAllowed",
1367
+ "type": "uint16",
1368
+ "internalType": "uint16"
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "type": "error",
1374
+ "name": "StakingVault__DelegatorAlreadyPendingRemoval",
1375
+ "inputs": [
1376
+ {
1377
+ "name": "delegationID",
1378
+ "type": "bytes32",
1379
+ "internalType": "bytes32"
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "type": "error",
1385
+ "name": "StakingVault__DelegatorIncomplete",
1386
+ "inputs": [
1387
+ {
1388
+ "name": "delegationID",
1389
+ "type": "bytes32",
1390
+ "internalType": "bytes32"
1391
+ }
1392
+ ]
1393
+ },
1394
+ {
1395
+ "type": "error",
1396
+ "name": "StakingVault__DelegatorNotFound",
1397
+ "inputs": [
1398
+ {
1399
+ "name": "delegationID",
1400
+ "type": "bytes32",
1401
+ "internalType": "bytes32"
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "type": "error",
1407
+ "name": "StakingVault__EpochNotEnded",
1408
+ "inputs": []
1409
+ },
1410
+ {
1411
+ "type": "error",
1412
+ "name": "StakingVault__ExceedsOperatorAllocation",
1413
+ "inputs": [
1414
+ {
1415
+ "name": "operator",
1416
+ "type": "address",
1417
+ "internalType": "address"
1418
+ },
1419
+ {
1420
+ "name": "requested",
1421
+ "type": "uint256",
1422
+ "internalType": "uint256"
1423
+ },
1424
+ {
1425
+ "name": "available",
1426
+ "type": "uint256",
1427
+ "internalType": "uint256"
1428
+ }
1429
+ ]
1430
+ },
1431
+ {
1432
+ "type": "error",
1433
+ "name": "StakingVault__ExternalValidatorNotFound",
1434
+ "inputs": [
1435
+ {
1436
+ "name": "validationID",
1437
+ "type": "bytes32",
1438
+ "internalType": "bytes32"
1439
+ }
1440
+ ]
1441
+ },
1442
+ {
1443
+ "type": "error",
1444
+ "name": "StakingVault__Insolvent",
1445
+ "inputs": []
1446
+ },
1447
+ {
1448
+ "type": "error",
1449
+ "name": "StakingVault__InsufficientBalance",
1450
+ "inputs": [
1451
+ {
1452
+ "name": "requested",
1453
+ "type": "uint256",
1454
+ "internalType": "uint256"
1455
+ },
1456
+ {
1457
+ "name": "available",
1458
+ "type": "uint256",
1459
+ "internalType": "uint256"
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ "type": "error",
1465
+ "name": "StakingVault__InsufficientBuffer",
1466
+ "inputs": []
1467
+ },
1468
+ {
1469
+ "type": "error",
1470
+ "name": "StakingVault__InvalidAmount",
1471
+ "inputs": []
1472
+ },
1473
+ {
1474
+ "type": "error",
1475
+ "name": "StakingVault__InvalidEpochDuration",
1476
+ "inputs": []
1477
+ },
1478
+ {
1479
+ "type": "error",
1480
+ "name": "StakingVault__InvalidFee",
1481
+ "inputs": [
1482
+ {
1483
+ "name": "fee",
1484
+ "type": "uint256",
1485
+ "internalType": "uint256"
1486
+ }
1487
+ ]
1488
+ },
1489
+ {
1490
+ "type": "error",
1491
+ "name": "StakingVault__InvalidFeeRecipient",
1492
+ "inputs": []
1493
+ },
1494
+ {
1495
+ "type": "error",
1496
+ "name": "StakingVault__InvalidImplementation",
1497
+ "inputs": [
1498
+ {
1499
+ "name": "implementation",
1500
+ "type": "address",
1501
+ "internalType": "address"
1502
+ }
1503
+ ]
1504
+ },
1505
+ {
1506
+ "type": "error",
1507
+ "name": "StakingVault__InvalidOperatorIndex",
1508
+ "inputs": [
1509
+ {
1510
+ "name": "index",
1511
+ "type": "uint256",
1512
+ "internalType": "uint256"
1513
+ }
1514
+ ]
1515
+ },
1516
+ {
1517
+ "type": "error",
1518
+ "name": "StakingVault__InvalidStakingManager",
1519
+ "inputs": []
1520
+ },
1521
+ {
1522
+ "type": "error",
1523
+ "name": "StakingVault__LimitExceeded",
1524
+ "inputs": []
1525
+ },
1526
+ {
1527
+ "type": "error",
1528
+ "name": "StakingVault__MinStakeDurationMismatch",
1529
+ "inputs": [
1530
+ {
1531
+ "name": "validatorDuration",
1532
+ "type": "uint64",
1533
+ "internalType": "uint64"
1534
+ },
1535
+ {
1536
+ "name": "requiredDuration",
1537
+ "type": "uint64",
1538
+ "internalType": "uint64"
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "type": "error",
1544
+ "name": "StakingVault__NoEligibleStake",
1545
+ "inputs": []
1546
+ },
1547
+ {
1548
+ "type": "error",
1549
+ "name": "StakingVault__NoEscrowedWithdrawal",
1550
+ "inputs": []
1551
+ },
1552
+ {
1553
+ "type": "error",
1554
+ "name": "StakingVault__NoFeesToClaim",
1555
+ "inputs": []
1556
+ },
1557
+ {
1558
+ "type": "error",
1559
+ "name": "StakingVault__NonTransferable",
1560
+ "inputs": []
1561
+ },
1562
+ {
1563
+ "type": "error",
1564
+ "name": "StakingVault__NotDelegatorOperator",
1565
+ "inputs": [
1566
+ {
1567
+ "name": "delegationID",
1568
+ "type": "bytes32",
1569
+ "internalType": "bytes32"
1570
+ },
1571
+ {
1572
+ "name": "caller",
1573
+ "type": "address",
1574
+ "internalType": "address"
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "type": "error",
1580
+ "name": "StakingVault__NotOperator",
1581
+ "inputs": [
1582
+ {
1583
+ "name": "caller",
1584
+ "type": "address",
1585
+ "internalType": "address"
1586
+ }
1587
+ ]
1588
+ },
1589
+ {
1590
+ "type": "error",
1591
+ "name": "StakingVault__NotOperatorManager",
1592
+ "inputs": [
1593
+ {
1594
+ "name": "caller",
1595
+ "type": "address",
1596
+ "internalType": "address"
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "type": "error",
1602
+ "name": "StakingVault__OperatorAlreadyExists",
1603
+ "inputs": [
1604
+ {
1605
+ "name": "operator",
1606
+ "type": "address",
1607
+ "internalType": "address"
1608
+ }
1609
+ ]
1610
+ },
1611
+ {
1612
+ "type": "error",
1613
+ "name": "StakingVault__OperatorDebtTooHigh",
1614
+ "inputs": [
1615
+ {
1616
+ "name": "operator",
1617
+ "type": "address",
1618
+ "internalType": "address"
1619
+ },
1620
+ {
1621
+ "name": "currentDebt",
1622
+ "type": "uint256",
1623
+ "internalType": "uint256"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "type": "error",
1629
+ "name": "StakingVault__OperatorHasActiveValidators",
1630
+ "inputs": [
1631
+ {
1632
+ "name": "operator",
1633
+ "type": "address",
1634
+ "internalType": "address"
1635
+ }
1636
+ ]
1637
+ },
1638
+ {
1639
+ "type": "error",
1640
+ "name": "StakingVault__OperatorHasDelegators",
1641
+ "inputs": [
1642
+ {
1643
+ "name": "operator",
1644
+ "type": "address",
1645
+ "internalType": "address"
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ "type": "error",
1651
+ "name": "StakingVault__OperatorHasUnclaimedFees",
1652
+ "inputs": [
1653
+ {
1654
+ "name": "operator",
1655
+ "type": "address",
1656
+ "internalType": "address"
1657
+ }
1658
+ ]
1659
+ },
1660
+ {
1661
+ "type": "error",
1662
+ "name": "StakingVault__OperatorNotActive",
1663
+ "inputs": [
1664
+ {
1665
+ "name": "operator",
1666
+ "type": "address",
1667
+ "internalType": "address"
1668
+ }
1669
+ ]
1670
+ },
1671
+ {
1672
+ "type": "error",
1673
+ "name": "StakingVault__ReentrancyGuardReentrantCall",
1674
+ "inputs": []
1675
+ },
1676
+ {
1677
+ "type": "error",
1678
+ "name": "StakingVault__SlippageExceeded",
1679
+ "inputs": [
1680
+ {
1681
+ "name": "actual",
1682
+ "type": "uint256",
1683
+ "internalType": "uint256"
1684
+ },
1685
+ {
1686
+ "name": "minExpected",
1687
+ "type": "uint256",
1688
+ "internalType": "uint256"
1689
+ }
1690
+ ]
1691
+ },
1692
+ {
1693
+ "type": "error",
1694
+ "name": "StakingVault__StakeExceedsMaximum",
1695
+ "inputs": [
1696
+ {
1697
+ "name": "amount",
1698
+ "type": "uint256",
1699
+ "internalType": "uint256"
1700
+ },
1701
+ {
1702
+ "name": "maximum",
1703
+ "type": "uint256",
1704
+ "internalType": "uint256"
1705
+ }
1706
+ ]
1707
+ },
1708
+ {
1709
+ "type": "error",
1710
+ "name": "StakingVault__StakingManagerCallFailed",
1711
+ "inputs": []
1712
+ },
1713
+ {
1714
+ "type": "error",
1715
+ "name": "StakingVault__TransferFailed",
1716
+ "inputs": []
1717
+ },
1718
+ {
1719
+ "type": "error",
1720
+ "name": "StakingVault__UnauthorizedReceive",
1721
+ "inputs": []
1722
+ },
1723
+ {
1724
+ "type": "error",
1725
+ "name": "StakingVault__ValidatorNotFound",
1726
+ "inputs": [
1727
+ {
1728
+ "name": "validationID",
1729
+ "type": "bytes32",
1730
+ "internalType": "bytes32"
1731
+ }
1732
+ ]
1733
+ },
1734
+ {
1735
+ "type": "error",
1736
+ "name": "StakingVault__ValidatorNotOwnedByOperator",
1737
+ "inputs": [
1738
+ {
1739
+ "name": "validationID",
1740
+ "type": "bytes32",
1741
+ "internalType": "bytes32"
1742
+ },
1743
+ {
1744
+ "name": "operator",
1745
+ "type": "address",
1746
+ "internalType": "address"
1747
+ }
1748
+ ]
1749
+ },
1750
+ {
1751
+ "type": "error",
1752
+ "name": "StakingVault__ValidatorPendingRemoval",
1753
+ "inputs": [
1754
+ {
1755
+ "name": "validationID",
1756
+ "type": "bytes32",
1757
+ "internalType": "bytes32"
1758
+ }
1759
+ ]
1760
+ },
1761
+ {
1762
+ "type": "error",
1763
+ "name": "StakingVault__WithdrawalAlreadyClaimed",
1764
+ "inputs": [
1765
+ {
1766
+ "name": "requestId",
1767
+ "type": "uint256",
1768
+ "internalType": "uint256"
1769
+ }
1770
+ ]
1771
+ },
1772
+ {
1773
+ "type": "error",
1774
+ "name": "StakingVault__WithdrawalNotClaimable",
1775
+ "inputs": [
1776
+ {
1777
+ "name": "requestId",
1778
+ "type": "uint256",
1779
+ "internalType": "uint256"
1780
+ }
1781
+ ]
1782
+ },
1783
+ {
1784
+ "type": "error",
1785
+ "name": "StakingVault__WithdrawalNotFound",
1786
+ "inputs": [
1787
+ {
1788
+ "name": "requestId",
1789
+ "type": "uint256",
1790
+ "internalType": "uint256"
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "type": "error",
1796
+ "name": "StakingVault__ZeroAddress",
1797
+ "inputs": []
1798
+ },
1799
+ {
1800
+ "type": "error",
1801
+ "name": "UUPSUnauthorizedCallContext",
1802
+ "inputs": []
1803
+ },
1804
+ {
1805
+ "type": "error",
1806
+ "name": "UUPSUnsupportedProxiableUUID",
1807
+ "inputs": [
1808
+ {
1809
+ "name": "slot",
1810
+ "type": "bytes32",
1811
+ "internalType": "bytes32"
1812
+ }
1813
+ ]
1814
+ },
1815
+ {
1816
+ "type": "function",
1817
+ "name": "DEFAULT_ADMIN_ROLE",
1818
+ "inputs": [],
1819
+ "outputs": [
1820
+ {
1821
+ "name": "",
1822
+ "type": "bytes32",
1823
+ "internalType": "bytes32"
1824
+ }
1825
+ ],
1826
+ "stateMutability": "view"
1827
+ },
1828
+ {
1829
+ "type": "function",
1830
+ "name": "OPERATOR_MANAGER_ROLE",
1831
+ "inputs": [],
1832
+ "outputs": [
1833
+ {
1834
+ "name": "",
1835
+ "type": "bytes32",
1836
+ "internalType": "bytes32"
1837
+ }
1838
+ ],
1839
+ "stateMutability": "view"
1840
+ },
1841
+ {
1842
+ "type": "function",
1843
+ "name": "UPGRADE_INTERFACE_VERSION",
1844
+ "inputs": [],
1845
+ "outputs": [
1846
+ {
1847
+ "name": "",
1848
+ "type": "string",
1849
+ "internalType": "string"
1850
+ }
1851
+ ],
1852
+ "stateMutability": "view"
1853
+ },
1854
+ {
1855
+ "type": "function",
1856
+ "name": "VAULT_ADMIN_ROLE",
1857
+ "inputs": [],
1858
+ "outputs": [
1859
+ {
1860
+ "name": "",
1861
+ "type": "bytes32",
1862
+ "internalType": "bytes32"
1863
+ }
1864
+ ],
1865
+ "stateMutability": "view"
1866
+ },
1867
+ {
1868
+ "type": "function",
1869
+ "name": "acceptDefaultAdminTransfer",
1870
+ "inputs": [],
1871
+ "outputs": [],
1872
+ "stateMutability": "nonpayable"
1873
+ },
1874
+ {
1875
+ "type": "function",
1876
+ "name": "addOperator",
1877
+ "inputs": [
1878
+ {
1879
+ "name": "",
1880
+ "type": "address",
1881
+ "internalType": "address"
1882
+ },
1883
+ {
1884
+ "name": "",
1885
+ "type": "uint256",
1886
+ "internalType": "uint256"
1887
+ },
1888
+ {
1889
+ "name": "",
1890
+ "type": "address",
1891
+ "internalType": "address"
1892
+ }
1893
+ ],
1894
+ "outputs": [],
1895
+ "stateMutability": "nonpayable"
1896
+ },
1897
+ {
1898
+ "type": "function",
1899
+ "name": "allowance",
1900
+ "inputs": [
1901
+ {
1902
+ "name": "owner",
1903
+ "type": "address",
1904
+ "internalType": "address"
1905
+ },
1906
+ {
1907
+ "name": "spender",
1908
+ "type": "address",
1909
+ "internalType": "address"
1910
+ }
1911
+ ],
1912
+ "outputs": [
1913
+ {
1914
+ "name": "",
1915
+ "type": "uint256",
1916
+ "internalType": "uint256"
1917
+ }
1918
+ ],
1919
+ "stateMutability": "view"
1920
+ },
1921
+ {
1922
+ "type": "function",
1923
+ "name": "approve",
1924
+ "inputs": [
1925
+ {
1926
+ "name": "spender",
1927
+ "type": "address",
1928
+ "internalType": "address"
1929
+ },
1930
+ {
1931
+ "name": "value",
1932
+ "type": "uint256",
1933
+ "internalType": "uint256"
1934
+ }
1935
+ ],
1936
+ "outputs": [
1937
+ {
1938
+ "name": "",
1939
+ "type": "bool",
1940
+ "internalType": "bool"
1941
+ }
1942
+ ],
1943
+ "stateMutability": "nonpayable"
1944
+ },
1945
+ {
1946
+ "type": "function",
1947
+ "name": "balanceOf",
1948
+ "inputs": [
1949
+ {
1950
+ "name": "account",
1951
+ "type": "address",
1952
+ "internalType": "address"
1953
+ }
1954
+ ],
1955
+ "outputs": [
1956
+ {
1957
+ "name": "",
1958
+ "type": "uint256",
1959
+ "internalType": "uint256"
1960
+ }
1961
+ ],
1962
+ "stateMutability": "view"
1963
+ },
1964
+ {
1965
+ "type": "function",
1966
+ "name": "beginDefaultAdminTransfer",
1967
+ "inputs": [
1968
+ {
1969
+ "name": "newAdmin",
1970
+ "type": "address",
1971
+ "internalType": "address"
1972
+ }
1973
+ ],
1974
+ "outputs": [],
1975
+ "stateMutability": "nonpayable"
1976
+ },
1977
+ {
1978
+ "type": "function",
1979
+ "name": "cancelDefaultAdminTransfer",
1980
+ "inputs": [],
1981
+ "outputs": [],
1982
+ "stateMutability": "nonpayable"
1983
+ },
1984
+ {
1985
+ "type": "function",
1986
+ "name": "changeDefaultAdminDelay",
1987
+ "inputs": [
1988
+ {
1989
+ "name": "newDelay",
1990
+ "type": "uint48",
1991
+ "internalType": "uint48"
1992
+ }
1993
+ ],
1994
+ "outputs": [],
1995
+ "stateMutability": "nonpayable"
1996
+ },
1997
+ {
1998
+ "type": "function",
1999
+ "name": "claimEscrowedWithdrawal",
2000
+ "inputs": [
2001
+ {
2002
+ "name": "recipient",
2003
+ "type": "address",
2004
+ "internalType": "address"
2005
+ }
2006
+ ],
2007
+ "outputs": [],
2008
+ "stateMutability": "nonpayable"
2009
+ },
2010
+ {
2011
+ "type": "function",
2012
+ "name": "claimOperatorFees",
2013
+ "inputs": [],
2014
+ "outputs": [],
2015
+ "stateMutability": "nonpayable"
2016
+ },
2017
+ {
2018
+ "type": "function",
2019
+ "name": "claimPendingProtocolFees",
2020
+ "inputs": [],
2021
+ "outputs": [],
2022
+ "stateMutability": "nonpayable"
2023
+ },
2024
+ {
2025
+ "type": "function",
2026
+ "name": "claimWithdrawal",
2027
+ "inputs": [
2028
+ {
2029
+ "name": "requestId",
2030
+ "type": "uint256",
2031
+ "internalType": "uint256"
2032
+ }
2033
+ ],
2034
+ "outputs": [],
2035
+ "stateMutability": "nonpayable"
2036
+ },
2037
+ {
2038
+ "type": "function",
2039
+ "name": "claimWithdrawalFor",
2040
+ "inputs": [
2041
+ {
2042
+ "name": "requestId",
2043
+ "type": "uint256",
2044
+ "internalType": "uint256"
2045
+ }
2046
+ ],
2047
+ "outputs": [],
2048
+ "stateMutability": "nonpayable"
2049
+ },
2050
+ {
2051
+ "type": "function",
2052
+ "name": "claimWithdrawals",
2053
+ "inputs": [
2054
+ {
2055
+ "name": "requestIds",
2056
+ "type": "uint256[]",
2057
+ "internalType": "uint256[]"
2058
+ }
2059
+ ],
2060
+ "outputs": [],
2061
+ "stateMutability": "nonpayable"
2062
+ },
2063
+ {
2064
+ "type": "function",
2065
+ "name": "claimWithdrawalsFor",
2066
+ "inputs": [
2067
+ {
2068
+ "name": "requestIds",
2069
+ "type": "uint256[]",
2070
+ "internalType": "uint256[]"
2071
+ }
2072
+ ],
2073
+ "outputs": [],
2074
+ "stateMutability": "nonpayable"
2075
+ },
2076
+ {
2077
+ "type": "function",
2078
+ "name": "claimableRedeemRequest",
2079
+ "inputs": [
2080
+ {
2081
+ "name": "owner_",
2082
+ "type": "address",
2083
+ "internalType": "address"
2084
+ }
2085
+ ],
2086
+ "outputs": [
2087
+ {
2088
+ "name": "",
2089
+ "type": "uint256",
2090
+ "internalType": "uint256"
2091
+ }
2092
+ ],
2093
+ "stateMutability": "view"
2094
+ },
2095
+ {
2096
+ "type": "function",
2097
+ "name": "completeDelegatorRegistration",
2098
+ "inputs": [
2099
+ {
2100
+ "name": "",
2101
+ "type": "bytes32",
2102
+ "internalType": "bytes32"
2103
+ },
2104
+ {
2105
+ "name": "",
2106
+ "type": "uint32",
2107
+ "internalType": "uint32"
2108
+ },
2109
+ {
2110
+ "name": "",
2111
+ "type": "uint32",
2112
+ "internalType": "uint32"
2113
+ }
2114
+ ],
2115
+ "outputs": [],
2116
+ "stateMutability": "nonpayable"
2117
+ },
2118
+ {
2119
+ "type": "function",
2120
+ "name": "completeDelegatorRemoval",
2121
+ "inputs": [
2122
+ {
2123
+ "name": "",
2124
+ "type": "bytes32",
2125
+ "internalType": "bytes32"
2126
+ },
2127
+ {
2128
+ "name": "",
2129
+ "type": "uint32",
2130
+ "internalType": "uint32"
2131
+ }
2132
+ ],
2133
+ "outputs": [],
2134
+ "stateMutability": "nonpayable"
2135
+ },
2136
+ {
2137
+ "type": "function",
2138
+ "name": "completeValidatorRegistration",
2139
+ "inputs": [
2140
+ {
2141
+ "name": "",
2142
+ "type": "uint32",
2143
+ "internalType": "uint32"
2144
+ }
2145
+ ],
2146
+ "outputs": [
2147
+ {
2148
+ "name": "validationID",
2149
+ "type": "bytes32",
2150
+ "internalType": "bytes32"
2151
+ }
2152
+ ],
2153
+ "stateMutability": "nonpayable"
2154
+ },
2155
+ {
2156
+ "type": "function",
2157
+ "name": "completeValidatorRemoval",
2158
+ "inputs": [
2159
+ {
2160
+ "name": "",
2161
+ "type": "uint32",
2162
+ "internalType": "uint32"
2163
+ }
2164
+ ],
2165
+ "outputs": [
2166
+ {
2167
+ "name": "validationID",
2168
+ "type": "bytes32",
2169
+ "internalType": "bytes32"
2170
+ }
2171
+ ],
2172
+ "stateMutability": "nonpayable"
2173
+ },
2174
+ {
2175
+ "type": "function",
2176
+ "name": "decimals",
2177
+ "inputs": [],
2178
+ "outputs": [
2179
+ {
2180
+ "name": "",
2181
+ "type": "uint8",
2182
+ "internalType": "uint8"
2183
+ }
2184
+ ],
2185
+ "stateMutability": "view"
2186
+ },
2187
+ {
2188
+ "type": "function",
2189
+ "name": "defaultAdmin",
2190
+ "inputs": [],
2191
+ "outputs": [
2192
+ {
2193
+ "name": "",
2194
+ "type": "address",
2195
+ "internalType": "address"
2196
+ }
2197
+ ],
2198
+ "stateMutability": "view"
2199
+ },
2200
+ {
2201
+ "type": "function",
2202
+ "name": "defaultAdminDelay",
2203
+ "inputs": [],
2204
+ "outputs": [
2205
+ {
2206
+ "name": "",
2207
+ "type": "uint48",
2208
+ "internalType": "uint48"
2209
+ }
2210
+ ],
2211
+ "stateMutability": "view"
2212
+ },
2213
+ {
2214
+ "type": "function",
2215
+ "name": "defaultAdminDelayIncreaseWait",
2216
+ "inputs": [],
2217
+ "outputs": [
2218
+ {
2219
+ "name": "",
2220
+ "type": "uint48",
2221
+ "internalType": "uint48"
2222
+ }
2223
+ ],
2224
+ "stateMutability": "view"
2225
+ },
2226
+ {
2227
+ "type": "function",
2228
+ "name": "deposit",
2229
+ "inputs": [
2230
+ {
2231
+ "name": "minShares",
2232
+ "type": "uint256",
2233
+ "internalType": "uint256"
2234
+ }
2235
+ ],
2236
+ "outputs": [
2237
+ {
2238
+ "name": "shares",
2239
+ "type": "uint256",
2240
+ "internalType": "uint256"
2241
+ }
2242
+ ],
2243
+ "stateMutability": "payable"
2244
+ },
2245
+ {
2246
+ "type": "function",
2247
+ "name": "forceClaimOperatorFees",
2248
+ "inputs": [
2249
+ {
2250
+ "name": "",
2251
+ "type": "address",
2252
+ "internalType": "address"
2253
+ }
2254
+ ],
2255
+ "outputs": [],
2256
+ "stateMutability": "nonpayable"
2257
+ },
2258
+ {
2259
+ "type": "function",
2260
+ "name": "forceRemoveDelegator",
2261
+ "inputs": [
2262
+ {
2263
+ "name": "",
2264
+ "type": "bytes32",
2265
+ "internalType": "bytes32"
2266
+ }
2267
+ ],
2268
+ "outputs": [],
2269
+ "stateMutability": "nonpayable"
2270
+ },
2271
+ {
2272
+ "type": "function",
2273
+ "name": "forceRemoveValidator",
2274
+ "inputs": [
2275
+ {
2276
+ "name": "",
2277
+ "type": "bytes32",
2278
+ "internalType": "bytes32"
2279
+ }
2280
+ ],
2281
+ "outputs": [],
2282
+ "stateMutability": "nonpayable"
2283
+ },
2284
+ {
2285
+ "type": "function",
2286
+ "name": "getAvailableStake",
2287
+ "inputs": [],
2288
+ "outputs": [
2289
+ {
2290
+ "name": "stake",
2291
+ "type": "uint256",
2292
+ "internalType": "uint256"
2293
+ }
2294
+ ],
2295
+ "stateMutability": "view"
2296
+ },
2297
+ {
2298
+ "type": "function",
2299
+ "name": "getClaimableWithdrawalStake",
2300
+ "inputs": [],
2301
+ "outputs": [
2302
+ {
2303
+ "name": "stake",
2304
+ "type": "uint256",
2305
+ "internalType": "uint256"
2306
+ }
2307
+ ],
2308
+ "stateMutability": "view"
2309
+ },
2310
+ {
2311
+ "type": "function",
2312
+ "name": "getCurrentEpoch",
2313
+ "inputs": [],
2314
+ "outputs": [
2315
+ {
2316
+ "name": "epoch",
2317
+ "type": "uint256",
2318
+ "internalType": "uint256"
2319
+ }
2320
+ ],
2321
+ "stateMutability": "view"
2322
+ },
2323
+ {
2324
+ "type": "function",
2325
+ "name": "getDelegatorInfo",
2326
+ "inputs": [
2327
+ {
2328
+ "name": "delegationID",
2329
+ "type": "bytes32",
2330
+ "internalType": "bytes32"
2331
+ }
2332
+ ],
2333
+ "outputs": [
2334
+ {
2335
+ "name": "info",
2336
+ "type": "tuple",
2337
+ "internalType": "struct IStakingVault.DelegatorInfo",
2338
+ "components": [
2339
+ {
2340
+ "name": "validationID",
2341
+ "type": "bytes32",
2342
+ "internalType": "bytes32"
2343
+ },
2344
+ {
2345
+ "name": "operator",
2346
+ "type": "address",
2347
+ "internalType": "address"
2348
+ },
2349
+ {
2350
+ "name": "isVaultOwnedValidator",
2351
+ "type": "bool",
2352
+ "internalType": "bool"
2353
+ }
2354
+ ]
2355
+ }
2356
+ ],
2357
+ "stateMutability": "view"
2358
+ },
2359
+ {
2360
+ "type": "function",
2361
+ "name": "getEpochDuration",
2362
+ "inputs": [],
2363
+ "outputs": [
2364
+ {
2365
+ "name": "duration",
2366
+ "type": "uint256",
2367
+ "internalType": "uint256"
2368
+ }
2369
+ ],
2370
+ "stateMutability": "view"
2371
+ },
2372
+ {
2373
+ "type": "function",
2374
+ "name": "getExchangeRate",
2375
+ "inputs": [],
2376
+ "outputs": [
2377
+ {
2378
+ "name": "rate",
2379
+ "type": "uint256",
2380
+ "internalType": "uint256"
2381
+ }
2382
+ ],
2383
+ "stateMutability": "view"
2384
+ },
2385
+ {
2386
+ "type": "function",
2387
+ "name": "getInFlightExitingAmount",
2388
+ "inputs": [],
2389
+ "outputs": [
2390
+ {
2391
+ "name": "amount",
2392
+ "type": "uint256",
2393
+ "internalType": "uint256"
2394
+ }
2395
+ ],
2396
+ "stateMutability": "view"
2397
+ },
2398
+ {
2399
+ "type": "function",
2400
+ "name": "getLastEpochProcessed",
2401
+ "inputs": [],
2402
+ "outputs": [
2403
+ {
2404
+ "name": "epoch",
2405
+ "type": "uint256",
2406
+ "internalType": "uint256"
2407
+ }
2408
+ ],
2409
+ "stateMutability": "view"
2410
+ },
2411
+ {
2412
+ "type": "function",
2413
+ "name": "getLiquidityBufferBips",
2414
+ "inputs": [],
2415
+ "outputs": [
2416
+ {
2417
+ "name": "bips",
2418
+ "type": "uint256",
2419
+ "internalType": "uint256"
2420
+ }
2421
+ ],
2422
+ "stateMutability": "view"
2423
+ },
2424
+ {
2425
+ "type": "function",
2426
+ "name": "getMaxOperators",
2427
+ "inputs": [],
2428
+ "outputs": [
2429
+ {
2430
+ "name": "max",
2431
+ "type": "uint256",
2432
+ "internalType": "uint256"
2433
+ }
2434
+ ],
2435
+ "stateMutability": "view"
2436
+ },
2437
+ {
2438
+ "type": "function",
2439
+ "name": "getMaxValidatorsPerOperator",
2440
+ "inputs": [],
2441
+ "outputs": [
2442
+ {
2443
+ "name": "max",
2444
+ "type": "uint256",
2445
+ "internalType": "uint256"
2446
+ }
2447
+ ],
2448
+ "stateMutability": "view"
2449
+ },
2450
+ {
2451
+ "type": "function",
2452
+ "name": "getMaximumDelegatorStake",
2453
+ "inputs": [],
2454
+ "outputs": [
2455
+ {
2456
+ "name": "maximum",
2457
+ "type": "uint256",
2458
+ "internalType": "uint256"
2459
+ }
2460
+ ],
2461
+ "stateMutability": "view"
2462
+ },
2463
+ {
2464
+ "type": "function",
2465
+ "name": "getMaximumValidatorStake",
2466
+ "inputs": [],
2467
+ "outputs": [
2468
+ {
2469
+ "name": "maximum",
2470
+ "type": "uint256",
2471
+ "internalType": "uint256"
2472
+ }
2473
+ ],
2474
+ "stateMutability": "view"
2475
+ },
2476
+ {
2477
+ "type": "function",
2478
+ "name": "getMinimumStakeDuration",
2479
+ "inputs": [],
2480
+ "outputs": [
2481
+ {
2482
+ "name": "duration",
2483
+ "type": "uint64",
2484
+ "internalType": "uint64"
2485
+ }
2486
+ ],
2487
+ "stateMutability": "view"
2488
+ },
2489
+ {
2490
+ "type": "function",
2491
+ "name": "getOperationsImpl",
2492
+ "inputs": [],
2493
+ "outputs": [
2494
+ {
2495
+ "name": "impl",
2496
+ "type": "address",
2497
+ "internalType": "address"
2498
+ }
2499
+ ],
2500
+ "stateMutability": "view"
2501
+ },
2502
+ {
2503
+ "type": "function",
2504
+ "name": "getOperatorCurrentEpochPendingAmount",
2505
+ "inputs": [
2506
+ {
2507
+ "name": "operator",
2508
+ "type": "address",
2509
+ "internalType": "address"
2510
+ }
2511
+ ],
2512
+ "outputs": [
2513
+ {
2514
+ "name": "amount",
2515
+ "type": "uint256",
2516
+ "internalType": "uint256"
2517
+ }
2518
+ ],
2519
+ "stateMutability": "view"
2520
+ },
2521
+ {
2522
+ "type": "function",
2523
+ "name": "getOperatorDelegators",
2524
+ "inputs": [
2525
+ {
2526
+ "name": "operatorAddr",
2527
+ "type": "address",
2528
+ "internalType": "address"
2529
+ }
2530
+ ],
2531
+ "outputs": [
2532
+ {
2533
+ "name": "delegationIDs",
2534
+ "type": "bytes32[]",
2535
+ "internalType": "bytes32[]"
2536
+ }
2537
+ ],
2538
+ "stateMutability": "view"
2539
+ },
2540
+ {
2541
+ "type": "function",
2542
+ "name": "getOperatorExitDebt",
2543
+ "inputs": [
2544
+ {
2545
+ "name": "operator",
2546
+ "type": "address",
2547
+ "internalType": "address"
2548
+ }
2549
+ ],
2550
+ "outputs": [
2551
+ {
2552
+ "name": "debt",
2553
+ "type": "uint256",
2554
+ "internalType": "uint256"
2555
+ }
2556
+ ],
2557
+ "stateMutability": "view"
2558
+ },
2559
+ {
2560
+ "type": "function",
2561
+ "name": "getOperatorFeeBips",
2562
+ "inputs": [],
2563
+ "outputs": [
2564
+ {
2565
+ "name": "bips",
2566
+ "type": "uint256",
2567
+ "internalType": "uint256"
2568
+ }
2569
+ ],
2570
+ "stateMutability": "view"
2571
+ },
2572
+ {
2573
+ "type": "function",
2574
+ "name": "getOperatorInfo",
2575
+ "inputs": [
2576
+ {
2577
+ "name": "operator",
2578
+ "type": "address",
2579
+ "internalType": "address"
2580
+ }
2581
+ ],
2582
+ "outputs": [
2583
+ {
2584
+ "name": "info",
2585
+ "type": "tuple",
2586
+ "internalType": "struct IStakingVault.Operator",
2587
+ "components": [
2588
+ {
2589
+ "name": "active",
2590
+ "type": "bool",
2591
+ "internalType": "bool"
2592
+ },
2593
+ {
2594
+ "name": "allocationBips",
2595
+ "type": "uint256",
2596
+ "internalType": "uint256"
2597
+ },
2598
+ {
2599
+ "name": "activeStake",
2600
+ "type": "uint256",
2601
+ "internalType": "uint256"
2602
+ },
2603
+ {
2604
+ "name": "accruedFees",
2605
+ "type": "uint256",
2606
+ "internalType": "uint256"
2607
+ },
2608
+ {
2609
+ "name": "feeRecipient",
2610
+ "type": "address",
2611
+ "internalType": "address"
2612
+ }
2613
+ ]
2614
+ }
2615
+ ],
2616
+ "stateMutability": "view"
2617
+ },
2618
+ {
2619
+ "type": "function",
2620
+ "name": "getOperatorList",
2621
+ "inputs": [],
2622
+ "outputs": [
2623
+ {
2624
+ "name": "operators",
2625
+ "type": "address[]",
2626
+ "internalType": "address[]"
2627
+ }
2628
+ ],
2629
+ "stateMutability": "view"
2630
+ },
2631
+ {
2632
+ "type": "function",
2633
+ "name": "getOperatorPriorEpochPendingAmount",
2634
+ "inputs": [
2635
+ {
2636
+ "name": "operator",
2637
+ "type": "address",
2638
+ "internalType": "address"
2639
+ }
2640
+ ],
2641
+ "outputs": [
2642
+ {
2643
+ "name": "amount",
2644
+ "type": "uint256",
2645
+ "internalType": "uint256"
2646
+ }
2647
+ ],
2648
+ "stateMutability": "view"
2649
+ },
2650
+ {
2651
+ "type": "function",
2652
+ "name": "getOperatorValidators",
2653
+ "inputs": [
2654
+ {
2655
+ "name": "operatorAddr",
2656
+ "type": "address",
2657
+ "internalType": "address"
2658
+ }
2659
+ ],
2660
+ "outputs": [
2661
+ {
2662
+ "name": "validatorIDs",
2663
+ "type": "bytes32[]",
2664
+ "internalType": "bytes32[]"
2665
+ }
2666
+ ],
2667
+ "stateMutability": "view"
2668
+ },
2669
+ {
2670
+ "type": "function",
2671
+ "name": "getPendingProtocolFees",
2672
+ "inputs": [],
2673
+ "outputs": [
2674
+ {
2675
+ "name": "fees",
2676
+ "type": "uint256",
2677
+ "internalType": "uint256"
2678
+ }
2679
+ ],
2680
+ "stateMutability": "view"
2681
+ },
2682
+ {
2683
+ "type": "function",
2684
+ "name": "getPendingWithdrawals",
2685
+ "inputs": [],
2686
+ "outputs": [
2687
+ {
2688
+ "name": "amount",
2689
+ "type": "uint256",
2690
+ "internalType": "uint256"
2691
+ }
2692
+ ],
2693
+ "stateMutability": "view"
2694
+ },
2695
+ {
2696
+ "type": "function",
2697
+ "name": "getProtocolFeeBips",
2698
+ "inputs": [],
2699
+ "outputs": [
2700
+ {
2701
+ "name": "bips",
2702
+ "type": "uint256",
2703
+ "internalType": "uint256"
2704
+ }
2705
+ ],
2706
+ "stateMutability": "view"
2707
+ },
2708
+ {
2709
+ "type": "function",
2710
+ "name": "getProtocolFeeRecipient",
2711
+ "inputs": [],
2712
+ "outputs": [
2713
+ {
2714
+ "name": "recipient",
2715
+ "type": "address",
2716
+ "internalType": "address"
2717
+ }
2718
+ ],
2719
+ "stateMutability": "view"
2720
+ },
2721
+ {
2722
+ "type": "function",
2723
+ "name": "getQueueHead",
2724
+ "inputs": [],
2725
+ "outputs": [
2726
+ {
2727
+ "name": "index",
2728
+ "type": "uint256",
2729
+ "internalType": "uint256"
2730
+ }
2731
+ ],
2732
+ "stateMutability": "view"
2733
+ },
2734
+ {
2735
+ "type": "function",
2736
+ "name": "getRoleAdmin",
2737
+ "inputs": [
2738
+ {
2739
+ "name": "role",
2740
+ "type": "bytes32",
2741
+ "internalType": "bytes32"
2742
+ }
2743
+ ],
2744
+ "outputs": [
2745
+ {
2746
+ "name": "",
2747
+ "type": "bytes32",
2748
+ "internalType": "bytes32"
2749
+ }
2750
+ ],
2751
+ "stateMutability": "view"
2752
+ },
2753
+ {
2754
+ "type": "function",
2755
+ "name": "getStakingManager",
2756
+ "inputs": [],
2757
+ "outputs": [
2758
+ {
2759
+ "name": "manager",
2760
+ "type": "address",
2761
+ "internalType": "address"
2762
+ }
2763
+ ],
2764
+ "stateMutability": "view"
2765
+ },
2766
+ {
2767
+ "type": "function",
2768
+ "name": "getStartTime",
2769
+ "inputs": [],
2770
+ "outputs": [
2771
+ {
2772
+ "name": "startTime",
2773
+ "type": "uint256",
2774
+ "internalType": "uint256"
2775
+ }
2776
+ ],
2777
+ "stateMutability": "view"
2778
+ },
2779
+ {
2780
+ "type": "function",
2781
+ "name": "getTotalAccruedOperatorFees",
2782
+ "inputs": [],
2783
+ "outputs": [
2784
+ {
2785
+ "name": "fees",
2786
+ "type": "uint256",
2787
+ "internalType": "uint256"
2788
+ }
2789
+ ],
2790
+ "stateMutability": "view"
2791
+ },
2792
+ {
2793
+ "type": "function",
2794
+ "name": "getTotalDelegatedStake",
2795
+ "inputs": [],
2796
+ "outputs": [
2797
+ {
2798
+ "name": "stake",
2799
+ "type": "uint256",
2800
+ "internalType": "uint256"
2801
+ }
2802
+ ],
2803
+ "stateMutability": "view"
2804
+ },
2805
+ {
2806
+ "type": "function",
2807
+ "name": "getTotalExitDebt",
2808
+ "inputs": [],
2809
+ "outputs": [
2810
+ {
2811
+ "name": "debt",
2812
+ "type": "uint256",
2813
+ "internalType": "uint256"
2814
+ }
2815
+ ],
2816
+ "stateMutability": "view"
2817
+ },
2818
+ {
2819
+ "type": "function",
2820
+ "name": "getTotalPooledStake",
2821
+ "inputs": [],
2822
+ "outputs": [
2823
+ {
2824
+ "name": "stake",
2825
+ "type": "uint256",
2826
+ "internalType": "uint256"
2827
+ }
2828
+ ],
2829
+ "stateMutability": "view"
2830
+ },
2831
+ {
2832
+ "type": "function",
2833
+ "name": "getTotalValidatorStake",
2834
+ "inputs": [],
2835
+ "outputs": [
2836
+ {
2837
+ "name": "stake",
2838
+ "type": "uint256",
2839
+ "internalType": "uint256"
2840
+ }
2841
+ ],
2842
+ "stateMutability": "view"
2843
+ },
2844
+ {
2845
+ "type": "function",
2846
+ "name": "getValidatorStakeAmount",
2847
+ "inputs": [
2848
+ {
2849
+ "name": "validationID",
2850
+ "type": "bytes32",
2851
+ "internalType": "bytes32"
2852
+ }
2853
+ ],
2854
+ "outputs": [
2855
+ {
2856
+ "name": "amount",
2857
+ "type": "uint256",
2858
+ "internalType": "uint256"
2859
+ }
2860
+ ],
2861
+ "stateMutability": "view"
2862
+ },
2863
+ {
2864
+ "type": "function",
2865
+ "name": "getWithdrawalQueueLength",
2866
+ "inputs": [],
2867
+ "outputs": [
2868
+ {
2869
+ "name": "length",
2870
+ "type": "uint256",
2871
+ "internalType": "uint256"
2872
+ }
2873
+ ],
2874
+ "stateMutability": "view"
2875
+ },
2876
+ {
2877
+ "type": "function",
2878
+ "name": "getWithdrawalRequest",
2879
+ "inputs": [
2880
+ {
2881
+ "name": "requestId",
2882
+ "type": "uint256",
2883
+ "internalType": "uint256"
2884
+ }
2885
+ ],
2886
+ "outputs": [
2887
+ {
2888
+ "name": "request",
2889
+ "type": "tuple",
2890
+ "internalType": "struct IStakingVault.WithdrawalRequest",
2891
+ "components": [
2892
+ {
2893
+ "name": "user",
2894
+ "type": "address",
2895
+ "internalType": "address"
2896
+ },
2897
+ {
2898
+ "name": "shares",
2899
+ "type": "uint256",
2900
+ "internalType": "uint256"
2901
+ },
2902
+ {
2903
+ "name": "stakeAmount",
2904
+ "type": "uint256",
2905
+ "internalType": "uint256"
2906
+ },
2907
+ {
2908
+ "name": "requestEpoch",
2909
+ "type": "uint256",
2910
+ "internalType": "uint256"
2911
+ },
2912
+ {
2913
+ "name": "fulfilled",
2914
+ "type": "bool",
2915
+ "internalType": "bool"
2916
+ }
2917
+ ]
2918
+ }
2919
+ ],
2920
+ "stateMutability": "view"
2921
+ },
2922
+ {
2923
+ "type": "function",
2924
+ "name": "getWithdrawalRequestFee",
2925
+ "inputs": [],
2926
+ "outputs": [
2927
+ {
2928
+ "name": "fee",
2929
+ "type": "uint256",
2930
+ "internalType": "uint256"
2931
+ }
2932
+ ],
2933
+ "stateMutability": "view"
2934
+ },
2935
+ {
2936
+ "type": "function",
2937
+ "name": "getWithdrawalRequestIds",
2938
+ "inputs": [
2939
+ {
2940
+ "name": "user",
2941
+ "type": "address",
2942
+ "internalType": "address"
2943
+ }
2944
+ ],
2945
+ "outputs": [
2946
+ {
2947
+ "name": "requestIds",
2948
+ "type": "uint256[]",
2949
+ "internalType": "uint256[]"
2950
+ }
2951
+ ],
2952
+ "stateMutability": "view"
2953
+ },
2954
+ {
2955
+ "type": "function",
2956
+ "name": "grantRole",
2957
+ "inputs": [
2958
+ {
2959
+ "name": "role",
2960
+ "type": "bytes32",
2961
+ "internalType": "bytes32"
2962
+ },
2963
+ {
2964
+ "name": "account",
2965
+ "type": "address",
2966
+ "internalType": "address"
2967
+ }
2968
+ ],
2969
+ "outputs": [],
2970
+ "stateMutability": "nonpayable"
2971
+ },
2972
+ {
2973
+ "type": "function",
2974
+ "name": "harvest",
2975
+ "inputs": [],
2976
+ "outputs": [
2977
+ {
2978
+ "name": "totalRewards",
2979
+ "type": "uint256",
2980
+ "internalType": "uint256"
2981
+ }
2982
+ ],
2983
+ "stateMutability": "nonpayable"
2984
+ },
2985
+ {
2986
+ "type": "function",
2987
+ "name": "harvestDelegators",
2988
+ "inputs": [
2989
+ {
2990
+ "name": "",
2991
+ "type": "uint256",
2992
+ "internalType": "uint256"
2993
+ },
2994
+ {
2995
+ "name": "",
2996
+ "type": "uint256",
2997
+ "internalType": "uint256"
2998
+ },
2999
+ {
3000
+ "name": "",
3001
+ "type": "uint256",
3002
+ "internalType": "uint256"
3003
+ }
3004
+ ],
3005
+ "outputs": [
3006
+ {
3007
+ "name": "totalRewards",
3008
+ "type": "uint256",
3009
+ "internalType": "uint256"
3010
+ }
3011
+ ],
3012
+ "stateMutability": "nonpayable"
3013
+ },
3014
+ {
3015
+ "type": "function",
3016
+ "name": "harvestValidators",
3017
+ "inputs": [
3018
+ {
3019
+ "name": "",
3020
+ "type": "uint256",
3021
+ "internalType": "uint256"
3022
+ },
3023
+ {
3024
+ "name": "",
3025
+ "type": "uint256",
3026
+ "internalType": "uint256"
3027
+ },
3028
+ {
3029
+ "name": "",
3030
+ "type": "uint256",
3031
+ "internalType": "uint256"
3032
+ }
3033
+ ],
3034
+ "outputs": [
3035
+ {
3036
+ "name": "totalRewards",
3037
+ "type": "uint256",
3038
+ "internalType": "uint256"
3039
+ }
3040
+ ],
3041
+ "stateMutability": "nonpayable"
3042
+ },
3043
+ {
3044
+ "type": "function",
3045
+ "name": "hasRole",
3046
+ "inputs": [
3047
+ {
3048
+ "name": "role",
3049
+ "type": "bytes32",
3050
+ "internalType": "bytes32"
3051
+ },
3052
+ {
3053
+ "name": "account",
3054
+ "type": "address",
3055
+ "internalType": "address"
3056
+ }
3057
+ ],
3058
+ "outputs": [
3059
+ {
3060
+ "name": "",
3061
+ "type": "bool",
3062
+ "internalType": "bool"
3063
+ }
3064
+ ],
3065
+ "stateMutability": "view"
3066
+ },
3067
+ {
3068
+ "type": "function",
3069
+ "name": "initialize",
3070
+ "inputs": [
3071
+ {
3072
+ "name": "_stakingManager",
3073
+ "type": "address",
3074
+ "internalType": "address"
3075
+ },
3076
+ {
3077
+ "name": "_protocolFeeRecipient",
3078
+ "type": "address",
3079
+ "internalType": "address"
3080
+ },
3081
+ {
3082
+ "name": "_operatorManager",
3083
+ "type": "address",
3084
+ "internalType": "address"
3085
+ },
3086
+ {
3087
+ "name": "_protocolFeeBips",
3088
+ "type": "uint256",
3089
+ "internalType": "uint256"
3090
+ },
3091
+ {
3092
+ "name": "_epochDuration",
3093
+ "type": "uint256",
3094
+ "internalType": "uint256"
3095
+ },
3096
+ {
3097
+ "name": "_liquidityBufferBips",
3098
+ "type": "uint256",
3099
+ "internalType": "uint256"
3100
+ },
3101
+ {
3102
+ "name": "_defaultAdmin",
3103
+ "type": "address",
3104
+ "internalType": "address"
3105
+ },
3106
+ {
3107
+ "name": "_vaultAdmin",
3108
+ "type": "address",
3109
+ "internalType": "address"
3110
+ },
3111
+ {
3112
+ "name": "_defaultAdminDelay",
3113
+ "type": "uint48",
3114
+ "internalType": "uint48"
3115
+ },
3116
+ {
3117
+ "name": "_name",
3118
+ "type": "string",
3119
+ "internalType": "string"
3120
+ },
3121
+ {
3122
+ "name": "_symbol",
3123
+ "type": "string",
3124
+ "internalType": "string"
3125
+ },
3126
+ {
3127
+ "name": "_operationsImpl",
3128
+ "type": "address",
3129
+ "internalType": "address"
3130
+ }
3131
+ ],
3132
+ "outputs": [],
3133
+ "stateMutability": "nonpayable"
3134
+ },
3135
+ {
3136
+ "type": "function",
3137
+ "name": "initiateDelegatorRegistration",
3138
+ "inputs": [
3139
+ {
3140
+ "name": "",
3141
+ "type": "bytes32",
3142
+ "internalType": "bytes32"
3143
+ },
3144
+ {
3145
+ "name": "",
3146
+ "type": "uint256",
3147
+ "internalType": "uint256"
3148
+ }
3149
+ ],
3150
+ "outputs": [
3151
+ {
3152
+ "name": "delegationID",
3153
+ "type": "bytes32",
3154
+ "internalType": "bytes32"
3155
+ }
3156
+ ],
3157
+ "stateMutability": "nonpayable"
3158
+ },
3159
+ {
3160
+ "type": "function",
3161
+ "name": "initiateDelegatorRemoval",
3162
+ "inputs": [
3163
+ {
3164
+ "name": "",
3165
+ "type": "bytes32",
3166
+ "internalType": "bytes32"
3167
+ }
3168
+ ],
3169
+ "outputs": [],
3170
+ "stateMutability": "nonpayable"
3171
+ },
3172
+ {
3173
+ "type": "function",
3174
+ "name": "initiateValidatorRegistration",
3175
+ "inputs": [
3176
+ {
3177
+ "name": "",
3178
+ "type": "bytes",
3179
+ "internalType": "bytes"
3180
+ },
3181
+ {
3182
+ "name": "",
3183
+ "type": "bytes",
3184
+ "internalType": "bytes"
3185
+ },
3186
+ {
3187
+ "name": "",
3188
+ "type": "tuple",
3189
+ "internalType": "struct PChainOwner",
3190
+ "components": [
3191
+ {
3192
+ "name": "threshold",
3193
+ "type": "uint32",
3194
+ "internalType": "uint32"
3195
+ },
3196
+ {
3197
+ "name": "addresses",
3198
+ "type": "address[]",
3199
+ "internalType": "address[]"
3200
+ }
3201
+ ]
3202
+ },
3203
+ {
3204
+ "name": "",
3205
+ "type": "tuple",
3206
+ "internalType": "struct PChainOwner",
3207
+ "components": [
3208
+ {
3209
+ "name": "threshold",
3210
+ "type": "uint32",
3211
+ "internalType": "uint32"
3212
+ },
3213
+ {
3214
+ "name": "addresses",
3215
+ "type": "address[]",
3216
+ "internalType": "address[]"
3217
+ }
3218
+ ]
3219
+ },
3220
+ {
3221
+ "name": "",
3222
+ "type": "uint256",
3223
+ "internalType": "uint256"
3224
+ }
3225
+ ],
3226
+ "outputs": [
3227
+ {
3228
+ "name": "validationID",
3229
+ "type": "bytes32",
3230
+ "internalType": "bytes32"
3231
+ }
3232
+ ],
3233
+ "stateMutability": "nonpayable"
3234
+ },
3235
+ {
3236
+ "type": "function",
3237
+ "name": "initiateValidatorRemoval",
3238
+ "inputs": [
3239
+ {
3240
+ "name": "",
3241
+ "type": "bytes32",
3242
+ "internalType": "bytes32"
3243
+ }
3244
+ ],
3245
+ "outputs": [],
3246
+ "stateMutability": "nonpayable"
3247
+ },
3248
+ {
3249
+ "type": "function",
3250
+ "name": "isValidatorPendingRemoval",
3251
+ "inputs": [
3252
+ {
3253
+ "name": "validationID",
3254
+ "type": "bytes32",
3255
+ "internalType": "bytes32"
3256
+ }
3257
+ ],
3258
+ "outputs": [
3259
+ {
3260
+ "name": "pending",
3261
+ "type": "bool",
3262
+ "internalType": "bool"
3263
+ }
3264
+ ],
3265
+ "stateMutability": "view"
3266
+ },
3267
+ {
3268
+ "type": "function",
3269
+ "name": "isWithdrawalClaimable",
3270
+ "inputs": [
3271
+ {
3272
+ "name": "requestId",
3273
+ "type": "uint256",
3274
+ "internalType": "uint256"
3275
+ }
3276
+ ],
3277
+ "outputs": [
3278
+ {
3279
+ "name": "claimable",
3280
+ "type": "bool",
3281
+ "internalType": "bool"
3282
+ }
3283
+ ],
3284
+ "stateMutability": "view"
3285
+ },
3286
+ {
3287
+ "type": "function",
3288
+ "name": "name",
3289
+ "inputs": [],
3290
+ "outputs": [
3291
+ {
3292
+ "name": "",
3293
+ "type": "string",
3294
+ "internalType": "string"
3295
+ }
3296
+ ],
3297
+ "stateMutability": "view"
3298
+ },
3299
+ {
3300
+ "type": "function",
3301
+ "name": "owner",
3302
+ "inputs": [],
3303
+ "outputs": [
3304
+ {
3305
+ "name": "",
3306
+ "type": "address",
3307
+ "internalType": "address"
3308
+ }
3309
+ ],
3310
+ "stateMutability": "view"
3311
+ },
3312
+ {
3313
+ "type": "function",
3314
+ "name": "pause",
3315
+ "inputs": [],
3316
+ "outputs": [],
3317
+ "stateMutability": "nonpayable"
3318
+ },
3319
+ {
3320
+ "type": "function",
3321
+ "name": "paused",
3322
+ "inputs": [],
3323
+ "outputs": [
3324
+ {
3325
+ "name": "",
3326
+ "type": "bool",
3327
+ "internalType": "bool"
3328
+ }
3329
+ ],
3330
+ "stateMutability": "view"
3331
+ },
3332
+ {
3333
+ "type": "function",
3334
+ "name": "pendingDefaultAdmin",
3335
+ "inputs": [],
3336
+ "outputs": [
3337
+ {
3338
+ "name": "newAdmin",
3339
+ "type": "address",
3340
+ "internalType": "address"
3341
+ },
3342
+ {
3343
+ "name": "schedule",
3344
+ "type": "uint48",
3345
+ "internalType": "uint48"
3346
+ }
3347
+ ],
3348
+ "stateMutability": "view"
3349
+ },
3350
+ {
3351
+ "type": "function",
3352
+ "name": "pendingDefaultAdminDelay",
3353
+ "inputs": [],
3354
+ "outputs": [
3355
+ {
3356
+ "name": "newDelay",
3357
+ "type": "uint48",
3358
+ "internalType": "uint48"
3359
+ },
3360
+ {
3361
+ "name": "schedule",
3362
+ "type": "uint48",
3363
+ "internalType": "uint48"
3364
+ }
3365
+ ],
3366
+ "stateMutability": "view"
3367
+ },
3368
+ {
3369
+ "type": "function",
3370
+ "name": "pendingRedeemRequest",
3371
+ "inputs": [
3372
+ {
3373
+ "name": "owner_",
3374
+ "type": "address",
3375
+ "internalType": "address"
3376
+ }
3377
+ ],
3378
+ "outputs": [
3379
+ {
3380
+ "name": "",
3381
+ "type": "uint256",
3382
+ "internalType": "uint256"
3383
+ }
3384
+ ],
3385
+ "stateMutability": "view"
3386
+ },
3387
+ {
3388
+ "type": "function",
3389
+ "name": "prepareWithdrawals",
3390
+ "inputs": [],
3391
+ "outputs": [],
3392
+ "stateMutability": "nonpayable"
3393
+ },
3394
+ {
3395
+ "type": "function",
3396
+ "name": "processEpoch",
3397
+ "inputs": [],
3398
+ "outputs": [
3399
+ {
3400
+ "name": "finished",
3401
+ "type": "bool",
3402
+ "internalType": "bool"
3403
+ }
3404
+ ],
3405
+ "stateMutability": "nonpayable"
3406
+ },
3407
+ {
3408
+ "type": "function",
3409
+ "name": "proxiableUUID",
3410
+ "inputs": [],
3411
+ "outputs": [
3412
+ {
3413
+ "name": "",
3414
+ "type": "bytes32",
3415
+ "internalType": "bytes32"
3416
+ }
3417
+ ],
3418
+ "stateMutability": "view"
3419
+ },
3420
+ {
3421
+ "type": "function",
3422
+ "name": "removeOperator",
3423
+ "inputs": [
3424
+ {
3425
+ "name": "",
3426
+ "type": "address",
3427
+ "internalType": "address"
3428
+ }
3429
+ ],
3430
+ "outputs": [],
3431
+ "stateMutability": "nonpayable"
3432
+ },
3433
+ {
3434
+ "type": "function",
3435
+ "name": "renounceRole",
3436
+ "inputs": [
3437
+ {
3438
+ "name": "role",
3439
+ "type": "bytes32",
3440
+ "internalType": "bytes32"
3441
+ },
3442
+ {
3443
+ "name": "account",
3444
+ "type": "address",
3445
+ "internalType": "address"
3446
+ }
3447
+ ],
3448
+ "outputs": [],
3449
+ "stateMutability": "nonpayable"
3450
+ },
3451
+ {
3452
+ "type": "function",
3453
+ "name": "requestWithdrawal",
3454
+ "inputs": [
3455
+ {
3456
+ "name": "shares",
3457
+ "type": "uint256",
3458
+ "internalType": "uint256"
3459
+ }
3460
+ ],
3461
+ "outputs": [
3462
+ {
3463
+ "name": "requestId",
3464
+ "type": "uint256",
3465
+ "internalType": "uint256"
3466
+ }
3467
+ ],
3468
+ "stateMutability": "nonpayable"
3469
+ },
3470
+ {
3471
+ "type": "function",
3472
+ "name": "revokeRole",
3473
+ "inputs": [
3474
+ {
3475
+ "name": "role",
3476
+ "type": "bytes32",
3477
+ "internalType": "bytes32"
3478
+ },
3479
+ {
3480
+ "name": "account",
3481
+ "type": "address",
3482
+ "internalType": "address"
3483
+ }
3484
+ ],
3485
+ "outputs": [],
3486
+ "stateMutability": "nonpayable"
3487
+ },
3488
+ {
3489
+ "type": "function",
3490
+ "name": "rollbackDefaultAdminDelay",
3491
+ "inputs": [],
3492
+ "outputs": [],
3493
+ "stateMutability": "nonpayable"
3494
+ },
3495
+ {
3496
+ "type": "function",
3497
+ "name": "setLiquidityBufferBips",
3498
+ "inputs": [
3499
+ {
3500
+ "name": "_liquidityBufferBips",
3501
+ "type": "uint256",
3502
+ "internalType": "uint256"
3503
+ }
3504
+ ],
3505
+ "outputs": [],
3506
+ "stateMutability": "nonpayable"
3507
+ },
3508
+ {
3509
+ "type": "function",
3510
+ "name": "setMaxOperators",
3511
+ "inputs": [
3512
+ {
3513
+ "name": "newMax",
3514
+ "type": "uint256",
3515
+ "internalType": "uint256"
3516
+ }
3517
+ ],
3518
+ "outputs": [],
3519
+ "stateMutability": "nonpayable"
3520
+ },
3521
+ {
3522
+ "type": "function",
3523
+ "name": "setMaxValidatorsPerOperator",
3524
+ "inputs": [
3525
+ {
3526
+ "name": "newMax",
3527
+ "type": "uint256",
3528
+ "internalType": "uint256"
3529
+ }
3530
+ ],
3531
+ "outputs": [],
3532
+ "stateMutability": "nonpayable"
3533
+ },
3534
+ {
3535
+ "type": "function",
3536
+ "name": "setMaximumDelegatorStake",
3537
+ "inputs": [
3538
+ {
3539
+ "name": "amount",
3540
+ "type": "uint256",
3541
+ "internalType": "uint256"
3542
+ }
3543
+ ],
3544
+ "outputs": [],
3545
+ "stateMutability": "nonpayable"
3546
+ },
3547
+ {
3548
+ "type": "function",
3549
+ "name": "setMaximumValidatorStake",
3550
+ "inputs": [
3551
+ {
3552
+ "name": "amount",
3553
+ "type": "uint256",
3554
+ "internalType": "uint256"
3555
+ }
3556
+ ],
3557
+ "outputs": [],
3558
+ "stateMutability": "nonpayable"
3559
+ },
3560
+ {
3561
+ "type": "function",
3562
+ "name": "setOperationsImpl",
3563
+ "inputs": [
3564
+ {
3565
+ "name": "_operationsImpl",
3566
+ "type": "address",
3567
+ "internalType": "address"
3568
+ }
3569
+ ],
3570
+ "outputs": [],
3571
+ "stateMutability": "nonpayable"
3572
+ },
3573
+ {
3574
+ "type": "function",
3575
+ "name": "setOperatorFeeBips",
3576
+ "inputs": [
3577
+ {
3578
+ "name": "bips",
3579
+ "type": "uint256",
3580
+ "internalType": "uint256"
3581
+ }
3582
+ ],
3583
+ "outputs": [],
3584
+ "stateMutability": "nonpayable"
3585
+ },
3586
+ {
3587
+ "type": "function",
3588
+ "name": "setOperatorFeeRecipient",
3589
+ "inputs": [
3590
+ {
3591
+ "name": "",
3592
+ "type": "address",
3593
+ "internalType": "address"
3594
+ }
3595
+ ],
3596
+ "outputs": [],
3597
+ "stateMutability": "nonpayable"
3598
+ },
3599
+ {
3600
+ "type": "function",
3601
+ "name": "setProtocolFeeBips",
3602
+ "inputs": [
3603
+ {
3604
+ "name": "bips",
3605
+ "type": "uint256",
3606
+ "internalType": "uint256"
3607
+ }
3608
+ ],
3609
+ "outputs": [],
3610
+ "stateMutability": "nonpayable"
3611
+ },
3612
+ {
3613
+ "type": "function",
3614
+ "name": "setProtocolFeeRecipient",
3615
+ "inputs": [
3616
+ {
3617
+ "name": "_protocolFeeRecipient",
3618
+ "type": "address",
3619
+ "internalType": "address"
3620
+ }
3621
+ ],
3622
+ "outputs": [],
3623
+ "stateMutability": "nonpayable"
3624
+ },
3625
+ {
3626
+ "type": "function",
3627
+ "name": "setWithdrawalRequestFee",
3628
+ "inputs": [
3629
+ {
3630
+ "name": "fee",
3631
+ "type": "uint256",
3632
+ "internalType": "uint256"
3633
+ }
3634
+ ],
3635
+ "outputs": [],
3636
+ "stateMutability": "nonpayable"
3637
+ },
3638
+ {
3639
+ "type": "function",
3640
+ "name": "supportsInterface",
3641
+ "inputs": [
3642
+ {
3643
+ "name": "interfaceId",
3644
+ "type": "bytes4",
3645
+ "internalType": "bytes4"
3646
+ }
3647
+ ],
3648
+ "outputs": [
3649
+ {
3650
+ "name": "",
3651
+ "type": "bool",
3652
+ "internalType": "bool"
3653
+ }
3654
+ ],
3655
+ "stateMutability": "view"
3656
+ },
3657
+ {
3658
+ "type": "function",
3659
+ "name": "symbol",
3660
+ "inputs": [],
3661
+ "outputs": [
3662
+ {
3663
+ "name": "",
3664
+ "type": "string",
3665
+ "internalType": "string"
3666
+ }
3667
+ ],
3668
+ "stateMutability": "view"
3669
+ },
3670
+ {
3671
+ "type": "function",
3672
+ "name": "totalSupply",
3673
+ "inputs": [],
3674
+ "outputs": [
3675
+ {
3676
+ "name": "",
3677
+ "type": "uint256",
3678
+ "internalType": "uint256"
3679
+ }
3680
+ ],
3681
+ "stateMutability": "view"
3682
+ },
3683
+ {
3684
+ "type": "function",
3685
+ "name": "transfer",
3686
+ "inputs": [
3687
+ {
3688
+ "name": "to",
3689
+ "type": "address",
3690
+ "internalType": "address"
3691
+ },
3692
+ {
3693
+ "name": "value",
3694
+ "type": "uint256",
3695
+ "internalType": "uint256"
3696
+ }
3697
+ ],
3698
+ "outputs": [
3699
+ {
3700
+ "name": "",
3701
+ "type": "bool",
3702
+ "internalType": "bool"
3703
+ }
3704
+ ],
3705
+ "stateMutability": "nonpayable"
3706
+ },
3707
+ {
3708
+ "type": "function",
3709
+ "name": "transferFrom",
3710
+ "inputs": [
3711
+ {
3712
+ "name": "from",
3713
+ "type": "address",
3714
+ "internalType": "address"
3715
+ },
3716
+ {
3717
+ "name": "to",
3718
+ "type": "address",
3719
+ "internalType": "address"
3720
+ },
3721
+ {
3722
+ "name": "value",
3723
+ "type": "uint256",
3724
+ "internalType": "uint256"
3725
+ }
3726
+ ],
3727
+ "outputs": [
3728
+ {
3729
+ "name": "",
3730
+ "type": "bool",
3731
+ "internalType": "bool"
3732
+ }
3733
+ ],
3734
+ "stateMutability": "nonpayable"
3735
+ },
3736
+ {
3737
+ "type": "function",
3738
+ "name": "unpause",
3739
+ "inputs": [],
3740
+ "outputs": [],
3741
+ "stateMutability": "nonpayable"
3742
+ },
3743
+ {
3744
+ "type": "function",
3745
+ "name": "updateOperatorAllocations",
3746
+ "inputs": [
3747
+ {
3748
+ "name": "",
3749
+ "type": "address[]",
3750
+ "internalType": "address[]"
3751
+ },
3752
+ {
3753
+ "name": "",
3754
+ "type": "uint256[]",
3755
+ "internalType": "uint256[]"
3756
+ }
3757
+ ],
3758
+ "outputs": [],
3759
+ "stateMutability": "nonpayable"
3760
+ },
3761
+ {
3762
+ "type": "function",
3763
+ "name": "upgradeToAndCall",
3764
+ "inputs": [
3765
+ {
3766
+ "name": "newImplementation",
3767
+ "type": "address",
3768
+ "internalType": "address"
3769
+ },
3770
+ {
3771
+ "name": "data",
3772
+ "type": "bytes",
3773
+ "internalType": "bytes"
3774
+ }
3775
+ ],
3776
+ "outputs": [],
3777
+ "stateMutability": "payable"
3778
+ }
3779
+ ];
3780
+ //# sourceMappingURL=StakingVault.js.map