@pufferfinance/puffer-sdk 1.13.1 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/contracts/abis/mainnet/Accountant.cjs +1 -1
  2. package/dist/contracts/abis/mainnet/Accountant.cjs.map +1 -1
  3. package/dist/contracts/abis/mainnet/Accountant.d.ts +13 -457
  4. package/dist/contracts/abis/mainnet/Accountant.js +12 -441
  5. package/dist/contracts/abis/mainnet/Accountant.js.map +1 -1
  6. package/dist/contracts/abis/mainnet/BoringVault.cjs +1 -1
  7. package/dist/contracts/abis/mainnet/BoringVault.cjs.map +1 -1
  8. package/dist/contracts/abis/mainnet/BoringVault.d.ts +18 -505
  9. package/dist/contracts/abis/mainnet/BoringVault.js +15 -346
  10. package/dist/contracts/abis/mainnet/BoringVault.js.map +1 -1
  11. package/dist/contracts/abis/mainnet/CarrotStaker.cjs +1 -1
  12. package/dist/contracts/abis/mainnet/CarrotStaker.cjs.map +1 -1
  13. package/dist/contracts/abis/mainnet/CarrotStaker.d.ts +2 -371
  14. package/dist/contracts/abis/mainnet/CarrotStaker.js +4 -295
  15. package/dist/contracts/abis/mainnet/CarrotStaker.js.map +1 -1
  16. package/dist/contracts/abis/mainnet/Distributor.cjs +1 -1
  17. package/dist/contracts/abis/mainnet/Distributor.cjs.map +1 -1
  18. package/dist/contracts/abis/mainnet/Distributor.d.ts +0 -413
  19. package/dist/contracts/abis/mainnet/Distributor.js +2 -355
  20. package/dist/contracts/abis/mainnet/Distributor.js.map +1 -1
  21. package/dist/contracts/abis/mainnet/L1RewardManager.cjs +1 -1
  22. package/dist/contracts/abis/mainnet/L1RewardManager.cjs.map +1 -1
  23. package/dist/contracts/abis/mainnet/L1RewardManager.d.ts +0 -489
  24. package/dist/contracts/abis/mainnet/L1RewardManager.js +0 -411
  25. package/dist/contracts/abis/mainnet/L1RewardManager.js.map +1 -1
  26. package/dist/contracts/abis/mainnet/L2RewardManager.cjs +1 -1
  27. package/dist/contracts/abis/mainnet/L2RewardManager.cjs.map +1 -1
  28. package/dist/contracts/abis/mainnet/L2RewardManager.d.ts +23 -569
  29. package/dist/contracts/abis/mainnet/L2RewardManager.js +16 -484
  30. package/dist/contracts/abis/mainnet/L2RewardManager.js.map +1 -1
  31. package/dist/contracts/abis/mainnet/PufLocker.cjs +1 -1
  32. package/dist/contracts/abis/mainnet/PufLocker.cjs.map +1 -1
  33. package/dist/contracts/abis/mainnet/PufLocker.d.ts +29 -371
  34. package/dist/contracts/abis/mainnet/PufLocker.js +15 -285
  35. package/dist/contracts/abis/mainnet/PufLocker.js.map +1 -1
  36. package/dist/contracts/abis/mainnet/PufferL2Depositor.cjs +1 -1
  37. package/dist/contracts/abis/mainnet/PufferL2Depositor.cjs.map +1 -1
  38. package/dist/contracts/abis/mainnet/PufferL2Depositor.d.ts +0 -325
  39. package/dist/contracts/abis/mainnet/PufferL2Depositor.js +0 -270
  40. package/dist/contracts/abis/mainnet/PufferL2Depositor.js.map +1 -1
  41. package/dist/contracts/abis/mainnet/PufferVaultV2.cjs +1 -1
  42. package/dist/contracts/abis/mainnet/PufferVaultV2.cjs.map +1 -1
  43. package/dist/contracts/abis/mainnet/PufferVaultV2.d.ts +35 -1289
  44. package/dist/contracts/abis/mainnet/PufferVaultV2.js +45 -1681
  45. package/dist/contracts/abis/mainnet/PufferVaultV2.js.map +1 -1
  46. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.cjs +1 -1
  47. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.cjs.map +1 -1
  48. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.d.ts +3 -426
  49. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.js +5 -552
  50. package/dist/contracts/abis/mainnet/PufferWithdrawalManager.js.map +1 -1
  51. package/dist/contracts/abis/mainnet/Teller.cjs +1 -1
  52. package/dist/contracts/abis/mainnet/Teller.cjs.map +1 -1
  53. package/dist/contracts/abis/mainnet/Teller.d.ts +18 -444
  54. package/dist/contracts/abis/mainnet/Teller.js +15 -390
  55. package/dist/contracts/abis/mainnet/Teller.js.map +1 -1
  56. package/dist/contracts/abis/mainnet/mtwCARROT.cjs +1 -1
  57. package/dist/contracts/abis/mainnet/mtwCARROT.cjs.map +1 -1
  58. package/dist/contracts/abis/mainnet/mtwCARROT.d.ts +69 -399
  59. package/dist/contracts/abis/mainnet/mtwCARROT.js +43 -346
  60. package/dist/contracts/abis/mainnet/mtwCARROT.js.map +1 -1
  61. package/dist/contracts/addresses.cjs.map +1 -1
  62. package/dist/contracts/addresses.d.ts +15 -6
  63. package/dist/contracts/addresses.js +3 -0
  64. package/dist/contracts/addresses.js.map +1 -1
  65. package/dist/contracts/handlers/carrot-staking-handler.d.ts +1652 -0
  66. package/dist/contracts/handlers/distributor-handler.cjs +1 -1
  67. package/dist/contracts/handlers/distributor-handler.cjs.map +1 -1
  68. package/dist/contracts/handlers/distributor-handler.d.ts +8762 -0
  69. package/dist/contracts/handlers/distributor-handler.js +13 -127
  70. package/dist/contracts/handlers/distributor-handler.js.map +1 -1
  71. package/dist/contracts/handlers/erc20-permit-handler.cjs +1 -1
  72. package/dist/contracts/handlers/erc20-permit-handler.cjs.map +1 -1
  73. package/dist/contracts/handlers/erc20-permit-handler.d.ts +4 -4
  74. package/dist/contracts/handlers/erc20-permit-handler.js +12 -12
  75. package/dist/contracts/handlers/erc20-permit-handler.js.map +1 -1
  76. package/dist/contracts/handlers/l1-reward-manager-handler.cjs +1 -1
  77. package/dist/contracts/handlers/l1-reward-manager-handler.cjs.map +1 -1
  78. package/dist/contracts/handlers/l1-reward-manager-handler.d.ts +339 -0
  79. package/dist/contracts/handlers/l1-reward-manager-handler.js +13 -13
  80. package/dist/contracts/handlers/l1-reward-manager-handler.js.map +1 -1
  81. package/dist/contracts/handlers/l2-reward-manager-handler.cjs +1 -1
  82. package/dist/contracts/handlers/l2-reward-manager-handler.cjs.map +1 -1
  83. package/dist/contracts/handlers/l2-reward-manager-handler.d.ts +2423 -0
  84. package/dist/contracts/handlers/l2-reward-manager-handler.js +4 -4
  85. package/dist/contracts/handlers/l2-reward-manager-handler.js.map +1 -1
  86. package/dist/contracts/handlers/mtw-carrot-handler.d.ts +14333 -0
  87. package/dist/contracts/handlers/nucleus-accountant-handler.cjs +1 -1
  88. package/dist/contracts/handlers/nucleus-accountant-handler.cjs.map +1 -1
  89. package/dist/contracts/handlers/nucleus-accountant-handler.d.ts +620 -0
  90. package/dist/contracts/handlers/nucleus-accountant-handler.js +8 -8
  91. package/dist/contracts/handlers/nucleus-accountant-handler.js.map +1 -1
  92. package/dist/contracts/handlers/nucleus-atomic-queue-handler.cjs +1 -1
  93. package/dist/contracts/handlers/nucleus-atomic-queue-handler.cjs.map +1 -1
  94. package/dist/contracts/handlers/nucleus-atomic-queue-handler.js +9 -9
  95. package/dist/contracts/handlers/nucleus-atomic-queue-handler.js.map +1 -1
  96. package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs +1 -1
  97. package/dist/contracts/handlers/nucleus-boring-vault-handler.cjs.map +1 -1
  98. package/dist/contracts/handlers/nucleus-boring-vault-handler.d.ts +3917 -0
  99. package/dist/contracts/handlers/nucleus-boring-vault-handler.js +22 -22
  100. package/dist/contracts/handlers/nucleus-boring-vault-handler.js.map +1 -1
  101. package/dist/contracts/handlers/nucleus-teller-handler.cjs +1 -1
  102. package/dist/contracts/handlers/nucleus-teller-handler.cjs.map +1 -1
  103. package/dist/contracts/handlers/nucleus-teller-handler.d.ts +2209 -0
  104. package/dist/contracts/handlers/nucleus-teller-handler.js +13 -13
  105. package/dist/contracts/handlers/nucleus-teller-handler.js.map +1 -1
  106. package/dist/contracts/handlers/puf-locker-handler.cjs +1 -1
  107. package/dist/contracts/handlers/puf-locker-handler.cjs.map +1 -1
  108. package/dist/contracts/handlers/puf-locker-handler.d.ts +2389 -0
  109. package/dist/contracts/handlers/puf-locker-handler.js +11 -11
  110. package/dist/contracts/handlers/puf-locker-handler.js.map +1 -1
  111. package/dist/contracts/handlers/puffer-depositor-handler.cjs +1 -1
  112. package/dist/contracts/handlers/puffer-depositor-handler.cjs.map +1 -1
  113. package/dist/contracts/handlers/puffer-depositor-handler.d.ts +100 -100
  114. package/dist/contracts/handlers/puffer-depositor-handler.js +18 -18
  115. package/dist/contracts/handlers/puffer-depositor-handler.js.map +1 -1
  116. package/dist/contracts/handlers/puffer-l2-depositor-handler.cjs +1 -1
  117. package/dist/contracts/handlers/puffer-l2-depositor-handler.cjs.map +1 -1
  118. package/dist/contracts/handlers/puffer-l2-depositor-handler.d.ts +471 -0
  119. package/dist/contracts/handlers/puffer-l2-depositor-handler.js +16 -16
  120. package/dist/contracts/handlers/puffer-l2-depositor-handler.js.map +1 -1
  121. package/dist/contracts/handlers/puffer-vault-handler.cjs +1 -1
  122. package/dist/contracts/handlers/puffer-vault-handler.cjs.map +1 -1
  123. package/dist/contracts/handlers/puffer-vault-handler.d.ts +4657 -0
  124. package/dist/contracts/handlers/puffer-vault-handler.js +2 -2
  125. package/dist/contracts/handlers/puffer-vault-handler.js.map +1 -1
  126. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.cjs +1 -1
  127. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.cjs.map +1 -1
  128. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.d.ts +1882 -0
  129. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.js +8 -8
  130. package/dist/contracts/handlers/puffer-withdrawal-manager-handler.js.map +1 -1
  131. package/dist/utils/version.cjs +1 -1
  132. package/dist/utils/version.js +1 -1
  133. package/package.json +2 -2
  134. package/dist/contracts/abis/holesky/PufferDepositor.cjs +0 -2
  135. package/dist/contracts/abis/holesky/PufferDepositor.cjs.map +0 -1
  136. package/dist/contracts/abis/holesky/PufferDepositor.d.ts +0 -283
  137. package/dist/contracts/abis/holesky/PufferDepositor.js +0 -377
  138. package/dist/contracts/abis/holesky/PufferDepositor.js.map +0 -1
  139. package/dist/contracts/abis/holesky/PufferVaultV2.cjs +0 -2
  140. package/dist/contracts/abis/holesky/PufferVaultV2.cjs.map +0 -1
  141. package/dist/contracts/abis/holesky/PufferVaultV2.d.ts +0 -1361
  142. package/dist/contracts/abis/holesky/PufferVaultV2.js +0 -1787
  143. package/dist/contracts/abis/holesky/PufferVaultV2.js.map +0 -1
  144. package/dist/contracts/abis/l1-reward-manager-abis.cjs +0 -2
  145. package/dist/contracts/abis/l1-reward-manager-abis.cjs.map +0 -1
  146. package/dist/contracts/abis/l1-reward-manager-abis.d.ts +0 -1053
  147. package/dist/contracts/abis/l1-reward-manager-abis.js +0 -10
  148. package/dist/contracts/abis/l1-reward-manager-abis.js.map +0 -1
  149. package/dist/contracts/abis/l2-reward-manager-abis.cjs +0 -2
  150. package/dist/contracts/abis/l2-reward-manager-abis.cjs.map +0 -1
  151. package/dist/contracts/abis/l2-reward-manager-abis.d.ts +0 -2124
  152. package/dist/contracts/abis/l2-reward-manager-abis.js +0 -11
  153. package/dist/contracts/abis/l2-reward-manager-abis.js.map +0 -1
  154. package/dist/contracts/abis/nucleus-accountant-abis.cjs +0 -2
  155. package/dist/contracts/abis/nucleus-accountant-abis.cjs.map +0 -1
  156. package/dist/contracts/abis/nucleus-accountant-abis.d.ts +0 -526
  157. package/dist/contracts/abis/nucleus-accountant-abis.js +0 -9
  158. package/dist/contracts/abis/nucleus-accountant-abis.js.map +0 -1
  159. package/dist/contracts/abis/nucleus-atomic-queue-abis.cjs +0 -2
  160. package/dist/contracts/abis/nucleus-atomic-queue-abis.cjs.map +0 -1
  161. package/dist/contracts/abis/nucleus-atomic-queue-abis.d.ts +0 -333
  162. package/dist/contracts/abis/nucleus-atomic-queue-abis.js +0 -9
  163. package/dist/contracts/abis/nucleus-atomic-queue-abis.js.map +0 -1
  164. package/dist/contracts/abis/nucleus-boring-vault-abis.cjs +0 -2
  165. package/dist/contracts/abis/nucleus-boring-vault-abis.cjs.map +0 -1
  166. package/dist/contracts/abis/nucleus-boring-vault-abis.d.ts +0 -627
  167. package/dist/contracts/abis/nucleus-boring-vault-abis.js +0 -9
  168. package/dist/contracts/abis/nucleus-boring-vault-abis.js.map +0 -1
  169. package/dist/contracts/abis/nucleus-teller-abis.cjs +0 -2
  170. package/dist/contracts/abis/nucleus-teller-abis.cjs.map +0 -1
  171. package/dist/contracts/abis/nucleus-teller-abis.d.ts +0 -546
  172. package/dist/contracts/abis/nucleus-teller-abis.js +0 -9
  173. package/dist/contracts/abis/nucleus-teller-abis.js.map +0 -1
  174. package/dist/contracts/abis/puf-locker-abis.cjs +0 -2
  175. package/dist/contracts/abis/puf-locker-abis.cjs.map +0 -1
  176. package/dist/contracts/abis/puf-locker-abis.d.ts +0 -967
  177. package/dist/contracts/abis/puf-locker-abis.js +0 -10
  178. package/dist/contracts/abis/puf-locker-abis.js.map +0 -1
  179. package/dist/contracts/abis/puffer-depositor-abis.cjs +0 -2
  180. package/dist/contracts/abis/puffer-depositor-abis.cjs.map +0 -1
  181. package/dist/contracts/abis/puffer-depositor-abis.d.ts +0 -1325
  182. package/dist/contracts/abis/puffer-depositor-abis.js +0 -20
  183. package/dist/contracts/abis/puffer-depositor-abis.js.map +0 -1
  184. package/dist/contracts/abis/puffer-vault-abis.cjs +0 -2
  185. package/dist/contracts/abis/puffer-vault-abis.cjs.map +0 -1
  186. package/dist/contracts/abis/puffer-vault-abis.d.ts +0 -2789
  187. package/dist/contracts/abis/puffer-vault-abis.js +0 -15
  188. package/dist/contracts/abis/puffer-vault-abis.js.map +0 -1
  189. package/dist/contracts/abis/puffer-withdrawal-manager-abis.cjs +0 -2
  190. package/dist/contracts/abis/puffer-withdrawal-manager-abis.cjs.map +0 -1
  191. package/dist/contracts/abis/puffer-withdrawal-manager-abis.d.ts +0 -1027
  192. package/dist/contracts/abis/puffer-withdrawal-manager-abis.js +0 -10
  193. package/dist/contracts/abis/puffer-withdrawal-manager-abis.js.map +0 -1
  194. package/dist/contracts/abis/tokens-abis.cjs +0 -2
  195. package/dist/contracts/abis/tokens-abis.cjs.map +0 -1
  196. package/dist/contracts/abis/tokens-abis.d.ts +0 -396
  197. package/dist/contracts/abis/tokens-abis.js +0 -6
  198. package/dist/contracts/abis/tokens-abis.js.map +0 -1
@@ -1,77 +1,8 @@
1
1
  export declare const PufferVaultV2: readonly [{
2
- readonly type: "constructor";
3
- readonly inputs: readonly [{
4
- readonly name: "stETH";
5
- readonly type: "address";
6
- readonly internalType: "contract IStETH";
7
- }, {
8
- readonly name: "weth";
9
- readonly type: "address";
10
- readonly internalType: "contract IWETH";
11
- }, {
12
- readonly name: "lidoWithdrawalQueue";
13
- readonly type: "address";
14
- readonly internalType: "contract ILidoWithdrawalQueue";
15
- }, {
16
- readonly name: "stETHStrategy";
17
- readonly type: "address";
18
- readonly internalType: "contract IStrategy";
19
- }, {
20
- readonly name: "eigenStrategyManager";
21
- readonly type: "address";
22
- readonly internalType: "contract IEigenLayer";
23
- }, {
24
- readonly name: "oracle";
25
- readonly type: "address";
26
- readonly internalType: "contract IPufferOracle";
27
- }, {
28
- readonly name: "delegationManager";
29
- readonly type: "address";
30
- readonly internalType: "contract IDelegationManager";
31
- }];
32
- readonly stateMutability: "nonpayable";
33
- }, {
34
- readonly type: "receive";
35
- readonly stateMutability: "payable";
36
- }, {
37
- readonly type: "function";
38
- readonly name: "DOMAIN_SEPARATOR";
39
- readonly inputs: readonly [];
40
- readonly outputs: readonly [{
41
- readonly name: "";
42
- readonly type: "bytes32";
43
- readonly internalType: "bytes32";
44
- }];
45
- readonly stateMutability: "view";
46
- }, {
47
- readonly type: "function";
48
- readonly name: "PUFFER_ORACLE";
49
- readonly inputs: readonly [];
50
- readonly outputs: readonly [{
51
- readonly name: "";
52
- readonly type: "address";
53
- readonly internalType: "contract IPufferOracle";
54
- }];
55
- readonly stateMutability: "view";
56
- }, {
57
- readonly type: "function";
58
- readonly name: "UPGRADE_INTERFACE_VERSION";
59
- readonly inputs: readonly [];
60
- readonly outputs: readonly [{
61
- readonly name: "";
62
- readonly type: "string";
63
- readonly internalType: "string";
64
- }];
65
- readonly stateMutability: "view";
66
- }, {
67
2
  readonly type: "function";
68
- readonly name: "allowance";
3
+ readonly name: "depositETH";
69
4
  readonly inputs: readonly [{
70
- readonly name: "owner";
71
- readonly type: "address";
72
- readonly internalType: "address";
73
- }, {
74
- readonly name: "spender";
5
+ readonly name: "receiver";
75
6
  readonly type: "address";
76
7
  readonly internalType: "address";
77
8
  }];
@@ -80,45 +11,7 @@ export declare const PufferVaultV2: readonly [{
80
11
  readonly type: "uint256";
81
12
  readonly internalType: "uint256";
82
13
  }];
83
- readonly stateMutability: "view";
84
- }, {
85
- readonly type: "function";
86
- readonly name: "approve";
87
- readonly inputs: readonly [{
88
- readonly name: "spender";
89
- readonly type: "address";
90
- readonly internalType: "address";
91
- }, {
92
- readonly name: "value";
93
- readonly type: "uint256";
94
- readonly internalType: "uint256";
95
- }];
96
- readonly outputs: readonly [{
97
- readonly name: "";
98
- readonly type: "bool";
99
- readonly internalType: "bool";
100
- }];
101
- readonly stateMutability: "nonpayable";
102
- }, {
103
- readonly type: "function";
104
- readonly name: "asset";
105
- readonly inputs: readonly [];
106
- readonly outputs: readonly [{
107
- readonly name: "";
108
- readonly type: "address";
109
- readonly internalType: "address";
110
- }];
111
- readonly stateMutability: "view";
112
- }, {
113
- readonly type: "function";
114
- readonly name: "authority";
115
- readonly inputs: readonly [];
116
- readonly outputs: readonly [{
117
- readonly name: "";
118
- readonly type: "address";
119
- readonly internalType: "address";
120
- }];
121
- readonly stateMutability: "view";
14
+ readonly stateMutability: "payable";
122
15
  }, {
123
16
  readonly type: "function";
124
17
  readonly name: "balanceOf";
@@ -135,149 +28,7 @@ export declare const PufferVaultV2: readonly [{
135
28
  readonly stateMutability: "view";
136
29
  }, {
137
30
  readonly type: "function";
138
- readonly name: "burn";
139
- readonly inputs: readonly [{
140
- readonly name: "shares";
141
- readonly type: "uint256";
142
- readonly internalType: "uint256";
143
- }];
144
- readonly outputs: readonly [];
145
- readonly stateMutability: "nonpayable";
146
- }, {
147
- readonly type: "function";
148
- readonly name: "claimWithdrawalFromEigenLayer";
149
- readonly inputs: readonly [{
150
- readonly name: "queuedWithdrawal";
151
- readonly type: "tuple";
152
- readonly internalType: "struct IEigenLayer.QueuedWithdrawal";
153
- readonly components: readonly [{
154
- readonly name: "strategies";
155
- readonly type: "address[]";
156
- readonly internalType: "contract IStrategy[]";
157
- }, {
158
- readonly name: "shares";
159
- readonly type: "uint256[]";
160
- readonly internalType: "uint256[]";
161
- }, {
162
- readonly name: "depositor";
163
- readonly type: "address";
164
- readonly internalType: "address";
165
- }, {
166
- readonly name: "withdrawerAndNonce";
167
- readonly type: "tuple";
168
- readonly internalType: "struct IEigenLayer.WithdrawerAndNonce";
169
- readonly components: readonly [{
170
- readonly name: "withdrawer";
171
- readonly type: "address";
172
- readonly internalType: "address";
173
- }, {
174
- readonly name: "nonce";
175
- readonly type: "uint96";
176
- readonly internalType: "uint96";
177
- }];
178
- }, {
179
- readonly name: "withdrawalStartBlock";
180
- readonly type: "uint32";
181
- readonly internalType: "uint32";
182
- }, {
183
- readonly name: "delegatedAddress";
184
- readonly type: "address";
185
- readonly internalType: "address";
186
- }];
187
- }, {
188
- readonly name: "tokens";
189
- readonly type: "address[]";
190
- readonly internalType: "contract IERC20[]";
191
- }, {
192
- readonly name: "middlewareTimesIndex";
193
- readonly type: "uint256";
194
- readonly internalType: "uint256";
195
- }];
196
- readonly outputs: readonly [];
197
- readonly stateMutability: "nonpayable";
198
- }, {
199
- readonly type: "function";
200
- readonly name: "claimWithdrawalFromEigenLayerM2";
201
- readonly inputs: readonly [{
202
- readonly name: "queuedWithdrawal";
203
- readonly type: "tuple";
204
- readonly internalType: "struct IEigenLayer.QueuedWithdrawal";
205
- readonly components: readonly [{
206
- readonly name: "strategies";
207
- readonly type: "address[]";
208
- readonly internalType: "contract IStrategy[]";
209
- }, {
210
- readonly name: "shares";
211
- readonly type: "uint256[]";
212
- readonly internalType: "uint256[]";
213
- }, {
214
- readonly name: "depositor";
215
- readonly type: "address";
216
- readonly internalType: "address";
217
- }, {
218
- readonly name: "withdrawerAndNonce";
219
- readonly type: "tuple";
220
- readonly internalType: "struct IEigenLayer.WithdrawerAndNonce";
221
- readonly components: readonly [{
222
- readonly name: "withdrawer";
223
- readonly type: "address";
224
- readonly internalType: "address";
225
- }, {
226
- readonly name: "nonce";
227
- readonly type: "uint96";
228
- readonly internalType: "uint96";
229
- }];
230
- }, {
231
- readonly name: "withdrawalStartBlock";
232
- readonly type: "uint32";
233
- readonly internalType: "uint32";
234
- }, {
235
- readonly name: "delegatedAddress";
236
- readonly type: "address";
237
- readonly internalType: "address";
238
- }];
239
- }, {
240
- readonly name: "tokens";
241
- readonly type: "address[]";
242
- readonly internalType: "contract IERC20[]";
243
- }, {
244
- readonly name: "middlewareTimesIndex";
245
- readonly type: "uint256";
246
- readonly internalType: "uint256";
247
- }, {
248
- readonly name: "nonce";
249
- readonly type: "uint256";
250
- readonly internalType: "uint256";
251
- }];
252
- readonly outputs: readonly [];
253
- readonly stateMutability: "nonpayable";
254
- }, {
255
- readonly type: "function";
256
- readonly name: "claimWithdrawalsFromLido";
257
- readonly inputs: readonly [{
258
- readonly name: "requestIds";
259
- readonly type: "uint256[]";
260
- readonly internalType: "uint256[]";
261
- }];
262
- readonly outputs: readonly [];
263
- readonly stateMutability: "nonpayable";
264
- }, {
265
- readonly type: "function";
266
- readonly name: "convertToAssets";
267
- readonly inputs: readonly [{
268
- readonly name: "shares";
269
- readonly type: "uint256";
270
- readonly internalType: "uint256";
271
- }];
272
- readonly outputs: readonly [{
273
- readonly name: "";
274
- readonly type: "uint256";
275
- readonly internalType: "uint256";
276
- }];
277
- readonly stateMutability: "view";
278
- }, {
279
- readonly type: "function";
280
- readonly name: "convertToShares";
31
+ readonly name: "previewDeposit";
281
32
  readonly inputs: readonly [{
282
33
  readonly name: "assets";
283
34
  readonly type: "uint256";
@@ -291,11 +42,15 @@ export declare const PufferVaultV2: readonly [{
291
42
  readonly stateMutability: "view";
292
43
  }, {
293
44
  readonly type: "function";
294
- readonly name: "convertToSharesUp";
45
+ readonly name: "allowance";
295
46
  readonly inputs: readonly [{
296
- readonly name: "assets";
297
- readonly type: "uint256";
298
- readonly internalType: "uint256";
47
+ readonly name: "owner";
48
+ readonly type: "address";
49
+ readonly internalType: "address";
50
+ }, {
51
+ readonly name: "spender";
52
+ readonly type: "address";
53
+ readonly internalType: "address";
299
54
  }];
300
55
  readonly outputs: readonly [{
301
56
  readonly name: "";
@@ -305,17 +60,7 @@ export declare const PufferVaultV2: readonly [{
305
60
  readonly stateMutability: "view";
306
61
  }, {
307
62
  readonly type: "function";
308
- readonly name: "decimals";
309
- readonly inputs: readonly [];
310
- readonly outputs: readonly [{
311
- readonly name: "";
312
- readonly type: "uint8";
313
- readonly internalType: "uint8";
314
- }];
315
- readonly stateMutability: "pure";
316
- }, {
317
- readonly type: "function";
318
- readonly name: "deposit";
63
+ readonly name: "withdraw";
319
64
  readonly inputs: readonly [{
320
65
  readonly name: "assets";
321
66
  readonly type: "uint256";
@@ -324,18 +69,8 @@ export declare const PufferVaultV2: readonly [{
324
69
  readonly name: "receiver";
325
70
  readonly type: "address";
326
71
  readonly internalType: "address";
327
- }];
328
- readonly outputs: readonly [{
329
- readonly name: "";
330
- readonly type: "uint256";
331
- readonly internalType: "uint256";
332
- }];
333
- readonly stateMutability: "nonpayable";
334
- }, {
335
- readonly type: "function";
336
- readonly name: "depositETH";
337
- readonly inputs: readonly [{
338
- readonly name: "receiver";
72
+ }, {
73
+ readonly name: "owner";
339
74
  readonly type: "address";
340
75
  readonly internalType: "address";
341
76
  }];
@@ -344,75 +79,31 @@ export declare const PufferVaultV2: readonly [{
344
79
  readonly type: "uint256";
345
80
  readonly internalType: "uint256";
346
81
  }];
347
- readonly stateMutability: "payable";
82
+ readonly stateMutability: "nonpayable";
348
83
  }, {
349
84
  readonly type: "function";
350
- readonly name: "depositStETH";
85
+ readonly name: "previewRedeem";
351
86
  readonly inputs: readonly [{
352
- readonly name: "stETHSharesAmount";
87
+ readonly name: "shares";
353
88
  readonly type: "uint256";
354
89
  readonly internalType: "uint256";
355
- }, {
356
- readonly name: "receiver";
357
- readonly type: "address";
358
- readonly internalType: "address";
359
90
  }];
360
91
  readonly outputs: readonly [{
361
92
  readonly name: "";
362
93
  readonly type: "uint256";
363
94
  readonly internalType: "uint256";
364
95
  }];
365
- readonly stateMutability: "nonpayable";
96
+ readonly stateMutability: "view";
366
97
  }, {
367
98
  readonly type: "function";
368
- readonly name: "depositToEigenLayer";
99
+ readonly name: "maxRedeem";
369
100
  readonly inputs: readonly [{
370
- readonly name: "amount";
371
- readonly type: "uint256";
372
- readonly internalType: "uint256";
373
- }];
374
- readonly outputs: readonly [];
375
- readonly stateMutability: "nonpayable";
376
- }, {
377
- readonly type: "function";
378
- readonly name: "eip712Domain";
379
- readonly inputs: readonly [];
380
- readonly outputs: readonly [{
381
- readonly name: "fields";
382
- readonly type: "bytes1";
383
- readonly internalType: "bytes1";
384
- }, {
385
- readonly name: "name";
386
- readonly type: "string";
387
- readonly internalType: "string";
388
- }, {
389
- readonly name: "version";
390
- readonly type: "string";
391
- readonly internalType: "string";
392
- }, {
393
- readonly name: "chainId";
394
- readonly type: "uint256";
395
- readonly internalType: "uint256";
396
- }, {
397
- readonly name: "verifyingContract";
101
+ readonly name: "owner";
398
102
  readonly type: "address";
399
103
  readonly internalType: "address";
400
- }, {
401
- readonly name: "salt";
402
- readonly type: "bytes32";
403
- readonly internalType: "bytes32";
404
- }, {
405
- readonly name: "extensions";
406
- readonly type: "uint256[]";
407
- readonly internalType: "uint256[]";
408
104
  }];
409
- readonly stateMutability: "view";
410
- }, {
411
- readonly type: "function";
412
- readonly name: "getELBackingEthAmount";
413
- readonly inputs: readonly [];
414
105
  readonly outputs: readonly [{
415
- readonly name: "ethAmount";
106
+ readonly name: "maxShares";
416
107
  readonly type: "uint256";
417
108
  readonly internalType: "uint256";
418
109
  }];
@@ -427,16 +118,6 @@ export declare const PufferVaultV2: readonly [{
427
118
  readonly internalType: "uint256";
428
119
  }];
429
120
  readonly stateMutability: "view";
430
- }, {
431
- readonly type: "function";
432
- readonly name: "getPendingLidoETHAmount";
433
- readonly inputs: readonly [];
434
- readonly outputs: readonly [{
435
- readonly name: "";
436
- readonly type: "uint256";
437
- readonly internalType: "uint256";
438
- }];
439
- readonly stateMutability: "view";
440
121
  }, {
441
122
  readonly type: "function";
442
123
  readonly name: "getRemainingAssetsDailyWithdrawalLimit";
@@ -449,59 +130,17 @@ export declare const PufferVaultV2: readonly [{
449
130
  readonly stateMutability: "view";
450
131
  }, {
451
132
  readonly type: "function";
452
- readonly name: "initialize";
453
- readonly inputs: readonly [];
454
- readonly outputs: readonly [];
455
- readonly stateMutability: "nonpayable";
456
- }, {
457
- readonly type: "function";
458
- readonly name: "initialize";
459
- readonly inputs: readonly [{
460
- readonly name: "accessManager";
461
- readonly type: "address";
462
- readonly internalType: "address";
463
- }];
464
- readonly outputs: readonly [];
465
- readonly stateMutability: "nonpayable";
466
- }, {
467
- readonly type: "function";
468
- readonly name: "initiateETHWithdrawalsFromLido";
469
- readonly inputs: readonly [{
470
- readonly name: "amounts";
471
- readonly type: "uint256[]";
472
- readonly internalType: "uint256[]";
473
- }];
474
- readonly outputs: readonly [{
475
- readonly name: "requestIds";
476
- readonly type: "uint256[]";
477
- readonly internalType: "uint256[]";
478
- }];
479
- readonly stateMutability: "nonpayable";
480
- }, {
481
- readonly type: "function";
482
- readonly name: "initiateStETHWithdrawalFromEigenLayer";
133
+ readonly name: "redeem";
483
134
  readonly inputs: readonly [{
484
- readonly name: "sharesToWithdraw";
135
+ readonly name: "shares";
485
136
  readonly type: "uint256";
486
137
  readonly internalType: "uint256";
487
- }];
488
- readonly outputs: readonly [];
489
- readonly stateMutability: "nonpayable";
490
- }, {
491
- readonly type: "function";
492
- readonly name: "isConsumingScheduledOp";
493
- readonly inputs: readonly [];
494
- readonly outputs: readonly [{
495
- readonly name: "";
496
- readonly type: "bytes4";
497
- readonly internalType: "bytes4";
498
- }];
499
- readonly stateMutability: "view";
500
- }, {
501
- readonly type: "function";
502
- readonly name: "maxDeposit";
503
- readonly inputs: readonly [{
504
- readonly name: "";
138
+ }, {
139
+ readonly name: "receiver";
140
+ readonly type: "address";
141
+ readonly internalType: "address";
142
+ }, {
143
+ readonly name: "owner";
505
144
  readonly type: "address";
506
145
  readonly internalType: "address";
507
146
  }];
@@ -510,14 +149,14 @@ export declare const PufferVaultV2: readonly [{
510
149
  readonly type: "uint256";
511
150
  readonly internalType: "uint256";
512
151
  }];
513
- readonly stateMutability: "view";
152
+ readonly stateMutability: "nonpayable";
514
153
  }, {
515
154
  readonly type: "function";
516
- readonly name: "maxMint";
155
+ readonly name: "convertToAssets";
517
156
  readonly inputs: readonly [{
518
- readonly name: "";
519
- readonly type: "address";
520
- readonly internalType: "address";
157
+ readonly name: "shares";
158
+ readonly type: "uint256";
159
+ readonly internalType: "uint256";
521
160
  }];
522
161
  readonly outputs: readonly [{
523
162
  readonly name: "";
@@ -525,897 +164,4 @@ export declare const PufferVaultV2: readonly [{
525
164
  readonly internalType: "uint256";
526
165
  }];
527
166
  readonly stateMutability: "view";
528
- }, {
529
- readonly type: "function";
530
- readonly name: "maxRedeem";
531
- readonly inputs: readonly [{
532
- readonly name: "owner";
533
- readonly type: "address";
534
- readonly internalType: "address";
535
- }];
536
- readonly outputs: readonly [{
537
- readonly name: "maxShares";
538
- readonly type: "uint256";
539
- readonly internalType: "uint256";
540
- }];
541
- readonly stateMutability: "view";
542
- }, {
543
- readonly type: "function";
544
- readonly name: "maxWithdraw";
545
- readonly inputs: readonly [{
546
- readonly name: "owner";
547
- readonly type: "address";
548
- readonly internalType: "address";
549
- }];
550
- readonly outputs: readonly [{
551
- readonly name: "maxAssets";
552
- readonly type: "uint256";
553
- readonly internalType: "uint256";
554
- }];
555
- readonly stateMutability: "view";
556
- }, {
557
- readonly type: "function";
558
- readonly name: "mint";
559
- readonly inputs: readonly [{
560
- readonly name: "shares";
561
- readonly type: "uint256";
562
- readonly internalType: "uint256";
563
- }, {
564
- readonly name: "receiver";
565
- readonly type: "address";
566
- readonly internalType: "address";
567
- }];
568
- readonly outputs: readonly [{
569
- readonly name: "";
570
- readonly type: "uint256";
571
- readonly internalType: "uint256";
572
- }];
573
- readonly stateMutability: "nonpayable";
574
- }, {
575
- readonly type: "function";
576
- readonly name: "name";
577
- readonly inputs: readonly [];
578
- readonly outputs: readonly [{
579
- readonly name: "";
580
- readonly type: "string";
581
- readonly internalType: "string";
582
- }];
583
- readonly stateMutability: "view";
584
- }, {
585
- readonly type: "function";
586
- readonly name: "nonces";
587
- readonly inputs: readonly [{
588
- readonly name: "owner";
589
- readonly type: "address";
590
- readonly internalType: "address";
591
- }];
592
- readonly outputs: readonly [{
593
- readonly name: "";
594
- readonly type: "uint256";
595
- readonly internalType: "uint256";
596
- }];
597
- readonly stateMutability: "view";
598
- }, {
599
- readonly type: "function";
600
- readonly name: "onERC721Received";
601
- readonly inputs: readonly [{
602
- readonly name: "";
603
- readonly type: "address";
604
- readonly internalType: "address";
605
- }, {
606
- readonly name: "";
607
- readonly type: "address";
608
- readonly internalType: "address";
609
- }, {
610
- readonly name: "";
611
- readonly type: "uint256";
612
- readonly internalType: "uint256";
613
- }, {
614
- readonly name: "";
615
- readonly type: "bytes";
616
- readonly internalType: "bytes";
617
- }];
618
- readonly outputs: readonly [{
619
- readonly name: "";
620
- readonly type: "bytes4";
621
- readonly internalType: "bytes4";
622
- }];
623
- readonly stateMutability: "nonpayable";
624
- }, {
625
- readonly type: "function";
626
- readonly name: "permit";
627
- readonly inputs: readonly [{
628
- readonly name: "owner";
629
- readonly type: "address";
630
- readonly internalType: "address";
631
- }, {
632
- readonly name: "spender";
633
- readonly type: "address";
634
- readonly internalType: "address";
635
- }, {
636
- readonly name: "value";
637
- readonly type: "uint256";
638
- readonly internalType: "uint256";
639
- }, {
640
- readonly name: "deadline";
641
- readonly type: "uint256";
642
- readonly internalType: "uint256";
643
- }, {
644
- readonly name: "v";
645
- readonly type: "uint8";
646
- readonly internalType: "uint8";
647
- }, {
648
- readonly name: "r";
649
- readonly type: "bytes32";
650
- readonly internalType: "bytes32";
651
- }, {
652
- readonly name: "s";
653
- readonly type: "bytes32";
654
- readonly internalType: "bytes32";
655
- }];
656
- readonly outputs: readonly [];
657
- readonly stateMutability: "nonpayable";
658
- }, {
659
- readonly type: "function";
660
- readonly name: "previewDeposit";
661
- readonly inputs: readonly [{
662
- readonly name: "assets";
663
- readonly type: "uint256";
664
- readonly internalType: "uint256";
665
- }];
666
- readonly outputs: readonly [{
667
- readonly name: "";
668
- readonly type: "uint256";
669
- readonly internalType: "uint256";
670
- }];
671
- readonly stateMutability: "view";
672
- }, {
673
- readonly type: "function";
674
- readonly name: "previewMint";
675
- readonly inputs: readonly [{
676
- readonly name: "shares";
677
- readonly type: "uint256";
678
- readonly internalType: "uint256";
679
- }];
680
- readonly outputs: readonly [{
681
- readonly name: "";
682
- readonly type: "uint256";
683
- readonly internalType: "uint256";
684
- }];
685
- readonly stateMutability: "view";
686
- }, {
687
- readonly type: "function";
688
- readonly name: "previewRedeem";
689
- readonly inputs: readonly [{
690
- readonly name: "shares";
691
- readonly type: "uint256";
692
- readonly internalType: "uint256";
693
- }];
694
- readonly outputs: readonly [{
695
- readonly name: "";
696
- readonly type: "uint256";
697
- readonly internalType: "uint256";
698
- }];
699
- readonly stateMutability: "view";
700
- }, {
701
- readonly type: "function";
702
- readonly name: "previewWithdraw";
703
- readonly inputs: readonly [{
704
- readonly name: "assets";
705
- readonly type: "uint256";
706
- readonly internalType: "uint256";
707
- }];
708
- readonly outputs: readonly [{
709
- readonly name: "";
710
- readonly type: "uint256";
711
- readonly internalType: "uint256";
712
- }];
713
- readonly stateMutability: "view";
714
- }, {
715
- readonly type: "function";
716
- readonly name: "proxiableUUID";
717
- readonly inputs: readonly [];
718
- readonly outputs: readonly [{
719
- readonly name: "";
720
- readonly type: "bytes32";
721
- readonly internalType: "bytes32";
722
- }];
723
- readonly stateMutability: "view";
724
- }, {
725
- readonly type: "function";
726
- readonly name: "redeem";
727
- readonly inputs: readonly [{
728
- readonly name: "shares";
729
- readonly type: "uint256";
730
- readonly internalType: "uint256";
731
- }, {
732
- readonly name: "receiver";
733
- readonly type: "address";
734
- readonly internalType: "address";
735
- }, {
736
- readonly name: "owner";
737
- readonly type: "address";
738
- readonly internalType: "address";
739
- }];
740
- readonly outputs: readonly [{
741
- readonly name: "";
742
- readonly type: "uint256";
743
- readonly internalType: "uint256";
744
- }];
745
- readonly stateMutability: "nonpayable";
746
- }, {
747
- readonly type: "function";
748
- readonly name: "setAuthority";
749
- readonly inputs: readonly [{
750
- readonly name: "newAuthority";
751
- readonly type: "address";
752
- readonly internalType: "address";
753
- }];
754
- readonly outputs: readonly [];
755
- readonly stateMutability: "nonpayable";
756
- }, {
757
- readonly type: "function";
758
- readonly name: "setDailyWithdrawalLimit";
759
- readonly inputs: readonly [{
760
- readonly name: "newLimit";
761
- readonly type: "uint96";
762
- readonly internalType: "uint96";
763
- }];
764
- readonly outputs: readonly [];
765
- readonly stateMutability: "nonpayable";
766
- }, {
767
- readonly type: "function";
768
- readonly name: "setExitFeeBasisPoints";
769
- readonly inputs: readonly [{
770
- readonly name: "newExitFeeBasisPoints";
771
- readonly type: "uint256";
772
- readonly internalType: "uint256";
773
- }];
774
- readonly outputs: readonly [];
775
- readonly stateMutability: "nonpayable";
776
- }, {
777
- readonly type: "function";
778
- readonly name: "symbol";
779
- readonly inputs: readonly [];
780
- readonly outputs: readonly [{
781
- readonly name: "";
782
- readonly type: "string";
783
- readonly internalType: "string";
784
- }];
785
- readonly stateMutability: "view";
786
- }, {
787
- readonly type: "function";
788
- readonly name: "totalAssets";
789
- readonly inputs: readonly [];
790
- readonly outputs: readonly [{
791
- readonly name: "";
792
- readonly type: "uint256";
793
- readonly internalType: "uint256";
794
- }];
795
- readonly stateMutability: "view";
796
- }, {
797
- readonly type: "function";
798
- readonly name: "totalSupply";
799
- readonly inputs: readonly [];
800
- readonly outputs: readonly [{
801
- readonly name: "";
802
- readonly type: "uint256";
803
- readonly internalType: "uint256";
804
- }];
805
- readonly stateMutability: "view";
806
- }, {
807
- readonly type: "function";
808
- readonly name: "transfer";
809
- readonly inputs: readonly [{
810
- readonly name: "to";
811
- readonly type: "address";
812
- readonly internalType: "address";
813
- }, {
814
- readonly name: "value";
815
- readonly type: "uint256";
816
- readonly internalType: "uint256";
817
- }];
818
- readonly outputs: readonly [{
819
- readonly name: "";
820
- readonly type: "bool";
821
- readonly internalType: "bool";
822
- }];
823
- readonly stateMutability: "nonpayable";
824
- }, {
825
- readonly type: "function";
826
- readonly name: "transferETH";
827
- readonly inputs: readonly [{
828
- readonly name: "to";
829
- readonly type: "address";
830
- readonly internalType: "address";
831
- }, {
832
- readonly name: "ethAmount";
833
- readonly type: "uint256";
834
- readonly internalType: "uint256";
835
- }];
836
- readonly outputs: readonly [];
837
- readonly stateMutability: "nonpayable";
838
- }, {
839
- readonly type: "function";
840
- readonly name: "transferFrom";
841
- readonly inputs: readonly [{
842
- readonly name: "from";
843
- readonly type: "address";
844
- readonly internalType: "address";
845
- }, {
846
- readonly name: "to";
847
- readonly type: "address";
848
- readonly internalType: "address";
849
- }, {
850
- readonly name: "value";
851
- readonly type: "uint256";
852
- readonly internalType: "uint256";
853
- }];
854
- readonly outputs: readonly [{
855
- readonly name: "";
856
- readonly type: "bool";
857
- readonly internalType: "bool";
858
- }];
859
- readonly stateMutability: "nonpayable";
860
- }, {
861
- readonly type: "function";
862
- readonly name: "upgradeToAndCall";
863
- readonly inputs: readonly [{
864
- readonly name: "newImplementation";
865
- readonly type: "address";
866
- readonly internalType: "address";
867
- }, {
868
- readonly name: "data";
869
- readonly type: "bytes";
870
- readonly internalType: "bytes";
871
- }];
872
- readonly outputs: readonly [];
873
- readonly stateMutability: "payable";
874
- }, {
875
- readonly type: "function";
876
- readonly name: "withdraw";
877
- readonly inputs: readonly [{
878
- readonly name: "assets";
879
- readonly type: "uint256";
880
- readonly internalType: "uint256";
881
- }, {
882
- readonly name: "receiver";
883
- readonly type: "address";
884
- readonly internalType: "address";
885
- }, {
886
- readonly name: "owner";
887
- readonly type: "address";
888
- readonly internalType: "address";
889
- }];
890
- readonly outputs: readonly [{
891
- readonly name: "";
892
- readonly type: "uint256";
893
- readonly internalType: "uint256";
894
- }];
895
- readonly stateMutability: "nonpayable";
896
- }, {
897
- readonly type: "event";
898
- readonly name: "Approval";
899
- readonly inputs: readonly [{
900
- readonly name: "owner";
901
- readonly type: "address";
902
- readonly indexed: true;
903
- readonly internalType: "address";
904
- }, {
905
- readonly name: "spender";
906
- readonly type: "address";
907
- readonly indexed: true;
908
- readonly internalType: "address";
909
- }, {
910
- readonly name: "value";
911
- readonly type: "uint256";
912
- readonly indexed: false;
913
- readonly internalType: "uint256";
914
- }];
915
- readonly anonymous: false;
916
- }, {
917
- readonly type: "event";
918
- readonly name: "AssetsWithdrawnToday";
919
- readonly inputs: readonly [{
920
- readonly name: "withdrawalAmount";
921
- readonly type: "uint256";
922
- readonly indexed: false;
923
- readonly internalType: "uint256";
924
- }];
925
- readonly anonymous: false;
926
- }, {
927
- readonly type: "event";
928
- readonly name: "AuthorityUpdated";
929
- readonly inputs: readonly [{
930
- readonly name: "authority";
931
- readonly type: "address";
932
- readonly indexed: false;
933
- readonly internalType: "address";
934
- }];
935
- readonly anonymous: false;
936
- }, {
937
- readonly type: "event";
938
- readonly name: "ClaimedWithdrawals";
939
- readonly inputs: readonly [{
940
- readonly name: "requestIds";
941
- readonly type: "uint256[]";
942
- readonly indexed: false;
943
- readonly internalType: "uint256[]";
944
- }];
945
- readonly anonymous: false;
946
- }, {
947
- readonly type: "event";
948
- readonly name: "DailyWithdrawalLimitReset";
949
- readonly inputs: readonly [];
950
- readonly anonymous: false;
951
- }, {
952
- readonly type: "event";
953
- readonly name: "DailyWithdrawalLimitSet";
954
- readonly inputs: readonly [{
955
- readonly name: "oldLimit";
956
- readonly type: "uint96";
957
- readonly indexed: false;
958
- readonly internalType: "uint96";
959
- }, {
960
- readonly name: "newLimit";
961
- readonly type: "uint96";
962
- readonly indexed: false;
963
- readonly internalType: "uint96";
964
- }];
965
- readonly anonymous: false;
966
- }, {
967
- readonly type: "event";
968
- readonly name: "Deposit";
969
- readonly inputs: readonly [{
970
- readonly name: "sender";
971
- readonly type: "address";
972
- readonly indexed: true;
973
- readonly internalType: "address";
974
- }, {
975
- readonly name: "owner";
976
- readonly type: "address";
977
- readonly indexed: true;
978
- readonly internalType: "address";
979
- }, {
980
- readonly name: "assets";
981
- readonly type: "uint256";
982
- readonly indexed: false;
983
- readonly internalType: "uint256";
984
- }, {
985
- readonly name: "shares";
986
- readonly type: "uint256";
987
- readonly indexed: false;
988
- readonly internalType: "uint256";
989
- }];
990
- readonly anonymous: false;
991
- }, {
992
- readonly type: "event";
993
- readonly name: "EIP712DomainChanged";
994
- readonly inputs: readonly [];
995
- readonly anonymous: false;
996
- }, {
997
- readonly type: "event";
998
- readonly name: "ExitFeeBasisPointsSet";
999
- readonly inputs: readonly [{
1000
- readonly name: "previousFee";
1001
- readonly type: "uint256";
1002
- readonly indexed: false;
1003
- readonly internalType: "uint256";
1004
- }, {
1005
- readonly name: "newFee";
1006
- readonly type: "uint256";
1007
- readonly indexed: false;
1008
- readonly internalType: "uint256";
1009
- }];
1010
- readonly anonymous: false;
1011
- }, {
1012
- readonly type: "event";
1013
- readonly name: "Initialized";
1014
- readonly inputs: readonly [{
1015
- readonly name: "version";
1016
- readonly type: "uint64";
1017
- readonly indexed: false;
1018
- readonly internalType: "uint64";
1019
- }];
1020
- readonly anonymous: false;
1021
- }, {
1022
- readonly type: "event";
1023
- readonly name: "LidoWithdrawal";
1024
- readonly inputs: readonly [{
1025
- readonly name: "expectedWithdrawal";
1026
- readonly type: "uint256";
1027
- readonly indexed: false;
1028
- readonly internalType: "uint256";
1029
- }, {
1030
- readonly name: "actualWithdrawal";
1031
- readonly type: "uint256";
1032
- readonly indexed: false;
1033
- readonly internalType: "uint256";
1034
- }];
1035
- readonly anonymous: false;
1036
- }, {
1037
- readonly type: "event";
1038
- readonly name: "RequestedWithdrawals";
1039
- readonly inputs: readonly [{
1040
- readonly name: "requestIds";
1041
- readonly type: "uint256[]";
1042
- readonly indexed: false;
1043
- readonly internalType: "uint256[]";
1044
- }];
1045
- readonly anonymous: false;
1046
- }, {
1047
- readonly type: "event";
1048
- readonly name: "Transfer";
1049
- readonly inputs: readonly [{
1050
- readonly name: "from";
1051
- readonly type: "address";
1052
- readonly indexed: true;
1053
- readonly internalType: "address";
1054
- }, {
1055
- readonly name: "to";
1056
- readonly type: "address";
1057
- readonly indexed: true;
1058
- readonly internalType: "address";
1059
- }, {
1060
- readonly name: "value";
1061
- readonly type: "uint256";
1062
- readonly indexed: false;
1063
- readonly internalType: "uint256";
1064
- }];
1065
- readonly anonymous: false;
1066
- }, {
1067
- readonly type: "event";
1068
- readonly name: "TransferredETH";
1069
- readonly inputs: readonly [{
1070
- readonly name: "to";
1071
- readonly type: "address";
1072
- readonly indexed: true;
1073
- readonly internalType: "address";
1074
- }, {
1075
- readonly name: "amount";
1076
- readonly type: "uint256";
1077
- readonly indexed: false;
1078
- readonly internalType: "uint256";
1079
- }];
1080
- readonly anonymous: false;
1081
- }, {
1082
- readonly type: "event";
1083
- readonly name: "Upgraded";
1084
- readonly inputs: readonly [{
1085
- readonly name: "implementation";
1086
- readonly type: "address";
1087
- readonly indexed: true;
1088
- readonly internalType: "address";
1089
- }];
1090
- readonly anonymous: false;
1091
- }, {
1092
- readonly type: "event";
1093
- readonly name: "Withdraw";
1094
- readonly inputs: readonly [{
1095
- readonly name: "sender";
1096
- readonly type: "address";
1097
- readonly indexed: true;
1098
- readonly internalType: "address";
1099
- }, {
1100
- readonly name: "receiver";
1101
- readonly type: "address";
1102
- readonly indexed: true;
1103
- readonly internalType: "address";
1104
- }, {
1105
- readonly name: "owner";
1106
- readonly type: "address";
1107
- readonly indexed: true;
1108
- readonly internalType: "address";
1109
- }, {
1110
- readonly name: "assets";
1111
- readonly type: "uint256";
1112
- readonly indexed: false;
1113
- readonly internalType: "uint256";
1114
- }, {
1115
- readonly name: "shares";
1116
- readonly type: "uint256";
1117
- readonly indexed: false;
1118
- readonly internalType: "uint256";
1119
- }];
1120
- readonly anonymous: false;
1121
- }, {
1122
- readonly type: "error";
1123
- readonly name: "AccessManagedInvalidAuthority";
1124
- readonly inputs: readonly [{
1125
- readonly name: "authority";
1126
- readonly type: "address";
1127
- readonly internalType: "address";
1128
- }];
1129
- }, {
1130
- readonly type: "error";
1131
- readonly name: "AccessManagedRequiredDelay";
1132
- readonly inputs: readonly [{
1133
- readonly name: "caller";
1134
- readonly type: "address";
1135
- readonly internalType: "address";
1136
- }, {
1137
- readonly name: "delay";
1138
- readonly type: "uint32";
1139
- readonly internalType: "uint32";
1140
- }];
1141
- }, {
1142
- readonly type: "error";
1143
- readonly name: "AccessManagedUnauthorized";
1144
- readonly inputs: readonly [{
1145
- readonly name: "caller";
1146
- readonly type: "address";
1147
- readonly internalType: "address";
1148
- }];
1149
- }, {
1150
- readonly type: "error";
1151
- readonly name: "AddressEmptyCode";
1152
- readonly inputs: readonly [{
1153
- readonly name: "target";
1154
- readonly type: "address";
1155
- readonly internalType: "address";
1156
- }];
1157
- }, {
1158
- readonly type: "error";
1159
- readonly name: "AddressInsufficientBalance";
1160
- readonly inputs: readonly [{
1161
- readonly name: "account";
1162
- readonly type: "address";
1163
- readonly internalType: "address";
1164
- }];
1165
- }, {
1166
- readonly type: "error";
1167
- readonly name: "DepositAndWithdrawalForbidden";
1168
- readonly inputs: readonly [];
1169
- }, {
1170
- readonly type: "error";
1171
- readonly name: "ECDSAInvalidSignature";
1172
- readonly inputs: readonly [];
1173
- }, {
1174
- readonly type: "error";
1175
- readonly name: "ECDSAInvalidSignatureLength";
1176
- readonly inputs: readonly [{
1177
- readonly name: "length";
1178
- readonly type: "uint256";
1179
- readonly internalType: "uint256";
1180
- }];
1181
- }, {
1182
- readonly type: "error";
1183
- readonly name: "ECDSAInvalidSignatureS";
1184
- readonly inputs: readonly [{
1185
- readonly name: "s";
1186
- readonly type: "bytes32";
1187
- readonly internalType: "bytes32";
1188
- }];
1189
- }, {
1190
- readonly type: "error";
1191
- readonly name: "ERC1967InvalidImplementation";
1192
- readonly inputs: readonly [{
1193
- readonly name: "implementation";
1194
- readonly type: "address";
1195
- readonly internalType: "address";
1196
- }];
1197
- }, {
1198
- readonly type: "error";
1199
- readonly name: "ERC1967NonPayable";
1200
- readonly inputs: readonly [];
1201
- }, {
1202
- readonly type: "error";
1203
- readonly name: "ERC20InsufficientAllowance";
1204
- readonly inputs: readonly [{
1205
- readonly name: "spender";
1206
- readonly type: "address";
1207
- readonly internalType: "address";
1208
- }, {
1209
- readonly name: "allowance";
1210
- readonly type: "uint256";
1211
- readonly internalType: "uint256";
1212
- }, {
1213
- readonly name: "needed";
1214
- readonly type: "uint256";
1215
- readonly internalType: "uint256";
1216
- }];
1217
- }, {
1218
- readonly type: "error";
1219
- readonly name: "ERC20InsufficientBalance";
1220
- readonly inputs: readonly [{
1221
- readonly name: "sender";
1222
- readonly type: "address";
1223
- readonly internalType: "address";
1224
- }, {
1225
- readonly name: "balance";
1226
- readonly type: "uint256";
1227
- readonly internalType: "uint256";
1228
- }, {
1229
- readonly name: "needed";
1230
- readonly type: "uint256";
1231
- readonly internalType: "uint256";
1232
- }];
1233
- }, {
1234
- readonly type: "error";
1235
- readonly name: "ERC20InvalidApprover";
1236
- readonly inputs: readonly [{
1237
- readonly name: "approver";
1238
- readonly type: "address";
1239
- readonly internalType: "address";
1240
- }];
1241
- }, {
1242
- readonly type: "error";
1243
- readonly name: "ERC20InvalidReceiver";
1244
- readonly inputs: readonly [{
1245
- readonly name: "receiver";
1246
- readonly type: "address";
1247
- readonly internalType: "address";
1248
- }];
1249
- }, {
1250
- readonly type: "error";
1251
- readonly name: "ERC20InvalidSender";
1252
- readonly inputs: readonly [{
1253
- readonly name: "sender";
1254
- readonly type: "address";
1255
- readonly internalType: "address";
1256
- }];
1257
- }, {
1258
- readonly type: "error";
1259
- readonly name: "ERC20InvalidSpender";
1260
- readonly inputs: readonly [{
1261
- readonly name: "spender";
1262
- readonly type: "address";
1263
- readonly internalType: "address";
1264
- }];
1265
- }, {
1266
- readonly type: "error";
1267
- readonly name: "ERC2612ExpiredSignature";
1268
- readonly inputs: readonly [{
1269
- readonly name: "deadline";
1270
- readonly type: "uint256";
1271
- readonly internalType: "uint256";
1272
- }];
1273
- }, {
1274
- readonly type: "error";
1275
- readonly name: "ERC2612InvalidSigner";
1276
- readonly inputs: readonly [{
1277
- readonly name: "signer";
1278
- readonly type: "address";
1279
- readonly internalType: "address";
1280
- }, {
1281
- readonly name: "owner";
1282
- readonly type: "address";
1283
- readonly internalType: "address";
1284
- }];
1285
- }, {
1286
- readonly type: "error";
1287
- readonly name: "ERC4626ExceededMaxDeposit";
1288
- readonly inputs: readonly [{
1289
- readonly name: "receiver";
1290
- readonly type: "address";
1291
- readonly internalType: "address";
1292
- }, {
1293
- readonly name: "assets";
1294
- readonly type: "uint256";
1295
- readonly internalType: "uint256";
1296
- }, {
1297
- readonly name: "max";
1298
- readonly type: "uint256";
1299
- readonly internalType: "uint256";
1300
- }];
1301
- }, {
1302
- readonly type: "error";
1303
- readonly name: "ERC4626ExceededMaxMint";
1304
- readonly inputs: readonly [{
1305
- readonly name: "receiver";
1306
- readonly type: "address";
1307
- readonly internalType: "address";
1308
- }, {
1309
- readonly name: "shares";
1310
- readonly type: "uint256";
1311
- readonly internalType: "uint256";
1312
- }, {
1313
- readonly name: "max";
1314
- readonly type: "uint256";
1315
- readonly internalType: "uint256";
1316
- }];
1317
- }, {
1318
- readonly type: "error";
1319
- readonly name: "ERC4626ExceededMaxRedeem";
1320
- readonly inputs: readonly [{
1321
- readonly name: "owner";
1322
- readonly type: "address";
1323
- readonly internalType: "address";
1324
- }, {
1325
- readonly name: "shares";
1326
- readonly type: "uint256";
1327
- readonly internalType: "uint256";
1328
- }, {
1329
- readonly name: "max";
1330
- readonly type: "uint256";
1331
- readonly internalType: "uint256";
1332
- }];
1333
- }, {
1334
- readonly type: "error";
1335
- readonly name: "ERC4626ExceededMaxWithdraw";
1336
- readonly inputs: readonly [{
1337
- readonly name: "owner";
1338
- readonly type: "address";
1339
- readonly internalType: "address";
1340
- }, {
1341
- readonly name: "assets";
1342
- readonly type: "uint256";
1343
- readonly internalType: "uint256";
1344
- }, {
1345
- readonly name: "max";
1346
- readonly type: "uint256";
1347
- readonly internalType: "uint256";
1348
- }];
1349
- }, {
1350
- readonly type: "error";
1351
- readonly name: "ETHTransferFailed";
1352
- readonly inputs: readonly [];
1353
- }, {
1354
- readonly type: "error";
1355
- readonly name: "EnumerableMapNonexistentKey";
1356
- readonly inputs: readonly [{
1357
- readonly name: "key";
1358
- readonly type: "bytes32";
1359
- readonly internalType: "bytes32";
1360
- }];
1361
- }, {
1362
- readonly type: "error";
1363
- readonly name: "FailedInnerCall";
1364
- readonly inputs: readonly [];
1365
- }, {
1366
- readonly type: "error";
1367
- readonly name: "InvalidAccountNonce";
1368
- readonly inputs: readonly [{
1369
- readonly name: "account";
1370
- readonly type: "address";
1371
- readonly internalType: "address";
1372
- }, {
1373
- readonly name: "currentNonce";
1374
- readonly type: "uint256";
1375
- readonly internalType: "uint256";
1376
- }];
1377
- }, {
1378
- readonly type: "error";
1379
- readonly name: "InvalidExitFeeBasisPoints";
1380
- readonly inputs: readonly [];
1381
- }, {
1382
- readonly type: "error";
1383
- readonly name: "InvalidInitialization";
1384
- readonly inputs: readonly [];
1385
- }, {
1386
- readonly type: "error";
1387
- readonly name: "InvalidWithdrawal";
1388
- readonly inputs: readonly [];
1389
- }, {
1390
- readonly type: "error";
1391
- readonly name: "MathOverflowedMulDiv";
1392
- readonly inputs: readonly [];
1393
- }, {
1394
- readonly type: "error";
1395
- readonly name: "NotInitializing";
1396
- readonly inputs: readonly [];
1397
- }, {
1398
- readonly type: "error";
1399
- readonly name: "SafeERC20FailedOperation";
1400
- readonly inputs: readonly [{
1401
- readonly name: "token";
1402
- readonly type: "address";
1403
- readonly internalType: "address";
1404
- }];
1405
- }, {
1406
- readonly type: "error";
1407
- readonly name: "UUPSUnauthorizedCallContext";
1408
- readonly inputs: readonly [];
1409
- }, {
1410
- readonly type: "error";
1411
- readonly name: "UUPSUnsupportedProxiableUUID";
1412
- readonly inputs: readonly [{
1413
- readonly name: "slot";
1414
- readonly type: "bytes32";
1415
- readonly internalType: "bytes32";
1416
- }];
1417
- }, {
1418
- readonly type: "error";
1419
- readonly name: "WithdrawalsAreDisabled";
1420
- readonly inputs: readonly [];
1421
167
  }];