@pufferfinance/puffer-sdk 1.13.2 → 1.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/dist/api/puffer-client-helpers.cjs +1 -1
  2. package/dist/api/puffer-client-helpers.cjs.map +1 -1
  3. package/dist/api/puffer-client-helpers.js +3 -3
  4. package/dist/api/puffer-client-helpers.js.map +1 -1
  5. package/dist/api/puffer-client.cjs +1 -1
  6. package/dist/api/puffer-client.js +2 -2
  7. package/dist/{ccip-C0xwQhXU.cjs → ccip-BYEwaDSr.cjs} +2 -2
  8. package/dist/{ccip-C0xwQhXU.cjs.map → ccip-BYEwaDSr.cjs.map} +1 -1
  9. package/dist/{ccip-K-z2PL4P.js → ccip-DA_MOIPz.js} +3 -3
  10. package/dist/{ccip-K-z2PL4P.js.map → ccip-DA_MOIPz.js.map} +1 -1
  11. package/dist/chains/constants.cjs +1 -1
  12. package/dist/chains/constants.d.ts +4 -1
  13. package/dist/chains/constants.js +1 -1
  14. package/dist/constants-5WxIZnbu.cjs +9 -0
  15. package/dist/constants-5WxIZnbu.cjs.map +1 -0
  16. package/dist/{constants-CH7Tz5jz.js → constants-BDqMRitM.js} +924 -798
  17. package/dist/constants-BDqMRitM.js.map +1 -0
  18. package/dist/contracts/abis/mainnet/Accountant.cjs +1 -1
  19. package/dist/contracts/abis/mainnet/Accountant.cjs.map +1 -1
  20. package/dist/contracts/abis/mainnet/Accountant.d.ts +13 -457
  21. package/dist/contracts/abis/mainnet/Accountant.js +12 -441
  22. package/dist/contracts/abis/mainnet/Accountant.js.map +1 -1
  23. package/dist/contracts/abis/mainnet/BoringVault.cjs +1 -1
  24. package/dist/contracts/abis/mainnet/BoringVault.cjs.map +1 -1
  25. package/dist/contracts/abis/mainnet/BoringVault.d.ts +18 -505
  26. package/dist/contracts/abis/mainnet/BoringVault.js +15 -346
  27. package/dist/contracts/abis/mainnet/BoringVault.js.map +1 -1
  28. package/dist/contracts/abis/mainnet/CarrotStaker.cjs +1 -1
  29. package/dist/contracts/abis/mainnet/CarrotStaker.cjs.map +1 -1
  30. package/dist/contracts/abis/mainnet/CarrotStaker.d.ts +2 -371
  31. package/dist/contracts/abis/mainnet/CarrotStaker.js +4 -295
  32. package/dist/contracts/abis/mainnet/CarrotStaker.js.map +1 -1
  33. package/dist/contracts/abis/mainnet/Distributor.cjs +1 -1
  34. package/dist/contracts/abis/mainnet/Distributor.cjs.map +1 -1
  35. package/dist/contracts/abis/mainnet/Distributor.d.ts +0 -413
  36. package/dist/contracts/abis/mainnet/Distributor.js +2 -355
  37. package/dist/contracts/abis/mainnet/Distributor.js.map +1 -1
  38. package/dist/contracts/abis/mainnet/L1RewardManager.cjs +1 -1
  39. package/dist/contracts/abis/mainnet/L1RewardManager.cjs.map +1 -1
  40. package/dist/contracts/abis/mainnet/L1RewardManager.d.ts +0 -489
  41. package/dist/contracts/abis/mainnet/L1RewardManager.js +0 -411
  42. package/dist/contracts/abis/mainnet/L1RewardManager.js.map +1 -1
  43. package/dist/contracts/abis/mainnet/L2RewardManager.cjs +1 -1
  44. package/dist/contracts/abis/mainnet/L2RewardManager.cjs.map +1 -1
  45. package/dist/contracts/abis/mainnet/L2RewardManager.d.ts +23 -569
  46. package/dist/contracts/abis/mainnet/L2RewardManager.js +16 -484
  47. package/dist/contracts/abis/mainnet/L2RewardManager.js.map +1 -1
  48. package/dist/contracts/abis/mainnet/PufLocker.cjs +1 -1
  49. package/dist/contracts/abis/mainnet/PufLocker.cjs.map +1 -1
  50. package/dist/contracts/abis/mainnet/PufLocker.d.ts +29 -371
  51. package/dist/contracts/abis/mainnet/PufLocker.js +15 -285
  52. package/dist/contracts/abis/mainnet/PufLocker.js.map +1 -1
  53. package/dist/contracts/abis/mainnet/PufferL2Depositor.cjs +1 -1
  54. package/dist/contracts/abis/mainnet/PufferL2Depositor.cjs.map +1 -1
  55. package/dist/contracts/abis/mainnet/PufferL2Depositor.d.ts +0 -325
  56. package/dist/contracts/abis/mainnet/PufferL2Depositor.js +0 -270
  57. package/dist/contracts/abis/mainnet/PufferL2Depositor.js.map +1 -1
  58. package/dist/contracts/abis/mainnet/PufferVaultV2.cjs +1 -1
  59. package/dist/contracts/abis/mainnet/PufferVaultV2.cjs.map +1 -1
  60. package/dist/contracts/abis/mainnet/PufferVaultV2.d.ts +35 -1289
  61. package/dist/contracts/abis/mainnet/PufferVaultV2.js +45 -1681
  62. package/dist/contracts/abis/mainnet/PufferVaultV2.js.map +1 -1
  63. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.cjs +1 -1
  64. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.cjs.map +1 -1
  65. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.d.ts +3 -426
  66. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.js +5 -552
  67. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.js.map +1 -1
  68. package/dist/contracts/abis/mainnet/Teller.cjs +1 -1
  69. package/dist/contracts/abis/mainnet/Teller.cjs.map +1 -1
  70. package/dist/contracts/abis/mainnet/Teller.d.ts +18 -444
  71. package/dist/contracts/abis/mainnet/Teller.js +15 -390
  72. package/dist/contracts/abis/mainnet/Teller.js.map +1 -1
  73. package/dist/contracts/abis/mainnet/mtwCARROT.cjs +1 -1
  74. package/dist/contracts/abis/mainnet/mtwCARROT.cjs.map +1 -1
  75. package/dist/contracts/abis/mainnet/mtwCARROT.d.ts +69 -399
  76. package/dist/contracts/abis/mainnet/mtwCARROT.js +43 -346
  77. package/dist/contracts/abis/mainnet/mtwCARROT.js.map +1 -1
  78. package/dist/contracts/addresses.cjs +1 -1
  79. package/dist/contracts/addresses.cjs.map +1 -1
  80. package/dist/contracts/addresses.js +4 -1
  81. package/dist/contracts/addresses.js.map +1 -1
  82. package/dist/contracts/handlers/carrot-staking-handler.cjs +1 -1
  83. package/dist/contracts/handlers/carrot-staking-handler.d.ts +1652 -0
  84. package/dist/contracts/handlers/carrot-staking-handler.js +2 -2
  85. package/dist/contracts/handlers/distributor-handler.cjs +1 -1
  86. package/dist/contracts/handlers/distributor-handler.cjs.map +1 -1
  87. package/dist/contracts/handlers/distributor-handler.d.ts +8762 -0
  88. package/dist/contracts/handlers/distributor-handler.js +13 -127
  89. package/dist/contracts/handlers/distributor-handler.js.map +1 -1
  90. package/dist/contracts/handlers/erc20-permit-handler.cjs +1 -1
  91. package/dist/contracts/handlers/erc20-permit-handler.cjs.map +1 -1
  92. package/dist/contracts/handlers/erc20-permit-handler.d.ts +4 -4
  93. package/dist/contracts/handlers/erc20-permit-handler.js +14 -14
  94. package/dist/contracts/handlers/erc20-permit-handler.js.map +1 -1
  95. package/dist/contracts/handlers/l1-reward-manager-handler.cjs +1 -1
  96. package/dist/contracts/handlers/l1-reward-manager-handler.cjs.map +1 -1
  97. package/dist/contracts/handlers/l1-reward-manager-handler.d.ts +339 -0
  98. package/dist/contracts/handlers/l1-reward-manager-handler.js +14 -14
  99. package/dist/contracts/handlers/l1-reward-manager-handler.js.map +1 -1
  100. package/dist/contracts/handlers/l2-reward-manager-handler.cjs +1 -1
  101. package/dist/contracts/handlers/l2-reward-manager-handler.cjs.map +1 -1
  102. package/dist/contracts/handlers/l2-reward-manager-handler.d.ts +2423 -0
  103. package/dist/contracts/handlers/l2-reward-manager-handler.js +6 -6
  104. package/dist/contracts/handlers/l2-reward-manager-handler.js.map +1 -1
  105. package/dist/contracts/handlers/mtw-carrot-handler.cjs +1 -1
  106. package/dist/contracts/handlers/mtw-carrot-handler.d.ts +14333 -0
  107. package/dist/contracts/handlers/mtw-carrot-handler.js +2 -2
  108. package/dist/contracts/handlers/nucleus-accountant-handler.cjs +1 -1
  109. package/dist/contracts/handlers/nucleus-accountant-handler.cjs.map +1 -1
  110. package/dist/contracts/handlers/nucleus-accountant-handler.d.ts +620 -0
  111. package/dist/contracts/handlers/nucleus-accountant-handler.js +8 -8
  112. package/dist/contracts/handlers/nucleus-accountant-handler.js.map +1 -1
  113. package/dist/contracts/handlers/nucleus-atomic-queue-handler.cjs +1 -1
  114. package/dist/contracts/handlers/nucleus-atomic-queue-handler.cjs.map +1 -1
  115. package/dist/contracts/handlers/nucleus-atomic-queue-handler.js +9 -9
  116. package/dist/contracts/handlers/nucleus-atomic-queue-handler.js.map +1 -1
  117. package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs +1 -1
  118. package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs.map +1 -1
  119. package/dist/contracts/handlers/nucleus-boring-vault-handler.d.ts +3917 -0
  120. package/dist/contracts/handlers/nucleus-boring-vault-handler.js +24 -24
  121. package/dist/contracts/handlers/nucleus-boring-vault-handler.js.map +1 -1
  122. package/dist/contracts/handlers/nucleus-teller-handler.cjs +1 -1
  123. package/dist/contracts/handlers/nucleus-teller-handler.cjs.map +1 -1
  124. package/dist/contracts/handlers/nucleus-teller-handler.d.ts +2209 -0
  125. package/dist/contracts/handlers/nucleus-teller-handler.js +14 -14
  126. package/dist/contracts/handlers/nucleus-teller-handler.js.map +1 -1
  127. package/dist/contracts/handlers/puf-locker-handler.cjs +1 -1
  128. package/dist/contracts/handlers/puf-locker-handler.cjs.map +1 -1
  129. package/dist/contracts/handlers/puf-locker-handler.d.ts +2389 -0
  130. package/dist/contracts/handlers/puf-locker-handler.js +12 -12
  131. package/dist/contracts/handlers/puf-locker-handler.js.map +1 -1
  132. package/dist/contracts/handlers/puffer-depositor-handler.cjs +1 -1
  133. package/dist/contracts/handlers/puffer-depositor-handler.cjs.map +1 -1
  134. package/dist/contracts/handlers/puffer-depositor-handler.d.ts +100 -100
  135. package/dist/contracts/handlers/puffer-depositor-handler.js +19 -19
  136. package/dist/contracts/handlers/puffer-depositor-handler.js.map +1 -1
  137. package/dist/contracts/handlers/puffer-l2-depositor-handler.cjs +1 -1
  138. package/dist/contracts/handlers/puffer-l2-depositor-handler.cjs.map +1 -1
  139. package/dist/contracts/handlers/puffer-l2-depositor-handler.d.ts +471 -0
  140. package/dist/contracts/handlers/puffer-l2-depositor-handler.js +17 -17
  141. package/dist/contracts/handlers/puffer-l2-depositor-handler.js.map +1 -1
  142. package/dist/contracts/handlers/puffer-vault-handler.cjs +1 -1
  143. package/dist/contracts/handlers/puffer-vault-handler.cjs.map +1 -1
  144. package/dist/contracts/handlers/puffer-vault-handler.d.ts +4657 -0
  145. package/dist/contracts/handlers/puffer-vault-handler.js +4 -4
  146. package/dist/contracts/handlers/puffer-vault-handler.js.map +1 -1
  147. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.cjs +1 -1
  148. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.cjs.map +1 -1
  149. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.d.ts +1882 -0
  150. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.js +10 -10
  151. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.js.map +1 -1
  152. package/dist/contracts/tokens.cjs +1 -1
  153. package/dist/contracts/tokens.cjs.map +1 -1
  154. package/dist/contracts/tokens.d.ts +3 -1
  155. package/dist/contracts/tokens.js +71 -60
  156. package/dist/contracts/tokens.js.map +1 -1
  157. package/dist/contracts/vaults-addresses.cjs +1 -1
  158. package/dist/contracts/vaults-addresses.d.ts +5 -4
  159. package/dist/contracts/vaults-addresses.js +1 -1
  160. package/dist/{createWalletClient-DNLhBkOd.js → createWalletClient-DMXR-Bug.js} +4 -4
  161. package/dist/{createWalletClient-DNLhBkOd.js.map → createWalletClient-DMXR-Bug.js.map} +1 -1
  162. package/dist/{createWalletClient-Di5of07E.cjs → createWalletClient-L7tR5Gda.cjs} +2 -2
  163. package/dist/{createWalletClient-Di5of07E.cjs.map → createWalletClient-L7tR5Gda.cjs.map} +1 -1
  164. package/dist/{getContract-ChPFzc5y.cjs → getContract-Bt9GsQBq.cjs} +2 -2
  165. package/dist/{getContract-ChPFzc5y.cjs.map → getContract-Bt9GsQBq.cjs.map} +1 -1
  166. package/dist/{getContract-6ajhFbP2.js → getContract-DXPZJOBy.js} +2 -2
  167. package/dist/{getContract-6ajhFbP2.js.map → getContract-DXPZJOBy.js.map} +1 -1
  168. package/dist/main.cjs +1 -1
  169. package/dist/main.js +1 -1
  170. package/dist/{secp256k1-Ev0s9Yr6.js → secp256k1-D02y6Pc-.js} +2 -2
  171. package/dist/{secp256k1-Ev0s9Yr6.js.map → secp256k1-D02y6Pc-.js.map} +1 -1
  172. package/dist/{secp256k1-B8plqpXf.cjs → secp256k1-q_akf6f-.cjs} +2 -2
  173. package/dist/{secp256k1-B8plqpXf.cjs.map → secp256k1-q_akf6f-.cjs.map} +1 -1
  174. package/dist/utils/version.cjs +1 -1
  175. package/dist/utils/version.js +1 -1
  176. package/dist/{writeContract-CjcOEtWX.js → writeContract-BsrMQkg5.js} +4 -4
  177. package/dist/{writeContract-CjcOEtWX.js.map → writeContract-BsrMQkg5.js.map} +1 -1
  178. package/dist/{writeContract-BatuNuTe.cjs → writeContract-Cbrw62uO.cjs} +3 -3
  179. package/dist/{writeContract-BatuNuTe.cjs.map → writeContract-Cbrw62uO.cjs.map} +1 -1
  180. package/package.json +2 -2
  181. package/dist/constants-BcPRVxdH.cjs +0 -9
  182. package/dist/constants-BcPRVxdH.cjs.map +0 -1
  183. package/dist/constants-CH7Tz5jz.js.map +0 -1
  184. package/dist/contracts/abis/holesky/PufferDepositor.cjs +0 -2
  185. package/dist/contracts/abis/holesky/PufferDepositor.cjs.map +0 -1
  186. package/dist/contracts/abis/holesky/PufferDepositor.d.ts +0 -283
  187. package/dist/contracts/abis/holesky/PufferDepositor.js +0 -377
  188. package/dist/contracts/abis/holesky/PufferDepositor.js.map +0 -1
  189. package/dist/contracts/abis/holesky/PufferVaultV2.cjs +0 -2
  190. package/dist/contracts/abis/holesky/PufferVaultV2.cjs.map +0 -1
  191. package/dist/contracts/abis/holesky/PufferVaultV2.d.ts +0 -1361
  192. package/dist/contracts/abis/holesky/PufferVaultV2.js +0 -1787
  193. package/dist/contracts/abis/holesky/PufferVaultV2.js.map +0 -1
  194. package/dist/contracts/abis/l1-reward-manager-abis.cjs +0 -2
  195. package/dist/contracts/abis/l1-reward-manager-abis.cjs.map +0 -1
  196. package/dist/contracts/abis/l1-reward-manager-abis.d.ts +0 -527
  197. package/dist/contracts/abis/l1-reward-manager-abis.js +0 -10
  198. package/dist/contracts/abis/l1-reward-manager-abis.js.map +0 -1
  199. package/dist/contracts/abis/l2-reward-manager-abis.cjs +0 -2
  200. package/dist/contracts/abis/l2-reward-manager-abis.cjs.map +0 -1
  201. package/dist/contracts/abis/l2-reward-manager-abis.d.ts +0 -709
  202. package/dist/contracts/abis/l2-reward-manager-abis.js +0 -11
  203. package/dist/contracts/abis/l2-reward-manager-abis.js.map +0 -1
  204. package/dist/contracts/abis/nucleus-accountant-abis.cjs +0 -2
  205. package/dist/contracts/abis/nucleus-accountant-abis.cjs.map +0 -1
  206. package/dist/contracts/abis/nucleus-accountant-abis.d.ts +0 -525
  207. package/dist/contracts/abis/nucleus-accountant-abis.js +0 -9
  208. package/dist/contracts/abis/nucleus-accountant-abis.js.map +0 -1
  209. package/dist/contracts/abis/nucleus-atomic-queue-abis.cjs +0 -2
  210. package/dist/contracts/abis/nucleus-atomic-queue-abis.cjs.map +0 -1
  211. package/dist/contracts/abis/nucleus-atomic-queue-abis.d.ts +0 -332
  212. package/dist/contracts/abis/nucleus-atomic-queue-abis.js +0 -9
  213. package/dist/contracts/abis/nucleus-atomic-queue-abis.js.map +0 -1
  214. package/dist/contracts/abis/nucleus-boring-vault-abis.cjs +0 -2
  215. package/dist/contracts/abis/nucleus-boring-vault-abis.cjs.map +0 -1
  216. package/dist/contracts/abis/nucleus-boring-vault-abis.d.ts +0 -626
  217. package/dist/contracts/abis/nucleus-boring-vault-abis.js +0 -9
  218. package/dist/contracts/abis/nucleus-boring-vault-abis.js.map +0 -1
  219. package/dist/contracts/abis/nucleus-teller-abis.cjs +0 -2
  220. package/dist/contracts/abis/nucleus-teller-abis.cjs.map +0 -1
  221. package/dist/contracts/abis/nucleus-teller-abis.d.ts +0 -545
  222. package/dist/contracts/abis/nucleus-teller-abis.js +0 -9
  223. package/dist/contracts/abis/nucleus-teller-abis.js.map +0 -1
  224. package/dist/contracts/abis/puf-locker-abis.cjs +0 -2
  225. package/dist/contracts/abis/puf-locker-abis.cjs.map +0 -1
  226. package/dist/contracts/abis/puf-locker-abis.d.ts +0 -484
  227. package/dist/contracts/abis/puf-locker-abis.js +0 -10
  228. package/dist/contracts/abis/puf-locker-abis.js.map +0 -1
  229. package/dist/contracts/abis/puffer-depositor-abis.cjs +0 -2
  230. package/dist/contracts/abis/puffer-depositor-abis.cjs.map +0 -1
  231. package/dist/contracts/abis/puffer-depositor-abis.d.ts +0 -664
  232. package/dist/contracts/abis/puffer-depositor-abis.js +0 -20
  233. package/dist/contracts/abis/puffer-depositor-abis.js.map +0 -1
  234. package/dist/contracts/abis/puffer-vault-abis.cjs +0 -2
  235. package/dist/contracts/abis/puffer-vault-abis.cjs.map +0 -1
  236. package/dist/contracts/abis/puffer-vault-abis.d.ts +0 -2787
  237. package/dist/contracts/abis/puffer-vault-abis.js +0 -15
  238. package/dist/contracts/abis/puffer-vault-abis.js.map +0 -1
  239. package/dist/contracts/abis/puffer-withdrawal-manager-abis.cjs +0 -2
  240. package/dist/contracts/abis/puffer-withdrawal-manager-abis.cjs.map +0 -1
  241. package/dist/contracts/abis/puffer-withdrawal-manager-abis.d.ts +0 -514
  242. package/dist/contracts/abis/puffer-withdrawal-manager-abis.js +0 -10
  243. package/dist/contracts/abis/puffer-withdrawal-manager-abis.js.map +0 -1
  244. package/dist/contracts/abis/tokens-abis.cjs +0 -2
  245. package/dist/contracts/abis/tokens-abis.cjs.map +0 -1
  246. package/dist/contracts/abis/tokens-abis.d.ts +0 -396
  247. package/dist/contracts/abis/tokens-abis.js +0 -6
  248. package/dist/contracts/abis/tokens-abis.js.map +0 -1
@@ -1,2787 +0,0 @@
1
- export declare const PUFFER_VAULT_ABIS: {
2
- [x: number]: {
3
- PufferVaultV2: readonly [{
4
- readonly type: "constructor";
5
- readonly inputs: readonly [{
6
- readonly name: "stETH";
7
- readonly type: "address";
8
- readonly internalType: "contract IStETH";
9
- }, {
10
- readonly name: "weth";
11
- readonly type: "address";
12
- readonly internalType: "contract IWETH";
13
- }, {
14
- readonly name: "lidoWithdrawalQueue";
15
- readonly type: "address";
16
- readonly internalType: "contract ILidoWithdrawalQueue";
17
- }, {
18
- readonly name: "stETHStrategy";
19
- readonly type: "address";
20
- readonly internalType: "contract IStrategy";
21
- }, {
22
- readonly name: "eigenStrategyManager";
23
- readonly type: "address";
24
- readonly internalType: "contract IEigenLayer";
25
- }, {
26
- readonly name: "oracle";
27
- readonly type: "address";
28
- readonly internalType: "contract IPufferOracle";
29
- }, {
30
- readonly name: "delegationManager";
31
- readonly type: "address";
32
- readonly internalType: "contract IDelegationManager";
33
- }];
34
- readonly stateMutability: "nonpayable";
35
- }, {
36
- readonly type: "receive";
37
- readonly stateMutability: "payable";
38
- }, {
39
- readonly type: "function";
40
- readonly name: "DOMAIN_SEPARATOR";
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: "PUFFER_ORACLE";
51
- readonly inputs: readonly [];
52
- readonly outputs: readonly [{
53
- readonly name: "";
54
- readonly type: "address";
55
- readonly internalType: "contract IPufferOracle";
56
- }];
57
- readonly stateMutability: "view";
58
- }, {
59
- readonly type: "function";
60
- readonly name: "UPGRADE_INTERFACE_VERSION";
61
- readonly inputs: readonly [];
62
- readonly outputs: readonly [{
63
- readonly name: "";
64
- readonly type: "string";
65
- readonly internalType: "string";
66
- }];
67
- readonly stateMutability: "view";
68
- }, {
69
- readonly type: "function";
70
- readonly name: "allowance";
71
- readonly inputs: readonly [{
72
- readonly name: "owner";
73
- readonly type: "address";
74
- readonly internalType: "address";
75
- }, {
76
- readonly name: "spender";
77
- readonly type: "address";
78
- readonly internalType: "address";
79
- }];
80
- readonly outputs: readonly [{
81
- readonly name: "";
82
- readonly type: "uint256";
83
- readonly internalType: "uint256";
84
- }];
85
- readonly stateMutability: "view";
86
- }, {
87
- readonly type: "function";
88
- readonly name: "approve";
89
- readonly inputs: readonly [{
90
- readonly name: "spender";
91
- readonly type: "address";
92
- readonly internalType: "address";
93
- }, {
94
- readonly name: "value";
95
- readonly type: "uint256";
96
- readonly internalType: "uint256";
97
- }];
98
- readonly outputs: readonly [{
99
- readonly name: "";
100
- readonly type: "bool";
101
- readonly internalType: "bool";
102
- }];
103
- readonly stateMutability: "nonpayable";
104
- }, {
105
- readonly type: "function";
106
- readonly name: "asset";
107
- readonly inputs: readonly [];
108
- readonly outputs: readonly [{
109
- readonly name: "";
110
- readonly type: "address";
111
- readonly internalType: "address";
112
- }];
113
- readonly stateMutability: "view";
114
- }, {
115
- readonly type: "function";
116
- readonly name: "authority";
117
- readonly inputs: readonly [];
118
- readonly outputs: readonly [{
119
- readonly name: "";
120
- readonly type: "address";
121
- readonly internalType: "address";
122
- }];
123
- readonly stateMutability: "view";
124
- }, {
125
- readonly type: "function";
126
- readonly name: "balanceOf";
127
- readonly inputs: readonly [{
128
- readonly name: "account";
129
- readonly type: "address";
130
- readonly internalType: "address";
131
- }];
132
- readonly outputs: readonly [{
133
- readonly name: "";
134
- readonly type: "uint256";
135
- readonly internalType: "uint256";
136
- }];
137
- readonly stateMutability: "view";
138
- }, {
139
- readonly type: "function";
140
- readonly name: "burn";
141
- readonly inputs: readonly [{
142
- readonly name: "shares";
143
- readonly type: "uint256";
144
- readonly internalType: "uint256";
145
- }];
146
- readonly outputs: readonly [];
147
- readonly stateMutability: "nonpayable";
148
- }, {
149
- readonly type: "function";
150
- readonly name: "claimWithdrawalFromEigenLayer";
151
- readonly inputs: readonly [{
152
- readonly name: "queuedWithdrawal";
153
- readonly type: "tuple";
154
- readonly internalType: "struct IEigenLayer.QueuedWithdrawal";
155
- readonly components: readonly [{
156
- readonly name: "strategies";
157
- readonly type: "address[]";
158
- readonly internalType: "contract IStrategy[]";
159
- }, {
160
- readonly name: "shares";
161
- readonly type: "uint256[]";
162
- readonly internalType: "uint256[]";
163
- }, {
164
- readonly name: "depositor";
165
- readonly type: "address";
166
- readonly internalType: "address";
167
- }, {
168
- readonly name: "withdrawerAndNonce";
169
- readonly type: "tuple";
170
- readonly internalType: "struct IEigenLayer.WithdrawerAndNonce";
171
- readonly components: readonly [{
172
- readonly name: "withdrawer";
173
- readonly type: "address";
174
- readonly internalType: "address";
175
- }, {
176
- readonly name: "nonce";
177
- readonly type: "uint96";
178
- readonly internalType: "uint96";
179
- }];
180
- }, {
181
- readonly name: "withdrawalStartBlock";
182
- readonly type: "uint32";
183
- readonly internalType: "uint32";
184
- }, {
185
- readonly name: "delegatedAddress";
186
- readonly type: "address";
187
- readonly internalType: "address";
188
- }];
189
- }, {
190
- readonly name: "tokens";
191
- readonly type: "address[]";
192
- readonly internalType: "contract IERC20[]";
193
- }, {
194
- readonly name: "middlewareTimesIndex";
195
- readonly type: "uint256";
196
- readonly internalType: "uint256";
197
- }];
198
- readonly outputs: readonly [];
199
- readonly stateMutability: "nonpayable";
200
- }, {
201
- readonly type: "function";
202
- readonly name: "claimWithdrawalFromEigenLayerM2";
203
- readonly inputs: readonly [{
204
- readonly name: "queuedWithdrawal";
205
- readonly type: "tuple";
206
- readonly internalType: "struct IEigenLayer.QueuedWithdrawal";
207
- readonly components: readonly [{
208
- readonly name: "strategies";
209
- readonly type: "address[]";
210
- readonly internalType: "contract IStrategy[]";
211
- }, {
212
- readonly name: "shares";
213
- readonly type: "uint256[]";
214
- readonly internalType: "uint256[]";
215
- }, {
216
- readonly name: "depositor";
217
- readonly type: "address";
218
- readonly internalType: "address";
219
- }, {
220
- readonly name: "withdrawerAndNonce";
221
- readonly type: "tuple";
222
- readonly internalType: "struct IEigenLayer.WithdrawerAndNonce";
223
- readonly components: readonly [{
224
- readonly name: "withdrawer";
225
- readonly type: "address";
226
- readonly internalType: "address";
227
- }, {
228
- readonly name: "nonce";
229
- readonly type: "uint96";
230
- readonly internalType: "uint96";
231
- }];
232
- }, {
233
- readonly name: "withdrawalStartBlock";
234
- readonly type: "uint32";
235
- readonly internalType: "uint32";
236
- }, {
237
- readonly name: "delegatedAddress";
238
- readonly type: "address";
239
- readonly internalType: "address";
240
- }];
241
- }, {
242
- readonly name: "tokens";
243
- readonly type: "address[]";
244
- readonly internalType: "contract IERC20[]";
245
- }, {
246
- readonly name: "middlewareTimesIndex";
247
- readonly type: "uint256";
248
- readonly internalType: "uint256";
249
- }, {
250
- readonly name: "nonce";
251
- readonly type: "uint256";
252
- readonly internalType: "uint256";
253
- }];
254
- readonly outputs: readonly [];
255
- readonly stateMutability: "nonpayable";
256
- }, {
257
- readonly type: "function";
258
- readonly name: "claimWithdrawalsFromLido";
259
- readonly inputs: readonly [{
260
- readonly name: "requestIds";
261
- readonly type: "uint256[]";
262
- readonly internalType: "uint256[]";
263
- }];
264
- readonly outputs: readonly [];
265
- readonly stateMutability: "nonpayable";
266
- }, {
267
- readonly type: "function";
268
- readonly name: "convertToAssets";
269
- readonly inputs: readonly [{
270
- readonly name: "shares";
271
- readonly type: "uint256";
272
- readonly internalType: "uint256";
273
- }];
274
- readonly outputs: readonly [{
275
- readonly name: "";
276
- readonly type: "uint256";
277
- readonly internalType: "uint256";
278
- }];
279
- readonly stateMutability: "view";
280
- }, {
281
- readonly type: "function";
282
- readonly name: "convertToShares";
283
- readonly inputs: readonly [{
284
- readonly name: "assets";
285
- readonly type: "uint256";
286
- readonly internalType: "uint256";
287
- }];
288
- readonly outputs: readonly [{
289
- readonly name: "";
290
- readonly type: "uint256";
291
- readonly internalType: "uint256";
292
- }];
293
- readonly stateMutability: "view";
294
- }, {
295
- readonly type: "function";
296
- readonly name: "convertToSharesUp";
297
- readonly inputs: readonly [{
298
- readonly name: "assets";
299
- readonly type: "uint256";
300
- readonly internalType: "uint256";
301
- }];
302
- readonly outputs: readonly [{
303
- readonly name: "";
304
- readonly type: "uint256";
305
- readonly internalType: "uint256";
306
- }];
307
- readonly stateMutability: "view";
308
- }, {
309
- readonly type: "function";
310
- readonly name: "decimals";
311
- readonly inputs: readonly [];
312
- readonly outputs: readonly [{
313
- readonly name: "";
314
- readonly type: "uint8";
315
- readonly internalType: "uint8";
316
- }];
317
- readonly stateMutability: "pure";
318
- }, {
319
- readonly type: "function";
320
- readonly name: "deposit";
321
- readonly inputs: readonly [{
322
- readonly name: "assets";
323
- readonly type: "uint256";
324
- readonly internalType: "uint256";
325
- }, {
326
- readonly name: "receiver";
327
- readonly type: "address";
328
- readonly internalType: "address";
329
- }];
330
- readonly outputs: readonly [{
331
- readonly name: "";
332
- readonly type: "uint256";
333
- readonly internalType: "uint256";
334
- }];
335
- readonly stateMutability: "nonpayable";
336
- }, {
337
- readonly type: "function";
338
- readonly name: "depositETH";
339
- readonly inputs: readonly [{
340
- readonly name: "receiver";
341
- readonly type: "address";
342
- readonly internalType: "address";
343
- }];
344
- readonly outputs: readonly [{
345
- readonly name: "";
346
- readonly type: "uint256";
347
- readonly internalType: "uint256";
348
- }];
349
- readonly stateMutability: "payable";
350
- }, {
351
- readonly type: "function";
352
- readonly name: "depositStETH";
353
- readonly inputs: readonly [{
354
- readonly name: "stETHSharesAmount";
355
- readonly type: "uint256";
356
- readonly internalType: "uint256";
357
- }, {
358
- readonly name: "receiver";
359
- readonly type: "address";
360
- readonly internalType: "address";
361
- }];
362
- readonly outputs: readonly [{
363
- readonly name: "";
364
- readonly type: "uint256";
365
- readonly internalType: "uint256";
366
- }];
367
- readonly stateMutability: "nonpayable";
368
- }, {
369
- readonly type: "function";
370
- readonly name: "depositToEigenLayer";
371
- readonly inputs: readonly [{
372
- readonly name: "amount";
373
- readonly type: "uint256";
374
- readonly internalType: "uint256";
375
- }];
376
- readonly outputs: readonly [];
377
- readonly stateMutability: "nonpayable";
378
- }, {
379
- readonly type: "function";
380
- readonly name: "eip712Domain";
381
- readonly inputs: readonly [];
382
- readonly outputs: readonly [{
383
- readonly name: "fields";
384
- readonly type: "bytes1";
385
- readonly internalType: "bytes1";
386
- }, {
387
- readonly name: "name";
388
- readonly type: "string";
389
- readonly internalType: "string";
390
- }, {
391
- readonly name: "version";
392
- readonly type: "string";
393
- readonly internalType: "string";
394
- }, {
395
- readonly name: "chainId";
396
- readonly type: "uint256";
397
- readonly internalType: "uint256";
398
- }, {
399
- readonly name: "verifyingContract";
400
- readonly type: "address";
401
- readonly internalType: "address";
402
- }, {
403
- readonly name: "salt";
404
- readonly type: "bytes32";
405
- readonly internalType: "bytes32";
406
- }, {
407
- readonly name: "extensions";
408
- readonly type: "uint256[]";
409
- readonly internalType: "uint256[]";
410
- }];
411
- readonly stateMutability: "view";
412
- }, {
413
- readonly type: "function";
414
- readonly name: "getELBackingEthAmount";
415
- readonly inputs: readonly [];
416
- readonly outputs: readonly [{
417
- readonly name: "ethAmount";
418
- readonly type: "uint256";
419
- readonly internalType: "uint256";
420
- }];
421
- readonly stateMutability: "view";
422
- }, {
423
- readonly type: "function";
424
- readonly name: "getExitFeeBasisPoints";
425
- readonly inputs: readonly [];
426
- readonly outputs: readonly [{
427
- readonly name: "";
428
- readonly type: "uint256";
429
- readonly internalType: "uint256";
430
- }];
431
- readonly stateMutability: "view";
432
- }, {
433
- readonly type: "function";
434
- readonly name: "getPendingLidoETHAmount";
435
- readonly inputs: readonly [];
436
- readonly outputs: readonly [{
437
- readonly name: "";
438
- readonly type: "uint256";
439
- readonly internalType: "uint256";
440
- }];
441
- readonly stateMutability: "view";
442
- }, {
443
- readonly type: "function";
444
- readonly name: "getRemainingAssetsDailyWithdrawalLimit";
445
- readonly inputs: readonly [];
446
- readonly outputs: readonly [{
447
- readonly name: "";
448
- readonly type: "uint256";
449
- readonly internalType: "uint256";
450
- }];
451
- readonly stateMutability: "view";
452
- }, {
453
- readonly type: "function";
454
- readonly name: "initialize";
455
- readonly inputs: readonly [];
456
- readonly outputs: readonly [];
457
- readonly stateMutability: "nonpayable";
458
- }, {
459
- readonly type: "function";
460
- readonly name: "initialize";
461
- readonly inputs: readonly [{
462
- readonly name: "accessManager";
463
- readonly type: "address";
464
- readonly internalType: "address";
465
- }];
466
- readonly outputs: readonly [];
467
- readonly stateMutability: "nonpayable";
468
- }, {
469
- readonly type: "function";
470
- readonly name: "initiateETHWithdrawalsFromLido";
471
- readonly inputs: readonly [{
472
- readonly name: "amounts";
473
- readonly type: "uint256[]";
474
- readonly internalType: "uint256[]";
475
- }];
476
- readonly outputs: readonly [{
477
- readonly name: "requestIds";
478
- readonly type: "uint256[]";
479
- readonly internalType: "uint256[]";
480
- }];
481
- readonly stateMutability: "nonpayable";
482
- }, {
483
- readonly type: "function";
484
- readonly name: "initiateStETHWithdrawalFromEigenLayer";
485
- readonly inputs: readonly [{
486
- readonly name: "sharesToWithdraw";
487
- readonly type: "uint256";
488
- readonly internalType: "uint256";
489
- }];
490
- readonly outputs: readonly [];
491
- readonly stateMutability: "nonpayable";
492
- }, {
493
- readonly type: "function";
494
- readonly name: "isConsumingScheduledOp";
495
- readonly inputs: readonly [];
496
- readonly outputs: readonly [{
497
- readonly name: "";
498
- readonly type: "bytes4";
499
- readonly internalType: "bytes4";
500
- }];
501
- readonly stateMutability: "view";
502
- }, {
503
- readonly type: "function";
504
- readonly name: "maxDeposit";
505
- readonly inputs: readonly [{
506
- readonly name: "";
507
- readonly type: "address";
508
- readonly internalType: "address";
509
- }];
510
- readonly outputs: readonly [{
511
- readonly name: "";
512
- readonly type: "uint256";
513
- readonly internalType: "uint256";
514
- }];
515
- readonly stateMutability: "view";
516
- }, {
517
- readonly type: "function";
518
- readonly name: "maxMint";
519
- readonly inputs: readonly [{
520
- readonly name: "";
521
- readonly type: "address";
522
- readonly internalType: "address";
523
- }];
524
- readonly outputs: readonly [{
525
- readonly name: "";
526
- readonly type: "uint256";
527
- readonly internalType: "uint256";
528
- }];
529
- readonly stateMutability: "view";
530
- }, {
531
- readonly type: "function";
532
- readonly name: "maxRedeem";
533
- readonly inputs: readonly [{
534
- readonly name: "owner";
535
- readonly type: "address";
536
- readonly internalType: "address";
537
- }];
538
- readonly outputs: readonly [{
539
- readonly name: "maxShares";
540
- readonly type: "uint256";
541
- readonly internalType: "uint256";
542
- }];
543
- readonly stateMutability: "view";
544
- }, {
545
- readonly type: "function";
546
- readonly name: "maxWithdraw";
547
- readonly inputs: readonly [{
548
- readonly name: "owner";
549
- readonly type: "address";
550
- readonly internalType: "address";
551
- }];
552
- readonly outputs: readonly [{
553
- readonly name: "maxAssets";
554
- readonly type: "uint256";
555
- readonly internalType: "uint256";
556
- }];
557
- readonly stateMutability: "view";
558
- }, {
559
- readonly type: "function";
560
- readonly name: "mint";
561
- readonly inputs: readonly [{
562
- readonly name: "shares";
563
- readonly type: "uint256";
564
- readonly internalType: "uint256";
565
- }, {
566
- readonly name: "receiver";
567
- readonly type: "address";
568
- readonly internalType: "address";
569
- }];
570
- readonly outputs: readonly [{
571
- readonly name: "";
572
- readonly type: "uint256";
573
- readonly internalType: "uint256";
574
- }];
575
- readonly stateMutability: "nonpayable";
576
- }, {
577
- readonly type: "function";
578
- readonly name: "name";
579
- readonly inputs: readonly [];
580
- readonly outputs: readonly [{
581
- readonly name: "";
582
- readonly type: "string";
583
- readonly internalType: "string";
584
- }];
585
- readonly stateMutability: "view";
586
- }, {
587
- readonly type: "function";
588
- readonly name: "nonces";
589
- readonly inputs: readonly [{
590
- readonly name: "owner";
591
- readonly type: "address";
592
- readonly internalType: "address";
593
- }];
594
- readonly outputs: readonly [{
595
- readonly name: "";
596
- readonly type: "uint256";
597
- readonly internalType: "uint256";
598
- }];
599
- readonly stateMutability: "view";
600
- }, {
601
- readonly type: "function";
602
- readonly name: "onERC721Received";
603
- readonly inputs: readonly [{
604
- readonly name: "";
605
- readonly type: "address";
606
- readonly internalType: "address";
607
- }, {
608
- readonly name: "";
609
- readonly type: "address";
610
- readonly internalType: "address";
611
- }, {
612
- readonly name: "";
613
- readonly type: "uint256";
614
- readonly internalType: "uint256";
615
- }, {
616
- readonly name: "";
617
- readonly type: "bytes";
618
- readonly internalType: "bytes";
619
- }];
620
- readonly outputs: readonly [{
621
- readonly name: "";
622
- readonly type: "bytes4";
623
- readonly internalType: "bytes4";
624
- }];
625
- readonly stateMutability: "nonpayable";
626
- }, {
627
- readonly type: "function";
628
- readonly name: "permit";
629
- readonly inputs: readonly [{
630
- readonly name: "owner";
631
- readonly type: "address";
632
- readonly internalType: "address";
633
- }, {
634
- readonly name: "spender";
635
- readonly type: "address";
636
- readonly internalType: "address";
637
- }, {
638
- readonly name: "value";
639
- readonly type: "uint256";
640
- readonly internalType: "uint256";
641
- }, {
642
- readonly name: "deadline";
643
- readonly type: "uint256";
644
- readonly internalType: "uint256";
645
- }, {
646
- readonly name: "v";
647
- readonly type: "uint8";
648
- readonly internalType: "uint8";
649
- }, {
650
- readonly name: "r";
651
- readonly type: "bytes32";
652
- readonly internalType: "bytes32";
653
- }, {
654
- readonly name: "s";
655
- readonly type: "bytes32";
656
- readonly internalType: "bytes32";
657
- }];
658
- readonly outputs: readonly [];
659
- readonly stateMutability: "nonpayable";
660
- }, {
661
- readonly type: "function";
662
- readonly name: "previewDeposit";
663
- readonly inputs: readonly [{
664
- readonly name: "assets";
665
- readonly type: "uint256";
666
- readonly internalType: "uint256";
667
- }];
668
- readonly outputs: readonly [{
669
- readonly name: "";
670
- readonly type: "uint256";
671
- readonly internalType: "uint256";
672
- }];
673
- readonly stateMutability: "view";
674
- }, {
675
- readonly type: "function";
676
- readonly name: "previewMint";
677
- readonly inputs: readonly [{
678
- readonly name: "shares";
679
- readonly type: "uint256";
680
- readonly internalType: "uint256";
681
- }];
682
- readonly outputs: readonly [{
683
- readonly name: "";
684
- readonly type: "uint256";
685
- readonly internalType: "uint256";
686
- }];
687
- readonly stateMutability: "view";
688
- }, {
689
- readonly type: "function";
690
- readonly name: "previewRedeem";
691
- readonly inputs: readonly [{
692
- readonly name: "shares";
693
- readonly type: "uint256";
694
- readonly internalType: "uint256";
695
- }];
696
- readonly outputs: readonly [{
697
- readonly name: "";
698
- readonly type: "uint256";
699
- readonly internalType: "uint256";
700
- }];
701
- readonly stateMutability: "view";
702
- }, {
703
- readonly type: "function";
704
- readonly name: "previewWithdraw";
705
- readonly inputs: readonly [{
706
- readonly name: "assets";
707
- readonly type: "uint256";
708
- readonly internalType: "uint256";
709
- }];
710
- readonly outputs: readonly [{
711
- readonly name: "";
712
- readonly type: "uint256";
713
- readonly internalType: "uint256";
714
- }];
715
- readonly stateMutability: "view";
716
- }, {
717
- readonly type: "function";
718
- readonly name: "proxiableUUID";
719
- readonly inputs: readonly [];
720
- readonly outputs: readonly [{
721
- readonly name: "";
722
- readonly type: "bytes32";
723
- readonly internalType: "bytes32";
724
- }];
725
- readonly stateMutability: "view";
726
- }, {
727
- readonly type: "function";
728
- readonly name: "redeem";
729
- readonly inputs: readonly [{
730
- readonly name: "shares";
731
- readonly type: "uint256";
732
- readonly internalType: "uint256";
733
- }, {
734
- readonly name: "receiver";
735
- readonly type: "address";
736
- readonly internalType: "address";
737
- }, {
738
- readonly name: "owner";
739
- readonly type: "address";
740
- readonly internalType: "address";
741
- }];
742
- readonly outputs: readonly [{
743
- readonly name: "";
744
- readonly type: "uint256";
745
- readonly internalType: "uint256";
746
- }];
747
- readonly stateMutability: "nonpayable";
748
- }, {
749
- readonly type: "function";
750
- readonly name: "setAuthority";
751
- readonly inputs: readonly [{
752
- readonly name: "newAuthority";
753
- readonly type: "address";
754
- readonly internalType: "address";
755
- }];
756
- readonly outputs: readonly [];
757
- readonly stateMutability: "nonpayable";
758
- }, {
759
- readonly type: "function";
760
- readonly name: "setDailyWithdrawalLimit";
761
- readonly inputs: readonly [{
762
- readonly name: "newLimit";
763
- readonly type: "uint96";
764
- readonly internalType: "uint96";
765
- }];
766
- readonly outputs: readonly [];
767
- readonly stateMutability: "nonpayable";
768
- }, {
769
- readonly type: "function";
770
- readonly name: "setExitFeeBasisPoints";
771
- readonly inputs: readonly [{
772
- readonly name: "newExitFeeBasisPoints";
773
- readonly type: "uint256";
774
- readonly internalType: "uint256";
775
- }];
776
- readonly outputs: readonly [];
777
- readonly stateMutability: "nonpayable";
778
- }, {
779
- readonly type: "function";
780
- readonly name: "symbol";
781
- readonly inputs: readonly [];
782
- readonly outputs: readonly [{
783
- readonly name: "";
784
- readonly type: "string";
785
- readonly internalType: "string";
786
- }];
787
- readonly stateMutability: "view";
788
- }, {
789
- readonly type: "function";
790
- readonly name: "totalAssets";
791
- readonly inputs: readonly [];
792
- readonly outputs: readonly [{
793
- readonly name: "";
794
- readonly type: "uint256";
795
- readonly internalType: "uint256";
796
- }];
797
- readonly stateMutability: "view";
798
- }, {
799
- readonly type: "function";
800
- readonly name: "totalSupply";
801
- readonly inputs: readonly [];
802
- readonly outputs: readonly [{
803
- readonly name: "";
804
- readonly type: "uint256";
805
- readonly internalType: "uint256";
806
- }];
807
- readonly stateMutability: "view";
808
- }, {
809
- readonly type: "function";
810
- readonly name: "transfer";
811
- readonly inputs: readonly [{
812
- readonly name: "to";
813
- readonly type: "address";
814
- readonly internalType: "address";
815
- }, {
816
- readonly name: "value";
817
- readonly type: "uint256";
818
- readonly internalType: "uint256";
819
- }];
820
- readonly outputs: readonly [{
821
- readonly name: "";
822
- readonly type: "bool";
823
- readonly internalType: "bool";
824
- }];
825
- readonly stateMutability: "nonpayable";
826
- }, {
827
- readonly type: "function";
828
- readonly name: "transferETH";
829
- readonly inputs: readonly [{
830
- readonly name: "to";
831
- readonly type: "address";
832
- readonly internalType: "address";
833
- }, {
834
- readonly name: "ethAmount";
835
- readonly type: "uint256";
836
- readonly internalType: "uint256";
837
- }];
838
- readonly outputs: readonly [];
839
- readonly stateMutability: "nonpayable";
840
- }, {
841
- readonly type: "function";
842
- readonly name: "transferFrom";
843
- readonly inputs: readonly [{
844
- readonly name: "from";
845
- readonly type: "address";
846
- readonly internalType: "address";
847
- }, {
848
- readonly name: "to";
849
- readonly type: "address";
850
- readonly internalType: "address";
851
- }, {
852
- readonly name: "value";
853
- readonly type: "uint256";
854
- readonly internalType: "uint256";
855
- }];
856
- readonly outputs: readonly [{
857
- readonly name: "";
858
- readonly type: "bool";
859
- readonly internalType: "bool";
860
- }];
861
- readonly stateMutability: "nonpayable";
862
- }, {
863
- readonly type: "function";
864
- readonly name: "upgradeToAndCall";
865
- readonly inputs: readonly [{
866
- readonly name: "newImplementation";
867
- readonly type: "address";
868
- readonly internalType: "address";
869
- }, {
870
- readonly name: "data";
871
- readonly type: "bytes";
872
- readonly internalType: "bytes";
873
- }];
874
- readonly outputs: readonly [];
875
- readonly stateMutability: "payable";
876
- }, {
877
- readonly type: "function";
878
- readonly name: "withdraw";
879
- readonly inputs: readonly [{
880
- readonly name: "assets";
881
- readonly type: "uint256";
882
- readonly internalType: "uint256";
883
- }, {
884
- readonly name: "receiver";
885
- readonly type: "address";
886
- readonly internalType: "address";
887
- }, {
888
- readonly name: "owner";
889
- readonly type: "address";
890
- readonly internalType: "address";
891
- }];
892
- readonly outputs: readonly [{
893
- readonly name: "";
894
- readonly type: "uint256";
895
- readonly internalType: "uint256";
896
- }];
897
- readonly stateMutability: "nonpayable";
898
- }, {
899
- readonly type: "event";
900
- readonly name: "Approval";
901
- readonly inputs: readonly [{
902
- readonly name: "owner";
903
- readonly type: "address";
904
- readonly indexed: true;
905
- readonly internalType: "address";
906
- }, {
907
- readonly name: "spender";
908
- readonly type: "address";
909
- readonly indexed: true;
910
- readonly internalType: "address";
911
- }, {
912
- readonly name: "value";
913
- readonly type: "uint256";
914
- readonly indexed: false;
915
- readonly internalType: "uint256";
916
- }];
917
- readonly anonymous: false;
918
- }, {
919
- readonly type: "event";
920
- readonly name: "AssetsWithdrawnToday";
921
- readonly inputs: readonly [{
922
- readonly name: "withdrawalAmount";
923
- readonly type: "uint256";
924
- readonly indexed: false;
925
- readonly internalType: "uint256";
926
- }];
927
- readonly anonymous: false;
928
- }, {
929
- readonly type: "event";
930
- readonly name: "AuthorityUpdated";
931
- readonly inputs: readonly [{
932
- readonly name: "authority";
933
- readonly type: "address";
934
- readonly indexed: false;
935
- readonly internalType: "address";
936
- }];
937
- readonly anonymous: false;
938
- }, {
939
- readonly type: "event";
940
- readonly name: "ClaimedWithdrawals";
941
- readonly inputs: readonly [{
942
- readonly name: "requestIds";
943
- readonly type: "uint256[]";
944
- readonly indexed: false;
945
- readonly internalType: "uint256[]";
946
- }];
947
- readonly anonymous: false;
948
- }, {
949
- readonly type: "event";
950
- readonly name: "DailyWithdrawalLimitReset";
951
- readonly inputs: readonly [];
952
- readonly anonymous: false;
953
- }, {
954
- readonly type: "event";
955
- readonly name: "DailyWithdrawalLimitSet";
956
- readonly inputs: readonly [{
957
- readonly name: "oldLimit";
958
- readonly type: "uint96";
959
- readonly indexed: false;
960
- readonly internalType: "uint96";
961
- }, {
962
- readonly name: "newLimit";
963
- readonly type: "uint96";
964
- readonly indexed: false;
965
- readonly internalType: "uint96";
966
- }];
967
- readonly anonymous: false;
968
- }, {
969
- readonly type: "event";
970
- readonly name: "Deposit";
971
- readonly inputs: readonly [{
972
- readonly name: "sender";
973
- readonly type: "address";
974
- readonly indexed: true;
975
- readonly internalType: "address";
976
- }, {
977
- readonly name: "owner";
978
- readonly type: "address";
979
- readonly indexed: true;
980
- readonly internalType: "address";
981
- }, {
982
- readonly name: "assets";
983
- readonly type: "uint256";
984
- readonly indexed: false;
985
- readonly internalType: "uint256";
986
- }, {
987
- readonly name: "shares";
988
- readonly type: "uint256";
989
- readonly indexed: false;
990
- readonly internalType: "uint256";
991
- }];
992
- readonly anonymous: false;
993
- }, {
994
- readonly type: "event";
995
- readonly name: "EIP712DomainChanged";
996
- readonly inputs: readonly [];
997
- readonly anonymous: false;
998
- }, {
999
- readonly type: "event";
1000
- readonly name: "ExitFeeBasisPointsSet";
1001
- readonly inputs: readonly [{
1002
- readonly name: "previousFee";
1003
- readonly type: "uint256";
1004
- readonly indexed: false;
1005
- readonly internalType: "uint256";
1006
- }, {
1007
- readonly name: "newFee";
1008
- readonly type: "uint256";
1009
- readonly indexed: false;
1010
- readonly internalType: "uint256";
1011
- }];
1012
- readonly anonymous: false;
1013
- }, {
1014
- readonly type: "event";
1015
- readonly name: "Initialized";
1016
- readonly inputs: readonly [{
1017
- readonly name: "version";
1018
- readonly type: "uint64";
1019
- readonly indexed: false;
1020
- readonly internalType: "uint64";
1021
- }];
1022
- readonly anonymous: false;
1023
- }, {
1024
- readonly type: "event";
1025
- readonly name: "LidoWithdrawal";
1026
- readonly inputs: readonly [{
1027
- readonly name: "expectedWithdrawal";
1028
- readonly type: "uint256";
1029
- readonly indexed: false;
1030
- readonly internalType: "uint256";
1031
- }, {
1032
- readonly name: "actualWithdrawal";
1033
- readonly type: "uint256";
1034
- readonly indexed: false;
1035
- readonly internalType: "uint256";
1036
- }];
1037
- readonly anonymous: false;
1038
- }, {
1039
- readonly type: "event";
1040
- readonly name: "RequestedWithdrawals";
1041
- readonly inputs: readonly [{
1042
- readonly name: "requestIds";
1043
- readonly type: "uint256[]";
1044
- readonly indexed: false;
1045
- readonly internalType: "uint256[]";
1046
- }];
1047
- readonly anonymous: false;
1048
- }, {
1049
- readonly type: "event";
1050
- readonly name: "Transfer";
1051
- readonly inputs: readonly [{
1052
- readonly name: "from";
1053
- readonly type: "address";
1054
- readonly indexed: true;
1055
- readonly internalType: "address";
1056
- }, {
1057
- readonly name: "to";
1058
- readonly type: "address";
1059
- readonly indexed: true;
1060
- readonly internalType: "address";
1061
- }, {
1062
- readonly name: "value";
1063
- readonly type: "uint256";
1064
- readonly indexed: false;
1065
- readonly internalType: "uint256";
1066
- }];
1067
- readonly anonymous: false;
1068
- }, {
1069
- readonly type: "event";
1070
- readonly name: "TransferredETH";
1071
- readonly inputs: readonly [{
1072
- readonly name: "to";
1073
- readonly type: "address";
1074
- readonly indexed: true;
1075
- readonly internalType: "address";
1076
- }, {
1077
- readonly name: "amount";
1078
- readonly type: "uint256";
1079
- readonly indexed: false;
1080
- readonly internalType: "uint256";
1081
- }];
1082
- readonly anonymous: false;
1083
- }, {
1084
- readonly type: "event";
1085
- readonly name: "Upgraded";
1086
- readonly inputs: readonly [{
1087
- readonly name: "implementation";
1088
- readonly type: "address";
1089
- readonly indexed: true;
1090
- readonly internalType: "address";
1091
- }];
1092
- readonly anonymous: false;
1093
- }, {
1094
- readonly type: "event";
1095
- readonly name: "Withdraw";
1096
- readonly inputs: readonly [{
1097
- readonly name: "sender";
1098
- readonly type: "address";
1099
- readonly indexed: true;
1100
- readonly internalType: "address";
1101
- }, {
1102
- readonly name: "receiver";
1103
- readonly type: "address";
1104
- readonly indexed: true;
1105
- readonly internalType: "address";
1106
- }, {
1107
- readonly name: "owner";
1108
- readonly type: "address";
1109
- readonly indexed: true;
1110
- readonly internalType: "address";
1111
- }, {
1112
- readonly name: "assets";
1113
- readonly type: "uint256";
1114
- readonly indexed: false;
1115
- readonly internalType: "uint256";
1116
- }, {
1117
- readonly name: "shares";
1118
- readonly type: "uint256";
1119
- readonly indexed: false;
1120
- readonly internalType: "uint256";
1121
- }];
1122
- readonly anonymous: false;
1123
- }, {
1124
- readonly type: "error";
1125
- readonly name: "AccessManagedInvalidAuthority";
1126
- readonly inputs: readonly [{
1127
- readonly name: "authority";
1128
- readonly type: "address";
1129
- readonly internalType: "address";
1130
- }];
1131
- }, {
1132
- readonly type: "error";
1133
- readonly name: "AccessManagedRequiredDelay";
1134
- readonly inputs: readonly [{
1135
- readonly name: "caller";
1136
- readonly type: "address";
1137
- readonly internalType: "address";
1138
- }, {
1139
- readonly name: "delay";
1140
- readonly type: "uint32";
1141
- readonly internalType: "uint32";
1142
- }];
1143
- }, {
1144
- readonly type: "error";
1145
- readonly name: "AccessManagedUnauthorized";
1146
- readonly inputs: readonly [{
1147
- readonly name: "caller";
1148
- readonly type: "address";
1149
- readonly internalType: "address";
1150
- }];
1151
- }, {
1152
- readonly type: "error";
1153
- readonly name: "AddressEmptyCode";
1154
- readonly inputs: readonly [{
1155
- readonly name: "target";
1156
- readonly type: "address";
1157
- readonly internalType: "address";
1158
- }];
1159
- }, {
1160
- readonly type: "error";
1161
- readonly name: "AddressInsufficientBalance";
1162
- readonly inputs: readonly [{
1163
- readonly name: "account";
1164
- readonly type: "address";
1165
- readonly internalType: "address";
1166
- }];
1167
- }, {
1168
- readonly type: "error";
1169
- readonly name: "DepositAndWithdrawalForbidden";
1170
- readonly inputs: readonly [];
1171
- }, {
1172
- readonly type: "error";
1173
- readonly name: "ECDSAInvalidSignature";
1174
- readonly inputs: readonly [];
1175
- }, {
1176
- readonly type: "error";
1177
- readonly name: "ECDSAInvalidSignatureLength";
1178
- readonly inputs: readonly [{
1179
- readonly name: "length";
1180
- readonly type: "uint256";
1181
- readonly internalType: "uint256";
1182
- }];
1183
- }, {
1184
- readonly type: "error";
1185
- readonly name: "ECDSAInvalidSignatureS";
1186
- readonly inputs: readonly [{
1187
- readonly name: "s";
1188
- readonly type: "bytes32";
1189
- readonly internalType: "bytes32";
1190
- }];
1191
- }, {
1192
- readonly type: "error";
1193
- readonly name: "ERC1967InvalidImplementation";
1194
- readonly inputs: readonly [{
1195
- readonly name: "implementation";
1196
- readonly type: "address";
1197
- readonly internalType: "address";
1198
- }];
1199
- }, {
1200
- readonly type: "error";
1201
- readonly name: "ERC1967NonPayable";
1202
- readonly inputs: readonly [];
1203
- }, {
1204
- readonly type: "error";
1205
- readonly name: "ERC20InsufficientAllowance";
1206
- readonly inputs: readonly [{
1207
- readonly name: "spender";
1208
- readonly type: "address";
1209
- readonly internalType: "address";
1210
- }, {
1211
- readonly name: "allowance";
1212
- readonly type: "uint256";
1213
- readonly internalType: "uint256";
1214
- }, {
1215
- readonly name: "needed";
1216
- readonly type: "uint256";
1217
- readonly internalType: "uint256";
1218
- }];
1219
- }, {
1220
- readonly type: "error";
1221
- readonly name: "ERC20InsufficientBalance";
1222
- readonly inputs: readonly [{
1223
- readonly name: "sender";
1224
- readonly type: "address";
1225
- readonly internalType: "address";
1226
- }, {
1227
- readonly name: "balance";
1228
- readonly type: "uint256";
1229
- readonly internalType: "uint256";
1230
- }, {
1231
- readonly name: "needed";
1232
- readonly type: "uint256";
1233
- readonly internalType: "uint256";
1234
- }];
1235
- }, {
1236
- readonly type: "error";
1237
- readonly name: "ERC20InvalidApprover";
1238
- readonly inputs: readonly [{
1239
- readonly name: "approver";
1240
- readonly type: "address";
1241
- readonly internalType: "address";
1242
- }];
1243
- }, {
1244
- readonly type: "error";
1245
- readonly name: "ERC20InvalidReceiver";
1246
- readonly inputs: readonly [{
1247
- readonly name: "receiver";
1248
- readonly type: "address";
1249
- readonly internalType: "address";
1250
- }];
1251
- }, {
1252
- readonly type: "error";
1253
- readonly name: "ERC20InvalidSender";
1254
- readonly inputs: readonly [{
1255
- readonly name: "sender";
1256
- readonly type: "address";
1257
- readonly internalType: "address";
1258
- }];
1259
- }, {
1260
- readonly type: "error";
1261
- readonly name: "ERC20InvalidSpender";
1262
- readonly inputs: readonly [{
1263
- readonly name: "spender";
1264
- readonly type: "address";
1265
- readonly internalType: "address";
1266
- }];
1267
- }, {
1268
- readonly type: "error";
1269
- readonly name: "ERC2612ExpiredSignature";
1270
- readonly inputs: readonly [{
1271
- readonly name: "deadline";
1272
- readonly type: "uint256";
1273
- readonly internalType: "uint256";
1274
- }];
1275
- }, {
1276
- readonly type: "error";
1277
- readonly name: "ERC2612InvalidSigner";
1278
- readonly inputs: readonly [{
1279
- readonly name: "signer";
1280
- readonly type: "address";
1281
- readonly internalType: "address";
1282
- }, {
1283
- readonly name: "owner";
1284
- readonly type: "address";
1285
- readonly internalType: "address";
1286
- }];
1287
- }, {
1288
- readonly type: "error";
1289
- readonly name: "ERC4626ExceededMaxDeposit";
1290
- readonly inputs: readonly [{
1291
- readonly name: "receiver";
1292
- readonly type: "address";
1293
- readonly internalType: "address";
1294
- }, {
1295
- readonly name: "assets";
1296
- readonly type: "uint256";
1297
- readonly internalType: "uint256";
1298
- }, {
1299
- readonly name: "max";
1300
- readonly type: "uint256";
1301
- readonly internalType: "uint256";
1302
- }];
1303
- }, {
1304
- readonly type: "error";
1305
- readonly name: "ERC4626ExceededMaxMint";
1306
- readonly inputs: readonly [{
1307
- readonly name: "receiver";
1308
- readonly type: "address";
1309
- readonly internalType: "address";
1310
- }, {
1311
- readonly name: "shares";
1312
- readonly type: "uint256";
1313
- readonly internalType: "uint256";
1314
- }, {
1315
- readonly name: "max";
1316
- readonly type: "uint256";
1317
- readonly internalType: "uint256";
1318
- }];
1319
- }, {
1320
- readonly type: "error";
1321
- readonly name: "ERC4626ExceededMaxRedeem";
1322
- readonly inputs: readonly [{
1323
- readonly name: "owner";
1324
- readonly type: "address";
1325
- readonly internalType: "address";
1326
- }, {
1327
- readonly name: "shares";
1328
- readonly type: "uint256";
1329
- readonly internalType: "uint256";
1330
- }, {
1331
- readonly name: "max";
1332
- readonly type: "uint256";
1333
- readonly internalType: "uint256";
1334
- }];
1335
- }, {
1336
- readonly type: "error";
1337
- readonly name: "ERC4626ExceededMaxWithdraw";
1338
- readonly inputs: readonly [{
1339
- readonly name: "owner";
1340
- readonly type: "address";
1341
- readonly internalType: "address";
1342
- }, {
1343
- readonly name: "assets";
1344
- readonly type: "uint256";
1345
- readonly internalType: "uint256";
1346
- }, {
1347
- readonly name: "max";
1348
- readonly type: "uint256";
1349
- readonly internalType: "uint256";
1350
- }];
1351
- }, {
1352
- readonly type: "error";
1353
- readonly name: "ETHTransferFailed";
1354
- readonly inputs: readonly [];
1355
- }, {
1356
- readonly type: "error";
1357
- readonly name: "EnumerableMapNonexistentKey";
1358
- readonly inputs: readonly [{
1359
- readonly name: "key";
1360
- readonly type: "bytes32";
1361
- readonly internalType: "bytes32";
1362
- }];
1363
- }, {
1364
- readonly type: "error";
1365
- readonly name: "FailedInnerCall";
1366
- readonly inputs: readonly [];
1367
- }, {
1368
- readonly type: "error";
1369
- readonly name: "InvalidAccountNonce";
1370
- readonly inputs: readonly [{
1371
- readonly name: "account";
1372
- readonly type: "address";
1373
- readonly internalType: "address";
1374
- }, {
1375
- readonly name: "currentNonce";
1376
- readonly type: "uint256";
1377
- readonly internalType: "uint256";
1378
- }];
1379
- }, {
1380
- readonly type: "error";
1381
- readonly name: "InvalidExitFeeBasisPoints";
1382
- readonly inputs: readonly [];
1383
- }, {
1384
- readonly type: "error";
1385
- readonly name: "InvalidInitialization";
1386
- readonly inputs: readonly [];
1387
- }, {
1388
- readonly type: "error";
1389
- readonly name: "InvalidWithdrawal";
1390
- readonly inputs: readonly [];
1391
- }, {
1392
- readonly type: "error";
1393
- readonly name: "MathOverflowedMulDiv";
1394
- readonly inputs: readonly [];
1395
- }, {
1396
- readonly type: "error";
1397
- readonly name: "NotInitializing";
1398
- readonly inputs: readonly [];
1399
- }, {
1400
- readonly type: "error";
1401
- readonly name: "SafeERC20FailedOperation";
1402
- readonly inputs: readonly [{
1403
- readonly name: "token";
1404
- readonly type: "address";
1405
- readonly internalType: "address";
1406
- }];
1407
- }, {
1408
- readonly type: "error";
1409
- readonly name: "UUPSUnauthorizedCallContext";
1410
- readonly inputs: readonly [];
1411
- }, {
1412
- readonly type: "error";
1413
- readonly name: "UUPSUnsupportedProxiableUUID";
1414
- readonly inputs: readonly [{
1415
- readonly name: "slot";
1416
- readonly type: "bytes32";
1417
- readonly internalType: "bytes32";
1418
- }];
1419
- }, {
1420
- readonly type: "error";
1421
- readonly name: "WithdrawalsAreDisabled";
1422
- readonly inputs: readonly [];
1423
- }];
1424
- } | {
1425
- PufferVaultV2: readonly [{
1426
- readonly type: "constructor";
1427
- readonly inputs: readonly [{
1428
- readonly name: "stETH";
1429
- readonly type: "address";
1430
- readonly internalType: "contract IStETH";
1431
- }, {
1432
- readonly name: "weth";
1433
- readonly type: "address";
1434
- readonly internalType: "contract IWETH";
1435
- }, {
1436
- readonly name: "lidoWithdrawalQueue";
1437
- readonly type: "address";
1438
- readonly internalType: "contract ILidoWithdrawalQueue";
1439
- }, {
1440
- readonly name: "stETHStrategy";
1441
- readonly type: "address";
1442
- readonly internalType: "contract IStrategy";
1443
- }, {
1444
- readonly name: "eigenStrategyManager";
1445
- readonly type: "address";
1446
- readonly internalType: "contract IEigenLayer";
1447
- }, {
1448
- readonly name: "oracle";
1449
- readonly type: "address";
1450
- readonly internalType: "contract IPufferOracle";
1451
- }];
1452
- readonly stateMutability: "nonpayable";
1453
- }, {
1454
- readonly type: "receive";
1455
- readonly stateMutability: "payable";
1456
- }, {
1457
- readonly type: "function";
1458
- readonly name: "DOMAIN_SEPARATOR";
1459
- readonly inputs: readonly [];
1460
- readonly outputs: readonly [{
1461
- readonly name: "";
1462
- readonly type: "bytes32";
1463
- readonly internalType: "bytes32";
1464
- }];
1465
- readonly stateMutability: "view";
1466
- }, {
1467
- readonly type: "function";
1468
- readonly name: "PUFFER_ORACLE";
1469
- readonly inputs: readonly [];
1470
- readonly outputs: readonly [{
1471
- readonly name: "";
1472
- readonly type: "address";
1473
- readonly internalType: "contract IPufferOracle";
1474
- }];
1475
- readonly stateMutability: "view";
1476
- }, {
1477
- readonly type: "function";
1478
- readonly name: "UPGRADE_INTERFACE_VERSION";
1479
- readonly inputs: readonly [];
1480
- readonly outputs: readonly [{
1481
- readonly name: "";
1482
- readonly type: "string";
1483
- readonly internalType: "string";
1484
- }];
1485
- readonly stateMutability: "view";
1486
- }, {
1487
- readonly type: "function";
1488
- readonly name: "allowance";
1489
- readonly inputs: readonly [{
1490
- readonly name: "owner";
1491
- readonly type: "address";
1492
- readonly internalType: "address";
1493
- }, {
1494
- readonly name: "spender";
1495
- readonly type: "address";
1496
- readonly internalType: "address";
1497
- }];
1498
- readonly outputs: readonly [{
1499
- readonly name: "";
1500
- readonly type: "uint256";
1501
- readonly internalType: "uint256";
1502
- }];
1503
- readonly stateMutability: "view";
1504
- }, {
1505
- readonly type: "function";
1506
- readonly name: "approve";
1507
- readonly inputs: readonly [{
1508
- readonly name: "spender";
1509
- readonly type: "address";
1510
- readonly internalType: "address";
1511
- }, {
1512
- readonly name: "value";
1513
- readonly type: "uint256";
1514
- readonly internalType: "uint256";
1515
- }];
1516
- readonly outputs: readonly [{
1517
- readonly name: "";
1518
- readonly type: "bool";
1519
- readonly internalType: "bool";
1520
- }];
1521
- readonly stateMutability: "nonpayable";
1522
- }, {
1523
- readonly type: "function";
1524
- readonly name: "asset";
1525
- readonly inputs: readonly [];
1526
- readonly outputs: readonly [{
1527
- readonly name: "";
1528
- readonly type: "address";
1529
- readonly internalType: "address";
1530
- }];
1531
- readonly stateMutability: "view";
1532
- }, {
1533
- readonly type: "function";
1534
- readonly name: "authority";
1535
- readonly inputs: readonly [];
1536
- readonly outputs: readonly [{
1537
- readonly name: "";
1538
- readonly type: "address";
1539
- readonly internalType: "address";
1540
- }];
1541
- readonly stateMutability: "view";
1542
- }, {
1543
- readonly type: "function";
1544
- readonly name: "balanceOf";
1545
- readonly inputs: readonly [{
1546
- readonly name: "account";
1547
- readonly type: "address";
1548
- readonly internalType: "address";
1549
- }];
1550
- readonly outputs: readonly [{
1551
- readonly name: "";
1552
- readonly type: "uint256";
1553
- readonly internalType: "uint256";
1554
- }];
1555
- readonly stateMutability: "view";
1556
- }, {
1557
- readonly type: "function";
1558
- readonly name: "burn";
1559
- readonly inputs: readonly [{
1560
- readonly name: "shares";
1561
- readonly type: "uint256";
1562
- readonly internalType: "uint256";
1563
- }];
1564
- readonly outputs: readonly [];
1565
- readonly stateMutability: "nonpayable";
1566
- }, {
1567
- readonly type: "function";
1568
- readonly name: "claimWithdrawalFromEigenLayer";
1569
- readonly inputs: readonly [{
1570
- readonly name: "queuedWithdrawal";
1571
- readonly type: "tuple";
1572
- readonly internalType: "struct IEigenLayer.QueuedWithdrawal";
1573
- readonly components: readonly [{
1574
- readonly name: "strategies";
1575
- readonly type: "address[]";
1576
- readonly internalType: "contract IStrategy[]";
1577
- }, {
1578
- readonly name: "shares";
1579
- readonly type: "uint256[]";
1580
- readonly internalType: "uint256[]";
1581
- }, {
1582
- readonly name: "depositor";
1583
- readonly type: "address";
1584
- readonly internalType: "address";
1585
- }, {
1586
- readonly name: "withdrawerAndNonce";
1587
- readonly type: "tuple";
1588
- readonly internalType: "struct IEigenLayer.WithdrawerAndNonce";
1589
- readonly components: readonly [{
1590
- readonly name: "withdrawer";
1591
- readonly type: "address";
1592
- readonly internalType: "address";
1593
- }, {
1594
- readonly name: "nonce";
1595
- readonly type: "uint96";
1596
- readonly internalType: "uint96";
1597
- }];
1598
- }, {
1599
- readonly name: "withdrawalStartBlock";
1600
- readonly type: "uint32";
1601
- readonly internalType: "uint32";
1602
- }, {
1603
- readonly name: "delegatedAddress";
1604
- readonly type: "address";
1605
- readonly internalType: "address";
1606
- }];
1607
- }, {
1608
- readonly name: "tokens";
1609
- readonly type: "address[]";
1610
- readonly internalType: "contract IERC20[]";
1611
- }, {
1612
- readonly name: "middlewareTimesIndex";
1613
- readonly type: "uint256";
1614
- readonly internalType: "uint256";
1615
- }];
1616
- readonly outputs: readonly [];
1617
- readonly stateMutability: "nonpayable";
1618
- }, {
1619
- readonly type: "function";
1620
- readonly name: "claimWithdrawalsFromLido";
1621
- readonly inputs: readonly [{
1622
- readonly name: "requestIds";
1623
- readonly type: "uint256[]";
1624
- readonly internalType: "uint256[]";
1625
- }];
1626
- readonly outputs: readonly [];
1627
- readonly stateMutability: "nonpayable";
1628
- }, {
1629
- readonly type: "function";
1630
- readonly name: "convertToAssets";
1631
- readonly inputs: readonly [{
1632
- readonly name: "shares";
1633
- readonly type: "uint256";
1634
- readonly internalType: "uint256";
1635
- }];
1636
- readonly outputs: readonly [{
1637
- readonly name: "";
1638
- readonly type: "uint256";
1639
- readonly internalType: "uint256";
1640
- }];
1641
- readonly stateMutability: "view";
1642
- }, {
1643
- readonly type: "function";
1644
- readonly name: "convertToShares";
1645
- readonly inputs: readonly [{
1646
- readonly name: "assets";
1647
- readonly type: "uint256";
1648
- readonly internalType: "uint256";
1649
- }];
1650
- readonly outputs: readonly [{
1651
- readonly name: "";
1652
- readonly type: "uint256";
1653
- readonly internalType: "uint256";
1654
- }];
1655
- readonly stateMutability: "view";
1656
- }, {
1657
- readonly type: "function";
1658
- readonly name: "convertToSharesUp";
1659
- readonly inputs: readonly [{
1660
- readonly name: "assets";
1661
- readonly type: "uint256";
1662
- readonly internalType: "uint256";
1663
- }];
1664
- readonly outputs: readonly [{
1665
- readonly name: "";
1666
- readonly type: "uint256";
1667
- readonly internalType: "uint256";
1668
- }];
1669
- readonly stateMutability: "view";
1670
- }, {
1671
- readonly type: "function";
1672
- readonly name: "decimals";
1673
- readonly inputs: readonly [];
1674
- readonly outputs: readonly [{
1675
- readonly name: "";
1676
- readonly type: "uint8";
1677
- readonly internalType: "uint8";
1678
- }];
1679
- readonly stateMutability: "pure";
1680
- }, {
1681
- readonly type: "function";
1682
- readonly name: "deposit";
1683
- readonly inputs: readonly [{
1684
- readonly name: "assets";
1685
- readonly type: "uint256";
1686
- readonly internalType: "uint256";
1687
- }, {
1688
- readonly name: "receiver";
1689
- readonly type: "address";
1690
- readonly internalType: "address";
1691
- }];
1692
- readonly outputs: readonly [{
1693
- readonly name: "";
1694
- readonly type: "uint256";
1695
- readonly internalType: "uint256";
1696
- }];
1697
- readonly stateMutability: "nonpayable";
1698
- }, {
1699
- readonly type: "function";
1700
- readonly name: "depositETH";
1701
- readonly inputs: readonly [{
1702
- readonly name: "receiver";
1703
- readonly type: "address";
1704
- readonly internalType: "address";
1705
- }];
1706
- readonly outputs: readonly [{
1707
- readonly name: "";
1708
- readonly type: "uint256";
1709
- readonly internalType: "uint256";
1710
- }];
1711
- readonly stateMutability: "payable";
1712
- }, {
1713
- readonly type: "function";
1714
- readonly name: "depositStETH";
1715
- readonly inputs: readonly [{
1716
- readonly name: "stETHSharesAmount";
1717
- readonly type: "uint256";
1718
- readonly internalType: "uint256";
1719
- }, {
1720
- readonly name: "receiver";
1721
- readonly type: "address";
1722
- readonly internalType: "address";
1723
- }];
1724
- readonly outputs: readonly [{
1725
- readonly name: "";
1726
- readonly type: "uint256";
1727
- readonly internalType: "uint256";
1728
- }];
1729
- readonly stateMutability: "nonpayable";
1730
- }, {
1731
- readonly type: "function";
1732
- readonly name: "depositToEigenLayer";
1733
- readonly inputs: readonly [{
1734
- readonly name: "amount";
1735
- readonly type: "uint256";
1736
- readonly internalType: "uint256";
1737
- }];
1738
- readonly outputs: readonly [];
1739
- readonly stateMutability: "nonpayable";
1740
- }, {
1741
- readonly type: "function";
1742
- readonly name: "eip712Domain";
1743
- readonly inputs: readonly [];
1744
- readonly outputs: readonly [{
1745
- readonly name: "fields";
1746
- readonly type: "bytes1";
1747
- readonly internalType: "bytes1";
1748
- }, {
1749
- readonly name: "name";
1750
- readonly type: "string";
1751
- readonly internalType: "string";
1752
- }, {
1753
- readonly name: "version";
1754
- readonly type: "string";
1755
- readonly internalType: "string";
1756
- }, {
1757
- readonly name: "chainId";
1758
- readonly type: "uint256";
1759
- readonly internalType: "uint256";
1760
- }, {
1761
- readonly name: "verifyingContract";
1762
- readonly type: "address";
1763
- readonly internalType: "address";
1764
- }, {
1765
- readonly name: "salt";
1766
- readonly type: "bytes32";
1767
- readonly internalType: "bytes32";
1768
- }, {
1769
- readonly name: "extensions";
1770
- readonly type: "uint256[]";
1771
- readonly internalType: "uint256[]";
1772
- }];
1773
- readonly stateMutability: "view";
1774
- }, {
1775
- readonly type: "function";
1776
- readonly name: "getELBackingEthAmount";
1777
- readonly inputs: readonly [];
1778
- readonly outputs: readonly [{
1779
- readonly name: "ethAmount";
1780
- readonly type: "uint256";
1781
- readonly internalType: "uint256";
1782
- }];
1783
- readonly stateMutability: "view";
1784
- }, {
1785
- readonly type: "function";
1786
- readonly name: "getExitFeeBasisPoints";
1787
- readonly inputs: readonly [];
1788
- readonly outputs: readonly [{
1789
- readonly name: "";
1790
- readonly type: "uint256";
1791
- readonly internalType: "uint256";
1792
- }];
1793
- readonly stateMutability: "view";
1794
- }, {
1795
- readonly type: "function";
1796
- readonly name: "getPendingLidoETHAmount";
1797
- readonly inputs: readonly [];
1798
- readonly outputs: readonly [{
1799
- readonly name: "";
1800
- readonly type: "uint256";
1801
- readonly internalType: "uint256";
1802
- }];
1803
- readonly stateMutability: "view";
1804
- }, {
1805
- readonly type: "function";
1806
- readonly name: "getRemainingAssetsDailyWithdrawalLimit";
1807
- readonly inputs: readonly [];
1808
- readonly outputs: readonly [{
1809
- readonly name: "";
1810
- readonly type: "uint256";
1811
- readonly internalType: "uint256";
1812
- }];
1813
- readonly stateMutability: "view";
1814
- }, {
1815
- readonly type: "function";
1816
- readonly name: "initialize";
1817
- readonly inputs: readonly [];
1818
- readonly outputs: readonly [];
1819
- readonly stateMutability: "nonpayable";
1820
- }, {
1821
- readonly type: "function";
1822
- readonly name: "initialize";
1823
- readonly inputs: readonly [{
1824
- readonly name: "accessManager";
1825
- readonly type: "address";
1826
- readonly internalType: "address";
1827
- }];
1828
- readonly outputs: readonly [];
1829
- readonly stateMutability: "nonpayable";
1830
- }, {
1831
- readonly type: "function";
1832
- readonly name: "initiateETHWithdrawalsFromLido";
1833
- readonly inputs: readonly [{
1834
- readonly name: "amounts";
1835
- readonly type: "uint256[]";
1836
- readonly internalType: "uint256[]";
1837
- }];
1838
- readonly outputs: readonly [{
1839
- readonly name: "requestIds";
1840
- readonly type: "uint256[]";
1841
- readonly internalType: "uint256[]";
1842
- }];
1843
- readonly stateMutability: "nonpayable";
1844
- }, {
1845
- readonly type: "function";
1846
- readonly name: "initiateStETHWithdrawalFromEigenLayer";
1847
- readonly inputs: readonly [{
1848
- readonly name: "sharesToWithdraw";
1849
- readonly type: "uint256";
1850
- readonly internalType: "uint256";
1851
- }];
1852
- readonly outputs: readonly [];
1853
- readonly stateMutability: "nonpayable";
1854
- }, {
1855
- readonly type: "function";
1856
- readonly name: "isConsumingScheduledOp";
1857
- readonly inputs: readonly [];
1858
- readonly outputs: readonly [{
1859
- readonly name: "";
1860
- readonly type: "bytes4";
1861
- readonly internalType: "bytes4";
1862
- }];
1863
- readonly stateMutability: "view";
1864
- }, {
1865
- readonly type: "function";
1866
- readonly name: "maxDeposit";
1867
- readonly inputs: readonly [{
1868
- readonly name: "";
1869
- readonly type: "address";
1870
- readonly internalType: "address";
1871
- }];
1872
- readonly outputs: readonly [{
1873
- readonly name: "";
1874
- readonly type: "uint256";
1875
- readonly internalType: "uint256";
1876
- }];
1877
- readonly stateMutability: "view";
1878
- }, {
1879
- readonly type: "function";
1880
- readonly name: "maxMint";
1881
- readonly inputs: readonly [{
1882
- readonly name: "";
1883
- readonly type: "address";
1884
- readonly internalType: "address";
1885
- }];
1886
- readonly outputs: readonly [{
1887
- readonly name: "";
1888
- readonly type: "uint256";
1889
- readonly internalType: "uint256";
1890
- }];
1891
- readonly stateMutability: "view";
1892
- }, {
1893
- readonly type: "function";
1894
- readonly name: "maxRedeem";
1895
- readonly inputs: readonly [{
1896
- readonly name: "owner";
1897
- readonly type: "address";
1898
- readonly internalType: "address";
1899
- }];
1900
- readonly outputs: readonly [{
1901
- readonly name: "maxShares";
1902
- readonly type: "uint256";
1903
- readonly internalType: "uint256";
1904
- }];
1905
- readonly stateMutability: "view";
1906
- }, {
1907
- readonly type: "function";
1908
- readonly name: "maxWithdraw";
1909
- readonly inputs: readonly [{
1910
- readonly name: "owner";
1911
- readonly type: "address";
1912
- readonly internalType: "address";
1913
- }];
1914
- readonly outputs: readonly [{
1915
- readonly name: "maxAssets";
1916
- readonly type: "uint256";
1917
- readonly internalType: "uint256";
1918
- }];
1919
- readonly stateMutability: "view";
1920
- }, {
1921
- readonly type: "function";
1922
- readonly name: "mint";
1923
- readonly inputs: readonly [{
1924
- readonly name: "shares";
1925
- readonly type: "uint256";
1926
- readonly internalType: "uint256";
1927
- }, {
1928
- readonly name: "receiver";
1929
- readonly type: "address";
1930
- readonly internalType: "address";
1931
- }];
1932
- readonly outputs: readonly [{
1933
- readonly name: "";
1934
- readonly type: "uint256";
1935
- readonly internalType: "uint256";
1936
- }];
1937
- readonly stateMutability: "nonpayable";
1938
- }, {
1939
- readonly type: "function";
1940
- readonly name: "name";
1941
- readonly inputs: readonly [];
1942
- readonly outputs: readonly [{
1943
- readonly name: "";
1944
- readonly type: "string";
1945
- readonly internalType: "string";
1946
- }];
1947
- readonly stateMutability: "view";
1948
- }, {
1949
- readonly type: "function";
1950
- readonly name: "nonces";
1951
- readonly inputs: readonly [{
1952
- readonly name: "owner";
1953
- readonly type: "address";
1954
- readonly internalType: "address";
1955
- }];
1956
- readonly outputs: readonly [{
1957
- readonly name: "";
1958
- readonly type: "uint256";
1959
- readonly internalType: "uint256";
1960
- }];
1961
- readonly stateMutability: "view";
1962
- }, {
1963
- readonly type: "function";
1964
- readonly name: "onERC721Received";
1965
- readonly inputs: readonly [{
1966
- readonly name: "";
1967
- readonly type: "address";
1968
- readonly internalType: "address";
1969
- }, {
1970
- readonly name: "";
1971
- readonly type: "address";
1972
- readonly internalType: "address";
1973
- }, {
1974
- readonly name: "";
1975
- readonly type: "uint256";
1976
- readonly internalType: "uint256";
1977
- }, {
1978
- readonly name: "";
1979
- readonly type: "bytes";
1980
- readonly internalType: "bytes";
1981
- }];
1982
- readonly outputs: readonly [{
1983
- readonly name: "";
1984
- readonly type: "bytes4";
1985
- readonly internalType: "bytes4";
1986
- }];
1987
- readonly stateMutability: "nonpayable";
1988
- }, {
1989
- readonly type: "function";
1990
- readonly name: "permit";
1991
- readonly inputs: readonly [{
1992
- readonly name: "owner";
1993
- readonly type: "address";
1994
- readonly internalType: "address";
1995
- }, {
1996
- readonly name: "spender";
1997
- readonly type: "address";
1998
- readonly internalType: "address";
1999
- }, {
2000
- readonly name: "value";
2001
- readonly type: "uint256";
2002
- readonly internalType: "uint256";
2003
- }, {
2004
- readonly name: "deadline";
2005
- readonly type: "uint256";
2006
- readonly internalType: "uint256";
2007
- }, {
2008
- readonly name: "v";
2009
- readonly type: "uint8";
2010
- readonly internalType: "uint8";
2011
- }, {
2012
- readonly name: "r";
2013
- readonly type: "bytes32";
2014
- readonly internalType: "bytes32";
2015
- }, {
2016
- readonly name: "s";
2017
- readonly type: "bytes32";
2018
- readonly internalType: "bytes32";
2019
- }];
2020
- readonly outputs: readonly [];
2021
- readonly stateMutability: "nonpayable";
2022
- }, {
2023
- readonly type: "function";
2024
- readonly name: "previewDeposit";
2025
- readonly inputs: readonly [{
2026
- readonly name: "assets";
2027
- readonly type: "uint256";
2028
- readonly internalType: "uint256";
2029
- }];
2030
- readonly outputs: readonly [{
2031
- readonly name: "";
2032
- readonly type: "uint256";
2033
- readonly internalType: "uint256";
2034
- }];
2035
- readonly stateMutability: "view";
2036
- }, {
2037
- readonly type: "function";
2038
- readonly name: "previewMint";
2039
- readonly inputs: readonly [{
2040
- readonly name: "shares";
2041
- readonly type: "uint256";
2042
- readonly internalType: "uint256";
2043
- }];
2044
- readonly outputs: readonly [{
2045
- readonly name: "";
2046
- readonly type: "uint256";
2047
- readonly internalType: "uint256";
2048
- }];
2049
- readonly stateMutability: "view";
2050
- }, {
2051
- readonly type: "function";
2052
- readonly name: "previewRedeem";
2053
- readonly inputs: readonly [{
2054
- readonly name: "shares";
2055
- readonly type: "uint256";
2056
- readonly internalType: "uint256";
2057
- }];
2058
- readonly outputs: readonly [{
2059
- readonly name: "";
2060
- readonly type: "uint256";
2061
- readonly internalType: "uint256";
2062
- }];
2063
- readonly stateMutability: "view";
2064
- }, {
2065
- readonly type: "function";
2066
- readonly name: "previewWithdraw";
2067
- readonly inputs: readonly [{
2068
- readonly name: "assets";
2069
- readonly type: "uint256";
2070
- readonly internalType: "uint256";
2071
- }];
2072
- readonly outputs: readonly [{
2073
- readonly name: "";
2074
- readonly type: "uint256";
2075
- readonly internalType: "uint256";
2076
- }];
2077
- readonly stateMutability: "view";
2078
- }, {
2079
- readonly type: "function";
2080
- readonly name: "proxiableUUID";
2081
- readonly inputs: readonly [];
2082
- readonly outputs: readonly [{
2083
- readonly name: "";
2084
- readonly type: "bytes32";
2085
- readonly internalType: "bytes32";
2086
- }];
2087
- readonly stateMutability: "view";
2088
- }, {
2089
- readonly type: "function";
2090
- readonly name: "redeem";
2091
- readonly inputs: readonly [{
2092
- readonly name: "shares";
2093
- readonly type: "uint256";
2094
- readonly internalType: "uint256";
2095
- }, {
2096
- readonly name: "receiver";
2097
- readonly type: "address";
2098
- readonly internalType: "address";
2099
- }, {
2100
- readonly name: "owner";
2101
- readonly type: "address";
2102
- readonly internalType: "address";
2103
- }];
2104
- readonly outputs: readonly [{
2105
- readonly name: "";
2106
- readonly type: "uint256";
2107
- readonly internalType: "uint256";
2108
- }];
2109
- readonly stateMutability: "nonpayable";
2110
- }, {
2111
- readonly type: "function";
2112
- readonly name: "setAuthority";
2113
- readonly inputs: readonly [{
2114
- readonly name: "newAuthority";
2115
- readonly type: "address";
2116
- readonly internalType: "address";
2117
- }];
2118
- readonly outputs: readonly [];
2119
- readonly stateMutability: "nonpayable";
2120
- }, {
2121
- readonly type: "function";
2122
- readonly name: "setDailyWithdrawalLimit";
2123
- readonly inputs: readonly [{
2124
- readonly name: "newLimit";
2125
- readonly type: "uint96";
2126
- readonly internalType: "uint96";
2127
- }];
2128
- readonly outputs: readonly [];
2129
- readonly stateMutability: "nonpayable";
2130
- }, {
2131
- readonly type: "function";
2132
- readonly name: "setExitFeeBasisPoints";
2133
- readonly inputs: readonly [{
2134
- readonly name: "newExitFeeBasisPoints";
2135
- readonly type: "uint256";
2136
- readonly internalType: "uint256";
2137
- }];
2138
- readonly outputs: readonly [];
2139
- readonly stateMutability: "nonpayable";
2140
- }, {
2141
- readonly type: "function";
2142
- readonly name: "symbol";
2143
- readonly inputs: readonly [];
2144
- readonly outputs: readonly [{
2145
- readonly name: "";
2146
- readonly type: "string";
2147
- readonly internalType: "string";
2148
- }];
2149
- readonly stateMutability: "view";
2150
- }, {
2151
- readonly type: "function";
2152
- readonly name: "totalAssets";
2153
- readonly inputs: readonly [];
2154
- readonly outputs: readonly [{
2155
- readonly name: "";
2156
- readonly type: "uint256";
2157
- readonly internalType: "uint256";
2158
- }];
2159
- readonly stateMutability: "view";
2160
- }, {
2161
- readonly type: "function";
2162
- readonly name: "totalSupply";
2163
- readonly inputs: readonly [];
2164
- readonly outputs: readonly [{
2165
- readonly name: "";
2166
- readonly type: "uint256";
2167
- readonly internalType: "uint256";
2168
- }];
2169
- readonly stateMutability: "view";
2170
- }, {
2171
- readonly type: "function";
2172
- readonly name: "transfer";
2173
- readonly inputs: readonly [{
2174
- readonly name: "to";
2175
- readonly type: "address";
2176
- readonly internalType: "address";
2177
- }, {
2178
- readonly name: "value";
2179
- readonly type: "uint256";
2180
- readonly internalType: "uint256";
2181
- }];
2182
- readonly outputs: readonly [{
2183
- readonly name: "";
2184
- readonly type: "bool";
2185
- readonly internalType: "bool";
2186
- }];
2187
- readonly stateMutability: "nonpayable";
2188
- }, {
2189
- readonly type: "function";
2190
- readonly name: "transferETH";
2191
- readonly inputs: readonly [{
2192
- readonly name: "to";
2193
- readonly type: "address";
2194
- readonly internalType: "address";
2195
- }, {
2196
- readonly name: "ethAmount";
2197
- readonly type: "uint256";
2198
- readonly internalType: "uint256";
2199
- }];
2200
- readonly outputs: readonly [];
2201
- readonly stateMutability: "nonpayable";
2202
- }, {
2203
- readonly type: "function";
2204
- readonly name: "transferFrom";
2205
- readonly inputs: readonly [{
2206
- readonly name: "from";
2207
- readonly type: "address";
2208
- readonly internalType: "address";
2209
- }, {
2210
- readonly name: "to";
2211
- readonly type: "address";
2212
- readonly internalType: "address";
2213
- }, {
2214
- readonly name: "value";
2215
- readonly type: "uint256";
2216
- readonly internalType: "uint256";
2217
- }];
2218
- readonly outputs: readonly [{
2219
- readonly name: "";
2220
- readonly type: "bool";
2221
- readonly internalType: "bool";
2222
- }];
2223
- readonly stateMutability: "nonpayable";
2224
- }, {
2225
- readonly type: "function";
2226
- readonly name: "upgradeToAndCall";
2227
- readonly inputs: readonly [{
2228
- readonly name: "newImplementation";
2229
- readonly type: "address";
2230
- readonly internalType: "address";
2231
- }, {
2232
- readonly name: "data";
2233
- readonly type: "bytes";
2234
- readonly internalType: "bytes";
2235
- }];
2236
- readonly outputs: readonly [];
2237
- readonly stateMutability: "payable";
2238
- }, {
2239
- readonly type: "function";
2240
- readonly name: "withdraw";
2241
- readonly inputs: readonly [{
2242
- readonly name: "assets";
2243
- readonly type: "uint256";
2244
- readonly internalType: "uint256";
2245
- }, {
2246
- readonly name: "receiver";
2247
- readonly type: "address";
2248
- readonly internalType: "address";
2249
- }, {
2250
- readonly name: "owner";
2251
- readonly type: "address";
2252
- readonly internalType: "address";
2253
- }];
2254
- readonly outputs: readonly [{
2255
- readonly name: "";
2256
- readonly type: "uint256";
2257
- readonly internalType: "uint256";
2258
- }];
2259
- readonly stateMutability: "nonpayable";
2260
- }, {
2261
- readonly type: "event";
2262
- readonly name: "Approval";
2263
- readonly inputs: readonly [{
2264
- readonly name: "owner";
2265
- readonly type: "address";
2266
- readonly indexed: true;
2267
- readonly internalType: "address";
2268
- }, {
2269
- readonly name: "spender";
2270
- readonly type: "address";
2271
- readonly indexed: true;
2272
- readonly internalType: "address";
2273
- }, {
2274
- readonly name: "value";
2275
- readonly type: "uint256";
2276
- readonly indexed: false;
2277
- readonly internalType: "uint256";
2278
- }];
2279
- readonly anonymous: false;
2280
- }, {
2281
- readonly type: "event";
2282
- readonly name: "AssetsWithdrawnToday";
2283
- readonly inputs: readonly [{
2284
- readonly name: "withdrawalAmount";
2285
- readonly type: "uint256";
2286
- readonly indexed: false;
2287
- readonly internalType: "uint256";
2288
- }];
2289
- readonly anonymous: false;
2290
- }, {
2291
- readonly type: "event";
2292
- readonly name: "AuthorityUpdated";
2293
- readonly inputs: readonly [{
2294
- readonly name: "authority";
2295
- readonly type: "address";
2296
- readonly indexed: false;
2297
- readonly internalType: "address";
2298
- }];
2299
- readonly anonymous: false;
2300
- }, {
2301
- readonly type: "event";
2302
- readonly name: "ClaimedWithdrawals";
2303
- readonly inputs: readonly [{
2304
- readonly name: "requestIds";
2305
- readonly type: "uint256[]";
2306
- readonly indexed: false;
2307
- readonly internalType: "uint256[]";
2308
- }];
2309
- readonly anonymous: false;
2310
- }, {
2311
- readonly type: "event";
2312
- readonly name: "DailyWithdrawalLimitReset";
2313
- readonly inputs: readonly [];
2314
- readonly anonymous: false;
2315
- }, {
2316
- readonly type: "event";
2317
- readonly name: "DailyWithdrawalLimitSet";
2318
- readonly inputs: readonly [{
2319
- readonly name: "oldLimit";
2320
- readonly type: "uint96";
2321
- readonly indexed: false;
2322
- readonly internalType: "uint96";
2323
- }, {
2324
- readonly name: "newLimit";
2325
- readonly type: "uint96";
2326
- readonly indexed: false;
2327
- readonly internalType: "uint96";
2328
- }];
2329
- readonly anonymous: false;
2330
- }, {
2331
- readonly type: "event";
2332
- readonly name: "Deposit";
2333
- readonly inputs: readonly [{
2334
- readonly name: "sender";
2335
- readonly type: "address";
2336
- readonly indexed: true;
2337
- readonly internalType: "address";
2338
- }, {
2339
- readonly name: "owner";
2340
- readonly type: "address";
2341
- readonly indexed: true;
2342
- readonly internalType: "address";
2343
- }, {
2344
- readonly name: "assets";
2345
- readonly type: "uint256";
2346
- readonly indexed: false;
2347
- readonly internalType: "uint256";
2348
- }, {
2349
- readonly name: "shares";
2350
- readonly type: "uint256";
2351
- readonly indexed: false;
2352
- readonly internalType: "uint256";
2353
- }];
2354
- readonly anonymous: false;
2355
- }, {
2356
- readonly type: "event";
2357
- readonly name: "EIP712DomainChanged";
2358
- readonly inputs: readonly [];
2359
- readonly anonymous: false;
2360
- }, {
2361
- readonly type: "event";
2362
- readonly name: "ExitFeeBasisPointsSet";
2363
- readonly inputs: readonly [{
2364
- readonly name: "previousFee";
2365
- readonly type: "uint256";
2366
- readonly indexed: false;
2367
- readonly internalType: "uint256";
2368
- }, {
2369
- readonly name: "newFee";
2370
- readonly type: "uint256";
2371
- readonly indexed: false;
2372
- readonly internalType: "uint256";
2373
- }];
2374
- readonly anonymous: false;
2375
- }, {
2376
- readonly type: "event";
2377
- readonly name: "Initialized";
2378
- readonly inputs: readonly [{
2379
- readonly name: "version";
2380
- readonly type: "uint64";
2381
- readonly indexed: false;
2382
- readonly internalType: "uint64";
2383
- }];
2384
- readonly anonymous: false;
2385
- }, {
2386
- readonly type: "event";
2387
- readonly name: "LidoWithdrawal";
2388
- readonly inputs: readonly [{
2389
- readonly name: "expectedWithdrawal";
2390
- readonly type: "uint256";
2391
- readonly indexed: false;
2392
- readonly internalType: "uint256";
2393
- }, {
2394
- readonly name: "actualWithdrawal";
2395
- readonly type: "uint256";
2396
- readonly indexed: false;
2397
- readonly internalType: "uint256";
2398
- }];
2399
- readonly anonymous: false;
2400
- }, {
2401
- readonly type: "event";
2402
- readonly name: "RequestedWithdrawals";
2403
- readonly inputs: readonly [{
2404
- readonly name: "requestIds";
2405
- readonly type: "uint256[]";
2406
- readonly indexed: false;
2407
- readonly internalType: "uint256[]";
2408
- }];
2409
- readonly anonymous: false;
2410
- }, {
2411
- readonly type: "event";
2412
- readonly name: "Transfer";
2413
- readonly inputs: readonly [{
2414
- readonly name: "from";
2415
- readonly type: "address";
2416
- readonly indexed: true;
2417
- readonly internalType: "address";
2418
- }, {
2419
- readonly name: "to";
2420
- readonly type: "address";
2421
- readonly indexed: true;
2422
- readonly internalType: "address";
2423
- }, {
2424
- readonly name: "value";
2425
- readonly type: "uint256";
2426
- readonly indexed: false;
2427
- readonly internalType: "uint256";
2428
- }];
2429
- readonly anonymous: false;
2430
- }, {
2431
- readonly type: "event";
2432
- readonly name: "TransferredETH";
2433
- readonly inputs: readonly [{
2434
- readonly name: "to";
2435
- readonly type: "address";
2436
- readonly indexed: true;
2437
- readonly internalType: "address";
2438
- }, {
2439
- readonly name: "amount";
2440
- readonly type: "uint256";
2441
- readonly indexed: false;
2442
- readonly internalType: "uint256";
2443
- }];
2444
- readonly anonymous: false;
2445
- }, {
2446
- readonly type: "event";
2447
- readonly name: "Upgraded";
2448
- readonly inputs: readonly [{
2449
- readonly name: "implementation";
2450
- readonly type: "address";
2451
- readonly indexed: true;
2452
- readonly internalType: "address";
2453
- }];
2454
- readonly anonymous: false;
2455
- }, {
2456
- readonly type: "event";
2457
- readonly name: "Withdraw";
2458
- readonly inputs: readonly [{
2459
- readonly name: "sender";
2460
- readonly type: "address";
2461
- readonly indexed: true;
2462
- readonly internalType: "address";
2463
- }, {
2464
- readonly name: "receiver";
2465
- readonly type: "address";
2466
- readonly indexed: true;
2467
- readonly internalType: "address";
2468
- }, {
2469
- readonly name: "owner";
2470
- readonly type: "address";
2471
- readonly indexed: true;
2472
- readonly internalType: "address";
2473
- }, {
2474
- readonly name: "assets";
2475
- readonly type: "uint256";
2476
- readonly indexed: false;
2477
- readonly internalType: "uint256";
2478
- }, {
2479
- readonly name: "shares";
2480
- readonly type: "uint256";
2481
- readonly indexed: false;
2482
- readonly internalType: "uint256";
2483
- }];
2484
- readonly anonymous: false;
2485
- }, {
2486
- readonly type: "error";
2487
- readonly name: "AccessManagedInvalidAuthority";
2488
- readonly inputs: readonly [{
2489
- readonly name: "authority";
2490
- readonly type: "address";
2491
- readonly internalType: "address";
2492
- }];
2493
- }, {
2494
- readonly type: "error";
2495
- readonly name: "AccessManagedRequiredDelay";
2496
- readonly inputs: readonly [{
2497
- readonly name: "caller";
2498
- readonly type: "address";
2499
- readonly internalType: "address";
2500
- }, {
2501
- readonly name: "delay";
2502
- readonly type: "uint32";
2503
- readonly internalType: "uint32";
2504
- }];
2505
- }, {
2506
- readonly type: "error";
2507
- readonly name: "AccessManagedUnauthorized";
2508
- readonly inputs: readonly [{
2509
- readonly name: "caller";
2510
- readonly type: "address";
2511
- readonly internalType: "address";
2512
- }];
2513
- }, {
2514
- readonly type: "error";
2515
- readonly name: "AddressEmptyCode";
2516
- readonly inputs: readonly [{
2517
- readonly name: "target";
2518
- readonly type: "address";
2519
- readonly internalType: "address";
2520
- }];
2521
- }, {
2522
- readonly type: "error";
2523
- readonly name: "AddressInsufficientBalance";
2524
- readonly inputs: readonly [{
2525
- readonly name: "account";
2526
- readonly type: "address";
2527
- readonly internalType: "address";
2528
- }];
2529
- }, {
2530
- readonly type: "error";
2531
- readonly name: "DepositAndWithdrawalForbidden";
2532
- readonly inputs: readonly [];
2533
- }, {
2534
- readonly type: "error";
2535
- readonly name: "ECDSAInvalidSignature";
2536
- readonly inputs: readonly [];
2537
- }, {
2538
- readonly type: "error";
2539
- readonly name: "ECDSAInvalidSignatureLength";
2540
- readonly inputs: readonly [{
2541
- readonly name: "length";
2542
- readonly type: "uint256";
2543
- readonly internalType: "uint256";
2544
- }];
2545
- }, {
2546
- readonly type: "error";
2547
- readonly name: "ECDSAInvalidSignatureS";
2548
- readonly inputs: readonly [{
2549
- readonly name: "s";
2550
- readonly type: "bytes32";
2551
- readonly internalType: "bytes32";
2552
- }];
2553
- }, {
2554
- readonly type: "error";
2555
- readonly name: "ERC1967InvalidImplementation";
2556
- readonly inputs: readonly [{
2557
- readonly name: "implementation";
2558
- readonly type: "address";
2559
- readonly internalType: "address";
2560
- }];
2561
- }, {
2562
- readonly type: "error";
2563
- readonly name: "ERC1967NonPayable";
2564
- readonly inputs: readonly [];
2565
- }, {
2566
- readonly type: "error";
2567
- readonly name: "ERC20InsufficientAllowance";
2568
- readonly inputs: readonly [{
2569
- readonly name: "spender";
2570
- readonly type: "address";
2571
- readonly internalType: "address";
2572
- }, {
2573
- readonly name: "allowance";
2574
- readonly type: "uint256";
2575
- readonly internalType: "uint256";
2576
- }, {
2577
- readonly name: "needed";
2578
- readonly type: "uint256";
2579
- readonly internalType: "uint256";
2580
- }];
2581
- }, {
2582
- readonly type: "error";
2583
- readonly name: "ERC20InsufficientBalance";
2584
- readonly inputs: readonly [{
2585
- readonly name: "sender";
2586
- readonly type: "address";
2587
- readonly internalType: "address";
2588
- }, {
2589
- readonly name: "balance";
2590
- readonly type: "uint256";
2591
- readonly internalType: "uint256";
2592
- }, {
2593
- readonly name: "needed";
2594
- readonly type: "uint256";
2595
- readonly internalType: "uint256";
2596
- }];
2597
- }, {
2598
- readonly type: "error";
2599
- readonly name: "ERC20InvalidApprover";
2600
- readonly inputs: readonly [{
2601
- readonly name: "approver";
2602
- readonly type: "address";
2603
- readonly internalType: "address";
2604
- }];
2605
- }, {
2606
- readonly type: "error";
2607
- readonly name: "ERC20InvalidReceiver";
2608
- readonly inputs: readonly [{
2609
- readonly name: "receiver";
2610
- readonly type: "address";
2611
- readonly internalType: "address";
2612
- }];
2613
- }, {
2614
- readonly type: "error";
2615
- readonly name: "ERC20InvalidSender";
2616
- readonly inputs: readonly [{
2617
- readonly name: "sender";
2618
- readonly type: "address";
2619
- readonly internalType: "address";
2620
- }];
2621
- }, {
2622
- readonly type: "error";
2623
- readonly name: "ERC20InvalidSpender";
2624
- readonly inputs: readonly [{
2625
- readonly name: "spender";
2626
- readonly type: "address";
2627
- readonly internalType: "address";
2628
- }];
2629
- }, {
2630
- readonly type: "error";
2631
- readonly name: "ERC2612ExpiredSignature";
2632
- readonly inputs: readonly [{
2633
- readonly name: "deadline";
2634
- readonly type: "uint256";
2635
- readonly internalType: "uint256";
2636
- }];
2637
- }, {
2638
- readonly type: "error";
2639
- readonly name: "ERC2612InvalidSigner";
2640
- readonly inputs: readonly [{
2641
- readonly name: "signer";
2642
- readonly type: "address";
2643
- readonly internalType: "address";
2644
- }, {
2645
- readonly name: "owner";
2646
- readonly type: "address";
2647
- readonly internalType: "address";
2648
- }];
2649
- }, {
2650
- readonly type: "error";
2651
- readonly name: "ERC4626ExceededMaxDeposit";
2652
- readonly inputs: readonly [{
2653
- readonly name: "receiver";
2654
- readonly type: "address";
2655
- readonly internalType: "address";
2656
- }, {
2657
- readonly name: "assets";
2658
- readonly type: "uint256";
2659
- readonly internalType: "uint256";
2660
- }, {
2661
- readonly name: "max";
2662
- readonly type: "uint256";
2663
- readonly internalType: "uint256";
2664
- }];
2665
- }, {
2666
- readonly type: "error";
2667
- readonly name: "ERC4626ExceededMaxMint";
2668
- readonly inputs: readonly [{
2669
- readonly name: "receiver";
2670
- readonly type: "address";
2671
- readonly internalType: "address";
2672
- }, {
2673
- readonly name: "shares";
2674
- readonly type: "uint256";
2675
- readonly internalType: "uint256";
2676
- }, {
2677
- readonly name: "max";
2678
- readonly type: "uint256";
2679
- readonly internalType: "uint256";
2680
- }];
2681
- }, {
2682
- readonly type: "error";
2683
- readonly name: "ERC4626ExceededMaxRedeem";
2684
- readonly inputs: readonly [{
2685
- readonly name: "owner";
2686
- readonly type: "address";
2687
- readonly internalType: "address";
2688
- }, {
2689
- readonly name: "shares";
2690
- readonly type: "uint256";
2691
- readonly internalType: "uint256";
2692
- }, {
2693
- readonly name: "max";
2694
- readonly type: "uint256";
2695
- readonly internalType: "uint256";
2696
- }];
2697
- }, {
2698
- readonly type: "error";
2699
- readonly name: "ERC4626ExceededMaxWithdraw";
2700
- readonly inputs: readonly [{
2701
- readonly name: "owner";
2702
- readonly type: "address";
2703
- readonly internalType: "address";
2704
- }, {
2705
- readonly name: "assets";
2706
- readonly type: "uint256";
2707
- readonly internalType: "uint256";
2708
- }, {
2709
- readonly name: "max";
2710
- readonly type: "uint256";
2711
- readonly internalType: "uint256";
2712
- }];
2713
- }, {
2714
- readonly type: "error";
2715
- readonly name: "ETHTransferFailed";
2716
- readonly inputs: readonly [];
2717
- }, {
2718
- readonly type: "error";
2719
- readonly name: "EnumerableMapNonexistentKey";
2720
- readonly inputs: readonly [{
2721
- readonly name: "key";
2722
- readonly type: "bytes32";
2723
- readonly internalType: "bytes32";
2724
- }];
2725
- }, {
2726
- readonly type: "error";
2727
- readonly name: "FailedInnerCall";
2728
- readonly inputs: readonly [];
2729
- }, {
2730
- readonly type: "error";
2731
- readonly name: "InvalidAccountNonce";
2732
- readonly inputs: readonly [{
2733
- readonly name: "account";
2734
- readonly type: "address";
2735
- readonly internalType: "address";
2736
- }, {
2737
- readonly name: "currentNonce";
2738
- readonly type: "uint256";
2739
- readonly internalType: "uint256";
2740
- }];
2741
- }, {
2742
- readonly type: "error";
2743
- readonly name: "InvalidExitFeeBasisPoints";
2744
- readonly inputs: readonly [];
2745
- }, {
2746
- readonly type: "error";
2747
- readonly name: "InvalidInitialization";
2748
- readonly inputs: readonly [];
2749
- }, {
2750
- readonly type: "error";
2751
- readonly name: "InvalidWithdrawal";
2752
- readonly inputs: readonly [];
2753
- }, {
2754
- readonly type: "error";
2755
- readonly name: "MathOverflowedMulDiv";
2756
- readonly inputs: readonly [];
2757
- }, {
2758
- readonly type: "error";
2759
- readonly name: "NotInitializing";
2760
- readonly inputs: readonly [];
2761
- }, {
2762
- readonly type: "error";
2763
- readonly name: "SafeERC20FailedOperation";
2764
- readonly inputs: readonly [{
2765
- readonly name: "token";
2766
- readonly type: "address";
2767
- readonly internalType: "address";
2768
- }];
2769
- }, {
2770
- readonly type: "error";
2771
- readonly name: "UUPSUnauthorizedCallContext";
2772
- readonly inputs: readonly [];
2773
- }, {
2774
- readonly type: "error";
2775
- readonly name: "UUPSUnsupportedProxiableUUID";
2776
- readonly inputs: readonly [{
2777
- readonly name: "slot";
2778
- readonly type: "bytes32";
2779
- readonly internalType: "bytes32";
2780
- }];
2781
- }, {
2782
- readonly type: "error";
2783
- readonly name: "WithdrawalsAreDisabled";
2784
- readonly inputs: readonly [];
2785
- }];
2786
- };
2787
- };