@pendle/core-v2 6.8.1 → 6.10.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 (119) hide show
  1. package/build/artifacts/contracts/interfaces/IPPTLooper.sol/IPPTLooper.dbg.json +1 -1
  2. package/build/artifacts/contracts/interfaces/IPPTLooper.sol/IPPTLooper.json +244 -249
  3. package/build/artifacts/contracts/interfaces/IPPTLooper.sol/IPPTLooperEIP712Types.dbg.json +1 -1
  4. package/build/artifacts/contracts/pt-looping/PTLooperBase.sol/PTLooperBase.dbg.json +1 -1
  5. package/build/artifacts/contracts/pt-looping/PTLooperBase.sol/PTLooperBase.json +244 -249
  6. package/build/artifacts/contracts/pt-looping/PTLooperEIP712TypesEncodeDataLib.sol/PTLooperEIP712TypesEncodeDataLib.dbg.json +1 -1
  7. package/build/artifacts/contracts/pt-looping/PTLooperEIP712TypesEncodeDataLib.sol/PTLooperEIP712TypesEncodeDataLib.json +2 -2
  8. package/build/artifacts/contracts/pt-looping/PendlePTLooper.sol/PendlePTLooper.dbg.json +1 -1
  9. package/build/artifacts/contracts/pt-looping/PendlePTLooper.sol/PendlePTLooper.json +246 -251
  10. package/build/artifacts/contracts/pt-looping/money-market/BaseMoneyMarket.sol/BaseMoneyMarket.dbg.json +1 -1
  11. package/build/artifacts/contracts/pt-looping/money-market/BaseMoneyMarketView.sol/BaseMoneyMarketView.dbg.json +1 -1
  12. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave/AaveMoneyMarket.sol/AaveMoneyMarket.dbg.json +1 -1
  13. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave/AaveMoneyMarket.sol/AaveMoneyMarket.json +2 -2
  14. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave/AaveMoneyMarketView.sol/AaveMoneyMarketView.dbg.json +1 -1
  15. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave/AaveMoneyMarketView.sol/AaveMoneyMarketView.json +2 -2
  16. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MMPayloadLib.sol/AaveV4MMPayloadLib.dbg.json +4 -0
  17. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MMPayloadLib.sol/AaveV4MMPayloadLib.json +10 -0
  18. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarket.sol/AaveV4MoneyMarket.dbg.json +4 -0
  19. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarket.sol/AaveV4MoneyMarket.json +615 -0
  20. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarketView.sol/AaveV4MoneyMarketView.dbg.json +4 -0
  21. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarketView.sol/AaveV4MoneyMarketView.json +280 -0
  22. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IAaveOracle.sol/IAaveOracle.dbg.json +4 -0
  23. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IAaveOracle.sol/IAaveOracle.json +30 -0
  24. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IHubBase.sol/IHubBase.dbg.json +4 -0
  25. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IHubBase.sol/IHubBase.json +322 -0
  26. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/ISpoke.sol/ISpoke.dbg.json +4 -0
  27. package/build/artifacts/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/ISpoke.sol/ISpoke.json +398 -0
  28. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMMPayloadLib.sol/EulerMMPayloadLib.dbg.json +4 -0
  29. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMMPayloadLib.sol/EulerMMPayloadLib.json +10 -0
  30. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarket.sol/EulerMoneyMarket.dbg.json +4 -0
  31. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarket.sol/EulerMoneyMarket.json +651 -0
  32. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarketView.sol/EulerMoneyMarketView.dbg.json +4 -0
  33. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarketView.sol/EulerMoneyMarketView.json +298 -0
  34. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEthereumVaultConnector.sol/IEVC.dbg.json +4 -0
  35. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEthereumVaultConnector.sol/IEVC.json +959 -0
  36. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerFactory.sol/IEulerFactory.dbg.json +4 -0
  37. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerFactory.sol/IEulerFactory.json +30 -0
  38. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerPriceOracle.sol/IEulerPriceOracle.dbg.json +4 -0
  39. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerPriceOracle.sol/IEulerPriceOracle.json +53 -0
  40. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerVault.sol/AmountCapLib.dbg.json +4 -0
  41. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerVault.sol/AmountCapLib.json +10 -0
  42. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerVault.sol/IEulerVault.dbg.json +4 -0
  43. package/build/artifacts/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerVault.sol/IEulerVault.json +933 -0
  44. package/build/artifacts/contracts/pt-looping/money-market/implementations/morpho/MorphoBlueMoneyMarket.sol/MorphoBlueMoneyMarket.dbg.json +1 -1
  45. package/build/artifacts/contracts/pt-looping/money-market/implementations/morpho/MorphoBlueMoneyMarket.sol/MorphoBlueMoneyMarket.json +2 -2
  46. package/build/artifacts/contracts/pt-looping/money-market/implementations/morpho/MorphoBlueMoneyMarketView.sol/MorphoBlueMoneyMarketView.dbg.json +1 -1
  47. package/build/artifacts/contracts/pt-looping/money-market/implementations/morpho/MorphoBlueMoneyMarketView.sol/MorphoBlueMoneyMarketView.json +2 -2
  48. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +1 -1
  49. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +1 -1
  50. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +1 -1
  51. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +1 -1
  52. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
  53. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +2 -2
  54. package/contracts/interfaces/IPPTLooper.sol +2 -4
  55. package/contracts/pt-looping/PTLooperEIP712TypesEncodeDataLib.sol +6 -6
  56. package/contracts/pt-looping/PendlePTLooper.sol +4 -2
  57. package/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MMPayloadLib.sol +20 -0
  58. package/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarket.sol +85 -0
  59. package/contracts/pt-looping/money-market/implementations/aave-v4/AaveV4MoneyMarketView.sol +180 -0
  60. package/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IAaveOracle.sol +12 -0
  61. package/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/IHubBase.sol +72 -0
  62. package/contracts/pt-looping/money-market/implementations/aave-v4/dependencies/ISpoke.sol +88 -0
  63. package/contracts/pt-looping/money-market/implementations/euler/EulerMMPayloadLib.sol +25 -0
  64. package/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarket.sol +104 -0
  65. package/contracts/pt-looping/money-market/implementations/euler/EulerMoneyMarketView.sol +105 -0
  66. package/contracts/pt-looping/money-market/implementations/euler/dependencies/IEthereumVaultConnector.sol +432 -0
  67. package/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerFactory.sol +10 -0
  68. package/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerPriceOracle.sol +26 -0
  69. package/contracts/pt-looping/money-market/implementations/euler/dependencies/IEulerVault.sol +149 -0
  70. package/contracts/router/swap-aggregator/OKXScaleHelper.sol +6 -0
  71. package/deployments/1-offchain-helper.json +2 -1
  72. package/deployments/143-core.json +7 -1
  73. package/deployments/143-offchain-helper.json +2 -1
  74. package/deployments/196-core.json +49 -0
  75. package/deployments/196-offchain-helper.json +12 -0
  76. package/deployments/42161-core.json +4 -1
  77. package/deployments/42161-offchain-helper.json +2 -1
  78. package/deployments/4663-core.json +48 -0
  79. package/deployments/4663-offchain-helper.json +12 -0
  80. package/deployments/56-offchain-helper.json +2 -1
  81. package/deployments/8453-offchain-helper.json +2 -1
  82. package/deployments/9745-offchain-helper.json +2 -1
  83. package/deployments/999-offchain-helper.json +2 -1
  84. package/package.json +1 -1
  85. package/typechain-types/AaveV4MoneyMarket.ts +573 -0
  86. package/typechain-types/AaveV4MoneyMarketView.ts +362 -0
  87. package/typechain-types/EulerMoneyMarket.ts +599 -0
  88. package/typechain-types/EulerMoneyMarketView.ts +375 -0
  89. package/typechain-types/IAaveOracle.ts +17 -149
  90. package/typechain-types/IEVC.ts +1647 -0
  91. package/typechain-types/IEulerFactory.ts +94 -0
  92. package/typechain-types/IEulerPriceOracle.ts +123 -0
  93. package/typechain-types/IEulerVault.ts +1298 -0
  94. package/typechain-types/IHubBase.ts +452 -0
  95. package/typechain-types/IPPTLooper.ts +68 -68
  96. package/typechain-types/ISpoke.ts +577 -0
  97. package/typechain-types/PTLooperBase.ts +68 -68
  98. package/typechain-types/PendlePTLooper.ts +68 -68
  99. package/typechain-types/factories/AaveMoneyMarketView__factory.ts +1 -1
  100. package/typechain-types/factories/AaveMoneyMarket__factory.ts +1 -1
  101. package/typechain-types/factories/AaveV4MoneyMarketView__factory.ts +349 -0
  102. package/typechain-types/factories/AaveV4MoneyMarket__factory.ts +673 -0
  103. package/typechain-types/factories/EulerMoneyMarketView__factory.ts +371 -0
  104. package/typechain-types/factories/EulerMoneyMarket__factory.ts +720 -0
  105. package/typechain-types/factories/IAaveOracle__factory.ts +3 -93
  106. package/typechain-types/factories/IEVC__factory.ts +968 -0
  107. package/typechain-types/factories/IEulerFactory__factory.ts +42 -0
  108. package/typechain-types/factories/IEulerPriceOracle__factory.ts +68 -0
  109. package/typechain-types/factories/IEulerVault__factory.ts +945 -0
  110. package/typechain-types/factories/IHubBase__factory.ts +334 -0
  111. package/typechain-types/factories/IPPTLooper__factory.ts +243 -248
  112. package/typechain-types/factories/ISpoke__factory.ts +407 -0
  113. package/typechain-types/factories/MorphoBlueMoneyMarketView__factory.ts +1 -1
  114. package/typechain-types/factories/MorphoBlueMoneyMarket__factory.ts +1 -1
  115. package/typechain-types/factories/PTLooperBase__factory.ts +243 -248
  116. package/typechain-types/factories/PendlePTLooper__factory.ts +244 -249
  117. package/typechain-types/factories/PendleSwap__factory.ts +1 -1
  118. package/typechain-types/hardhat.d.ts +99 -45
  119. package/typechain-types/index.ts +22 -12
@@ -0,0 +1,959 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IEVC",
4
+ "sourceName": "contracts/pt-looping/money-market/implementations/euler/dependencies/IEthereumVaultConnector.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "areChecksDeferred",
9
+ "outputs": [
10
+ {
11
+ "internalType": "bool",
12
+ "name": "",
13
+ "type": "bool"
14
+ }
15
+ ],
16
+ "stateMutability": "view",
17
+ "type": "function"
18
+ },
19
+ {
20
+ "inputs": [],
21
+ "name": "areChecksInProgress",
22
+ "outputs": [
23
+ {
24
+ "internalType": "bool",
25
+ "name": "",
26
+ "type": "bool"
27
+ }
28
+ ],
29
+ "stateMutability": "view",
30
+ "type": "function"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "components": [
36
+ {
37
+ "internalType": "address",
38
+ "name": "targetContract",
39
+ "type": "address"
40
+ },
41
+ {
42
+ "internalType": "address",
43
+ "name": "onBehalfOfAccount",
44
+ "type": "address"
45
+ },
46
+ {
47
+ "internalType": "uint256",
48
+ "name": "value",
49
+ "type": "uint256"
50
+ },
51
+ {
52
+ "internalType": "bytes",
53
+ "name": "data",
54
+ "type": "bytes"
55
+ }
56
+ ],
57
+ "internalType": "struct IEVC.BatchItem[]",
58
+ "name": "items",
59
+ "type": "tuple[]"
60
+ }
61
+ ],
62
+ "name": "batch",
63
+ "outputs": [],
64
+ "stateMutability": "payable",
65
+ "type": "function"
66
+ },
67
+ {
68
+ "inputs": [
69
+ {
70
+ "components": [
71
+ {
72
+ "internalType": "address",
73
+ "name": "targetContract",
74
+ "type": "address"
75
+ },
76
+ {
77
+ "internalType": "address",
78
+ "name": "onBehalfOfAccount",
79
+ "type": "address"
80
+ },
81
+ {
82
+ "internalType": "uint256",
83
+ "name": "value",
84
+ "type": "uint256"
85
+ },
86
+ {
87
+ "internalType": "bytes",
88
+ "name": "data",
89
+ "type": "bytes"
90
+ }
91
+ ],
92
+ "internalType": "struct IEVC.BatchItem[]",
93
+ "name": "items",
94
+ "type": "tuple[]"
95
+ }
96
+ ],
97
+ "name": "batchRevert",
98
+ "outputs": [],
99
+ "stateMutability": "payable",
100
+ "type": "function"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "components": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "targetContract",
109
+ "type": "address"
110
+ },
111
+ {
112
+ "internalType": "address",
113
+ "name": "onBehalfOfAccount",
114
+ "type": "address"
115
+ },
116
+ {
117
+ "internalType": "uint256",
118
+ "name": "value",
119
+ "type": "uint256"
120
+ },
121
+ {
122
+ "internalType": "bytes",
123
+ "name": "data",
124
+ "type": "bytes"
125
+ }
126
+ ],
127
+ "internalType": "struct IEVC.BatchItem[]",
128
+ "name": "items",
129
+ "type": "tuple[]"
130
+ }
131
+ ],
132
+ "name": "batchSimulation",
133
+ "outputs": [
134
+ {
135
+ "components": [
136
+ {
137
+ "internalType": "bool",
138
+ "name": "success",
139
+ "type": "bool"
140
+ },
141
+ {
142
+ "internalType": "bytes",
143
+ "name": "result",
144
+ "type": "bytes"
145
+ }
146
+ ],
147
+ "internalType": "struct IEVC.BatchItemResult[]",
148
+ "name": "batchItemsResult",
149
+ "type": "tuple[]"
150
+ },
151
+ {
152
+ "components": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "checkedAddress",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "internalType": "bool",
160
+ "name": "isValid",
161
+ "type": "bool"
162
+ },
163
+ {
164
+ "internalType": "bytes",
165
+ "name": "result",
166
+ "type": "bytes"
167
+ }
168
+ ],
169
+ "internalType": "struct IEVC.StatusCheckResult[]",
170
+ "name": "accountsStatusCheckResult",
171
+ "type": "tuple[]"
172
+ },
173
+ {
174
+ "components": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "checkedAddress",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "bool",
182
+ "name": "isValid",
183
+ "type": "bool"
184
+ },
185
+ {
186
+ "internalType": "bytes",
187
+ "name": "result",
188
+ "type": "bytes"
189
+ }
190
+ ],
191
+ "internalType": "struct IEVC.StatusCheckResult[]",
192
+ "name": "vaultsStatusCheckResult",
193
+ "type": "tuple[]"
194
+ }
195
+ ],
196
+ "stateMutability": "payable",
197
+ "type": "function"
198
+ },
199
+ {
200
+ "inputs": [
201
+ {
202
+ "internalType": "address",
203
+ "name": "targetContract",
204
+ "type": "address"
205
+ },
206
+ {
207
+ "internalType": "address",
208
+ "name": "onBehalfOfAccount",
209
+ "type": "address"
210
+ },
211
+ {
212
+ "internalType": "uint256",
213
+ "name": "value",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "internalType": "bytes",
218
+ "name": "data",
219
+ "type": "bytes"
220
+ }
221
+ ],
222
+ "name": "call",
223
+ "outputs": [
224
+ {
225
+ "internalType": "bytes",
226
+ "name": "result",
227
+ "type": "bytes"
228
+ }
229
+ ],
230
+ "stateMutability": "payable",
231
+ "type": "function"
232
+ },
233
+ {
234
+ "inputs": [
235
+ {
236
+ "internalType": "address",
237
+ "name": "targetCollateral",
238
+ "type": "address"
239
+ },
240
+ {
241
+ "internalType": "address",
242
+ "name": "onBehalfOfAccount",
243
+ "type": "address"
244
+ },
245
+ {
246
+ "internalType": "uint256",
247
+ "name": "value",
248
+ "type": "uint256"
249
+ },
250
+ {
251
+ "internalType": "bytes",
252
+ "name": "data",
253
+ "type": "bytes"
254
+ }
255
+ ],
256
+ "name": "controlCollateral",
257
+ "outputs": [
258
+ {
259
+ "internalType": "bytes",
260
+ "name": "result",
261
+ "type": "bytes"
262
+ }
263
+ ],
264
+ "stateMutability": "payable",
265
+ "type": "function"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "address",
271
+ "name": "account",
272
+ "type": "address"
273
+ },
274
+ {
275
+ "internalType": "address",
276
+ "name": "vault",
277
+ "type": "address"
278
+ }
279
+ ],
280
+ "name": "disableCollateral",
281
+ "outputs": [],
282
+ "stateMutability": "payable",
283
+ "type": "function"
284
+ },
285
+ {
286
+ "inputs": [
287
+ {
288
+ "internalType": "address",
289
+ "name": "account",
290
+ "type": "address"
291
+ }
292
+ ],
293
+ "name": "disableController",
294
+ "outputs": [],
295
+ "stateMutability": "payable",
296
+ "type": "function"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "internalType": "address",
302
+ "name": "account",
303
+ "type": "address"
304
+ },
305
+ {
306
+ "internalType": "address",
307
+ "name": "vault",
308
+ "type": "address"
309
+ }
310
+ ],
311
+ "name": "enableCollateral",
312
+ "outputs": [],
313
+ "stateMutability": "payable",
314
+ "type": "function"
315
+ },
316
+ {
317
+ "inputs": [
318
+ {
319
+ "internalType": "address",
320
+ "name": "account",
321
+ "type": "address"
322
+ },
323
+ {
324
+ "internalType": "address",
325
+ "name": "vault",
326
+ "type": "address"
327
+ }
328
+ ],
329
+ "name": "enableController",
330
+ "outputs": [],
331
+ "stateMutability": "payable",
332
+ "type": "function"
333
+ },
334
+ {
335
+ "inputs": [
336
+ {
337
+ "internalType": "address",
338
+ "name": "account",
339
+ "type": "address"
340
+ }
341
+ ],
342
+ "name": "forgiveAccountStatusCheck",
343
+ "outputs": [],
344
+ "stateMutability": "payable",
345
+ "type": "function"
346
+ },
347
+ {
348
+ "inputs": [],
349
+ "name": "forgiveVaultStatusCheck",
350
+ "outputs": [],
351
+ "stateMutability": "payable",
352
+ "type": "function"
353
+ },
354
+ {
355
+ "inputs": [
356
+ {
357
+ "internalType": "address",
358
+ "name": "account",
359
+ "type": "address"
360
+ }
361
+ ],
362
+ "name": "getAccountOwner",
363
+ "outputs": [
364
+ {
365
+ "internalType": "address",
366
+ "name": "",
367
+ "type": "address"
368
+ }
369
+ ],
370
+ "stateMutability": "view",
371
+ "type": "function"
372
+ },
373
+ {
374
+ "inputs": [
375
+ {
376
+ "internalType": "address",
377
+ "name": "account",
378
+ "type": "address"
379
+ }
380
+ ],
381
+ "name": "getAddressPrefix",
382
+ "outputs": [
383
+ {
384
+ "internalType": "bytes19",
385
+ "name": "",
386
+ "type": "bytes19"
387
+ }
388
+ ],
389
+ "stateMutability": "pure",
390
+ "type": "function"
391
+ },
392
+ {
393
+ "inputs": [
394
+ {
395
+ "internalType": "address",
396
+ "name": "account",
397
+ "type": "address"
398
+ }
399
+ ],
400
+ "name": "getCollaterals",
401
+ "outputs": [
402
+ {
403
+ "internalType": "address[]",
404
+ "name": "",
405
+ "type": "address[]"
406
+ }
407
+ ],
408
+ "stateMutability": "view",
409
+ "type": "function"
410
+ },
411
+ {
412
+ "inputs": [
413
+ {
414
+ "internalType": "address",
415
+ "name": "account",
416
+ "type": "address"
417
+ }
418
+ ],
419
+ "name": "getControllers",
420
+ "outputs": [
421
+ {
422
+ "internalType": "address[]",
423
+ "name": "",
424
+ "type": "address[]"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ {
433
+ "internalType": "address",
434
+ "name": "controllerToCheck",
435
+ "type": "address"
436
+ }
437
+ ],
438
+ "name": "getCurrentOnBehalfOfAccount",
439
+ "outputs": [
440
+ {
441
+ "internalType": "address",
442
+ "name": "onBehalfOfAccount",
443
+ "type": "address"
444
+ },
445
+ {
446
+ "internalType": "bool",
447
+ "name": "controllerEnabled",
448
+ "type": "bool"
449
+ }
450
+ ],
451
+ "stateMutability": "view",
452
+ "type": "function"
453
+ },
454
+ {
455
+ "inputs": [
456
+ {
457
+ "internalType": "address",
458
+ "name": "account",
459
+ "type": "address"
460
+ }
461
+ ],
462
+ "name": "getLastAccountStatusCheckTimestamp",
463
+ "outputs": [
464
+ {
465
+ "internalType": "uint256",
466
+ "name": "",
467
+ "type": "uint256"
468
+ }
469
+ ],
470
+ "stateMutability": "view",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [
475
+ {
476
+ "internalType": "bytes19",
477
+ "name": "addressPrefix",
478
+ "type": "bytes19"
479
+ },
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "nonceNamespace",
483
+ "type": "uint256"
484
+ }
485
+ ],
486
+ "name": "getNonce",
487
+ "outputs": [
488
+ {
489
+ "internalType": "uint256",
490
+ "name": "nonce",
491
+ "type": "uint256"
492
+ }
493
+ ],
494
+ "stateMutability": "view",
495
+ "type": "function"
496
+ },
497
+ {
498
+ "inputs": [
499
+ {
500
+ "internalType": "bytes19",
501
+ "name": "addressPrefix",
502
+ "type": "bytes19"
503
+ },
504
+ {
505
+ "internalType": "address",
506
+ "name": "operator",
507
+ "type": "address"
508
+ }
509
+ ],
510
+ "name": "getOperator",
511
+ "outputs": [
512
+ {
513
+ "internalType": "uint256",
514
+ "name": "operatorBitField",
515
+ "type": "uint256"
516
+ }
517
+ ],
518
+ "stateMutability": "view",
519
+ "type": "function"
520
+ },
521
+ {
522
+ "inputs": [],
523
+ "name": "getRawExecutionContext",
524
+ "outputs": [
525
+ {
526
+ "internalType": "uint256",
527
+ "name": "context",
528
+ "type": "uint256"
529
+ }
530
+ ],
531
+ "stateMutability": "view",
532
+ "type": "function"
533
+ },
534
+ {
535
+ "inputs": [
536
+ {
537
+ "internalType": "address",
538
+ "name": "account",
539
+ "type": "address"
540
+ },
541
+ {
542
+ "internalType": "address",
543
+ "name": "otherAccount",
544
+ "type": "address"
545
+ }
546
+ ],
547
+ "name": "haveCommonOwner",
548
+ "outputs": [
549
+ {
550
+ "internalType": "bool",
551
+ "name": "",
552
+ "type": "bool"
553
+ }
554
+ ],
555
+ "stateMutability": "pure",
556
+ "type": "function"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "internalType": "address",
562
+ "name": "account",
563
+ "type": "address"
564
+ },
565
+ {
566
+ "internalType": "address",
567
+ "name": "operator",
568
+ "type": "address"
569
+ }
570
+ ],
571
+ "name": "isAccountOperatorAuthorized",
572
+ "outputs": [
573
+ {
574
+ "internalType": "bool",
575
+ "name": "authorized",
576
+ "type": "bool"
577
+ }
578
+ ],
579
+ "stateMutability": "view",
580
+ "type": "function"
581
+ },
582
+ {
583
+ "inputs": [
584
+ {
585
+ "internalType": "address",
586
+ "name": "account",
587
+ "type": "address"
588
+ }
589
+ ],
590
+ "name": "isAccountStatusCheckDeferred",
591
+ "outputs": [
592
+ {
593
+ "internalType": "bool",
594
+ "name": "",
595
+ "type": "bool"
596
+ }
597
+ ],
598
+ "stateMutability": "view",
599
+ "type": "function"
600
+ },
601
+ {
602
+ "inputs": [
603
+ {
604
+ "internalType": "address",
605
+ "name": "account",
606
+ "type": "address"
607
+ },
608
+ {
609
+ "internalType": "address",
610
+ "name": "vault",
611
+ "type": "address"
612
+ }
613
+ ],
614
+ "name": "isCollateralEnabled",
615
+ "outputs": [
616
+ {
617
+ "internalType": "bool",
618
+ "name": "",
619
+ "type": "bool"
620
+ }
621
+ ],
622
+ "stateMutability": "view",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "inputs": [],
627
+ "name": "isControlCollateralInProgress",
628
+ "outputs": [
629
+ {
630
+ "internalType": "bool",
631
+ "name": "",
632
+ "type": "bool"
633
+ }
634
+ ],
635
+ "stateMutability": "view",
636
+ "type": "function"
637
+ },
638
+ {
639
+ "inputs": [
640
+ {
641
+ "internalType": "address",
642
+ "name": "account",
643
+ "type": "address"
644
+ },
645
+ {
646
+ "internalType": "address",
647
+ "name": "vault",
648
+ "type": "address"
649
+ }
650
+ ],
651
+ "name": "isControllerEnabled",
652
+ "outputs": [
653
+ {
654
+ "internalType": "bool",
655
+ "name": "",
656
+ "type": "bool"
657
+ }
658
+ ],
659
+ "stateMutability": "view",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [
664
+ {
665
+ "internalType": "bytes19",
666
+ "name": "addressPrefix",
667
+ "type": "bytes19"
668
+ }
669
+ ],
670
+ "name": "isLockdownMode",
671
+ "outputs": [
672
+ {
673
+ "internalType": "bool",
674
+ "name": "",
675
+ "type": "bool"
676
+ }
677
+ ],
678
+ "stateMutability": "view",
679
+ "type": "function"
680
+ },
681
+ {
682
+ "inputs": [],
683
+ "name": "isOperatorAuthenticated",
684
+ "outputs": [
685
+ {
686
+ "internalType": "bool",
687
+ "name": "",
688
+ "type": "bool"
689
+ }
690
+ ],
691
+ "stateMutability": "view",
692
+ "type": "function"
693
+ },
694
+ {
695
+ "inputs": [
696
+ {
697
+ "internalType": "bytes19",
698
+ "name": "addressPrefix",
699
+ "type": "bytes19"
700
+ }
701
+ ],
702
+ "name": "isPermitDisabledMode",
703
+ "outputs": [
704
+ {
705
+ "internalType": "bool",
706
+ "name": "",
707
+ "type": "bool"
708
+ }
709
+ ],
710
+ "stateMutability": "view",
711
+ "type": "function"
712
+ },
713
+ {
714
+ "inputs": [],
715
+ "name": "isSimulationInProgress",
716
+ "outputs": [
717
+ {
718
+ "internalType": "bool",
719
+ "name": "",
720
+ "type": "bool"
721
+ }
722
+ ],
723
+ "stateMutability": "view",
724
+ "type": "function"
725
+ },
726
+ {
727
+ "inputs": [
728
+ {
729
+ "internalType": "address",
730
+ "name": "vault",
731
+ "type": "address"
732
+ }
733
+ ],
734
+ "name": "isVaultStatusCheckDeferred",
735
+ "outputs": [
736
+ {
737
+ "internalType": "bool",
738
+ "name": "",
739
+ "type": "bool"
740
+ }
741
+ ],
742
+ "stateMutability": "view",
743
+ "type": "function"
744
+ },
745
+ {
746
+ "inputs": [
747
+ {
748
+ "internalType": "address",
749
+ "name": "signer",
750
+ "type": "address"
751
+ },
752
+ {
753
+ "internalType": "address",
754
+ "name": "sender",
755
+ "type": "address"
756
+ },
757
+ {
758
+ "internalType": "uint256",
759
+ "name": "nonceNamespace",
760
+ "type": "uint256"
761
+ },
762
+ {
763
+ "internalType": "uint256",
764
+ "name": "nonce",
765
+ "type": "uint256"
766
+ },
767
+ {
768
+ "internalType": "uint256",
769
+ "name": "deadline",
770
+ "type": "uint256"
771
+ },
772
+ {
773
+ "internalType": "uint256",
774
+ "name": "value",
775
+ "type": "uint256"
776
+ },
777
+ {
778
+ "internalType": "bytes",
779
+ "name": "data",
780
+ "type": "bytes"
781
+ },
782
+ {
783
+ "internalType": "bytes",
784
+ "name": "signature",
785
+ "type": "bytes"
786
+ }
787
+ ],
788
+ "name": "permit",
789
+ "outputs": [],
790
+ "stateMutability": "payable",
791
+ "type": "function"
792
+ },
793
+ {
794
+ "inputs": [
795
+ {
796
+ "internalType": "address",
797
+ "name": "account",
798
+ "type": "address"
799
+ },
800
+ {
801
+ "internalType": "uint8",
802
+ "name": "index1",
803
+ "type": "uint8"
804
+ },
805
+ {
806
+ "internalType": "uint8",
807
+ "name": "index2",
808
+ "type": "uint8"
809
+ }
810
+ ],
811
+ "name": "reorderCollaterals",
812
+ "outputs": [],
813
+ "stateMutability": "payable",
814
+ "type": "function"
815
+ },
816
+ {
817
+ "inputs": [
818
+ {
819
+ "internalType": "address",
820
+ "name": "account",
821
+ "type": "address"
822
+ }
823
+ ],
824
+ "name": "requireAccountAndVaultStatusCheck",
825
+ "outputs": [],
826
+ "stateMutability": "payable",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "inputs": [
831
+ {
832
+ "internalType": "address",
833
+ "name": "account",
834
+ "type": "address"
835
+ }
836
+ ],
837
+ "name": "requireAccountStatusCheck",
838
+ "outputs": [],
839
+ "stateMutability": "payable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [],
844
+ "name": "requireVaultStatusCheck",
845
+ "outputs": [],
846
+ "stateMutability": "payable",
847
+ "type": "function"
848
+ },
849
+ {
850
+ "inputs": [
851
+ {
852
+ "internalType": "address",
853
+ "name": "account",
854
+ "type": "address"
855
+ },
856
+ {
857
+ "internalType": "address",
858
+ "name": "operator",
859
+ "type": "address"
860
+ },
861
+ {
862
+ "internalType": "bool",
863
+ "name": "authorized",
864
+ "type": "bool"
865
+ }
866
+ ],
867
+ "name": "setAccountOperator",
868
+ "outputs": [],
869
+ "stateMutability": "payable",
870
+ "type": "function"
871
+ },
872
+ {
873
+ "inputs": [
874
+ {
875
+ "internalType": "bytes19",
876
+ "name": "addressPrefix",
877
+ "type": "bytes19"
878
+ },
879
+ {
880
+ "internalType": "bool",
881
+ "name": "enabled",
882
+ "type": "bool"
883
+ }
884
+ ],
885
+ "name": "setLockdownMode",
886
+ "outputs": [],
887
+ "stateMutability": "payable",
888
+ "type": "function"
889
+ },
890
+ {
891
+ "inputs": [
892
+ {
893
+ "internalType": "bytes19",
894
+ "name": "addressPrefix",
895
+ "type": "bytes19"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "nonceNamespace",
900
+ "type": "uint256"
901
+ },
902
+ {
903
+ "internalType": "uint256",
904
+ "name": "nonce",
905
+ "type": "uint256"
906
+ }
907
+ ],
908
+ "name": "setNonce",
909
+ "outputs": [],
910
+ "stateMutability": "payable",
911
+ "type": "function"
912
+ },
913
+ {
914
+ "inputs": [
915
+ {
916
+ "internalType": "bytes19",
917
+ "name": "addressPrefix",
918
+ "type": "bytes19"
919
+ },
920
+ {
921
+ "internalType": "address",
922
+ "name": "operator",
923
+ "type": "address"
924
+ },
925
+ {
926
+ "internalType": "uint256",
927
+ "name": "operatorBitField",
928
+ "type": "uint256"
929
+ }
930
+ ],
931
+ "name": "setOperator",
932
+ "outputs": [],
933
+ "stateMutability": "payable",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [
938
+ {
939
+ "internalType": "bytes19",
940
+ "name": "addressPrefix",
941
+ "type": "bytes19"
942
+ },
943
+ {
944
+ "internalType": "bool",
945
+ "name": "enabled",
946
+ "type": "bool"
947
+ }
948
+ ],
949
+ "name": "setPermitDisabledMode",
950
+ "outputs": [],
951
+ "stateMutability": "payable",
952
+ "type": "function"
953
+ }
954
+ ],
955
+ "bytecode": "0x",
956
+ "deployedBytecode": "0x",
957
+ "linkReferences": {},
958
+ "deployedLinkReferences": {}
959
+ }