@lidofinance/lsv-cli 1.1.0 → 1.3.0

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 (600) hide show
  1. package/README.md +58 -0
  2. package/dist/abi/Dashboard.d.ts +291 -3
  3. package/dist/abi/Dashboard.js +10 -3
  4. package/dist/abi/Dashboard.js.map +1 -1
  5. package/dist/abi/LazyOracle.d.ts +364 -0
  6. package/dist/abi/LazyOracle.js +2 -0
  7. package/dist/abi/LazyOracle.js.map +1 -1
  8. package/dist/abi/OperatorGrid.d.ts +24 -0
  9. package/dist/abi/OperatorGrid.js +16 -0
  10. package/dist/abi/OperatorGrid.js.map +1 -1
  11. package/dist/abi/PredepositGuarantee.d.ts +357 -88
  12. package/dist/abi/PredepositGuarantee.js +31 -28
  13. package/dist/abi/PredepositGuarantee.js.map +1 -1
  14. package/dist/abi/ValidatorConsolidationRequests.d.ts +121 -0
  15. package/dist/abi/ValidatorConsolidationRequests.js +159 -0
  16. package/dist/abi/ValidatorConsolidationRequests.js.map +1 -0
  17. package/dist/abi/VaultFactory.d.ts +16 -0
  18. package/dist/abi/VaultViewer.d.ts +8 -14
  19. package/dist/abi/VaultViewer.js +10 -19
  20. package/dist/abi/VaultViewer.js.map +1 -1
  21. package/dist/abi/defi-wrapper/Distributor.d.ts +40 -2
  22. package/dist/abi/defi-wrapper/Distributor.js +52 -2
  23. package/dist/abi/defi-wrapper/Distributor.js.map +1 -1
  24. package/dist/abi/defi-wrapper/Factory.d.ts +973 -550
  25. package/dist/abi/defi-wrapper/Factory.js +720 -763
  26. package/dist/abi/defi-wrapper/Factory.js.map +1 -1
  27. package/dist/abi/defi-wrapper/StvPool.d.ts +121 -325
  28. package/dist/abi/defi-wrapper/StvPool.js +143 -413
  29. package/dist/abi/defi-wrapper/StvPool.js.map +1 -1
  30. package/dist/abi/defi-wrapper/StvStETHPool.d.ts +398 -381
  31. package/dist/abi/defi-wrapper/StvStETHPool.js +448 -433
  32. package/dist/abi/defi-wrapper/StvStETHPool.js.map +1 -1
  33. package/dist/abi/defi-wrapper/WithdrawalQueue.d.ts +309 -175
  34. package/dist/abi/defi-wrapper/WithdrawalQueue.js +381 -206
  35. package/dist/abi/defi-wrapper/WithdrawalQueue.js.map +1 -1
  36. package/dist/abi/defi-wrapper/index.d.ts +0 -1
  37. package/dist/abi/defi-wrapper/index.js +0 -1
  38. package/dist/abi/defi-wrapper/index.js.map +1 -1
  39. package/dist/abi/index.d.ts +1 -0
  40. package/dist/abi/index.js +1 -0
  41. package/dist/abi/index.js.map +1 -1
  42. package/dist/command/index.js +1 -0
  43. package/dist/command/index.js.map +1 -1
  44. package/dist/configs/constants.d.ts +44 -2
  45. package/dist/configs/constants.js +2 -2
  46. package/dist/configs/constants.js.map +1 -1
  47. package/dist/configs/deployed.d.ts +2 -2
  48. package/dist/configs/deployed.js +67 -6
  49. package/dist/configs/deployed.js.map +1 -1
  50. package/dist/configs/index.d.ts +4 -3
  51. package/dist/configs/index.js +4 -3
  52. package/dist/configs/index.js.map +1 -1
  53. package/dist/configs/utils.d.ts +1 -0
  54. package/dist/configs/utils.js +8 -0
  55. package/dist/configs/utils.js.map +1 -1
  56. package/dist/contracts/dashboard-impl.d.ts +2 -2
  57. package/dist/contracts/dashboard-impl.js +3 -2
  58. package/dist/contracts/dashboard-impl.js.map +1 -1
  59. package/dist/contracts/dashboard.d.ts +2 -2
  60. package/dist/contracts/dashboard.js +3 -2
  61. package/dist/contracts/dashboard.js.map +1 -1
  62. package/dist/contracts/defi-wrapper/distributor.d.ts +1 -1
  63. package/dist/contracts/defi-wrapper/distributor.js +3 -2
  64. package/dist/contracts/defi-wrapper/distributor.js.map +1 -1
  65. package/dist/contracts/defi-wrapper/factory.d.ts +1 -1
  66. package/dist/contracts/defi-wrapper/factory.js +3 -2
  67. package/dist/contracts/defi-wrapper/factory.js.map +1 -1
  68. package/dist/contracts/defi-wrapper/index.d.ts +0 -1
  69. package/dist/contracts/defi-wrapper/index.js +0 -1
  70. package/dist/contracts/defi-wrapper/index.js.map +1 -1
  71. package/dist/contracts/defi-wrapper/stv-pool.d.ts +2 -2
  72. package/dist/contracts/defi-wrapper/stv-pool.js +3 -2
  73. package/dist/contracts/defi-wrapper/stv-pool.js.map +1 -1
  74. package/dist/contracts/defi-wrapper/stv-steth-pool.d.ts +1 -1
  75. package/dist/contracts/defi-wrapper/stv-steth-pool.js +3 -2
  76. package/dist/contracts/defi-wrapper/stv-steth-pool.js.map +1 -1
  77. package/dist/contracts/defi-wrapper/withdrawal-queue.d.ts +1 -1
  78. package/dist/contracts/defi-wrapper/withdrawal-queue.js +3 -2
  79. package/dist/contracts/defi-wrapper/withdrawal-queue.js.map +1 -1
  80. package/dist/contracts/index.d.ts +1 -0
  81. package/dist/contracts/index.js +1 -0
  82. package/dist/contracts/index.js.map +1 -1
  83. package/dist/contracts/lazy-oracle.js +3 -2
  84. package/dist/contracts/lazy-oracle.js.map +1 -1
  85. package/dist/contracts/locator.d.ts +3 -9655
  86. package/dist/contracts/locator.js +4 -3
  87. package/dist/contracts/locator.js.map +1 -1
  88. package/dist/contracts/operator-grid.d.ts +1 -1
  89. package/dist/contracts/operator-grid.js +3 -2
  90. package/dist/contracts/operator-grid.js.map +1 -1
  91. package/dist/contracts/pdg.js +3 -2
  92. package/dist/contracts/pdg.js.map +1 -1
  93. package/dist/contracts/steth.d.ts +54 -54
  94. package/dist/contracts/steth.js +3 -2
  95. package/dist/contracts/steth.js.map +1 -1
  96. package/dist/contracts/validator-consolidation-requests.d.ts +5 -0
  97. package/dist/contracts/validator-consolidation-requests.js +13 -0
  98. package/dist/contracts/validator-consolidation-requests.js.map +1 -0
  99. package/dist/contracts/vault-factory.d.ts +3 -28346
  100. package/dist/contracts/vault-factory.js +4 -3
  101. package/dist/contracts/vault-factory.js.map +1 -1
  102. package/dist/contracts/vault-hub.js +3 -2
  103. package/dist/contracts/vault-hub.js.map +1 -1
  104. package/dist/contracts/vault-viewer.d.ts +3 -9661
  105. package/dist/contracts/vault-viewer.js +9 -7
  106. package/dist/contracts/vault-viewer.js.map +1 -1
  107. package/dist/contracts/vault.d.ts +2 -2
  108. package/dist/contracts/vault.js +3 -2
  109. package/dist/contracts/vault.js.map +1 -1
  110. package/dist/contracts/wsteth.d.ts +3 -24690
  111. package/dist/contracts/wsteth.js +4 -3
  112. package/dist/contracts/wsteth.js.map +1 -1
  113. package/dist/features/consolidation.d.ts +18 -0
  114. package/dist/features/consolidation.js +199 -0
  115. package/dist/features/consolidation.js.map +1 -0
  116. package/dist/features/defi-wrapper/create-vault.d.ts +17 -0
  117. package/dist/features/defi-wrapper/create-vault.js +137 -0
  118. package/dist/features/defi-wrapper/create-vault.js.map +1 -0
  119. package/dist/features/defi-wrapper/defi-wrapper-factory.d.ts +111 -0
  120. package/dist/features/defi-wrapper/defi-wrapper-factory.js +231 -0
  121. package/dist/features/defi-wrapper/defi-wrapper-factory.js.map +1 -0
  122. package/dist/features/defi-wrapper/index.d.ts +3 -0
  123. package/dist/features/defi-wrapper/index.js +4 -0
  124. package/dist/features/defi-wrapper/index.js.map +1 -0
  125. package/dist/features/defi-wrapper/pool-info.d.ts +35 -0
  126. package/dist/features/defi-wrapper/pool-info.js +97 -0
  127. package/dist/features/defi-wrapper/pool-info.js.map +1 -0
  128. package/dist/features/deposits/check-bls-deposits.js +2 -2
  129. package/dist/features/deposits/check-bls-deposits.js.map +1 -1
  130. package/dist/features/deposits/index.d.ts +2 -0
  131. package/dist/features/deposits/index.js +2 -0
  132. package/dist/features/deposits/index.js.map +1 -1
  133. package/dist/features/deposits/make-pdg-proof.js +1 -1
  134. package/dist/features/deposits/make-pdg-proof.js.map +1 -1
  135. package/dist/features/deposits/no-pdg.d.ts +1 -1
  136. package/dist/features/deposits/no-pdg.js +6 -3
  137. package/dist/features/deposits/no-pdg.js.map +1 -1
  138. package/dist/features/deposits/pdg.d.ts +2 -0
  139. package/dist/features/deposits/pdg.js +18 -0
  140. package/dist/features/deposits/pdg.js.map +1 -0
  141. package/dist/features/deposits/validators.d.ts +12 -0
  142. package/dist/features/deposits/validators.js +31 -0
  143. package/dist/features/deposits/validators.js.map +1 -0
  144. package/dist/features/dev-tools/impersonate.d.ts +14 -0
  145. package/dist/features/dev-tools/impersonate.js +64 -0
  146. package/dist/features/dev-tools/impersonate.js.map +1 -0
  147. package/dist/features/dev-tools/index.d.ts +1 -0
  148. package/dist/features/dev-tools/index.js +2 -0
  149. package/dist/features/dev-tools/index.js.map +1 -0
  150. package/dist/features/index.d.ts +5 -1
  151. package/dist/features/index.js +5 -1
  152. package/dist/features/index.js.map +1 -1
  153. package/dist/features/lazy-oracle.js +2 -2
  154. package/dist/features/lazy-oracle.js.map +1 -1
  155. package/dist/features/metrics.d.ts +4 -0
  156. package/dist/features/metrics.js +48 -0
  157. package/dist/features/metrics.js.map +1 -0
  158. package/dist/features/mint-burn/allowance.d.ts +7 -1
  159. package/dist/features/mint-burn/allowance.js +8 -9
  160. package/dist/features/mint-burn/allowance.js.map +1 -1
  161. package/dist/features/mint-burn/burn-shares.d.ts +2 -1
  162. package/dist/features/mint-burn/burn-shares.js +4 -3
  163. package/dist/features/mint-burn/burn-shares.js.map +1 -1
  164. package/dist/features/mint-burn/burn-steth.d.ts +2 -1
  165. package/dist/features/mint-burn/burn-steth.js +4 -3
  166. package/dist/features/mint-burn/burn-steth.js.map +1 -1
  167. package/dist/features/mint-burn/mint-shares.js +4 -6
  168. package/dist/features/mint-burn/mint-shares.js.map +1 -1
  169. package/dist/features/mint-burn/mint-steth.js +4 -6
  170. package/dist/features/mint-burn/mint-steth.js.map +1 -1
  171. package/dist/features/pdg.js +4 -0
  172. package/dist/features/pdg.js.map +1 -1
  173. package/dist/features/utils/connection.d.ts +2 -0
  174. package/dist/features/utils/connection.js +14 -0
  175. package/dist/features/utils/connection.js.map +1 -0
  176. package/dist/features/utils/get-boolean.d.ts +1 -0
  177. package/dist/features/utils/get-boolean.js +13 -0
  178. package/dist/features/utils/get-boolean.js.map +1 -0
  179. package/dist/features/utils/index.d.ts +2 -0
  180. package/dist/features/utils/index.js +2 -0
  181. package/dist/features/utils/index.js.map +1 -1
  182. package/dist/features/utils/liability-shares.js +2 -1
  183. package/dist/features/utils/liability-shares.js.map +1 -1
  184. package/dist/features/utils/quarantine.js +2 -0
  185. package/dist/features/utils/quarantine.js.map +1 -1
  186. package/dist/features/utils/report-fresh.d.ts +11 -1
  187. package/dist/features/utils/report-fresh.js +17 -15
  188. package/dist/features/utils/report-fresh.js.map +1 -1
  189. package/dist/features/vault-factory.d.ts +13 -14
  190. package/dist/features/vault-factory.js +32 -10
  191. package/dist/features/vault-factory.js.map +1 -1
  192. package/dist/features/vault-operations/connect-vault.d.ts +4 -0
  193. package/dist/features/vault-operations/connect-vault.js +21 -0
  194. package/dist/features/vault-operations/connect-vault.js.map +1 -0
  195. package/dist/features/vault-operations/create-vault.d.ts +4 -2
  196. package/dist/features/vault-operations/create-vault.js +17 -7
  197. package/dist/features/vault-operations/create-vault.js.map +1 -1
  198. package/dist/features/vault-operations/dashboard-by-vault.js +21 -8
  199. package/dist/features/vault-operations/dashboard-by-vault.js.map +1 -1
  200. package/dist/features/vault-operations/index.d.ts +2 -0
  201. package/dist/features/vault-operations/index.js +2 -0
  202. package/dist/features/vault-operations/index.js.map +1 -1
  203. package/dist/features/vault-operations/roles.d.ts +5 -0
  204. package/dist/features/vault-operations/roles.js +65 -0
  205. package/dist/features/vault-operations/roles.js.map +1 -0
  206. package/dist/features/vault-operations/vault-info.js +10 -4
  207. package/dist/features/vault-operations/vault-info.js.map +1 -1
  208. package/dist/features/vault-operations/vault-overview.js +6 -8
  209. package/dist/features/vault-operations/vault-overview.js.map +1 -1
  210. package/dist/features/vault-operations/vault-roles.js +4 -1
  211. package/dist/features/vault-operations/vault-roles.js.map +1 -1
  212. package/dist/features/vault-operations/vaults-by-role.js +29 -10
  213. package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
  214. package/dist/features/vault.js +4 -2
  215. package/dist/features/vault.js.map +1 -1
  216. package/dist/features/with-report.d.ts +6 -0
  217. package/dist/features/with-report.js +18 -0
  218. package/dist/features/with-report.js.map +1 -0
  219. package/dist/index.js +38 -11
  220. package/dist/index.js.map +1 -1
  221. package/dist/programs/account/read.js +1 -1
  222. package/dist/programs/account/read.js.map +1 -1
  223. package/dist/programs/account/write.js +14 -0
  224. package/dist/programs/account/write.js.map +1 -1
  225. package/dist/programs/contracts/dashboard/read.js +7 -7
  226. package/dist/programs/contracts/dashboard/read.js.map +1 -1
  227. package/dist/programs/contracts/dashboard/write.js +80 -61
  228. package/dist/programs/contracts/dashboard/write.js.map +1 -1
  229. package/dist/programs/contracts/hub/config.js +0 -10
  230. package/dist/programs/contracts/hub/config.js.map +1 -1
  231. package/dist/programs/contracts/hub/read.js +63 -2
  232. package/dist/programs/contracts/hub/read.js.map +1 -1
  233. package/dist/programs/contracts/hub/write.js +6 -2
  234. package/dist/programs/contracts/hub/write.js.map +1 -1
  235. package/dist/programs/contracts/operator-grid/write.js +1 -1
  236. package/dist/programs/contracts/operator-grid/write.js.map +1 -1
  237. package/dist/programs/contracts/pdg/read.js +2 -1
  238. package/dist/programs/contracts/pdg/read.js.map +1 -1
  239. package/dist/programs/contracts/pdg/write.js +37 -3
  240. package/dist/programs/contracts/pdg/write.js.map +1 -1
  241. package/dist/programs/contracts/vault/write.js +16 -16
  242. package/dist/programs/contracts/vault/write.js.map +1 -1
  243. package/dist/programs/contracts/vault-factory/write.js +39 -25
  244. package/dist/programs/contracts/vault-factory/write.js.map +1 -1
  245. package/dist/programs/defi-wrapper/contracts/distributor/read.js +1 -1
  246. package/dist/programs/defi-wrapper/contracts/distributor/read.js.map +1 -1
  247. package/dist/programs/defi-wrapper/contracts/distributor/write.js +3 -3
  248. package/dist/programs/defi-wrapper/contracts/distributor/write.js.map +1 -1
  249. package/dist/programs/defi-wrapper/contracts/factory/read.js +2 -8
  250. package/dist/programs/defi-wrapper/contracts/factory/read.js.map +1 -1
  251. package/dist/programs/defi-wrapper/contracts/factory/write.js +91 -276
  252. package/dist/programs/defi-wrapper/contracts/factory/write.js.map +1 -1
  253. package/dist/programs/defi-wrapper/contracts/index.d.ts +0 -1
  254. package/dist/programs/defi-wrapper/contracts/index.js +0 -1
  255. package/dist/programs/defi-wrapper/contracts/index.js.map +1 -1
  256. package/dist/programs/defi-wrapper/contracts/stv-pool/config.js +22 -32
  257. package/dist/programs/defi-wrapper/contracts/stv-pool/config.js.map +1 -1
  258. package/dist/programs/defi-wrapper/contracts/stv-pool/read.js +17 -24
  259. package/dist/programs/defi-wrapper/contracts/stv-pool/read.js.map +1 -1
  260. package/dist/programs/defi-wrapper/contracts/stv-pool/write.js +25 -174
  261. package/dist/programs/defi-wrapper/contracts/stv-pool/write.js.map +1 -1
  262. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js +0 -90
  263. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js.map +1 -1
  264. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js +16 -23
  265. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js.map +1 -1
  266. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js +34 -231
  267. package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js.map +1 -1
  268. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js +1 -91
  269. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js.map +1 -1
  270. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js +8 -27
  271. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js.map +1 -1
  272. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js +55 -24
  273. package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js.map +1 -1
  274. package/dist/programs/defi-wrapper/index.d.ts +1 -0
  275. package/dist/programs/defi-wrapper/index.js +1 -0
  276. package/dist/programs/defi-wrapper/index.js.map +1 -1
  277. package/dist/programs/defi-wrapper/use-cases/health/index.js.map +1 -0
  278. package/dist/programs/defi-wrapper/use-cases/health/main.d.ts +1 -0
  279. package/dist/programs/defi-wrapper/use-cases/health/main.js +6 -0
  280. package/dist/programs/defi-wrapper/use-cases/health/main.js.map +1 -0
  281. package/dist/programs/defi-wrapper/use-cases/health/read.js +338 -0
  282. package/dist/programs/defi-wrapper/use-cases/health/read.js.map +1 -0
  283. package/dist/programs/defi-wrapper/use-cases/health/utils.d.ts +56 -0
  284. package/dist/programs/defi-wrapper/use-cases/health/utils.js +389 -0
  285. package/dist/programs/defi-wrapper/use-cases/health/utils.js.map +1 -0
  286. package/dist/programs/defi-wrapper/use-cases/health/write.js +254 -0
  287. package/dist/programs/defi-wrapper/use-cases/health/write.js.map +1 -0
  288. package/dist/programs/defi-wrapper/use-cases/index.d.ts +3 -0
  289. package/dist/programs/defi-wrapper/use-cases/index.js +4 -0
  290. package/dist/programs/defi-wrapper/use-cases/index.js.map +1 -0
  291. package/dist/programs/defi-wrapper/use-cases/main.d.ts +1 -0
  292. package/dist/programs/defi-wrapper/use-cases/main.js +6 -0
  293. package/dist/programs/defi-wrapper/use-cases/main.js.map +1 -0
  294. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.d.ts +1 -0
  295. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js +180 -0
  296. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js.map +1 -0
  297. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.d.ts +3 -0
  298. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js +5 -0
  299. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js.map +1 -0
  300. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.d.ts +1 -0
  301. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js +6 -0
  302. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js.map +1 -0
  303. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.d.ts +1 -0
  304. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js +130 -0
  305. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js.map +1 -0
  306. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.d.ts +1 -0
  307. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js +13 -0
  308. package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js.map +1 -0
  309. package/dist/programs/dev-tools/anvil/index.d.ts +2 -0
  310. package/dist/programs/dev-tools/anvil/index.js +3 -0
  311. package/dist/programs/dev-tools/anvil/index.js.map +1 -0
  312. package/dist/programs/dev-tools/anvil/main.d.ts +1 -0
  313. package/dist/programs/dev-tools/anvil/main.js +5 -0
  314. package/dist/programs/dev-tools/anvil/main.js.map +1 -0
  315. package/dist/programs/dev-tools/anvil/write.d.ts +1 -0
  316. package/dist/programs/dev-tools/anvil/write.js +122 -0
  317. package/dist/programs/dev-tools/anvil/write.js.map +1 -0
  318. package/dist/programs/dev-tools/defi-wrapper/index.d.ts +2 -0
  319. package/dist/programs/dev-tools/defi-wrapper/index.js +3 -0
  320. package/dist/programs/dev-tools/defi-wrapper/index.js.map +1 -0
  321. package/dist/programs/dev-tools/defi-wrapper/main.d.ts +1 -0
  322. package/dist/programs/dev-tools/defi-wrapper/main.js +6 -0
  323. package/dist/programs/dev-tools/defi-wrapper/main.js.map +1 -0
  324. package/dist/programs/dev-tools/defi-wrapper/write.d.ts +1 -0
  325. package/dist/programs/dev-tools/defi-wrapper/write.js +77 -0
  326. package/dist/programs/dev-tools/defi-wrapper/write.js.map +1 -0
  327. package/dist/programs/dev-tools/index.d.ts +3 -0
  328. package/dist/programs/dev-tools/index.js +4 -0
  329. package/dist/programs/dev-tools/index.js.map +1 -0
  330. package/dist/programs/dev-tools/main.d.ts +1 -0
  331. package/dist/programs/dev-tools/main.js +6 -0
  332. package/dist/programs/dev-tools/main.js.map +1 -0
  333. package/dist/programs/index.d.ts +1 -0
  334. package/dist/programs/index.js +1 -0
  335. package/dist/programs/index.js.map +1 -1
  336. package/dist/programs/pdg-helpers.js +32 -24
  337. package/dist/programs/pdg-helpers.js.map +1 -1
  338. package/dist/programs/use-cases/consolidation/index.d.ts +2 -0
  339. package/dist/programs/use-cases/consolidation/index.js +3 -0
  340. package/dist/programs/use-cases/consolidation/index.js.map +1 -0
  341. package/dist/programs/use-cases/consolidation/main.d.ts +1 -0
  342. package/dist/programs/use-cases/consolidation/main.js +5 -0
  343. package/dist/programs/use-cases/consolidation/main.js.map +1 -0
  344. package/dist/programs/use-cases/consolidation/write.d.ts +1 -0
  345. package/dist/programs/use-cases/consolidation/write.js +78 -0
  346. package/dist/programs/use-cases/consolidation/write.js.map +1 -0
  347. package/dist/programs/use-cases/deposits/read.js +4 -0
  348. package/dist/programs/use-cases/deposits/read.js.map +1 -1
  349. package/dist/programs/use-cases/deposits/write.js +41 -11
  350. package/dist/programs/use-cases/deposits/write.js.map +1 -1
  351. package/dist/programs/use-cases/index.d.ts +1 -0
  352. package/dist/programs/use-cases/index.js +1 -0
  353. package/dist/programs/use-cases/index.js.map +1 -1
  354. package/dist/programs/use-cases/metrics/read.js +9 -20
  355. package/dist/programs/use-cases/metrics/read.js.map +1 -1
  356. package/dist/programs/use-cases/vault-operations/create-vault.js +65 -29
  357. package/dist/programs/use-cases/vault-operations/create-vault.js.map +1 -1
  358. package/dist/programs/use-cases/vault-operations/write.js +124 -26
  359. package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
  360. package/dist/providers/wallet.d.ts +14539 -63
  361. package/dist/providers/wallet.js +14 -4
  362. package/dist/providers/wallet.js.map +1 -1
  363. package/dist/tests/integration/deposits.test.d.ts +1 -0
  364. package/dist/tests/integration/deposits.test.js +67 -0
  365. package/dist/tests/integration/deposits.test.js.map +1 -0
  366. package/dist/tests/integration/globalSetup.d.ts +1 -0
  367. package/dist/tests/integration/globalSetup.js +55 -0
  368. package/dist/tests/integration/globalSetup.js.map +1 -0
  369. package/dist/tests/integration/helpers/index.d.ts +3 -0
  370. package/dist/tests/integration/helpers/index.js +4 -0
  371. package/dist/tests/integration/helpers/index.js.map +1 -0
  372. package/dist/tests/integration/helpers/test-assertions.d.ts +32 -0
  373. package/dist/tests/integration/helpers/test-assertions.js +92 -0
  374. package/dist/tests/integration/helpers/test-assertions.js.map +1 -0
  375. package/dist/tests/integration/helpers/test-client.d.ts +14530 -0
  376. package/dist/tests/integration/helpers/test-client.js +73 -0
  377. package/dist/tests/integration/helpers/test-client.js.map +1 -0
  378. package/dist/tests/integration/helpers/test-config.d.ts +14 -0
  379. package/dist/tests/integration/helpers/test-config.js +62 -0
  380. package/dist/tests/integration/helpers/test-config.js.map +1 -0
  381. package/dist/tests/integration/helpers/test-setup.d.ts +12 -0
  382. package/dist/tests/integration/helpers/test-setup.js +40 -0
  383. package/dist/tests/integration/helpers/test-setup.js.map +1 -0
  384. package/dist/tests/integration/lazy-oracle.test.d.ts +1 -0
  385. package/dist/tests/integration/lazy-oracle.test.js +31 -0
  386. package/dist/tests/integration/lazy-oracle.test.js.map +1 -0
  387. package/dist/tests/integration/metrics.test.d.ts +1 -0
  388. package/dist/tests/integration/metrics.test.js +95 -0
  389. package/dist/tests/integration/metrics.test.js.map +1 -0
  390. package/dist/tests/integration/mint-burn.test.d.ts +1 -0
  391. package/dist/tests/integration/mint-burn.test.js +149 -0
  392. package/dist/tests/integration/mint-burn.test.js.map +1 -0
  393. package/dist/tests/integration/operator-grid.test.d.ts +1 -0
  394. package/dist/tests/integration/operator-grid.test.js +41 -0
  395. package/dist/tests/integration/operator-grid.test.js.map +1 -0
  396. package/dist/tests/integration/pdg.test.d.ts +1 -0
  397. package/dist/tests/integration/pdg.test.js +47 -0
  398. package/dist/tests/integration/pdg.test.js.map +1 -0
  399. package/dist/tests/integration/utils.test.d.ts +1 -0
  400. package/dist/tests/integration/utils.test.js +70 -0
  401. package/dist/tests/integration/utils.test.js.map +1 -0
  402. package/dist/tests/integration/vault-factory.test.d.ts +1 -0
  403. package/dist/tests/integration/vault-factory.test.js +29 -0
  404. package/dist/tests/integration/vault-factory.test.js.map +1 -0
  405. package/dist/tests/integration/vault-hub.test.d.ts +1 -0
  406. package/dist/tests/integration/vault-hub.test.js +71 -0
  407. package/dist/tests/integration/vault-hub.test.js.map +1 -0
  408. package/dist/tests/integration/vault-operations.test.d.ts +1 -0
  409. package/dist/tests/integration/vault-operations.test.js +151 -0
  410. package/dist/tests/integration/vault-operations.test.js.map +1 -0
  411. package/dist/tests/integration/vault-roles.test.d.ts +1 -0
  412. package/dist/tests/integration/vault-roles.test.js +44 -0
  413. package/dist/tests/integration/vault-roles.test.js.map +1 -0
  414. package/dist/tests/integration/vault.test.d.ts +1 -0
  415. package/dist/tests/integration/vault.test.js +44 -0
  416. package/dist/tests/integration/vault.test.js.map +1 -0
  417. package/dist/tests/utils/arguments.test.js +85 -4
  418. package/dist/tests/utils/arguments.test.js.map +1 -1
  419. package/dist/tests/utils/bigInt.test.d.ts +1 -0
  420. package/dist/tests/utils/bigInt.test.js +61 -0
  421. package/dist/tests/utils/bigInt.test.js.map +1 -0
  422. package/dist/tests/utils/calculate-health.test.d.ts +1 -0
  423. package/dist/tests/utils/calculate-health.test.js +140 -0
  424. package/dist/tests/utils/calculate-health.test.js.map +1 -0
  425. package/dist/tests/utils/calculate-overview-v2.test.d.ts +1 -0
  426. package/dist/tests/utils/calculate-overview-v2.test.js +181 -0
  427. package/dist/tests/utils/calculate-overview-v2.test.js.map +1 -0
  428. package/dist/tests/utils/calculate-overview.test.js +2 -1
  429. package/dist/tests/utils/calculate-overview.test.js.map +1 -1
  430. package/dist/tests/utils/csv-file.test.d.ts +1 -0
  431. package/dist/tests/utils/csv-file.test.js +111 -0
  432. package/dist/tests/utils/csv-file.test.js.map +1 -0
  433. package/dist/tests/utils/data-validators.test.js +1 -1
  434. package/dist/tests/utils/data-validators.test.js.map +1 -1
  435. package/dist/tests/utils/error-handler.test.js +7 -16
  436. package/dist/tests/utils/error-handler.test.js.map +1 -1
  437. package/dist/tests/utils/get-commands.test.js +1 -1
  438. package/dist/tests/utils/get-commands.test.js.map +1 -1
  439. package/dist/tests/utils/get-deposit-data-root.test.js +1 -2
  440. package/dist/tests/utils/get-deposit-data-root.test.js.map +1 -1
  441. package/dist/tests/utils/get-value.test.js +1 -1
  442. package/dist/tests/utils/get-value.test.js.map +1 -1
  443. package/dist/tests/utils/health.test.js +1 -1
  444. package/dist/tests/utils/health.test.js.map +1 -1
  445. package/dist/tests/utils/interrupt-handler.test.js +2 -5
  446. package/dist/tests/utils/interrupt-handler.test.js.map +1 -1
  447. package/dist/tests/utils/ipfs.test.js +37 -24
  448. package/dist/tests/utils/ipfs.test.js.map +1 -1
  449. package/dist/tests/utils/lido-apr.test.d.ts +1 -0
  450. package/dist/tests/utils/lido-apr.test.js +95 -0
  451. package/dist/tests/utils/lido-apr.test.js.map +1 -0
  452. package/dist/tests/utils/logging.test.js +135 -15
  453. package/dist/tests/utils/logging.test.js.map +1 -1
  454. package/dist/tests/utils/merkle-utils.test.d.ts +1 -0
  455. package/dist/tests/utils/merkle-utils.test.js +231 -0
  456. package/dist/tests/utils/merkle-utils.test.js.map +1 -0
  457. package/dist/tests/utils/rebase-rewards.test.d.ts +1 -0
  458. package/dist/tests/utils/rebase-rewards.test.js +114 -0
  459. package/dist/tests/utils/rebase-rewards.test.js.map +1 -0
  460. package/dist/tests/utils/resove-path.test.js +1 -1
  461. package/dist/tests/utils/resove-path.test.js.map +1 -1
  462. package/dist/tests/utils/sleep.test.js +5 -5
  463. package/dist/tests/utils/sleep.test.js.map +1 -1
  464. package/dist/tests/utils/snake-to-camel.test.d.ts +1 -0
  465. package/dist/tests/utils/snake-to-camel.test.js +37 -0
  466. package/dist/tests/utils/snake-to-camel.test.js.map +1 -0
  467. package/dist/tests/utils/timestamp.test.d.ts +1 -0
  468. package/dist/tests/utils/timestamp.test.js +51 -0
  469. package/dist/tests/utils/timestamp.test.js.map +1 -0
  470. package/dist/types/config.d.ts +1 -0
  471. package/dist/utils/arguments.d.ts +6 -1
  472. package/dist/utils/arguments.js +46 -1
  473. package/dist/utils/arguments.js.map +1 -1
  474. package/dist/utils/bigInt.d.ts +2 -0
  475. package/dist/utils/bigInt.js +3 -0
  476. package/dist/utils/bigInt.js.map +1 -0
  477. package/dist/utils/bls.d.ts +2 -2
  478. package/dist/utils/bls.js +8 -7
  479. package/dist/utils/bls.js.map +1 -1
  480. package/dist/utils/cache.d.ts +30 -0
  481. package/dist/utils/cache.js +140 -3
  482. package/dist/utils/cache.js.map +1 -1
  483. package/dist/utils/calculate-overview-v2.d.ts +1 -2
  484. package/dist/utils/calculate-overview-v2.js +4 -8
  485. package/dist/utils/calculate-overview-v2.js.map +1 -1
  486. package/dist/utils/calculate-overview.d.ts +1 -0
  487. package/dist/utils/calculate-overview.js +2 -2
  488. package/dist/utils/calculate-overview.js.map +1 -1
  489. package/dist/utils/charts/blessed/charts-apr.js +8 -18
  490. package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
  491. package/dist/utils/charts/blessed/charts-rewards.js +7 -17
  492. package/dist/utils/charts/blessed/charts-rewards.js.map +1 -1
  493. package/dist/utils/charts/blessed/datasets/prepare-metrics.d.ts +5 -5
  494. package/dist/utils/charts/blessed/datasets/prepare-metrics.js +11 -11
  495. package/dist/utils/charts/blessed/datasets/prepare-metrics.js.map +1 -1
  496. package/dist/utils/charts/simple/simple-charts.js +8 -18
  497. package/dist/utils/charts/simple/simple-charts.js.map +1 -1
  498. package/dist/utils/commands/confirmations.js +1 -1
  499. package/dist/utils/commands/confirmations.js.map +1 -1
  500. package/dist/utils/commands/report.d.ts +6 -1
  501. package/dist/utils/commands/report.js +6 -4
  502. package/dist/utils/commands/report.js.map +1 -1
  503. package/dist/utils/consolidation/checks.d.ts +7 -0
  504. package/dist/utils/consolidation/checks.js +40 -0
  505. package/dist/utils/consolidation/checks.js.map +1 -0
  506. package/dist/utils/consolidation/confirms.d.ts +4 -0
  507. package/dist/utils/consolidation/confirms.js +41 -0
  508. package/dist/utils/consolidation/confirms.js.map +1 -0
  509. package/dist/utils/consolidation/index.d.ts +6 -0
  510. package/dist/utils/consolidation/index.js +7 -0
  511. package/dist/utils/consolidation/index.js.map +1 -0
  512. package/dist/utils/consolidation/logs.d.ts +3 -0
  513. package/dist/utils/consolidation/logs.js +43 -0
  514. package/dist/utils/consolidation/logs.js.map +1 -0
  515. package/dist/utils/consolidation/pubkeys.d.ts +8 -0
  516. package/dist/utils/consolidation/pubkeys.js +42 -0
  517. package/dist/utils/consolidation/pubkeys.js.map +1 -0
  518. package/dist/utils/consolidation/types.d.ts +12 -0
  519. package/dist/utils/consolidation/types.js +2 -0
  520. package/dist/utils/consolidation/types.js.map +1 -0
  521. package/dist/utils/consolidation/validator-info.d.ts +4 -0
  522. package/dist/utils/consolidation/validator-info.js +36 -0
  523. package/dist/utils/consolidation/validator-info.js.map +1 -0
  524. package/dist/utils/consolidation/validators-checks.d.ts +10 -0
  525. package/dist/utils/consolidation/validators-checks.js +58 -0
  526. package/dist/utils/consolidation/validators-checks.js.map +1 -0
  527. package/dist/utils/error-handler.js +2 -9
  528. package/dist/utils/error-handler.js.map +1 -1
  529. package/dist/utils/fetchCL.d.ts +35 -14
  530. package/dist/utils/fetchCL.js +78 -5
  531. package/dist/utils/fetchCL.js.map +1 -1
  532. package/dist/utils/health/health-utils.d.ts +54 -54
  533. package/dist/utils/index.d.ts +1 -0
  534. package/dist/utils/index.js +1 -0
  535. package/dist/utils/index.js.map +1 -1
  536. package/dist/utils/interrupt-handler.js +8 -2
  537. package/dist/utils/interrupt-handler.js.map +1 -1
  538. package/dist/utils/logging/console.js +41 -3
  539. package/dist/utils/logging/console.js.map +1 -1
  540. package/dist/utils/prompts/mint-burn/confirm-mint.js +1 -0
  541. package/dist/utils/prompts/mint-burn/confirm-mint.js.map +1 -1
  542. package/dist/utils/prompts/operations.js +4 -1
  543. package/dist/utils/prompts/operations.js.map +1 -1
  544. package/dist/utils/proof/create-proof.d.ts +5 -0
  545. package/dist/utils/proof/create-proof.js +5 -0
  546. package/dist/utils/proof/create-proof.js.map +1 -1
  547. package/dist/utils/read-programs-by-abi.d.ts +1 -1
  548. package/dist/utils/read-programs-by-abi.js +4 -18
  549. package/dist/utils/read-programs-by-abi.js.map +1 -1
  550. package/dist/utils/report/report.js +1 -1
  551. package/dist/utils/report/report.js.map +1 -1
  552. package/dist/utils/report/statistic-data.js +3 -3
  553. package/dist/utils/report/statistic-data.js.map +1 -1
  554. package/dist/utils/statistic/report-statistic.d.ts +6 -5
  555. package/dist/utils/statistic/report-statistic.js +15 -16
  556. package/dist/utils/statistic/report-statistic.js.map +1 -1
  557. package/dist/utils/transactions/tx-private-key.d.ts +4 -0
  558. package/dist/utils/transactions/tx-private-key.js +65 -32
  559. package/dist/utils/transactions/tx-private-key.js.map +1 -1
  560. package/dist/utils/transactions/tx-wc.d.ts +6 -3
  561. package/dist/utils/transactions/tx-wc.js +28 -26
  562. package/dist/utils/transactions/tx-wc.js.map +1 -1
  563. package/dist/utils/transactions/types.d.ts +5 -2
  564. package/dist/utils/transactions/utils.d.ts +3 -0
  565. package/dist/utils/transactions/utils.js +33 -0
  566. package/dist/utils/transactions/utils.js.map +1 -0
  567. package/dist/utils/wallet-connect.js +6 -4
  568. package/dist/utils/wallet-connect.js.map +1 -1
  569. package/dist/version/index.js +1 -1
  570. package/dist/vitest.config.d.ts +2 -0
  571. package/dist/vitest.config.js +29 -0
  572. package/dist/vitest.config.js.map +1 -0
  573. package/dist/vitest.integration.config.d.ts +2 -0
  574. package/dist/vitest.integration.config.js +39 -0
  575. package/dist/vitest.integration.config.js.map +1 -0
  576. package/package.json +15 -10
  577. package/dist/abi/defi-wrapper/StvStrategyPool.d.ts +0 -1769
  578. package/dist/abi/defi-wrapper/StvStrategyPool.js +0 -2319
  579. package/dist/abi/defi-wrapper/StvStrategyPool.js.map +0 -1
  580. package/dist/contracts/defi-wrapper/stv-strategy-pool.d.ts +0 -4
  581. package/dist/contracts/defi-wrapper/stv-strategy-pool.js +0 -11
  582. package/dist/contracts/defi-wrapper/stv-strategy-pool.js.map +0 -1
  583. package/dist/features/defi-wrapper-factory.d.ts +0 -18
  584. package/dist/features/defi-wrapper-factory.js +0 -28
  585. package/dist/features/defi-wrapper-factory.js.map +0 -1
  586. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.d.ts +0 -3
  587. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.js +0 -214
  588. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/config.js.map +0 -1
  589. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/index.js.map +0 -1
  590. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.d.ts +0 -1
  591. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.js +0 -6
  592. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/main.js.map +0 -1
  593. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/read.js +0 -77
  594. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/read.js.map +0 -1
  595. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/write.js +0 -370
  596. package/dist/programs/defi-wrapper/contracts/stv-strategy-pool/write.js.map +0 -1
  597. /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/index.d.ts +0 -0
  598. /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/index.js +0 -0
  599. /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/read.d.ts +0 -0
  600. /package/dist/programs/defi-wrapper/{contracts/stv-strategy-pool → use-cases/health}/write.d.ts +0 -0
@@ -1,1769 +0,0 @@
1
- export declare const StvStrategyPoolAbi: readonly [{
2
- readonly type: "constructor";
3
- readonly inputs: readonly [{
4
- readonly name: "_dashboard";
5
- readonly type: "address";
6
- readonly internalType: "address";
7
- }, {
8
- readonly name: "_allowListEnabled";
9
- readonly type: "bool";
10
- readonly internalType: "bool";
11
- }, {
12
- readonly name: "_strategy";
13
- readonly type: "address";
14
- readonly internalType: "address";
15
- }, {
16
- readonly name: "_reserveRatioGapBP";
17
- readonly type: "uint256";
18
- readonly internalType: "uint256";
19
- }, {
20
- readonly name: "_withdrawalQueue";
21
- readonly type: "address";
22
- readonly internalType: "address";
23
- }];
24
- readonly stateMutability: "nonpayable";
25
- }, {
26
- readonly type: "receive";
27
- readonly stateMutability: "payable";
28
- }, {
29
- readonly type: "function";
30
- readonly name: "ALLOW_LIST_ENABLED";
31
- readonly inputs: readonly [];
32
- readonly outputs: readonly [{
33
- readonly name: "";
34
- readonly type: "bool";
35
- readonly internalType: "bool";
36
- }];
37
- readonly stateMutability: "view";
38
- }, {
39
- readonly type: "function";
40
- readonly name: "ALLOW_LIST_MANAGER_ROLE";
41
- readonly inputs: readonly [];
42
- readonly outputs: readonly [{
43
- readonly name: "";
44
- readonly type: "bytes32";
45
- readonly internalType: "bytes32";
46
- }];
47
- readonly stateMutability: "view";
48
- }, {
49
- readonly type: "function";
50
- readonly name: "ASSET_DECIMALS";
51
- readonly inputs: readonly [];
52
- readonly outputs: readonly [{
53
- readonly name: "";
54
- readonly type: "uint256";
55
- readonly internalType: "uint256";
56
- }];
57
- readonly stateMutability: "view";
58
- }, {
59
- readonly type: "function";
60
- readonly name: "DASHBOARD";
61
- readonly inputs: readonly [];
62
- readonly outputs: readonly [{
63
- readonly name: "";
64
- readonly type: "address";
65
- readonly internalType: "contract IDashboard";
66
- }];
67
- readonly stateMutability: "view";
68
- }, {
69
- readonly type: "function";
70
- readonly name: "DECIMALS";
71
- readonly inputs: readonly [];
72
- readonly outputs: readonly [{
73
- readonly name: "";
74
- readonly type: "uint256";
75
- readonly internalType: "uint256";
76
- }];
77
- readonly stateMutability: "view";
78
- }, {
79
- readonly type: "function";
80
- readonly name: "DEFAULT_ADMIN_ROLE";
81
- readonly inputs: readonly [];
82
- readonly outputs: readonly [{
83
- readonly name: "";
84
- readonly type: "bytes32";
85
- readonly internalType: "bytes32";
86
- }];
87
- readonly stateMutability: "view";
88
- }, {
89
- readonly type: "function";
90
- readonly name: "DEPOSIT_ROLE";
91
- readonly inputs: readonly [];
92
- readonly outputs: readonly [{
93
- readonly name: "";
94
- readonly type: "bytes32";
95
- readonly internalType: "bytes32";
96
- }];
97
- readonly stateMutability: "view";
98
- }, {
99
- readonly type: "function";
100
- readonly name: "EXTRA_DECIMALS_BASE";
101
- readonly inputs: readonly [];
102
- readonly outputs: readonly [{
103
- readonly name: "";
104
- readonly type: "uint256";
105
- readonly internalType: "uint256";
106
- }];
107
- readonly stateMutability: "view";
108
- }, {
109
- readonly type: "function";
110
- readonly name: "MAX_MINTABLE_AMOUNT";
111
- readonly inputs: readonly [];
112
- readonly outputs: readonly [{
113
- readonly name: "";
114
- readonly type: "uint256";
115
- readonly internalType: "uint256";
116
- }];
117
- readonly stateMutability: "view";
118
- }, {
119
- readonly type: "function";
120
- readonly name: "REQUEST_VALIDATOR_EXIT_ROLE";
121
- readonly inputs: readonly [];
122
- readonly outputs: readonly [{
123
- readonly name: "";
124
- readonly type: "bytes32";
125
- readonly internalType: "bytes32";
126
- }];
127
- readonly stateMutability: "view";
128
- }, {
129
- readonly type: "function";
130
- readonly name: "STAKING_VAULT";
131
- readonly inputs: readonly [];
132
- readonly outputs: readonly [{
133
- readonly name: "";
134
- readonly type: "address";
135
- readonly internalType: "address";
136
- }];
137
- readonly stateMutability: "view";
138
- }, {
139
- readonly type: "function";
140
- readonly name: "STETH";
141
- readonly inputs: readonly [];
142
- readonly outputs: readonly [{
143
- readonly name: "";
144
- readonly type: "address";
145
- readonly internalType: "contract IStETH";
146
- }];
147
- readonly stateMutability: "view";
148
- }, {
149
- readonly type: "function";
150
- readonly name: "STRATEGY";
151
- readonly inputs: readonly [];
152
- readonly outputs: readonly [{
153
- readonly name: "";
154
- readonly type: "address";
155
- readonly internalType: "contract IStrategy";
156
- }];
157
- readonly stateMutability: "view";
158
- }, {
159
- readonly type: "function";
160
- readonly name: "TOTAL_BASIS_POINTS";
161
- readonly inputs: readonly [];
162
- readonly outputs: readonly [{
163
- readonly name: "";
164
- readonly type: "uint256";
165
- readonly internalType: "uint256";
166
- }];
167
- readonly stateMutability: "view";
168
- }, {
169
- readonly type: "function";
170
- readonly name: "TRIGGER_VALIDATOR_WITHDRAWAL_ROLE";
171
- readonly inputs: readonly [];
172
- readonly outputs: readonly [{
173
- readonly name: "";
174
- readonly type: "bytes32";
175
- readonly internalType: "bytes32";
176
- }];
177
- readonly stateMutability: "view";
178
- }, {
179
- readonly type: "function";
180
- readonly name: "VAULT_HUB";
181
- readonly inputs: readonly [];
182
- readonly outputs: readonly [{
183
- readonly name: "";
184
- readonly type: "address";
185
- readonly internalType: "contract IVaultHub";
186
- }];
187
- readonly stateMutability: "view";
188
- }, {
189
- readonly type: "function";
190
- readonly name: "WITHDRAWAL_QUEUE";
191
- readonly inputs: readonly [];
192
- readonly outputs: readonly [{
193
- readonly name: "";
194
- readonly type: "address";
195
- readonly internalType: "contract WithdrawalQueue";
196
- }];
197
- readonly stateMutability: "view";
198
- }, {
199
- readonly type: "function";
200
- readonly name: "WRAPPER_RR_BP";
201
- readonly inputs: readonly [];
202
- readonly outputs: readonly [{
203
- readonly name: "";
204
- readonly type: "uint256";
205
- readonly internalType: "uint256";
206
- }];
207
- readonly stateMutability: "view";
208
- }, {
209
- readonly type: "function";
210
- readonly name: "addToAllowList";
211
- readonly inputs: readonly [{
212
- readonly name: "_user";
213
- readonly type: "address";
214
- readonly internalType: "address";
215
- }];
216
- readonly outputs: readonly [];
217
- readonly stateMutability: "nonpayable";
218
- }, {
219
- readonly type: "function";
220
- readonly name: "allowance";
221
- readonly inputs: readonly [{
222
- readonly name: "owner";
223
- readonly type: "address";
224
- readonly internalType: "address";
225
- }, {
226
- readonly name: "spender";
227
- readonly type: "address";
228
- readonly internalType: "address";
229
- }];
230
- readonly outputs: readonly [{
231
- readonly name: "";
232
- readonly type: "uint256";
233
- readonly internalType: "uint256";
234
- }];
235
- readonly stateMutability: "view";
236
- }, {
237
- readonly type: "function";
238
- readonly name: "approve";
239
- readonly inputs: readonly [{
240
- readonly name: "spender";
241
- readonly type: "address";
242
- readonly internalType: "address";
243
- }, {
244
- readonly name: "value";
245
- readonly type: "uint256";
246
- readonly internalType: "uint256";
247
- }];
248
- readonly outputs: readonly [{
249
- readonly name: "";
250
- readonly type: "bool";
251
- readonly internalType: "bool";
252
- }];
253
- readonly stateMutability: "nonpayable";
254
- }, {
255
- readonly type: "function";
256
- readonly name: "assetsOf";
257
- readonly inputs: readonly [{
258
- readonly name: "_account";
259
- readonly type: "address";
260
- readonly internalType: "address";
261
- }];
262
- readonly outputs: readonly [{
263
- readonly name: "assets";
264
- readonly type: "uint256";
265
- readonly internalType: "uint256";
266
- }];
267
- readonly stateMutability: "view";
268
- }, {
269
- readonly type: "function";
270
- readonly name: "balanceOf";
271
- readonly inputs: readonly [{
272
- readonly name: "account";
273
- readonly type: "address";
274
- readonly internalType: "address";
275
- }];
276
- readonly outputs: readonly [{
277
- readonly name: "";
278
- readonly type: "uint256";
279
- readonly internalType: "uint256";
280
- }];
281
- readonly stateMutability: "view";
282
- }, {
283
- readonly type: "function";
284
- readonly name: "burnStethShares";
285
- readonly inputs: readonly [{
286
- readonly name: "_stethShares";
287
- readonly type: "uint256";
288
- readonly internalType: "uint256";
289
- }];
290
- readonly outputs: readonly [];
291
- readonly stateMutability: "nonpayable";
292
- }, {
293
- readonly type: "function";
294
- readonly name: "burnStvForWithdrawalQueue";
295
- readonly inputs: readonly [{
296
- readonly name: "_stv";
297
- readonly type: "uint256";
298
- readonly internalType: "uint256";
299
- }];
300
- readonly outputs: readonly [];
301
- readonly stateMutability: "nonpayable";
302
- }, {
303
- readonly type: "function";
304
- readonly name: "calcAssetsToLockForStethShares";
305
- readonly inputs: readonly [{
306
- readonly name: "_stethShares";
307
- readonly type: "uint256";
308
- readonly internalType: "uint256";
309
- }];
310
- readonly outputs: readonly [{
311
- readonly name: "assetsToLock";
312
- readonly type: "uint256";
313
- readonly internalType: "uint256";
314
- }];
315
- readonly stateMutability: "view";
316
- }, {
317
- readonly type: "function";
318
- readonly name: "calcStethSharesToMintForAssets";
319
- readonly inputs: readonly [{
320
- readonly name: "_assets";
321
- readonly type: "uint256";
322
- readonly internalType: "uint256";
323
- }];
324
- readonly outputs: readonly [{
325
- readonly name: "stethShares";
326
- readonly type: "uint256";
327
- readonly internalType: "uint256";
328
- }];
329
- readonly stateMutability: "view";
330
- }, {
331
- readonly type: "function";
332
- readonly name: "calcStethSharesToMintForStv";
333
- readonly inputs: readonly [{
334
- readonly name: "_stv";
335
- readonly type: "uint256";
336
- readonly internalType: "uint256";
337
- }];
338
- readonly outputs: readonly [{
339
- readonly name: "stethShares";
340
- readonly type: "uint256";
341
- readonly internalType: "uint256";
342
- }];
343
- readonly stateMutability: "view";
344
- }, {
345
- readonly type: "function";
346
- readonly name: "calcStvToLockForStethShares";
347
- readonly inputs: readonly [{
348
- readonly name: "_stethShares";
349
- readonly type: "uint256";
350
- readonly internalType: "uint256";
351
- }];
352
- readonly outputs: readonly [{
353
- readonly name: "stvToLock";
354
- readonly type: "uint256";
355
- readonly internalType: "uint256";
356
- }];
357
- readonly stateMutability: "view";
358
- }, {
359
- readonly type: "function";
360
- readonly name: "claimConnectDeposit";
361
- readonly inputs: readonly [{
362
- readonly name: "_recipient";
363
- readonly type: "address";
364
- readonly internalType: "address";
365
- }];
366
- readonly outputs: readonly [];
367
- readonly stateMutability: "nonpayable";
368
- }, {
369
- readonly type: "function";
370
- readonly name: "claimWithdrawal";
371
- readonly inputs: readonly [{
372
- readonly name: "_requestId";
373
- readonly type: "uint256";
374
- readonly internalType: "uint256";
375
- }, {
376
- readonly name: "_recipient";
377
- readonly type: "address";
378
- readonly internalType: "address";
379
- }];
380
- readonly outputs: readonly [{
381
- readonly name: "ethClaimed";
382
- readonly type: "uint256";
383
- readonly internalType: "uint256";
384
- }];
385
- readonly stateMutability: "nonpayable";
386
- }, {
387
- readonly type: "function";
388
- readonly name: "claimWithdrawals";
389
- readonly inputs: readonly [{
390
- readonly name: "_requestIds";
391
- readonly type: "uint256[]";
392
- readonly internalType: "uint256[]";
393
- }, {
394
- readonly name: "_hints";
395
- readonly type: "uint256[]";
396
- readonly internalType: "uint256[]";
397
- }, {
398
- readonly name: "_recipient";
399
- readonly type: "address";
400
- readonly internalType: "address";
401
- }];
402
- readonly outputs: readonly [{
403
- readonly name: "claimedEth";
404
- readonly type: "uint256[]";
405
- readonly internalType: "uint256[]";
406
- }];
407
- readonly stateMutability: "nonpayable";
408
- }, {
409
- readonly type: "function";
410
- readonly name: "decimals";
411
- readonly inputs: readonly [];
412
- readonly outputs: readonly [{
413
- readonly name: "";
414
- readonly type: "uint8";
415
- readonly internalType: "uint8";
416
- }];
417
- readonly stateMutability: "pure";
418
- }, {
419
- readonly type: "function";
420
- readonly name: "depositETH";
421
- readonly inputs: readonly [{
422
- readonly name: "_referral";
423
- readonly type: "address";
424
- readonly internalType: "address";
425
- }];
426
- readonly outputs: readonly [{
427
- readonly name: "stv";
428
- readonly type: "uint256";
429
- readonly internalType: "uint256";
430
- }];
431
- readonly stateMutability: "payable";
432
- }, {
433
- readonly type: "function";
434
- readonly name: "depositETH";
435
- readonly inputs: readonly [{
436
- readonly name: "_receiver";
437
- readonly type: "address";
438
- readonly internalType: "address";
439
- }, {
440
- readonly name: "_referral";
441
- readonly type: "address";
442
- readonly internalType: "address";
443
- }];
444
- readonly outputs: readonly [{
445
- readonly name: "stv";
446
- readonly type: "uint256";
447
- readonly internalType: "uint256";
448
- }];
449
- readonly stateMutability: "payable";
450
- }, {
451
- readonly type: "function";
452
- readonly name: "depositETH";
453
- readonly inputs: readonly [{
454
- readonly name: "_receiver";
455
- readonly type: "address";
456
- readonly internalType: "address";
457
- }, {
458
- readonly name: "_referral";
459
- readonly type: "address";
460
- readonly internalType: "address";
461
- }, {
462
- readonly name: "_stethSharesToMint";
463
- readonly type: "uint256";
464
- readonly internalType: "uint256";
465
- }];
466
- readonly outputs: readonly [{
467
- readonly name: "stv";
468
- readonly type: "uint256";
469
- readonly internalType: "uint256";
470
- }];
471
- readonly stateMutability: "payable";
472
- }, {
473
- readonly type: "function";
474
- readonly name: "depositETH";
475
- readonly inputs: readonly [];
476
- readonly outputs: readonly [{
477
- readonly name: "stv";
478
- readonly type: "uint256";
479
- readonly internalType: "uint256";
480
- }];
481
- readonly stateMutability: "payable";
482
- }, {
483
- readonly type: "function";
484
- readonly name: "disconnectVault";
485
- readonly inputs: readonly [];
486
- readonly outputs: readonly [];
487
- readonly stateMutability: "nonpayable";
488
- }, {
489
- readonly type: "function";
490
- readonly name: "exceedingMintedStethOf";
491
- readonly inputs: readonly [{
492
- readonly name: "_account";
493
- readonly type: "address";
494
- readonly internalType: "address";
495
- }];
496
- readonly outputs: readonly [{
497
- readonly name: "steth";
498
- readonly type: "uint256";
499
- readonly internalType: "uint256";
500
- }];
501
- readonly stateMutability: "view";
502
- }, {
503
- readonly type: "function";
504
- readonly name: "exceedingMintedStethSharesOf";
505
- readonly inputs: readonly [{
506
- readonly name: "_account";
507
- readonly type: "address";
508
- readonly internalType: "address";
509
- }];
510
- readonly outputs: readonly [{
511
- readonly name: "stethShares";
512
- readonly type: "uint256";
513
- readonly internalType: "uint256";
514
- }];
515
- readonly stateMutability: "view";
516
- }, {
517
- readonly type: "function";
518
- readonly name: "getAllowListAddresses";
519
- readonly inputs: readonly [];
520
- readonly outputs: readonly [{
521
- readonly name: "";
522
- readonly type: "address[]";
523
- readonly internalType: "address[]";
524
- }];
525
- readonly stateMutability: "view";
526
- }, {
527
- readonly type: "function";
528
- readonly name: "getAllowListSize";
529
- readonly inputs: readonly [];
530
- readonly outputs: readonly [{
531
- readonly name: "";
532
- readonly type: "uint256";
533
- readonly internalType: "uint256";
534
- }];
535
- readonly stateMutability: "view";
536
- }, {
537
- readonly type: "function";
538
- readonly name: "getRoleAdmin";
539
- readonly inputs: readonly [{
540
- readonly name: "role";
541
- readonly type: "bytes32";
542
- readonly internalType: "bytes32";
543
- }];
544
- readonly outputs: readonly [{
545
- readonly name: "";
546
- readonly type: "bytes32";
547
- readonly internalType: "bytes32";
548
- }];
549
- readonly stateMutability: "view";
550
- }, {
551
- readonly type: "function";
552
- readonly name: "getRoleMember";
553
- readonly inputs: readonly [{
554
- readonly name: "role";
555
- readonly type: "bytes32";
556
- readonly internalType: "bytes32";
557
- }, {
558
- readonly name: "index";
559
- readonly type: "uint256";
560
- readonly internalType: "uint256";
561
- }];
562
- readonly outputs: readonly [{
563
- readonly name: "";
564
- readonly type: "address";
565
- readonly internalType: "address";
566
- }];
567
- readonly stateMutability: "view";
568
- }, {
569
- readonly type: "function";
570
- readonly name: "getRoleMemberCount";
571
- readonly inputs: readonly [{
572
- readonly name: "role";
573
- readonly type: "bytes32";
574
- readonly internalType: "bytes32";
575
- }];
576
- readonly outputs: readonly [{
577
- readonly name: "";
578
- readonly type: "uint256";
579
- readonly internalType: "uint256";
580
- }];
581
- readonly stateMutability: "view";
582
- }, {
583
- readonly type: "function";
584
- readonly name: "getRoleMembers";
585
- readonly inputs: readonly [{
586
- readonly name: "role";
587
- readonly type: "bytes32";
588
- readonly internalType: "bytes32";
589
- }];
590
- readonly outputs: readonly [{
591
- readonly name: "";
592
- readonly type: "address[]";
593
- readonly internalType: "address[]";
594
- }];
595
- readonly stateMutability: "view";
596
- }, {
597
- readonly type: "function";
598
- readonly name: "grantRole";
599
- readonly inputs: readonly [{
600
- readonly name: "role";
601
- readonly type: "bytes32";
602
- readonly internalType: "bytes32";
603
- }, {
604
- readonly name: "account";
605
- readonly type: "address";
606
- readonly internalType: "address";
607
- }];
608
- readonly outputs: readonly [];
609
- readonly stateMutability: "nonpayable";
610
- }, {
611
- readonly type: "function";
612
- readonly name: "hasRole";
613
- readonly inputs: readonly [{
614
- readonly name: "role";
615
- readonly type: "bytes32";
616
- readonly internalType: "bytes32";
617
- }, {
618
- readonly name: "account";
619
- readonly type: "address";
620
- readonly internalType: "address";
621
- }];
622
- readonly outputs: readonly [{
623
- readonly name: "";
624
- readonly type: "bool";
625
- readonly internalType: "bool";
626
- }];
627
- readonly stateMutability: "view";
628
- }, {
629
- readonly type: "function";
630
- readonly name: "initialize";
631
- readonly inputs: readonly [{
632
- readonly name: "_owner";
633
- readonly type: "address";
634
- readonly internalType: "address";
635
- }, {
636
- readonly name: "_name";
637
- readonly type: "string";
638
- readonly internalType: "string";
639
- }, {
640
- readonly name: "_symbol";
641
- readonly type: "string";
642
- readonly internalType: "string";
643
- }];
644
- readonly outputs: readonly [];
645
- readonly stateMutability: "nonpayable";
646
- }, {
647
- readonly type: "function";
648
- readonly name: "isAllowListed";
649
- readonly inputs: readonly [{
650
- readonly name: "_user";
651
- readonly type: "address";
652
- readonly internalType: "address";
653
- }];
654
- readonly outputs: readonly [{
655
- readonly name: "";
656
- readonly type: "bool";
657
- readonly internalType: "bool";
658
- }];
659
- readonly stateMutability: "view";
660
- }, {
661
- readonly type: "function";
662
- readonly name: "mintStethShares";
663
- readonly inputs: readonly [{
664
- readonly name: "_stethShares";
665
- readonly type: "uint256";
666
- readonly internalType: "uint256";
667
- }];
668
- readonly outputs: readonly [];
669
- readonly stateMutability: "nonpayable";
670
- }, {
671
- readonly type: "function";
672
- readonly name: "mintedStethSharesOf";
673
- readonly inputs: readonly [{
674
- readonly name: "_account";
675
- readonly type: "address";
676
- readonly internalType: "address";
677
- }];
678
- readonly outputs: readonly [{
679
- readonly name: "stethShares";
680
- readonly type: "uint256";
681
- readonly internalType: "uint256";
682
- }];
683
- readonly stateMutability: "view";
684
- }, {
685
- readonly type: "function";
686
- readonly name: "mintingCapacitySharesOf";
687
- readonly inputs: readonly [{
688
- readonly name: "_account";
689
- readonly type: "address";
690
- readonly internalType: "address";
691
- }];
692
- readonly outputs: readonly [{
693
- readonly name: "stethSharesCapacity";
694
- readonly type: "uint256";
695
- readonly internalType: "uint256";
696
- }];
697
- readonly stateMutability: "view";
698
- }, {
699
- readonly type: "function";
700
- readonly name: "name";
701
- readonly inputs: readonly [];
702
- readonly outputs: readonly [{
703
- readonly name: "";
704
- readonly type: "string";
705
- readonly internalType: "string";
706
- }];
707
- readonly stateMutability: "view";
708
- }, {
709
- readonly type: "function";
710
- readonly name: "nominalAssetsOf";
711
- readonly inputs: readonly [{
712
- readonly name: "_account";
713
- readonly type: "address";
714
- readonly internalType: "address";
715
- }];
716
- readonly outputs: readonly [{
717
- readonly name: "assets";
718
- readonly type: "uint256";
719
- readonly internalType: "uint256";
720
- }];
721
- readonly stateMutability: "view";
722
- }, {
723
- readonly type: "function";
724
- readonly name: "previewDeposit";
725
- readonly inputs: readonly [{
726
- readonly name: "_assets";
727
- readonly type: "uint256";
728
- readonly internalType: "uint256";
729
- }];
730
- readonly outputs: readonly [{
731
- readonly name: "stv";
732
- readonly type: "uint256";
733
- readonly internalType: "uint256";
734
- }];
735
- readonly stateMutability: "view";
736
- }, {
737
- readonly type: "function";
738
- readonly name: "previewRedeem";
739
- readonly inputs: readonly [{
740
- readonly name: "_stv";
741
- readonly type: "uint256";
742
- readonly internalType: "uint256";
743
- }];
744
- readonly outputs: readonly [{
745
- readonly name: "assets";
746
- readonly type: "uint256";
747
- readonly internalType: "uint256";
748
- }];
749
- readonly stateMutability: "view";
750
- }, {
751
- readonly type: "function";
752
- readonly name: "previewWithdraw";
753
- readonly inputs: readonly [{
754
- readonly name: "_assets";
755
- readonly type: "uint256";
756
- readonly internalType: "uint256";
757
- }];
758
- readonly outputs: readonly [{
759
- readonly name: "stv";
760
- readonly type: "uint256";
761
- readonly internalType: "uint256";
762
- }];
763
- readonly stateMutability: "view";
764
- }, {
765
- readonly type: "function";
766
- readonly name: "rebalanceMintedStethShares";
767
- readonly inputs: readonly [{
768
- readonly name: "_stethShares";
769
- readonly type: "uint256";
770
- readonly internalType: "uint256";
771
- }, {
772
- readonly name: "_maxStvToBurn";
773
- readonly type: "uint256";
774
- readonly internalType: "uint256";
775
- }];
776
- readonly outputs: readonly [{
777
- readonly name: "stvToBurn";
778
- readonly type: "uint256";
779
- readonly internalType: "uint256";
780
- }];
781
- readonly stateMutability: "nonpayable";
782
- }, {
783
- readonly type: "function";
784
- readonly name: "rebalanceUnassignedLiability";
785
- readonly inputs: readonly [{
786
- readonly name: "_stethShares";
787
- readonly type: "uint256";
788
- readonly internalType: "uint256";
789
- }];
790
- readonly outputs: readonly [];
791
- readonly stateMutability: "nonpayable";
792
- }, {
793
- readonly type: "function";
794
- readonly name: "rebalanceUnassignedLiabilityWithEther";
795
- readonly inputs: readonly [];
796
- readonly outputs: readonly [];
797
- readonly stateMutability: "payable";
798
- }, {
799
- readonly type: "function";
800
- readonly name: "remainingMintingCapacityShares";
801
- readonly inputs: readonly [{
802
- readonly name: "_ethToFund";
803
- readonly type: "uint256";
804
- readonly internalType: "uint256";
805
- }];
806
- readonly outputs: readonly [{
807
- readonly name: "stethShares";
808
- readonly type: "uint256";
809
- readonly internalType: "uint256";
810
- }];
811
- readonly stateMutability: "view";
812
- }, {
813
- readonly type: "function";
814
- readonly name: "removeFromAllowList";
815
- readonly inputs: readonly [{
816
- readonly name: "_user";
817
- readonly type: "address";
818
- readonly internalType: "address";
819
- }];
820
- readonly outputs: readonly [];
821
- readonly stateMutability: "nonpayable";
822
- }, {
823
- readonly type: "function";
824
- readonly name: "renounceRole";
825
- readonly inputs: readonly [{
826
- readonly name: "role";
827
- readonly type: "bytes32";
828
- readonly internalType: "bytes32";
829
- }, {
830
- readonly name: "callerConfirmation";
831
- readonly type: "address";
832
- readonly internalType: "address";
833
- }];
834
- readonly outputs: readonly [];
835
- readonly stateMutability: "nonpayable";
836
- }, {
837
- readonly type: "function";
838
- readonly name: "requestValidatorExit";
839
- readonly inputs: readonly [{
840
- readonly name: "_pubkeys";
841
- readonly type: "bytes";
842
- readonly internalType: "bytes";
843
- }];
844
- readonly outputs: readonly [];
845
- readonly stateMutability: "nonpayable";
846
- }, {
847
- readonly type: "function";
848
- readonly name: "requestWithdrawal";
849
- readonly inputs: readonly [{
850
- readonly name: "_stvToWithdraw";
851
- readonly type: "uint256";
852
- readonly internalType: "uint256";
853
- }, {
854
- readonly name: "_receiver";
855
- readonly type: "address";
856
- readonly internalType: "address";
857
- }];
858
- readonly outputs: readonly [{
859
- readonly name: "requestId";
860
- readonly type: "uint256";
861
- readonly internalType: "uint256";
862
- }];
863
- readonly stateMutability: "nonpayable";
864
- }, {
865
- readonly type: "function";
866
- readonly name: "requestWithdrawal";
867
- readonly inputs: readonly [{
868
- readonly name: "_stvToWithdraw";
869
- readonly type: "uint256";
870
- readonly internalType: "uint256";
871
- }, {
872
- readonly name: "_stethSharesToBurn";
873
- readonly type: "uint256";
874
- readonly internalType: "uint256";
875
- }, {
876
- readonly name: "_stethSharesToRebalance";
877
- readonly type: "uint256";
878
- readonly internalType: "uint256";
879
- }, {
880
- readonly name: "_receiver";
881
- readonly type: "address";
882
- readonly internalType: "address";
883
- }];
884
- readonly outputs: readonly [{
885
- readonly name: "requestId";
886
- readonly type: "uint256";
887
- readonly internalType: "uint256";
888
- }];
889
- readonly stateMutability: "nonpayable";
890
- }, {
891
- readonly type: "function";
892
- readonly name: "requestWithdrawal";
893
- readonly inputs: readonly [{
894
- readonly name: "_stvToWithdraw";
895
- readonly type: "uint256";
896
- readonly internalType: "uint256";
897
- }];
898
- readonly outputs: readonly [{
899
- readonly name: "requestId";
900
- readonly type: "uint256";
901
- readonly internalType: "uint256";
902
- }];
903
- readonly stateMutability: "nonpayable";
904
- }, {
905
- readonly type: "function";
906
- readonly name: "requestWithdrawalETH";
907
- readonly inputs: readonly [{
908
- readonly name: "_assetsToWithdraw";
909
- readonly type: "uint256";
910
- readonly internalType: "uint256";
911
- }];
912
- readonly outputs: readonly [{
913
- readonly name: "requestId";
914
- readonly type: "uint256";
915
- readonly internalType: "uint256";
916
- }];
917
- readonly stateMutability: "nonpayable";
918
- }, {
919
- readonly type: "function";
920
- readonly name: "requestWithdrawals";
921
- readonly inputs: readonly [{
922
- readonly name: "_stvToWithdraw";
923
- readonly type: "uint256[]";
924
- readonly internalType: "uint256[]";
925
- }, {
926
- readonly name: "_stethSharesToRebalance";
927
- readonly type: "uint256[]";
928
- readonly internalType: "uint256[]";
929
- }, {
930
- readonly name: "_stethSharesToBurn";
931
- readonly type: "uint256";
932
- readonly internalType: "uint256";
933
- }, {
934
- readonly name: "_receiver";
935
- readonly type: "address";
936
- readonly internalType: "address";
937
- }];
938
- readonly outputs: readonly [{
939
- readonly name: "requestIds";
940
- readonly type: "uint256[]";
941
- readonly internalType: "uint256[]";
942
- }];
943
- readonly stateMutability: "nonpayable";
944
- }, {
945
- readonly type: "function";
946
- readonly name: "requestWithdrawals";
947
- readonly inputs: readonly [{
948
- readonly name: "_stvToWithdraw";
949
- readonly type: "uint256[]";
950
- readonly internalType: "uint256[]";
951
- }, {
952
- readonly name: "_receiver";
953
- readonly type: "address";
954
- readonly internalType: "address";
955
- }];
956
- readonly outputs: readonly [{
957
- readonly name: "requestIds";
958
- readonly type: "uint256[]";
959
- readonly internalType: "uint256[]";
960
- }];
961
- readonly stateMutability: "nonpayable";
962
- }, {
963
- readonly type: "function";
964
- readonly name: "revokeRole";
965
- readonly inputs: readonly [{
966
- readonly name: "role";
967
- readonly type: "bytes32";
968
- readonly internalType: "bytes32";
969
- }, {
970
- readonly name: "account";
971
- readonly type: "address";
972
- readonly internalType: "address";
973
- }];
974
- readonly outputs: readonly [];
975
- readonly stateMutability: "nonpayable";
976
- }, {
977
- readonly type: "function";
978
- readonly name: "stethSharesForWithdrawal";
979
- readonly inputs: readonly [{
980
- readonly name: "_account";
981
- readonly type: "address";
982
- readonly internalType: "address";
983
- }, {
984
- readonly name: "_stv";
985
- readonly type: "uint256";
986
- readonly internalType: "uint256";
987
- }];
988
- readonly outputs: readonly [{
989
- readonly name: "stethShares";
990
- readonly type: "uint256";
991
- readonly internalType: "uint256";
992
- }];
993
- readonly stateMutability: "view";
994
- }, {
995
- readonly type: "function";
996
- readonly name: "supportsInterface";
997
- readonly inputs: readonly [{
998
- readonly name: "interfaceId";
999
- readonly type: "bytes4";
1000
- readonly internalType: "bytes4";
1001
- }];
1002
- readonly outputs: readonly [{
1003
- readonly name: "";
1004
- readonly type: "bool";
1005
- readonly internalType: "bool";
1006
- }];
1007
- readonly stateMutability: "view";
1008
- }, {
1009
- readonly type: "function";
1010
- readonly name: "symbol";
1011
- readonly inputs: readonly [];
1012
- readonly outputs: readonly [{
1013
- readonly name: "";
1014
- readonly type: "string";
1015
- readonly internalType: "string";
1016
- }];
1017
- readonly stateMutability: "view";
1018
- }, {
1019
- readonly type: "function";
1020
- readonly name: "totalAssets";
1021
- readonly inputs: readonly [];
1022
- readonly outputs: readonly [{
1023
- readonly name: "assets";
1024
- readonly type: "uint256";
1025
- readonly internalType: "uint256";
1026
- }];
1027
- readonly stateMutability: "view";
1028
- }, {
1029
- readonly type: "function";
1030
- readonly name: "totalExceedingMintedSteth";
1031
- readonly inputs: readonly [];
1032
- readonly outputs: readonly [{
1033
- readonly name: "steth";
1034
- readonly type: "uint256";
1035
- readonly internalType: "uint256";
1036
- }];
1037
- readonly stateMutability: "view";
1038
- }, {
1039
- readonly type: "function";
1040
- readonly name: "totalExceedingMintedStethShares";
1041
- readonly inputs: readonly [];
1042
- readonly outputs: readonly [{
1043
- readonly name: "stethShares";
1044
- readonly type: "uint256";
1045
- readonly internalType: "uint256";
1046
- }];
1047
- readonly stateMutability: "view";
1048
- }, {
1049
- readonly type: "function";
1050
- readonly name: "totalLiabilityShares";
1051
- readonly inputs: readonly [];
1052
- readonly outputs: readonly [{
1053
- readonly name: "";
1054
- readonly type: "uint256";
1055
- readonly internalType: "uint256";
1056
- }];
1057
- readonly stateMutability: "view";
1058
- }, {
1059
- readonly type: "function";
1060
- readonly name: "totalMintedStethShares";
1061
- readonly inputs: readonly [];
1062
- readonly outputs: readonly [{
1063
- readonly name: "stethShares";
1064
- readonly type: "uint256";
1065
- readonly internalType: "uint256";
1066
- }];
1067
- readonly stateMutability: "view";
1068
- }, {
1069
- readonly type: "function";
1070
- readonly name: "totalMintingCapacityShares";
1071
- readonly inputs: readonly [];
1072
- readonly outputs: readonly [{
1073
- readonly name: "stethShares";
1074
- readonly type: "uint256";
1075
- readonly internalType: "uint256";
1076
- }];
1077
- readonly stateMutability: "view";
1078
- }, {
1079
- readonly type: "function";
1080
- readonly name: "totalNominalAssets";
1081
- readonly inputs: readonly [];
1082
- readonly outputs: readonly [{
1083
- readonly name: "assets";
1084
- readonly type: "uint256";
1085
- readonly internalType: "uint256";
1086
- }];
1087
- readonly stateMutability: "view";
1088
- }, {
1089
- readonly type: "function";
1090
- readonly name: "totalSupply";
1091
- readonly inputs: readonly [];
1092
- readonly outputs: readonly [{
1093
- readonly name: "";
1094
- readonly type: "uint256";
1095
- readonly internalType: "uint256";
1096
- }];
1097
- readonly stateMutability: "view";
1098
- }, {
1099
- readonly type: "function";
1100
- readonly name: "totalUnassignedLiabilityShares";
1101
- readonly inputs: readonly [];
1102
- readonly outputs: readonly [{
1103
- readonly name: "unassignedLiabilityShares";
1104
- readonly type: "uint256";
1105
- readonly internalType: "uint256";
1106
- }];
1107
- readonly stateMutability: "view";
1108
- }, {
1109
- readonly type: "function";
1110
- readonly name: "transfer";
1111
- readonly inputs: readonly [{
1112
- readonly name: "to";
1113
- readonly type: "address";
1114
- readonly internalType: "address";
1115
- }, {
1116
- readonly name: "value";
1117
- readonly type: "uint256";
1118
- readonly internalType: "uint256";
1119
- }];
1120
- readonly outputs: readonly [{
1121
- readonly name: "";
1122
- readonly type: "bool";
1123
- readonly internalType: "bool";
1124
- }];
1125
- readonly stateMutability: "nonpayable";
1126
- }, {
1127
- readonly type: "function";
1128
- readonly name: "transferFrom";
1129
- readonly inputs: readonly [{
1130
- readonly name: "from";
1131
- readonly type: "address";
1132
- readonly internalType: "address";
1133
- }, {
1134
- readonly name: "to";
1135
- readonly type: "address";
1136
- readonly internalType: "address";
1137
- }, {
1138
- readonly name: "value";
1139
- readonly type: "uint256";
1140
- readonly internalType: "uint256";
1141
- }];
1142
- readonly outputs: readonly [{
1143
- readonly name: "";
1144
- readonly type: "bool";
1145
- readonly internalType: "bool";
1146
- }];
1147
- readonly stateMutability: "nonpayable";
1148
- }, {
1149
- readonly type: "function";
1150
- readonly name: "transferWithLiability";
1151
- readonly inputs: readonly [{
1152
- readonly name: "_to";
1153
- readonly type: "address";
1154
- readonly internalType: "address";
1155
- }, {
1156
- readonly name: "_stv";
1157
- readonly type: "uint256";
1158
- readonly internalType: "uint256";
1159
- }, {
1160
- readonly name: "_stethShares";
1161
- readonly type: "uint256";
1162
- readonly internalType: "uint256";
1163
- }];
1164
- readonly outputs: readonly [{
1165
- readonly name: "success";
1166
- readonly type: "bool";
1167
- readonly internalType: "bool";
1168
- }];
1169
- readonly stateMutability: "nonpayable";
1170
- }, {
1171
- readonly type: "function";
1172
- readonly name: "triggerValidatorWithdrawals";
1173
- readonly inputs: readonly [{
1174
- readonly name: "_pubkeys";
1175
- readonly type: "bytes";
1176
- readonly internalType: "bytes";
1177
- }, {
1178
- readonly name: "_amountsInGwei";
1179
- readonly type: "uint64[]";
1180
- readonly internalType: "uint64[]";
1181
- }, {
1182
- readonly name: "_refundRecipient";
1183
- readonly type: "address";
1184
- readonly internalType: "address";
1185
- }];
1186
- readonly outputs: readonly [];
1187
- readonly stateMutability: "payable";
1188
- }, {
1189
- readonly type: "function";
1190
- readonly name: "vaultDisconnected";
1191
- readonly inputs: readonly [];
1192
- readonly outputs: readonly [{
1193
- readonly name: "";
1194
- readonly type: "bool";
1195
- readonly internalType: "bool";
1196
- }];
1197
- readonly stateMutability: "view";
1198
- }, {
1199
- readonly type: "function";
1200
- readonly name: "withdrawableEthOf";
1201
- readonly inputs: readonly [{
1202
- readonly name: "_account";
1203
- readonly type: "address";
1204
- readonly internalType: "address";
1205
- }, {
1206
- readonly name: "_stethSharesToBurn";
1207
- readonly type: "uint256";
1208
- readonly internalType: "uint256";
1209
- }];
1210
- readonly outputs: readonly [{
1211
- readonly name: "ethAmount";
1212
- readonly type: "uint256";
1213
- readonly internalType: "uint256";
1214
- }];
1215
- readonly stateMutability: "view";
1216
- }, {
1217
- readonly type: "function";
1218
- readonly name: "withdrawableEthOf";
1219
- readonly inputs: readonly [{
1220
- readonly name: "_account";
1221
- readonly type: "address";
1222
- readonly internalType: "address";
1223
- }];
1224
- readonly outputs: readonly [{
1225
- readonly name: "ethAmount";
1226
- readonly type: "uint256";
1227
- readonly internalType: "uint256";
1228
- }];
1229
- readonly stateMutability: "view";
1230
- }, {
1231
- readonly type: "function";
1232
- readonly name: "withdrawableStvOf";
1233
- readonly inputs: readonly [{
1234
- readonly name: "_account";
1235
- readonly type: "address";
1236
- readonly internalType: "address";
1237
- }, {
1238
- readonly name: "_stethSharesToBurn";
1239
- readonly type: "uint256";
1240
- readonly internalType: "uint256";
1241
- }];
1242
- readonly outputs: readonly [{
1243
- readonly name: "stv";
1244
- readonly type: "uint256";
1245
- readonly internalType: "uint256";
1246
- }];
1247
- readonly stateMutability: "view";
1248
- }, {
1249
- readonly type: "function";
1250
- readonly name: "withdrawableStvOf";
1251
- readonly inputs: readonly [{
1252
- readonly name: "_account";
1253
- readonly type: "address";
1254
- readonly internalType: "address";
1255
- }];
1256
- readonly outputs: readonly [{
1257
- readonly name: "stv";
1258
- readonly type: "uint256";
1259
- readonly internalType: "uint256";
1260
- }];
1261
- readonly stateMutability: "view";
1262
- }, {
1263
- readonly type: "function";
1264
- readonly name: "withdrawalQueue";
1265
- readonly inputs: readonly [];
1266
- readonly outputs: readonly [{
1267
- readonly name: "";
1268
- readonly type: "address";
1269
- readonly internalType: "contract WithdrawalQueue";
1270
- }];
1271
- readonly stateMutability: "view";
1272
- }, {
1273
- readonly type: "function";
1274
- readonly name: "wrapperType";
1275
- readonly inputs: readonly [];
1276
- readonly outputs: readonly [{
1277
- readonly name: "";
1278
- readonly type: "string";
1279
- readonly internalType: "string";
1280
- }];
1281
- readonly stateMutability: "pure";
1282
- }, {
1283
- readonly type: "event";
1284
- readonly name: "AllowListAdded";
1285
- readonly inputs: readonly [{
1286
- readonly name: "user";
1287
- readonly type: "address";
1288
- readonly indexed: true;
1289
- readonly internalType: "address";
1290
- }];
1291
- readonly anonymous: false;
1292
- }, {
1293
- readonly type: "event";
1294
- readonly name: "AllowListRemoved";
1295
- readonly inputs: readonly [{
1296
- readonly name: "user";
1297
- readonly type: "address";
1298
- readonly indexed: true;
1299
- readonly internalType: "address";
1300
- }];
1301
- readonly anonymous: false;
1302
- }, {
1303
- readonly type: "event";
1304
- readonly name: "Approval";
1305
- readonly inputs: readonly [{
1306
- readonly name: "owner";
1307
- readonly type: "address";
1308
- readonly indexed: true;
1309
- readonly internalType: "address";
1310
- }, {
1311
- readonly name: "spender";
1312
- readonly type: "address";
1313
- readonly indexed: true;
1314
- readonly internalType: "address";
1315
- }, {
1316
- readonly name: "value";
1317
- readonly type: "uint256";
1318
- readonly indexed: false;
1319
- readonly internalType: "uint256";
1320
- }];
1321
- readonly anonymous: false;
1322
- }, {
1323
- readonly type: "event";
1324
- readonly name: "ConnectDepositClaimed";
1325
- readonly inputs: readonly [{
1326
- readonly name: "recipient";
1327
- readonly type: "address";
1328
- readonly indexed: true;
1329
- readonly internalType: "address";
1330
- }, {
1331
- readonly name: "amount";
1332
- readonly type: "uint256";
1333
- readonly indexed: false;
1334
- readonly internalType: "uint256";
1335
- }];
1336
- readonly anonymous: false;
1337
- }, {
1338
- readonly type: "event";
1339
- readonly name: "Deposit";
1340
- readonly inputs: readonly [{
1341
- readonly name: "sender";
1342
- readonly type: "address";
1343
- readonly indexed: true;
1344
- readonly internalType: "address";
1345
- }, {
1346
- readonly name: "receiver";
1347
- readonly type: "address";
1348
- readonly indexed: true;
1349
- readonly internalType: "address";
1350
- }, {
1351
- readonly name: "referral";
1352
- readonly type: "address";
1353
- readonly indexed: true;
1354
- readonly internalType: "address";
1355
- }, {
1356
- readonly name: "assets";
1357
- readonly type: "uint256";
1358
- readonly indexed: false;
1359
- readonly internalType: "uint256";
1360
- }, {
1361
- readonly name: "stv";
1362
- readonly type: "uint256";
1363
- readonly indexed: false;
1364
- readonly internalType: "uint256";
1365
- }];
1366
- readonly anonymous: false;
1367
- }, {
1368
- readonly type: "event";
1369
- readonly name: "Initialized";
1370
- readonly inputs: readonly [{
1371
- readonly name: "version";
1372
- readonly type: "uint64";
1373
- readonly indexed: false;
1374
- readonly internalType: "uint64";
1375
- }];
1376
- readonly anonymous: false;
1377
- }, {
1378
- readonly type: "event";
1379
- readonly name: "RoleAdminChanged";
1380
- readonly inputs: readonly [{
1381
- readonly name: "role";
1382
- readonly type: "bytes32";
1383
- readonly indexed: true;
1384
- readonly internalType: "bytes32";
1385
- }, {
1386
- readonly name: "previousAdminRole";
1387
- readonly type: "bytes32";
1388
- readonly indexed: true;
1389
- readonly internalType: "bytes32";
1390
- }, {
1391
- readonly name: "newAdminRole";
1392
- readonly type: "bytes32";
1393
- readonly indexed: true;
1394
- readonly internalType: "bytes32";
1395
- }];
1396
- readonly anonymous: false;
1397
- }, {
1398
- readonly type: "event";
1399
- readonly name: "RoleGranted";
1400
- readonly inputs: readonly [{
1401
- readonly name: "role";
1402
- readonly type: "bytes32";
1403
- readonly indexed: true;
1404
- readonly internalType: "bytes32";
1405
- }, {
1406
- readonly name: "account";
1407
- readonly type: "address";
1408
- readonly indexed: true;
1409
- readonly internalType: "address";
1410
- }, {
1411
- readonly name: "sender";
1412
- readonly type: "address";
1413
- readonly indexed: true;
1414
- readonly internalType: "address";
1415
- }];
1416
- readonly anonymous: false;
1417
- }, {
1418
- readonly type: "event";
1419
- readonly name: "RoleRevoked";
1420
- readonly inputs: readonly [{
1421
- readonly name: "role";
1422
- readonly type: "bytes32";
1423
- readonly indexed: true;
1424
- readonly internalType: "bytes32";
1425
- }, {
1426
- readonly name: "account";
1427
- readonly type: "address";
1428
- readonly indexed: true;
1429
- readonly internalType: "address";
1430
- }, {
1431
- readonly name: "sender";
1432
- readonly type: "address";
1433
- readonly indexed: true;
1434
- readonly internalType: "address";
1435
- }];
1436
- readonly anonymous: false;
1437
- }, {
1438
- readonly type: "event";
1439
- readonly name: "SocializedLoss";
1440
- readonly inputs: readonly [{
1441
- readonly name: "stv";
1442
- readonly type: "uint256";
1443
- readonly indexed: false;
1444
- readonly internalType: "uint256";
1445
- }, {
1446
- readonly name: "assets";
1447
- readonly type: "uint256";
1448
- readonly indexed: false;
1449
- readonly internalType: "uint256";
1450
- }];
1451
- readonly anonymous: false;
1452
- }, {
1453
- readonly type: "event";
1454
- readonly name: "StethSharesBurned";
1455
- readonly inputs: readonly [{
1456
- readonly name: "account";
1457
- readonly type: "address";
1458
- readonly indexed: true;
1459
- readonly internalType: "address";
1460
- }, {
1461
- readonly name: "stethShares";
1462
- readonly type: "uint256";
1463
- readonly indexed: false;
1464
- readonly internalType: "uint256";
1465
- }];
1466
- readonly anonymous: false;
1467
- }, {
1468
- readonly type: "event";
1469
- readonly name: "StethSharesMinted";
1470
- readonly inputs: readonly [{
1471
- readonly name: "account";
1472
- readonly type: "address";
1473
- readonly indexed: true;
1474
- readonly internalType: "address";
1475
- }, {
1476
- readonly name: "stethShares";
1477
- readonly type: "uint256";
1478
- readonly indexed: false;
1479
- readonly internalType: "uint256";
1480
- }];
1481
- readonly anonymous: false;
1482
- }, {
1483
- readonly type: "event";
1484
- readonly name: "StethSharesRebalanced";
1485
- readonly inputs: readonly [{
1486
- readonly name: "stethShares";
1487
- readonly type: "uint256";
1488
- readonly indexed: false;
1489
- readonly internalType: "uint256";
1490
- }, {
1491
- readonly name: "stvBurned";
1492
- readonly type: "uint256";
1493
- readonly indexed: false;
1494
- readonly internalType: "uint256";
1495
- }];
1496
- readonly anonymous: false;
1497
- }, {
1498
- readonly type: "event";
1499
- readonly name: "Transfer";
1500
- readonly inputs: readonly [{
1501
- readonly name: "from";
1502
- readonly type: "address";
1503
- readonly indexed: true;
1504
- readonly internalType: "address";
1505
- }, {
1506
- readonly name: "to";
1507
- readonly type: "address";
1508
- readonly indexed: true;
1509
- readonly internalType: "address";
1510
- }, {
1511
- readonly name: "value";
1512
- readonly type: "uint256";
1513
- readonly indexed: false;
1514
- readonly internalType: "uint256";
1515
- }];
1516
- readonly anonymous: false;
1517
- }, {
1518
- readonly type: "event";
1519
- readonly name: "UnassignedLiabilityRebalanced";
1520
- readonly inputs: readonly [{
1521
- readonly name: "stethShares";
1522
- readonly type: "uint256";
1523
- readonly indexed: false;
1524
- readonly internalType: "uint256";
1525
- }, {
1526
- readonly name: "ethAmount";
1527
- readonly type: "uint256";
1528
- readonly indexed: false;
1529
- readonly internalType: "uint256";
1530
- }];
1531
- readonly anonymous: false;
1532
- }, {
1533
- readonly type: "event";
1534
- readonly name: "ValidatorExitRequested";
1535
- readonly inputs: readonly [{
1536
- readonly name: "pubkeys";
1537
- readonly type: "bytes";
1538
- readonly indexed: false;
1539
- readonly internalType: "bytes";
1540
- }];
1541
- readonly anonymous: false;
1542
- }, {
1543
- readonly type: "event";
1544
- readonly name: "ValidatorWithdrawalsTriggered";
1545
- readonly inputs: readonly [{
1546
- readonly name: "pubkeys";
1547
- readonly type: "bytes";
1548
- readonly indexed: false;
1549
- readonly internalType: "bytes";
1550
- }, {
1551
- readonly name: "amountsInGwei";
1552
- readonly type: "uint64[]";
1553
- readonly indexed: false;
1554
- readonly internalType: "uint64[]";
1555
- }];
1556
- readonly anonymous: false;
1557
- }, {
1558
- readonly type: "event";
1559
- readonly name: "VaultDisconnected";
1560
- readonly inputs: readonly [{
1561
- readonly name: "initiator";
1562
- readonly type: "address";
1563
- readonly indexed: true;
1564
- readonly internalType: "address";
1565
- }];
1566
- readonly anonymous: false;
1567
- }, {
1568
- readonly type: "event";
1569
- readonly name: "VaultFunded";
1570
- readonly inputs: readonly [{
1571
- readonly name: "amount";
1572
- readonly type: "uint256";
1573
- readonly indexed: false;
1574
- readonly internalType: "uint256";
1575
- }];
1576
- readonly anonymous: false;
1577
- }, {
1578
- readonly type: "error";
1579
- readonly name: "AccessControlBadConfirmation";
1580
- readonly inputs: readonly [];
1581
- }, {
1582
- readonly type: "error";
1583
- readonly name: "AccessControlUnauthorizedAccount";
1584
- readonly inputs: readonly [{
1585
- readonly name: "account";
1586
- readonly type: "address";
1587
- readonly internalType: "address";
1588
- }, {
1589
- readonly name: "neededRole";
1590
- readonly type: "bytes32";
1591
- readonly internalType: "bytes32";
1592
- }];
1593
- }, {
1594
- readonly type: "error";
1595
- readonly name: "AlreadyAllowListed";
1596
- readonly inputs: readonly [{
1597
- readonly name: "user";
1598
- readonly type: "address";
1599
- readonly internalType: "address";
1600
- }];
1601
- }, {
1602
- readonly type: "error";
1603
- readonly name: "ArraysLengthMismatch";
1604
- readonly inputs: readonly [{
1605
- readonly name: "firstArrayLength";
1606
- readonly type: "uint256";
1607
- readonly internalType: "uint256";
1608
- }, {
1609
- readonly name: "secondArrayLength";
1610
- readonly type: "uint256";
1611
- readonly internalType: "uint256";
1612
- }];
1613
- }, {
1614
- readonly type: "error";
1615
- readonly name: "ERC20InsufficientAllowance";
1616
- readonly inputs: readonly [{
1617
- readonly name: "spender";
1618
- readonly type: "address";
1619
- readonly internalType: "address";
1620
- }, {
1621
- readonly name: "allowance";
1622
- readonly type: "uint256";
1623
- readonly internalType: "uint256";
1624
- }, {
1625
- readonly name: "needed";
1626
- readonly type: "uint256";
1627
- readonly internalType: "uint256";
1628
- }];
1629
- }, {
1630
- readonly type: "error";
1631
- readonly name: "ERC20InsufficientBalance";
1632
- readonly inputs: readonly [{
1633
- readonly name: "sender";
1634
- readonly type: "address";
1635
- readonly internalType: "address";
1636
- }, {
1637
- readonly name: "balance";
1638
- readonly type: "uint256";
1639
- readonly internalType: "uint256";
1640
- }, {
1641
- readonly name: "needed";
1642
- readonly type: "uint256";
1643
- readonly internalType: "uint256";
1644
- }];
1645
- }, {
1646
- readonly type: "error";
1647
- readonly name: "ERC20InvalidApprover";
1648
- readonly inputs: readonly [{
1649
- readonly name: "approver";
1650
- readonly type: "address";
1651
- readonly internalType: "address";
1652
- }];
1653
- }, {
1654
- readonly type: "error";
1655
- readonly name: "ERC20InvalidReceiver";
1656
- readonly inputs: readonly [{
1657
- readonly name: "receiver";
1658
- readonly type: "address";
1659
- readonly internalType: "address";
1660
- }];
1661
- }, {
1662
- readonly type: "error";
1663
- readonly name: "ERC20InvalidSender";
1664
- readonly inputs: readonly [{
1665
- readonly name: "sender";
1666
- readonly type: "address";
1667
- readonly internalType: "address";
1668
- }];
1669
- }, {
1670
- readonly type: "error";
1671
- readonly name: "ERC20InvalidSpender";
1672
- readonly inputs: readonly [{
1673
- readonly name: "spender";
1674
- readonly type: "address";
1675
- readonly internalType: "address";
1676
- }];
1677
- }, {
1678
- readonly type: "error";
1679
- readonly name: "InsufficientBalance";
1680
- readonly inputs: readonly [];
1681
- }, {
1682
- readonly type: "error";
1683
- readonly name: "InsufficientMintedShares";
1684
- readonly inputs: readonly [];
1685
- }, {
1686
- readonly type: "error";
1687
- readonly name: "InsufficientMintingCapacity";
1688
- readonly inputs: readonly [];
1689
- }, {
1690
- readonly type: "error";
1691
- readonly name: "InsufficientReservedBalance";
1692
- readonly inputs: readonly [];
1693
- }, {
1694
- readonly type: "error";
1695
- readonly name: "InsufficientStethShares";
1696
- readonly inputs: readonly [];
1697
- }, {
1698
- readonly type: "error";
1699
- readonly name: "InsufficientStv";
1700
- readonly inputs: readonly [];
1701
- }, {
1702
- readonly type: "error";
1703
- readonly name: "InvalidInitialization";
1704
- readonly inputs: readonly [];
1705
- }, {
1706
- readonly type: "error";
1707
- readonly name: "InvalidReceiver";
1708
- readonly inputs: readonly [];
1709
- }, {
1710
- readonly type: "error";
1711
- readonly name: "InvalidRequestType";
1712
- readonly inputs: readonly [];
1713
- }, {
1714
- readonly type: "error";
1715
- readonly name: "MintingForThanTargetStSharesShareIsNotAllowed";
1716
- readonly inputs: readonly [];
1717
- }, {
1718
- readonly type: "error";
1719
- readonly name: "NoMintingCapacityAvailable";
1720
- readonly inputs: readonly [];
1721
- }, {
1722
- readonly type: "error";
1723
- readonly name: "NotAllowListed";
1724
- readonly inputs: readonly [{
1725
- readonly name: "user";
1726
- readonly type: "address";
1727
- readonly internalType: "address";
1728
- }];
1729
- }, {
1730
- readonly type: "error";
1731
- readonly name: "NotEnoughToRebalance";
1732
- readonly inputs: readonly [];
1733
- }, {
1734
- readonly type: "error";
1735
- readonly name: "NotInAllowList";
1736
- readonly inputs: readonly [{
1737
- readonly name: "user";
1738
- readonly type: "address";
1739
- readonly internalType: "address";
1740
- }];
1741
- }, {
1742
- readonly type: "error";
1743
- readonly name: "NotInitializing";
1744
- readonly inputs: readonly [];
1745
- }, {
1746
- readonly type: "error";
1747
- readonly name: "NotWithdrawalQueue";
1748
- readonly inputs: readonly [];
1749
- }, {
1750
- readonly type: "error";
1751
- readonly name: "TransferNotAllowed";
1752
- readonly inputs: readonly [];
1753
- }, {
1754
- readonly type: "error";
1755
- readonly name: "UnassignedLiabilityOnVault";
1756
- readonly inputs: readonly [];
1757
- }, {
1758
- readonly type: "error";
1759
- readonly name: "ZeroArgument";
1760
- readonly inputs: readonly [];
1761
- }, {
1762
- readonly type: "error";
1763
- readonly name: "ZeroDeposit";
1764
- readonly inputs: readonly [];
1765
- }, {
1766
- readonly type: "error";
1767
- readonly name: "ZeroStv";
1768
- readonly inputs: readonly [];
1769
- }];