@pendle/core-v2 6.9.0 → 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 (110) 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 +3 -0
  71. package/deployments/143-core.json +4 -1
  72. package/deployments/42161-core.json +4 -1
  73. package/deployments/4663-core.json +48 -0
  74. package/deployments/4663-offchain-helper.json +12 -0
  75. package/package.json +1 -1
  76. package/typechain-types/AaveV4MoneyMarket.ts +573 -0
  77. package/typechain-types/AaveV4MoneyMarketView.ts +362 -0
  78. package/typechain-types/EulerMoneyMarket.ts +599 -0
  79. package/typechain-types/EulerMoneyMarketView.ts +375 -0
  80. package/typechain-types/IAaveOracle.ts +17 -149
  81. package/typechain-types/IEVC.ts +1647 -0
  82. package/typechain-types/IEulerFactory.ts +94 -0
  83. package/typechain-types/IEulerPriceOracle.ts +123 -0
  84. package/typechain-types/IEulerVault.ts +1298 -0
  85. package/typechain-types/IHubBase.ts +452 -0
  86. package/typechain-types/IPPTLooper.ts +68 -68
  87. package/typechain-types/ISpoke.ts +577 -0
  88. package/typechain-types/PTLooperBase.ts +68 -68
  89. package/typechain-types/PendlePTLooper.ts +68 -68
  90. package/typechain-types/factories/AaveMoneyMarketView__factory.ts +1 -1
  91. package/typechain-types/factories/AaveMoneyMarket__factory.ts +1 -1
  92. package/typechain-types/factories/AaveV4MoneyMarketView__factory.ts +349 -0
  93. package/typechain-types/factories/AaveV4MoneyMarket__factory.ts +673 -0
  94. package/typechain-types/factories/EulerMoneyMarketView__factory.ts +371 -0
  95. package/typechain-types/factories/EulerMoneyMarket__factory.ts +720 -0
  96. package/typechain-types/factories/IAaveOracle__factory.ts +3 -93
  97. package/typechain-types/factories/IEVC__factory.ts +968 -0
  98. package/typechain-types/factories/IEulerFactory__factory.ts +42 -0
  99. package/typechain-types/factories/IEulerPriceOracle__factory.ts +68 -0
  100. package/typechain-types/factories/IEulerVault__factory.ts +945 -0
  101. package/typechain-types/factories/IHubBase__factory.ts +334 -0
  102. package/typechain-types/factories/IPPTLooper__factory.ts +243 -248
  103. package/typechain-types/factories/ISpoke__factory.ts +407 -0
  104. package/typechain-types/factories/MorphoBlueMoneyMarketView__factory.ts +1 -1
  105. package/typechain-types/factories/MorphoBlueMoneyMarket__factory.ts +1 -1
  106. package/typechain-types/factories/PTLooperBase__factory.ts +243 -248
  107. package/typechain-types/factories/PendlePTLooper__factory.ts +244 -249
  108. package/typechain-types/factories/PendleSwap__factory.ts +1 -1
  109. package/typechain-types/hardhat.d.ts +99 -0
  110. package/typechain-types/index.ts +22 -2
@@ -0,0 +1,1647 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import {
5
+ BaseContract,
6
+ BigNumber,
7
+ BigNumberish,
8
+ BytesLike,
9
+ CallOverrides,
10
+ ContractTransaction,
11
+ PayableOverrides,
12
+ PopulatedTransaction,
13
+ Signer,
14
+ utils,
15
+ } from "ethers";
16
+ import { FunctionFragment, Result } from "@ethersproject/abi";
17
+ import { Listener, Provider } from "@ethersproject/providers";
18
+ import type {
19
+ TypedEventFilter,
20
+ TypedEvent,
21
+ TypedListener,
22
+ OnEvent,
23
+ } from "./common";
24
+
25
+ export declare namespace IEVC {
26
+ export type BatchItemStruct = {
27
+ targetContract: string;
28
+ onBehalfOfAccount: string;
29
+ value: BigNumberish;
30
+ data: BytesLike;
31
+ };
32
+
33
+ export type BatchItemStructOutput = [string, string, BigNumber, string] & {
34
+ targetContract: string;
35
+ onBehalfOfAccount: string;
36
+ value: BigNumber;
37
+ data: string;
38
+ };
39
+
40
+ export type BatchItemResultStruct = { success: boolean; result: BytesLike };
41
+
42
+ export type BatchItemResultStructOutput = [boolean, string] & {
43
+ success: boolean;
44
+ result: string;
45
+ };
46
+
47
+ export type StatusCheckResultStruct = {
48
+ checkedAddress: string;
49
+ isValid: boolean;
50
+ result: BytesLike;
51
+ };
52
+
53
+ export type StatusCheckResultStructOutput = [string, boolean, string] & {
54
+ checkedAddress: string;
55
+ isValid: boolean;
56
+ result: string;
57
+ };
58
+ }
59
+
60
+ export interface IEVCInterface extends utils.Interface {
61
+ contractName: "IEVC";
62
+ functions: {
63
+ "areChecksDeferred()": FunctionFragment;
64
+ "areChecksInProgress()": FunctionFragment;
65
+ "batch((address,address,uint256,bytes)[])": FunctionFragment;
66
+ "batchRevert((address,address,uint256,bytes)[])": FunctionFragment;
67
+ "batchSimulation((address,address,uint256,bytes)[])": FunctionFragment;
68
+ "call(address,address,uint256,bytes)": FunctionFragment;
69
+ "controlCollateral(address,address,uint256,bytes)": FunctionFragment;
70
+ "disableCollateral(address,address)": FunctionFragment;
71
+ "disableController(address)": FunctionFragment;
72
+ "enableCollateral(address,address)": FunctionFragment;
73
+ "enableController(address,address)": FunctionFragment;
74
+ "forgiveAccountStatusCheck(address)": FunctionFragment;
75
+ "forgiveVaultStatusCheck()": FunctionFragment;
76
+ "getAccountOwner(address)": FunctionFragment;
77
+ "getAddressPrefix(address)": FunctionFragment;
78
+ "getCollaterals(address)": FunctionFragment;
79
+ "getControllers(address)": FunctionFragment;
80
+ "getCurrentOnBehalfOfAccount(address)": FunctionFragment;
81
+ "getLastAccountStatusCheckTimestamp(address)": FunctionFragment;
82
+ "getNonce(bytes19,uint256)": FunctionFragment;
83
+ "getOperator(bytes19,address)": FunctionFragment;
84
+ "getRawExecutionContext()": FunctionFragment;
85
+ "haveCommonOwner(address,address)": FunctionFragment;
86
+ "isAccountOperatorAuthorized(address,address)": FunctionFragment;
87
+ "isAccountStatusCheckDeferred(address)": FunctionFragment;
88
+ "isCollateralEnabled(address,address)": FunctionFragment;
89
+ "isControlCollateralInProgress()": FunctionFragment;
90
+ "isControllerEnabled(address,address)": FunctionFragment;
91
+ "isLockdownMode(bytes19)": FunctionFragment;
92
+ "isOperatorAuthenticated()": FunctionFragment;
93
+ "isPermitDisabledMode(bytes19)": FunctionFragment;
94
+ "isSimulationInProgress()": FunctionFragment;
95
+ "isVaultStatusCheckDeferred(address)": FunctionFragment;
96
+ "permit(address,address,uint256,uint256,uint256,uint256,bytes,bytes)": FunctionFragment;
97
+ "reorderCollaterals(address,uint8,uint8)": FunctionFragment;
98
+ "requireAccountAndVaultStatusCheck(address)": FunctionFragment;
99
+ "requireAccountStatusCheck(address)": FunctionFragment;
100
+ "requireVaultStatusCheck()": FunctionFragment;
101
+ "setAccountOperator(address,address,bool)": FunctionFragment;
102
+ "setLockdownMode(bytes19,bool)": FunctionFragment;
103
+ "setNonce(bytes19,uint256,uint256)": FunctionFragment;
104
+ "setOperator(bytes19,address,uint256)": FunctionFragment;
105
+ "setPermitDisabledMode(bytes19,bool)": FunctionFragment;
106
+ };
107
+
108
+ encodeFunctionData(
109
+ functionFragment: "areChecksDeferred",
110
+ values?: undefined
111
+ ): string;
112
+ encodeFunctionData(
113
+ functionFragment: "areChecksInProgress",
114
+ values?: undefined
115
+ ): string;
116
+ encodeFunctionData(
117
+ functionFragment: "batch",
118
+ values: [IEVC.BatchItemStruct[]]
119
+ ): string;
120
+ encodeFunctionData(
121
+ functionFragment: "batchRevert",
122
+ values: [IEVC.BatchItemStruct[]]
123
+ ): string;
124
+ encodeFunctionData(
125
+ functionFragment: "batchSimulation",
126
+ values: [IEVC.BatchItemStruct[]]
127
+ ): string;
128
+ encodeFunctionData(
129
+ functionFragment: "call",
130
+ values: [string, string, BigNumberish, BytesLike]
131
+ ): string;
132
+ encodeFunctionData(
133
+ functionFragment: "controlCollateral",
134
+ values: [string, string, BigNumberish, BytesLike]
135
+ ): string;
136
+ encodeFunctionData(
137
+ functionFragment: "disableCollateral",
138
+ values: [string, string]
139
+ ): string;
140
+ encodeFunctionData(
141
+ functionFragment: "disableController",
142
+ values: [string]
143
+ ): string;
144
+ encodeFunctionData(
145
+ functionFragment: "enableCollateral",
146
+ values: [string, string]
147
+ ): string;
148
+ encodeFunctionData(
149
+ functionFragment: "enableController",
150
+ values: [string, string]
151
+ ): string;
152
+ encodeFunctionData(
153
+ functionFragment: "forgiveAccountStatusCheck",
154
+ values: [string]
155
+ ): string;
156
+ encodeFunctionData(
157
+ functionFragment: "forgiveVaultStatusCheck",
158
+ values?: undefined
159
+ ): string;
160
+ encodeFunctionData(
161
+ functionFragment: "getAccountOwner",
162
+ values: [string]
163
+ ): string;
164
+ encodeFunctionData(
165
+ functionFragment: "getAddressPrefix",
166
+ values: [string]
167
+ ): string;
168
+ encodeFunctionData(
169
+ functionFragment: "getCollaterals",
170
+ values: [string]
171
+ ): string;
172
+ encodeFunctionData(
173
+ functionFragment: "getControllers",
174
+ values: [string]
175
+ ): string;
176
+ encodeFunctionData(
177
+ functionFragment: "getCurrentOnBehalfOfAccount",
178
+ values: [string]
179
+ ): string;
180
+ encodeFunctionData(
181
+ functionFragment: "getLastAccountStatusCheckTimestamp",
182
+ values: [string]
183
+ ): string;
184
+ encodeFunctionData(
185
+ functionFragment: "getNonce",
186
+ values: [BytesLike, BigNumberish]
187
+ ): string;
188
+ encodeFunctionData(
189
+ functionFragment: "getOperator",
190
+ values: [BytesLike, string]
191
+ ): string;
192
+ encodeFunctionData(
193
+ functionFragment: "getRawExecutionContext",
194
+ values?: undefined
195
+ ): string;
196
+ encodeFunctionData(
197
+ functionFragment: "haveCommonOwner",
198
+ values: [string, string]
199
+ ): string;
200
+ encodeFunctionData(
201
+ functionFragment: "isAccountOperatorAuthorized",
202
+ values: [string, string]
203
+ ): string;
204
+ encodeFunctionData(
205
+ functionFragment: "isAccountStatusCheckDeferred",
206
+ values: [string]
207
+ ): string;
208
+ encodeFunctionData(
209
+ functionFragment: "isCollateralEnabled",
210
+ values: [string, string]
211
+ ): string;
212
+ encodeFunctionData(
213
+ functionFragment: "isControlCollateralInProgress",
214
+ values?: undefined
215
+ ): string;
216
+ encodeFunctionData(
217
+ functionFragment: "isControllerEnabled",
218
+ values: [string, string]
219
+ ): string;
220
+ encodeFunctionData(
221
+ functionFragment: "isLockdownMode",
222
+ values: [BytesLike]
223
+ ): string;
224
+ encodeFunctionData(
225
+ functionFragment: "isOperatorAuthenticated",
226
+ values?: undefined
227
+ ): string;
228
+ encodeFunctionData(
229
+ functionFragment: "isPermitDisabledMode",
230
+ values: [BytesLike]
231
+ ): string;
232
+ encodeFunctionData(
233
+ functionFragment: "isSimulationInProgress",
234
+ values?: undefined
235
+ ): string;
236
+ encodeFunctionData(
237
+ functionFragment: "isVaultStatusCheckDeferred",
238
+ values: [string]
239
+ ): string;
240
+ encodeFunctionData(
241
+ functionFragment: "permit",
242
+ values: [
243
+ string,
244
+ string,
245
+ BigNumberish,
246
+ BigNumberish,
247
+ BigNumberish,
248
+ BigNumberish,
249
+ BytesLike,
250
+ BytesLike
251
+ ]
252
+ ): string;
253
+ encodeFunctionData(
254
+ functionFragment: "reorderCollaterals",
255
+ values: [string, BigNumberish, BigNumberish]
256
+ ): string;
257
+ encodeFunctionData(
258
+ functionFragment: "requireAccountAndVaultStatusCheck",
259
+ values: [string]
260
+ ): string;
261
+ encodeFunctionData(
262
+ functionFragment: "requireAccountStatusCheck",
263
+ values: [string]
264
+ ): string;
265
+ encodeFunctionData(
266
+ functionFragment: "requireVaultStatusCheck",
267
+ values?: undefined
268
+ ): string;
269
+ encodeFunctionData(
270
+ functionFragment: "setAccountOperator",
271
+ values: [string, string, boolean]
272
+ ): string;
273
+ encodeFunctionData(
274
+ functionFragment: "setLockdownMode",
275
+ values: [BytesLike, boolean]
276
+ ): string;
277
+ encodeFunctionData(
278
+ functionFragment: "setNonce",
279
+ values: [BytesLike, BigNumberish, BigNumberish]
280
+ ): string;
281
+ encodeFunctionData(
282
+ functionFragment: "setOperator",
283
+ values: [BytesLike, string, BigNumberish]
284
+ ): string;
285
+ encodeFunctionData(
286
+ functionFragment: "setPermitDisabledMode",
287
+ values: [BytesLike, boolean]
288
+ ): string;
289
+
290
+ decodeFunctionResult(
291
+ functionFragment: "areChecksDeferred",
292
+ data: BytesLike
293
+ ): Result;
294
+ decodeFunctionResult(
295
+ functionFragment: "areChecksInProgress",
296
+ data: BytesLike
297
+ ): Result;
298
+ decodeFunctionResult(functionFragment: "batch", data: BytesLike): Result;
299
+ decodeFunctionResult(
300
+ functionFragment: "batchRevert",
301
+ data: BytesLike
302
+ ): Result;
303
+ decodeFunctionResult(
304
+ functionFragment: "batchSimulation",
305
+ data: BytesLike
306
+ ): Result;
307
+ decodeFunctionResult(functionFragment: "call", data: BytesLike): Result;
308
+ decodeFunctionResult(
309
+ functionFragment: "controlCollateral",
310
+ data: BytesLike
311
+ ): Result;
312
+ decodeFunctionResult(
313
+ functionFragment: "disableCollateral",
314
+ data: BytesLike
315
+ ): Result;
316
+ decodeFunctionResult(
317
+ functionFragment: "disableController",
318
+ data: BytesLike
319
+ ): Result;
320
+ decodeFunctionResult(
321
+ functionFragment: "enableCollateral",
322
+ data: BytesLike
323
+ ): Result;
324
+ decodeFunctionResult(
325
+ functionFragment: "enableController",
326
+ data: BytesLike
327
+ ): Result;
328
+ decodeFunctionResult(
329
+ functionFragment: "forgiveAccountStatusCheck",
330
+ data: BytesLike
331
+ ): Result;
332
+ decodeFunctionResult(
333
+ functionFragment: "forgiveVaultStatusCheck",
334
+ data: BytesLike
335
+ ): Result;
336
+ decodeFunctionResult(
337
+ functionFragment: "getAccountOwner",
338
+ data: BytesLike
339
+ ): Result;
340
+ decodeFunctionResult(
341
+ functionFragment: "getAddressPrefix",
342
+ data: BytesLike
343
+ ): Result;
344
+ decodeFunctionResult(
345
+ functionFragment: "getCollaterals",
346
+ data: BytesLike
347
+ ): Result;
348
+ decodeFunctionResult(
349
+ functionFragment: "getControllers",
350
+ data: BytesLike
351
+ ): Result;
352
+ decodeFunctionResult(
353
+ functionFragment: "getCurrentOnBehalfOfAccount",
354
+ data: BytesLike
355
+ ): Result;
356
+ decodeFunctionResult(
357
+ functionFragment: "getLastAccountStatusCheckTimestamp",
358
+ data: BytesLike
359
+ ): Result;
360
+ decodeFunctionResult(functionFragment: "getNonce", data: BytesLike): Result;
361
+ decodeFunctionResult(
362
+ functionFragment: "getOperator",
363
+ data: BytesLike
364
+ ): Result;
365
+ decodeFunctionResult(
366
+ functionFragment: "getRawExecutionContext",
367
+ data: BytesLike
368
+ ): Result;
369
+ decodeFunctionResult(
370
+ functionFragment: "haveCommonOwner",
371
+ data: BytesLike
372
+ ): Result;
373
+ decodeFunctionResult(
374
+ functionFragment: "isAccountOperatorAuthorized",
375
+ data: BytesLike
376
+ ): Result;
377
+ decodeFunctionResult(
378
+ functionFragment: "isAccountStatusCheckDeferred",
379
+ data: BytesLike
380
+ ): Result;
381
+ decodeFunctionResult(
382
+ functionFragment: "isCollateralEnabled",
383
+ data: BytesLike
384
+ ): Result;
385
+ decodeFunctionResult(
386
+ functionFragment: "isControlCollateralInProgress",
387
+ data: BytesLike
388
+ ): Result;
389
+ decodeFunctionResult(
390
+ functionFragment: "isControllerEnabled",
391
+ data: BytesLike
392
+ ): Result;
393
+ decodeFunctionResult(
394
+ functionFragment: "isLockdownMode",
395
+ data: BytesLike
396
+ ): Result;
397
+ decodeFunctionResult(
398
+ functionFragment: "isOperatorAuthenticated",
399
+ data: BytesLike
400
+ ): Result;
401
+ decodeFunctionResult(
402
+ functionFragment: "isPermitDisabledMode",
403
+ data: BytesLike
404
+ ): Result;
405
+ decodeFunctionResult(
406
+ functionFragment: "isSimulationInProgress",
407
+ data: BytesLike
408
+ ): Result;
409
+ decodeFunctionResult(
410
+ functionFragment: "isVaultStatusCheckDeferred",
411
+ data: BytesLike
412
+ ): Result;
413
+ decodeFunctionResult(functionFragment: "permit", data: BytesLike): Result;
414
+ decodeFunctionResult(
415
+ functionFragment: "reorderCollaterals",
416
+ data: BytesLike
417
+ ): Result;
418
+ decodeFunctionResult(
419
+ functionFragment: "requireAccountAndVaultStatusCheck",
420
+ data: BytesLike
421
+ ): Result;
422
+ decodeFunctionResult(
423
+ functionFragment: "requireAccountStatusCheck",
424
+ data: BytesLike
425
+ ): Result;
426
+ decodeFunctionResult(
427
+ functionFragment: "requireVaultStatusCheck",
428
+ data: BytesLike
429
+ ): Result;
430
+ decodeFunctionResult(
431
+ functionFragment: "setAccountOperator",
432
+ data: BytesLike
433
+ ): Result;
434
+ decodeFunctionResult(
435
+ functionFragment: "setLockdownMode",
436
+ data: BytesLike
437
+ ): Result;
438
+ decodeFunctionResult(functionFragment: "setNonce", data: BytesLike): Result;
439
+ decodeFunctionResult(
440
+ functionFragment: "setOperator",
441
+ data: BytesLike
442
+ ): Result;
443
+ decodeFunctionResult(
444
+ functionFragment: "setPermitDisabledMode",
445
+ data: BytesLike
446
+ ): Result;
447
+
448
+ events: {};
449
+ }
450
+
451
+ export interface IEVC extends BaseContract {
452
+ contractName: "IEVC";
453
+ connect(signerOrProvider: Signer | Provider | string): this;
454
+ attach(addressOrName: string): this;
455
+ deployed(): Promise<this>;
456
+
457
+ interface: IEVCInterface;
458
+
459
+ queryFilter<TEvent extends TypedEvent>(
460
+ event: TypedEventFilter<TEvent>,
461
+ fromBlockOrBlockhash?: string | number | undefined,
462
+ toBlock?: string | number | undefined
463
+ ): Promise<Array<TEvent>>;
464
+
465
+ listeners<TEvent extends TypedEvent>(
466
+ eventFilter?: TypedEventFilter<TEvent>
467
+ ): Array<TypedListener<TEvent>>;
468
+ listeners(eventName?: string): Array<Listener>;
469
+ removeAllListeners<TEvent extends TypedEvent>(
470
+ eventFilter: TypedEventFilter<TEvent>
471
+ ): this;
472
+ removeAllListeners(eventName?: string): this;
473
+ off: OnEvent<this>;
474
+ on: OnEvent<this>;
475
+ once: OnEvent<this>;
476
+ removeListener: OnEvent<this>;
477
+
478
+ functions: {
479
+ areChecksDeferred(overrides?: CallOverrides): Promise<[boolean]>;
480
+
481
+ areChecksInProgress(overrides?: CallOverrides): Promise<[boolean]>;
482
+
483
+ batch(
484
+ items: IEVC.BatchItemStruct[],
485
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
486
+ ): Promise<ContractTransaction>;
487
+
488
+ batchRevert(
489
+ items: IEVC.BatchItemStruct[],
490
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
491
+ ): Promise<ContractTransaction>;
492
+
493
+ batchSimulation(
494
+ items: IEVC.BatchItemStruct[],
495
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
496
+ ): Promise<ContractTransaction>;
497
+
498
+ call(
499
+ targetContract: string,
500
+ onBehalfOfAccount: string,
501
+ value: BigNumberish,
502
+ data: BytesLike,
503
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
504
+ ): Promise<ContractTransaction>;
505
+
506
+ controlCollateral(
507
+ targetCollateral: string,
508
+ onBehalfOfAccount: string,
509
+ value: BigNumberish,
510
+ data: BytesLike,
511
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
512
+ ): Promise<ContractTransaction>;
513
+
514
+ disableCollateral(
515
+ account: string,
516
+ vault: string,
517
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
518
+ ): Promise<ContractTransaction>;
519
+
520
+ disableController(
521
+ account: string,
522
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
523
+ ): Promise<ContractTransaction>;
524
+
525
+ enableCollateral(
526
+ account: string,
527
+ vault: string,
528
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
529
+ ): Promise<ContractTransaction>;
530
+
531
+ enableController(
532
+ account: string,
533
+ vault: string,
534
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
535
+ ): Promise<ContractTransaction>;
536
+
537
+ forgiveAccountStatusCheck(
538
+ account: string,
539
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
540
+ ): Promise<ContractTransaction>;
541
+
542
+ forgiveVaultStatusCheck(
543
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
544
+ ): Promise<ContractTransaction>;
545
+
546
+ getAccountOwner(
547
+ account: string,
548
+ overrides?: CallOverrides
549
+ ): Promise<[string]>;
550
+
551
+ getAddressPrefix(
552
+ account: string,
553
+ overrides?: CallOverrides
554
+ ): Promise<[string]>;
555
+
556
+ getCollaterals(
557
+ account: string,
558
+ overrides?: CallOverrides
559
+ ): Promise<[string[]]>;
560
+
561
+ getControllers(
562
+ account: string,
563
+ overrides?: CallOverrides
564
+ ): Promise<[string[]]>;
565
+
566
+ getCurrentOnBehalfOfAccount(
567
+ controllerToCheck: string,
568
+ overrides?: CallOverrides
569
+ ): Promise<
570
+ [string, boolean] & {
571
+ onBehalfOfAccount: string;
572
+ controllerEnabled: boolean;
573
+ }
574
+ >;
575
+
576
+ getLastAccountStatusCheckTimestamp(
577
+ account: string,
578
+ overrides?: CallOverrides
579
+ ): Promise<[BigNumber]>;
580
+
581
+ getNonce(
582
+ addressPrefix: BytesLike,
583
+ nonceNamespace: BigNumberish,
584
+ overrides?: CallOverrides
585
+ ): Promise<[BigNumber] & { nonce: BigNumber }>;
586
+
587
+ getOperator(
588
+ addressPrefix: BytesLike,
589
+ operator: string,
590
+ overrides?: CallOverrides
591
+ ): Promise<[BigNumber] & { operatorBitField: BigNumber }>;
592
+
593
+ getRawExecutionContext(
594
+ overrides?: CallOverrides
595
+ ): Promise<[BigNumber] & { context: BigNumber }>;
596
+
597
+ haveCommonOwner(
598
+ account: string,
599
+ otherAccount: string,
600
+ overrides?: CallOverrides
601
+ ): Promise<[boolean]>;
602
+
603
+ isAccountOperatorAuthorized(
604
+ account: string,
605
+ operator: string,
606
+ overrides?: CallOverrides
607
+ ): Promise<[boolean] & { authorized: boolean }>;
608
+
609
+ isAccountStatusCheckDeferred(
610
+ account: string,
611
+ overrides?: CallOverrides
612
+ ): Promise<[boolean]>;
613
+
614
+ isCollateralEnabled(
615
+ account: string,
616
+ vault: string,
617
+ overrides?: CallOverrides
618
+ ): Promise<[boolean]>;
619
+
620
+ isControlCollateralInProgress(
621
+ overrides?: CallOverrides
622
+ ): Promise<[boolean]>;
623
+
624
+ isControllerEnabled(
625
+ account: string,
626
+ vault: string,
627
+ overrides?: CallOverrides
628
+ ): Promise<[boolean]>;
629
+
630
+ isLockdownMode(
631
+ addressPrefix: BytesLike,
632
+ overrides?: CallOverrides
633
+ ): Promise<[boolean]>;
634
+
635
+ isOperatorAuthenticated(overrides?: CallOverrides): Promise<[boolean]>;
636
+
637
+ isPermitDisabledMode(
638
+ addressPrefix: BytesLike,
639
+ overrides?: CallOverrides
640
+ ): Promise<[boolean]>;
641
+
642
+ isSimulationInProgress(overrides?: CallOverrides): Promise<[boolean]>;
643
+
644
+ isVaultStatusCheckDeferred(
645
+ vault: string,
646
+ overrides?: CallOverrides
647
+ ): Promise<[boolean]>;
648
+
649
+ permit(
650
+ signer: string,
651
+ sender: string,
652
+ nonceNamespace: BigNumberish,
653
+ nonce: BigNumberish,
654
+ deadline: BigNumberish,
655
+ value: BigNumberish,
656
+ data: BytesLike,
657
+ signature: BytesLike,
658
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
659
+ ): Promise<ContractTransaction>;
660
+
661
+ reorderCollaterals(
662
+ account: string,
663
+ index1: BigNumberish,
664
+ index2: BigNumberish,
665
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
666
+ ): Promise<ContractTransaction>;
667
+
668
+ requireAccountAndVaultStatusCheck(
669
+ account: string,
670
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
671
+ ): Promise<ContractTransaction>;
672
+
673
+ requireAccountStatusCheck(
674
+ account: string,
675
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
676
+ ): Promise<ContractTransaction>;
677
+
678
+ requireVaultStatusCheck(
679
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
680
+ ): Promise<ContractTransaction>;
681
+
682
+ setAccountOperator(
683
+ account: string,
684
+ operator: string,
685
+ authorized: boolean,
686
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
687
+ ): Promise<ContractTransaction>;
688
+
689
+ setLockdownMode(
690
+ addressPrefix: BytesLike,
691
+ enabled: boolean,
692
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
693
+ ): Promise<ContractTransaction>;
694
+
695
+ setNonce(
696
+ addressPrefix: BytesLike,
697
+ nonceNamespace: BigNumberish,
698
+ nonce: BigNumberish,
699
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
700
+ ): Promise<ContractTransaction>;
701
+
702
+ setOperator(
703
+ addressPrefix: BytesLike,
704
+ operator: string,
705
+ operatorBitField: BigNumberish,
706
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
707
+ ): Promise<ContractTransaction>;
708
+
709
+ setPermitDisabledMode(
710
+ addressPrefix: BytesLike,
711
+ enabled: boolean,
712
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
713
+ ): Promise<ContractTransaction>;
714
+ };
715
+
716
+ areChecksDeferred(overrides?: CallOverrides): Promise<boolean>;
717
+
718
+ areChecksInProgress(overrides?: CallOverrides): Promise<boolean>;
719
+
720
+ batch(
721
+ items: IEVC.BatchItemStruct[],
722
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
723
+ ): Promise<ContractTransaction>;
724
+
725
+ batchRevert(
726
+ items: IEVC.BatchItemStruct[],
727
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
728
+ ): Promise<ContractTransaction>;
729
+
730
+ batchSimulation(
731
+ items: IEVC.BatchItemStruct[],
732
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
733
+ ): Promise<ContractTransaction>;
734
+
735
+ call(
736
+ targetContract: string,
737
+ onBehalfOfAccount: string,
738
+ value: BigNumberish,
739
+ data: BytesLike,
740
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
741
+ ): Promise<ContractTransaction>;
742
+
743
+ controlCollateral(
744
+ targetCollateral: string,
745
+ onBehalfOfAccount: string,
746
+ value: BigNumberish,
747
+ data: BytesLike,
748
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
749
+ ): Promise<ContractTransaction>;
750
+
751
+ disableCollateral(
752
+ account: string,
753
+ vault: string,
754
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
755
+ ): Promise<ContractTransaction>;
756
+
757
+ disableController(
758
+ account: string,
759
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
760
+ ): Promise<ContractTransaction>;
761
+
762
+ enableCollateral(
763
+ account: string,
764
+ vault: string,
765
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
766
+ ): Promise<ContractTransaction>;
767
+
768
+ enableController(
769
+ account: string,
770
+ vault: string,
771
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
772
+ ): Promise<ContractTransaction>;
773
+
774
+ forgiveAccountStatusCheck(
775
+ account: string,
776
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
777
+ ): Promise<ContractTransaction>;
778
+
779
+ forgiveVaultStatusCheck(
780
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
781
+ ): Promise<ContractTransaction>;
782
+
783
+ getAccountOwner(account: string, overrides?: CallOverrides): Promise<string>;
784
+
785
+ getAddressPrefix(account: string, overrides?: CallOverrides): Promise<string>;
786
+
787
+ getCollaterals(account: string, overrides?: CallOverrides): Promise<string[]>;
788
+
789
+ getControllers(account: string, overrides?: CallOverrides): Promise<string[]>;
790
+
791
+ getCurrentOnBehalfOfAccount(
792
+ controllerToCheck: string,
793
+ overrides?: CallOverrides
794
+ ): Promise<
795
+ [string, boolean] & {
796
+ onBehalfOfAccount: string;
797
+ controllerEnabled: boolean;
798
+ }
799
+ >;
800
+
801
+ getLastAccountStatusCheckTimestamp(
802
+ account: string,
803
+ overrides?: CallOverrides
804
+ ): Promise<BigNumber>;
805
+
806
+ getNonce(
807
+ addressPrefix: BytesLike,
808
+ nonceNamespace: BigNumberish,
809
+ overrides?: CallOverrides
810
+ ): Promise<BigNumber>;
811
+
812
+ getOperator(
813
+ addressPrefix: BytesLike,
814
+ operator: string,
815
+ overrides?: CallOverrides
816
+ ): Promise<BigNumber>;
817
+
818
+ getRawExecutionContext(overrides?: CallOverrides): Promise<BigNumber>;
819
+
820
+ haveCommonOwner(
821
+ account: string,
822
+ otherAccount: string,
823
+ overrides?: CallOverrides
824
+ ): Promise<boolean>;
825
+
826
+ isAccountOperatorAuthorized(
827
+ account: string,
828
+ operator: string,
829
+ overrides?: CallOverrides
830
+ ): Promise<boolean>;
831
+
832
+ isAccountStatusCheckDeferred(
833
+ account: string,
834
+ overrides?: CallOverrides
835
+ ): Promise<boolean>;
836
+
837
+ isCollateralEnabled(
838
+ account: string,
839
+ vault: string,
840
+ overrides?: CallOverrides
841
+ ): Promise<boolean>;
842
+
843
+ isControlCollateralInProgress(overrides?: CallOverrides): Promise<boolean>;
844
+
845
+ isControllerEnabled(
846
+ account: string,
847
+ vault: string,
848
+ overrides?: CallOverrides
849
+ ): Promise<boolean>;
850
+
851
+ isLockdownMode(
852
+ addressPrefix: BytesLike,
853
+ overrides?: CallOverrides
854
+ ): Promise<boolean>;
855
+
856
+ isOperatorAuthenticated(overrides?: CallOverrides): Promise<boolean>;
857
+
858
+ isPermitDisabledMode(
859
+ addressPrefix: BytesLike,
860
+ overrides?: CallOverrides
861
+ ): Promise<boolean>;
862
+
863
+ isSimulationInProgress(overrides?: CallOverrides): Promise<boolean>;
864
+
865
+ isVaultStatusCheckDeferred(
866
+ vault: string,
867
+ overrides?: CallOverrides
868
+ ): Promise<boolean>;
869
+
870
+ permit(
871
+ signer: string,
872
+ sender: string,
873
+ nonceNamespace: BigNumberish,
874
+ nonce: BigNumberish,
875
+ deadline: BigNumberish,
876
+ value: BigNumberish,
877
+ data: BytesLike,
878
+ signature: BytesLike,
879
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
880
+ ): Promise<ContractTransaction>;
881
+
882
+ reorderCollaterals(
883
+ account: string,
884
+ index1: BigNumberish,
885
+ index2: BigNumberish,
886
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
887
+ ): Promise<ContractTransaction>;
888
+
889
+ requireAccountAndVaultStatusCheck(
890
+ account: string,
891
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
892
+ ): Promise<ContractTransaction>;
893
+
894
+ requireAccountStatusCheck(
895
+ account: string,
896
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
897
+ ): Promise<ContractTransaction>;
898
+
899
+ requireVaultStatusCheck(
900
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
901
+ ): Promise<ContractTransaction>;
902
+
903
+ setAccountOperator(
904
+ account: string,
905
+ operator: string,
906
+ authorized: boolean,
907
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
908
+ ): Promise<ContractTransaction>;
909
+
910
+ setLockdownMode(
911
+ addressPrefix: BytesLike,
912
+ enabled: boolean,
913
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
914
+ ): Promise<ContractTransaction>;
915
+
916
+ setNonce(
917
+ addressPrefix: BytesLike,
918
+ nonceNamespace: BigNumberish,
919
+ nonce: BigNumberish,
920
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
921
+ ): Promise<ContractTransaction>;
922
+
923
+ setOperator(
924
+ addressPrefix: BytesLike,
925
+ operator: string,
926
+ operatorBitField: BigNumberish,
927
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
928
+ ): Promise<ContractTransaction>;
929
+
930
+ setPermitDisabledMode(
931
+ addressPrefix: BytesLike,
932
+ enabled: boolean,
933
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
934
+ ): Promise<ContractTransaction>;
935
+
936
+ callStatic: {
937
+ areChecksDeferred(overrides?: CallOverrides): Promise<boolean>;
938
+
939
+ areChecksInProgress(overrides?: CallOverrides): Promise<boolean>;
940
+
941
+ batch(
942
+ items: IEVC.BatchItemStruct[],
943
+ overrides?: CallOverrides
944
+ ): Promise<void>;
945
+
946
+ batchRevert(
947
+ items: IEVC.BatchItemStruct[],
948
+ overrides?: CallOverrides
949
+ ): Promise<void>;
950
+
951
+ batchSimulation(
952
+ items: IEVC.BatchItemStruct[],
953
+ overrides?: CallOverrides
954
+ ): Promise<
955
+ [
956
+ IEVC.BatchItemResultStructOutput[],
957
+ IEVC.StatusCheckResultStructOutput[],
958
+ IEVC.StatusCheckResultStructOutput[]
959
+ ] & {
960
+ batchItemsResult: IEVC.BatchItemResultStructOutput[];
961
+ accountsStatusCheckResult: IEVC.StatusCheckResultStructOutput[];
962
+ vaultsStatusCheckResult: IEVC.StatusCheckResultStructOutput[];
963
+ }
964
+ >;
965
+
966
+ call(
967
+ targetContract: string,
968
+ onBehalfOfAccount: string,
969
+ value: BigNumberish,
970
+ data: BytesLike,
971
+ overrides?: CallOverrides
972
+ ): Promise<string>;
973
+
974
+ controlCollateral(
975
+ targetCollateral: string,
976
+ onBehalfOfAccount: string,
977
+ value: BigNumberish,
978
+ data: BytesLike,
979
+ overrides?: CallOverrides
980
+ ): Promise<string>;
981
+
982
+ disableCollateral(
983
+ account: string,
984
+ vault: string,
985
+ overrides?: CallOverrides
986
+ ): Promise<void>;
987
+
988
+ disableController(
989
+ account: string,
990
+ overrides?: CallOverrides
991
+ ): Promise<void>;
992
+
993
+ enableCollateral(
994
+ account: string,
995
+ vault: string,
996
+ overrides?: CallOverrides
997
+ ): Promise<void>;
998
+
999
+ enableController(
1000
+ account: string,
1001
+ vault: string,
1002
+ overrides?: CallOverrides
1003
+ ): Promise<void>;
1004
+
1005
+ forgiveAccountStatusCheck(
1006
+ account: string,
1007
+ overrides?: CallOverrides
1008
+ ): Promise<void>;
1009
+
1010
+ forgiveVaultStatusCheck(overrides?: CallOverrides): Promise<void>;
1011
+
1012
+ getAccountOwner(
1013
+ account: string,
1014
+ overrides?: CallOverrides
1015
+ ): Promise<string>;
1016
+
1017
+ getAddressPrefix(
1018
+ account: string,
1019
+ overrides?: CallOverrides
1020
+ ): Promise<string>;
1021
+
1022
+ getCollaterals(
1023
+ account: string,
1024
+ overrides?: CallOverrides
1025
+ ): Promise<string[]>;
1026
+
1027
+ getControllers(
1028
+ account: string,
1029
+ overrides?: CallOverrides
1030
+ ): Promise<string[]>;
1031
+
1032
+ getCurrentOnBehalfOfAccount(
1033
+ controllerToCheck: string,
1034
+ overrides?: CallOverrides
1035
+ ): Promise<
1036
+ [string, boolean] & {
1037
+ onBehalfOfAccount: string;
1038
+ controllerEnabled: boolean;
1039
+ }
1040
+ >;
1041
+
1042
+ getLastAccountStatusCheckTimestamp(
1043
+ account: string,
1044
+ overrides?: CallOverrides
1045
+ ): Promise<BigNumber>;
1046
+
1047
+ getNonce(
1048
+ addressPrefix: BytesLike,
1049
+ nonceNamespace: BigNumberish,
1050
+ overrides?: CallOverrides
1051
+ ): Promise<BigNumber>;
1052
+
1053
+ getOperator(
1054
+ addressPrefix: BytesLike,
1055
+ operator: string,
1056
+ overrides?: CallOverrides
1057
+ ): Promise<BigNumber>;
1058
+
1059
+ getRawExecutionContext(overrides?: CallOverrides): Promise<BigNumber>;
1060
+
1061
+ haveCommonOwner(
1062
+ account: string,
1063
+ otherAccount: string,
1064
+ overrides?: CallOverrides
1065
+ ): Promise<boolean>;
1066
+
1067
+ isAccountOperatorAuthorized(
1068
+ account: string,
1069
+ operator: string,
1070
+ overrides?: CallOverrides
1071
+ ): Promise<boolean>;
1072
+
1073
+ isAccountStatusCheckDeferred(
1074
+ account: string,
1075
+ overrides?: CallOverrides
1076
+ ): Promise<boolean>;
1077
+
1078
+ isCollateralEnabled(
1079
+ account: string,
1080
+ vault: string,
1081
+ overrides?: CallOverrides
1082
+ ): Promise<boolean>;
1083
+
1084
+ isControlCollateralInProgress(overrides?: CallOverrides): Promise<boolean>;
1085
+
1086
+ isControllerEnabled(
1087
+ account: string,
1088
+ vault: string,
1089
+ overrides?: CallOverrides
1090
+ ): Promise<boolean>;
1091
+
1092
+ isLockdownMode(
1093
+ addressPrefix: BytesLike,
1094
+ overrides?: CallOverrides
1095
+ ): Promise<boolean>;
1096
+
1097
+ isOperatorAuthenticated(overrides?: CallOverrides): Promise<boolean>;
1098
+
1099
+ isPermitDisabledMode(
1100
+ addressPrefix: BytesLike,
1101
+ overrides?: CallOverrides
1102
+ ): Promise<boolean>;
1103
+
1104
+ isSimulationInProgress(overrides?: CallOverrides): Promise<boolean>;
1105
+
1106
+ isVaultStatusCheckDeferred(
1107
+ vault: string,
1108
+ overrides?: CallOverrides
1109
+ ): Promise<boolean>;
1110
+
1111
+ permit(
1112
+ signer: string,
1113
+ sender: string,
1114
+ nonceNamespace: BigNumberish,
1115
+ nonce: BigNumberish,
1116
+ deadline: BigNumberish,
1117
+ value: BigNumberish,
1118
+ data: BytesLike,
1119
+ signature: BytesLike,
1120
+ overrides?: CallOverrides
1121
+ ): Promise<void>;
1122
+
1123
+ reorderCollaterals(
1124
+ account: string,
1125
+ index1: BigNumberish,
1126
+ index2: BigNumberish,
1127
+ overrides?: CallOverrides
1128
+ ): Promise<void>;
1129
+
1130
+ requireAccountAndVaultStatusCheck(
1131
+ account: string,
1132
+ overrides?: CallOverrides
1133
+ ): Promise<void>;
1134
+
1135
+ requireAccountStatusCheck(
1136
+ account: string,
1137
+ overrides?: CallOverrides
1138
+ ): Promise<void>;
1139
+
1140
+ requireVaultStatusCheck(overrides?: CallOverrides): Promise<void>;
1141
+
1142
+ setAccountOperator(
1143
+ account: string,
1144
+ operator: string,
1145
+ authorized: boolean,
1146
+ overrides?: CallOverrides
1147
+ ): Promise<void>;
1148
+
1149
+ setLockdownMode(
1150
+ addressPrefix: BytesLike,
1151
+ enabled: boolean,
1152
+ overrides?: CallOverrides
1153
+ ): Promise<void>;
1154
+
1155
+ setNonce(
1156
+ addressPrefix: BytesLike,
1157
+ nonceNamespace: BigNumberish,
1158
+ nonce: BigNumberish,
1159
+ overrides?: CallOverrides
1160
+ ): Promise<void>;
1161
+
1162
+ setOperator(
1163
+ addressPrefix: BytesLike,
1164
+ operator: string,
1165
+ operatorBitField: BigNumberish,
1166
+ overrides?: CallOverrides
1167
+ ): Promise<void>;
1168
+
1169
+ setPermitDisabledMode(
1170
+ addressPrefix: BytesLike,
1171
+ enabled: boolean,
1172
+ overrides?: CallOverrides
1173
+ ): Promise<void>;
1174
+ };
1175
+
1176
+ filters: {};
1177
+
1178
+ estimateGas: {
1179
+ areChecksDeferred(overrides?: CallOverrides): Promise<BigNumber>;
1180
+
1181
+ areChecksInProgress(overrides?: CallOverrides): Promise<BigNumber>;
1182
+
1183
+ batch(
1184
+ items: IEVC.BatchItemStruct[],
1185
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1186
+ ): Promise<BigNumber>;
1187
+
1188
+ batchRevert(
1189
+ items: IEVC.BatchItemStruct[],
1190
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1191
+ ): Promise<BigNumber>;
1192
+
1193
+ batchSimulation(
1194
+ items: IEVC.BatchItemStruct[],
1195
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1196
+ ): Promise<BigNumber>;
1197
+
1198
+ call(
1199
+ targetContract: string,
1200
+ onBehalfOfAccount: string,
1201
+ value: BigNumberish,
1202
+ data: BytesLike,
1203
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1204
+ ): Promise<BigNumber>;
1205
+
1206
+ controlCollateral(
1207
+ targetCollateral: string,
1208
+ onBehalfOfAccount: string,
1209
+ value: BigNumberish,
1210
+ data: BytesLike,
1211
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1212
+ ): Promise<BigNumber>;
1213
+
1214
+ disableCollateral(
1215
+ account: string,
1216
+ vault: string,
1217
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1218
+ ): Promise<BigNumber>;
1219
+
1220
+ disableController(
1221
+ account: string,
1222
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1223
+ ): Promise<BigNumber>;
1224
+
1225
+ enableCollateral(
1226
+ account: string,
1227
+ vault: string,
1228
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1229
+ ): Promise<BigNumber>;
1230
+
1231
+ enableController(
1232
+ account: string,
1233
+ vault: string,
1234
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1235
+ ): Promise<BigNumber>;
1236
+
1237
+ forgiveAccountStatusCheck(
1238
+ account: string,
1239
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1240
+ ): Promise<BigNumber>;
1241
+
1242
+ forgiveVaultStatusCheck(
1243
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1244
+ ): Promise<BigNumber>;
1245
+
1246
+ getAccountOwner(
1247
+ account: string,
1248
+ overrides?: CallOverrides
1249
+ ): Promise<BigNumber>;
1250
+
1251
+ getAddressPrefix(
1252
+ account: string,
1253
+ overrides?: CallOverrides
1254
+ ): Promise<BigNumber>;
1255
+
1256
+ getCollaterals(
1257
+ account: string,
1258
+ overrides?: CallOverrides
1259
+ ): Promise<BigNumber>;
1260
+
1261
+ getControllers(
1262
+ account: string,
1263
+ overrides?: CallOverrides
1264
+ ): Promise<BigNumber>;
1265
+
1266
+ getCurrentOnBehalfOfAccount(
1267
+ controllerToCheck: string,
1268
+ overrides?: CallOverrides
1269
+ ): Promise<BigNumber>;
1270
+
1271
+ getLastAccountStatusCheckTimestamp(
1272
+ account: string,
1273
+ overrides?: CallOverrides
1274
+ ): Promise<BigNumber>;
1275
+
1276
+ getNonce(
1277
+ addressPrefix: BytesLike,
1278
+ nonceNamespace: BigNumberish,
1279
+ overrides?: CallOverrides
1280
+ ): Promise<BigNumber>;
1281
+
1282
+ getOperator(
1283
+ addressPrefix: BytesLike,
1284
+ operator: string,
1285
+ overrides?: CallOverrides
1286
+ ): Promise<BigNumber>;
1287
+
1288
+ getRawExecutionContext(overrides?: CallOverrides): Promise<BigNumber>;
1289
+
1290
+ haveCommonOwner(
1291
+ account: string,
1292
+ otherAccount: string,
1293
+ overrides?: CallOverrides
1294
+ ): Promise<BigNumber>;
1295
+
1296
+ isAccountOperatorAuthorized(
1297
+ account: string,
1298
+ operator: string,
1299
+ overrides?: CallOverrides
1300
+ ): Promise<BigNumber>;
1301
+
1302
+ isAccountStatusCheckDeferred(
1303
+ account: string,
1304
+ overrides?: CallOverrides
1305
+ ): Promise<BigNumber>;
1306
+
1307
+ isCollateralEnabled(
1308
+ account: string,
1309
+ vault: string,
1310
+ overrides?: CallOverrides
1311
+ ): Promise<BigNumber>;
1312
+
1313
+ isControlCollateralInProgress(
1314
+ overrides?: CallOverrides
1315
+ ): Promise<BigNumber>;
1316
+
1317
+ isControllerEnabled(
1318
+ account: string,
1319
+ vault: string,
1320
+ overrides?: CallOverrides
1321
+ ): Promise<BigNumber>;
1322
+
1323
+ isLockdownMode(
1324
+ addressPrefix: BytesLike,
1325
+ overrides?: CallOverrides
1326
+ ): Promise<BigNumber>;
1327
+
1328
+ isOperatorAuthenticated(overrides?: CallOverrides): Promise<BigNumber>;
1329
+
1330
+ isPermitDisabledMode(
1331
+ addressPrefix: BytesLike,
1332
+ overrides?: CallOverrides
1333
+ ): Promise<BigNumber>;
1334
+
1335
+ isSimulationInProgress(overrides?: CallOverrides): Promise<BigNumber>;
1336
+
1337
+ isVaultStatusCheckDeferred(
1338
+ vault: string,
1339
+ overrides?: CallOverrides
1340
+ ): Promise<BigNumber>;
1341
+
1342
+ permit(
1343
+ signer: string,
1344
+ sender: string,
1345
+ nonceNamespace: BigNumberish,
1346
+ nonce: BigNumberish,
1347
+ deadline: BigNumberish,
1348
+ value: BigNumberish,
1349
+ data: BytesLike,
1350
+ signature: BytesLike,
1351
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1352
+ ): Promise<BigNumber>;
1353
+
1354
+ reorderCollaterals(
1355
+ account: string,
1356
+ index1: BigNumberish,
1357
+ index2: BigNumberish,
1358
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1359
+ ): Promise<BigNumber>;
1360
+
1361
+ requireAccountAndVaultStatusCheck(
1362
+ account: string,
1363
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1364
+ ): Promise<BigNumber>;
1365
+
1366
+ requireAccountStatusCheck(
1367
+ account: string,
1368
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1369
+ ): Promise<BigNumber>;
1370
+
1371
+ requireVaultStatusCheck(
1372
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1373
+ ): Promise<BigNumber>;
1374
+
1375
+ setAccountOperator(
1376
+ account: string,
1377
+ operator: string,
1378
+ authorized: boolean,
1379
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1380
+ ): Promise<BigNumber>;
1381
+
1382
+ setLockdownMode(
1383
+ addressPrefix: BytesLike,
1384
+ enabled: boolean,
1385
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1386
+ ): Promise<BigNumber>;
1387
+
1388
+ setNonce(
1389
+ addressPrefix: BytesLike,
1390
+ nonceNamespace: BigNumberish,
1391
+ nonce: BigNumberish,
1392
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1393
+ ): Promise<BigNumber>;
1394
+
1395
+ setOperator(
1396
+ addressPrefix: BytesLike,
1397
+ operator: string,
1398
+ operatorBitField: BigNumberish,
1399
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1400
+ ): Promise<BigNumber>;
1401
+
1402
+ setPermitDisabledMode(
1403
+ addressPrefix: BytesLike,
1404
+ enabled: boolean,
1405
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1406
+ ): Promise<BigNumber>;
1407
+ };
1408
+
1409
+ populateTransaction: {
1410
+ areChecksDeferred(overrides?: CallOverrides): Promise<PopulatedTransaction>;
1411
+
1412
+ areChecksInProgress(
1413
+ overrides?: CallOverrides
1414
+ ): Promise<PopulatedTransaction>;
1415
+
1416
+ batch(
1417
+ items: IEVC.BatchItemStruct[],
1418
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1419
+ ): Promise<PopulatedTransaction>;
1420
+
1421
+ batchRevert(
1422
+ items: IEVC.BatchItemStruct[],
1423
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1424
+ ): Promise<PopulatedTransaction>;
1425
+
1426
+ batchSimulation(
1427
+ items: IEVC.BatchItemStruct[],
1428
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1429
+ ): Promise<PopulatedTransaction>;
1430
+
1431
+ call(
1432
+ targetContract: string,
1433
+ onBehalfOfAccount: string,
1434
+ value: BigNumberish,
1435
+ data: BytesLike,
1436
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1437
+ ): Promise<PopulatedTransaction>;
1438
+
1439
+ controlCollateral(
1440
+ targetCollateral: string,
1441
+ onBehalfOfAccount: string,
1442
+ value: BigNumberish,
1443
+ data: BytesLike,
1444
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1445
+ ): Promise<PopulatedTransaction>;
1446
+
1447
+ disableCollateral(
1448
+ account: string,
1449
+ vault: string,
1450
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1451
+ ): Promise<PopulatedTransaction>;
1452
+
1453
+ disableController(
1454
+ account: string,
1455
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1456
+ ): Promise<PopulatedTransaction>;
1457
+
1458
+ enableCollateral(
1459
+ account: string,
1460
+ vault: string,
1461
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1462
+ ): Promise<PopulatedTransaction>;
1463
+
1464
+ enableController(
1465
+ account: string,
1466
+ vault: string,
1467
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1468
+ ): Promise<PopulatedTransaction>;
1469
+
1470
+ forgiveAccountStatusCheck(
1471
+ account: string,
1472
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1473
+ ): Promise<PopulatedTransaction>;
1474
+
1475
+ forgiveVaultStatusCheck(
1476
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1477
+ ): Promise<PopulatedTransaction>;
1478
+
1479
+ getAccountOwner(
1480
+ account: string,
1481
+ overrides?: CallOverrides
1482
+ ): Promise<PopulatedTransaction>;
1483
+
1484
+ getAddressPrefix(
1485
+ account: string,
1486
+ overrides?: CallOverrides
1487
+ ): Promise<PopulatedTransaction>;
1488
+
1489
+ getCollaterals(
1490
+ account: string,
1491
+ overrides?: CallOverrides
1492
+ ): Promise<PopulatedTransaction>;
1493
+
1494
+ getControllers(
1495
+ account: string,
1496
+ overrides?: CallOverrides
1497
+ ): Promise<PopulatedTransaction>;
1498
+
1499
+ getCurrentOnBehalfOfAccount(
1500
+ controllerToCheck: string,
1501
+ overrides?: CallOverrides
1502
+ ): Promise<PopulatedTransaction>;
1503
+
1504
+ getLastAccountStatusCheckTimestamp(
1505
+ account: string,
1506
+ overrides?: CallOverrides
1507
+ ): Promise<PopulatedTransaction>;
1508
+
1509
+ getNonce(
1510
+ addressPrefix: BytesLike,
1511
+ nonceNamespace: BigNumberish,
1512
+ overrides?: CallOverrides
1513
+ ): Promise<PopulatedTransaction>;
1514
+
1515
+ getOperator(
1516
+ addressPrefix: BytesLike,
1517
+ operator: string,
1518
+ overrides?: CallOverrides
1519
+ ): Promise<PopulatedTransaction>;
1520
+
1521
+ getRawExecutionContext(
1522
+ overrides?: CallOverrides
1523
+ ): Promise<PopulatedTransaction>;
1524
+
1525
+ haveCommonOwner(
1526
+ account: string,
1527
+ otherAccount: string,
1528
+ overrides?: CallOverrides
1529
+ ): Promise<PopulatedTransaction>;
1530
+
1531
+ isAccountOperatorAuthorized(
1532
+ account: string,
1533
+ operator: string,
1534
+ overrides?: CallOverrides
1535
+ ): Promise<PopulatedTransaction>;
1536
+
1537
+ isAccountStatusCheckDeferred(
1538
+ account: string,
1539
+ overrides?: CallOverrides
1540
+ ): Promise<PopulatedTransaction>;
1541
+
1542
+ isCollateralEnabled(
1543
+ account: string,
1544
+ vault: string,
1545
+ overrides?: CallOverrides
1546
+ ): Promise<PopulatedTransaction>;
1547
+
1548
+ isControlCollateralInProgress(
1549
+ overrides?: CallOverrides
1550
+ ): Promise<PopulatedTransaction>;
1551
+
1552
+ isControllerEnabled(
1553
+ account: string,
1554
+ vault: string,
1555
+ overrides?: CallOverrides
1556
+ ): Promise<PopulatedTransaction>;
1557
+
1558
+ isLockdownMode(
1559
+ addressPrefix: BytesLike,
1560
+ overrides?: CallOverrides
1561
+ ): Promise<PopulatedTransaction>;
1562
+
1563
+ isOperatorAuthenticated(
1564
+ overrides?: CallOverrides
1565
+ ): Promise<PopulatedTransaction>;
1566
+
1567
+ isPermitDisabledMode(
1568
+ addressPrefix: BytesLike,
1569
+ overrides?: CallOverrides
1570
+ ): Promise<PopulatedTransaction>;
1571
+
1572
+ isSimulationInProgress(
1573
+ overrides?: CallOverrides
1574
+ ): Promise<PopulatedTransaction>;
1575
+
1576
+ isVaultStatusCheckDeferred(
1577
+ vault: string,
1578
+ overrides?: CallOverrides
1579
+ ): Promise<PopulatedTransaction>;
1580
+
1581
+ permit(
1582
+ signer: string,
1583
+ sender: string,
1584
+ nonceNamespace: BigNumberish,
1585
+ nonce: BigNumberish,
1586
+ deadline: BigNumberish,
1587
+ value: BigNumberish,
1588
+ data: BytesLike,
1589
+ signature: BytesLike,
1590
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1591
+ ): Promise<PopulatedTransaction>;
1592
+
1593
+ reorderCollaterals(
1594
+ account: string,
1595
+ index1: BigNumberish,
1596
+ index2: BigNumberish,
1597
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1598
+ ): Promise<PopulatedTransaction>;
1599
+
1600
+ requireAccountAndVaultStatusCheck(
1601
+ account: string,
1602
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1603
+ ): Promise<PopulatedTransaction>;
1604
+
1605
+ requireAccountStatusCheck(
1606
+ account: string,
1607
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1608
+ ): Promise<PopulatedTransaction>;
1609
+
1610
+ requireVaultStatusCheck(
1611
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1612
+ ): Promise<PopulatedTransaction>;
1613
+
1614
+ setAccountOperator(
1615
+ account: string,
1616
+ operator: string,
1617
+ authorized: boolean,
1618
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1619
+ ): Promise<PopulatedTransaction>;
1620
+
1621
+ setLockdownMode(
1622
+ addressPrefix: BytesLike,
1623
+ enabled: boolean,
1624
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1625
+ ): Promise<PopulatedTransaction>;
1626
+
1627
+ setNonce(
1628
+ addressPrefix: BytesLike,
1629
+ nonceNamespace: BigNumberish,
1630
+ nonce: BigNumberish,
1631
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1632
+ ): Promise<PopulatedTransaction>;
1633
+
1634
+ setOperator(
1635
+ addressPrefix: BytesLike,
1636
+ operator: string,
1637
+ operatorBitField: BigNumberish,
1638
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1639
+ ): Promise<PopulatedTransaction>;
1640
+
1641
+ setPermitDisabledMode(
1642
+ addressPrefix: BytesLike,
1643
+ enabled: boolean,
1644
+ overrides?: PayableOverrides & { from?: string | Promise<string> }
1645
+ ): Promise<PopulatedTransaction>;
1646
+ };
1647
+ }