@meterio/sumer-js 0.2.39 → 0.2.41
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.
- package/dist/browser/sumer.min.js +10 -10
- package/dist/nodejs/abi.d.ts +339 -332
- package/dist/nodejs/abi.js +13401 -12900
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/metertest.js +1 -1
- package/dist/nodejs/errorABIs.js +535 -270
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +339 -332
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +57 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +15 -5
- package/dist/nodejs/typechain/contracts/Comptroller/ComptrollerStorage.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +4 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/BeaconProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +80 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +102 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +5 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +6 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +14 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +17 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauserPermit__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/FixedInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +5 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/CreateCall__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Library/RateLimiter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Test__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/abi.d.ts
CHANGED
|
@@ -89,6 +89,17 @@ export declare const abi: {
|
|
|
89
89
|
name?: undefined;
|
|
90
90
|
outputs?: undefined;
|
|
91
91
|
})[];
|
|
92
|
+
Test: {
|
|
93
|
+
inputs: any[];
|
|
94
|
+
name: string;
|
|
95
|
+
outputs: {
|
|
96
|
+
internalType: string;
|
|
97
|
+
name: string;
|
|
98
|
+
type: string;
|
|
99
|
+
}[];
|
|
100
|
+
stateMutability: string;
|
|
101
|
+
type: string;
|
|
102
|
+
}[];
|
|
92
103
|
Timelock: ({
|
|
93
104
|
inputs: any[];
|
|
94
105
|
stateMutability: string;
|
|
@@ -178,7 +189,7 @@ export declare const abi: {
|
|
|
178
189
|
anonymous?: undefined;
|
|
179
190
|
outputs?: undefined;
|
|
180
191
|
})[];
|
|
181
|
-
|
|
192
|
+
CErc20: ({
|
|
182
193
|
inputs: any[];
|
|
183
194
|
stateMutability: string;
|
|
184
195
|
type: string;
|
|
@@ -223,26 +234,6 @@ export declare const abi: {
|
|
|
223
234
|
stateMutability: string;
|
|
224
235
|
type: string;
|
|
225
236
|
anonymous?: undefined;
|
|
226
|
-
})[];
|
|
227
|
-
CompLogic: ({
|
|
228
|
-
inputs: any[];
|
|
229
|
-
stateMutability: string;
|
|
230
|
-
type: string;
|
|
231
|
-
anonymous?: undefined;
|
|
232
|
-
name?: undefined;
|
|
233
|
-
outputs?: undefined;
|
|
234
|
-
} | {
|
|
235
|
-
anonymous: boolean;
|
|
236
|
-
inputs: {
|
|
237
|
-
indexed: boolean;
|
|
238
|
-
internalType: string;
|
|
239
|
-
name: string;
|
|
240
|
-
type: string;
|
|
241
|
-
}[];
|
|
242
|
-
name: string;
|
|
243
|
-
type: string;
|
|
244
|
-
stateMutability?: undefined;
|
|
245
|
-
outputs?: undefined;
|
|
246
237
|
} | {
|
|
247
238
|
inputs: {
|
|
248
239
|
internalType: string;
|
|
@@ -251,6 +242,11 @@ export declare const abi: {
|
|
|
251
242
|
}[];
|
|
252
243
|
name: string;
|
|
253
244
|
outputs: {
|
|
245
|
+
components: {
|
|
246
|
+
internalType: string;
|
|
247
|
+
name: string;
|
|
248
|
+
type: string;
|
|
249
|
+
}[];
|
|
254
250
|
internalType: string;
|
|
255
251
|
name: string;
|
|
256
252
|
type: string;
|
|
@@ -258,38 +254,37 @@ export declare const abi: {
|
|
|
258
254
|
stateMutability: string;
|
|
259
255
|
type: string;
|
|
260
256
|
anonymous?: undefined;
|
|
257
|
+
})[];
|
|
258
|
+
CEther: ({
|
|
259
|
+
inputs: any[];
|
|
260
|
+
stateMutability: string;
|
|
261
|
+
type: string;
|
|
262
|
+
name?: undefined;
|
|
263
|
+
anonymous?: undefined;
|
|
264
|
+
outputs?: undefined;
|
|
261
265
|
} | {
|
|
262
|
-
inputs:
|
|
263
|
-
internalType: string;
|
|
264
|
-
name: string;
|
|
265
|
-
type: string;
|
|
266
|
-
components?: undefined;
|
|
267
|
-
} | {
|
|
268
|
-
components: {
|
|
269
|
-
internalType: string;
|
|
270
|
-
name: string;
|
|
271
|
-
type: string;
|
|
272
|
-
}[];
|
|
266
|
+
inputs: {
|
|
273
267
|
internalType: string;
|
|
274
268
|
name: string;
|
|
275
269
|
type: string;
|
|
276
|
-
}
|
|
270
|
+
}[];
|
|
277
271
|
name: string;
|
|
278
|
-
outputs: any[];
|
|
279
|
-
stateMutability: string;
|
|
280
272
|
type: string;
|
|
273
|
+
stateMutability?: undefined;
|
|
281
274
|
anonymous?: undefined;
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
outputs?: undefined;
|
|
276
|
+
} | {
|
|
277
|
+
anonymous: boolean;
|
|
284
278
|
inputs: {
|
|
279
|
+
indexed: boolean;
|
|
285
280
|
internalType: string;
|
|
286
281
|
name: string;
|
|
287
282
|
type: string;
|
|
288
283
|
}[];
|
|
289
284
|
name: string;
|
|
290
285
|
type: string;
|
|
291
|
-
outputs?: undefined;
|
|
292
286
|
stateMutability?: undefined;
|
|
287
|
+
outputs?: undefined;
|
|
293
288
|
} | {
|
|
294
289
|
inputs: {
|
|
295
290
|
internalType: string;
|
|
@@ -298,17 +293,13 @@ export declare const abi: {
|
|
|
298
293
|
}[];
|
|
299
294
|
name: string;
|
|
300
295
|
outputs: {
|
|
301
|
-
components: {
|
|
302
|
-
internalType: string;
|
|
303
|
-
name: string;
|
|
304
|
-
type: string;
|
|
305
|
-
}[];
|
|
306
296
|
internalType: string;
|
|
307
297
|
name: string;
|
|
308
298
|
type: string;
|
|
309
299
|
}[];
|
|
310
300
|
stateMutability: string;
|
|
311
301
|
type: string;
|
|
302
|
+
anonymous?: undefined;
|
|
312
303
|
} | {
|
|
313
304
|
inputs: {
|
|
314
305
|
internalType: string;
|
|
@@ -317,21 +308,27 @@ export declare const abi: {
|
|
|
317
308
|
}[];
|
|
318
309
|
name: string;
|
|
319
310
|
outputs: {
|
|
311
|
+
components: {
|
|
312
|
+
internalType: string;
|
|
313
|
+
name: string;
|
|
314
|
+
type: string;
|
|
315
|
+
}[];
|
|
320
316
|
internalType: string;
|
|
321
317
|
name: string;
|
|
322
318
|
type: string;
|
|
323
319
|
}[];
|
|
324
320
|
stateMutability: string;
|
|
325
321
|
type: string;
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
inputs: any[];
|
|
322
|
+
anonymous?: undefined;
|
|
323
|
+
} | {
|
|
329
324
|
stateMutability: string;
|
|
330
325
|
type: string;
|
|
326
|
+
inputs?: undefined;
|
|
331
327
|
name?: undefined;
|
|
332
328
|
anonymous?: undefined;
|
|
333
329
|
outputs?: undefined;
|
|
334
|
-
}
|
|
330
|
+
})[];
|
|
331
|
+
CToken: ({
|
|
335
332
|
inputs: {
|
|
336
333
|
internalType: string;
|
|
337
334
|
name: string;
|
|
@@ -339,9 +336,9 @@ export declare const abi: {
|
|
|
339
336
|
}[];
|
|
340
337
|
name: string;
|
|
341
338
|
type: string;
|
|
342
|
-
stateMutability?: undefined;
|
|
343
339
|
anonymous?: undefined;
|
|
344
340
|
outputs?: undefined;
|
|
341
|
+
stateMutability?: undefined;
|
|
345
342
|
} | {
|
|
346
343
|
anonymous: boolean;
|
|
347
344
|
inputs: {
|
|
@@ -352,8 +349,8 @@ export declare const abi: {
|
|
|
352
349
|
}[];
|
|
353
350
|
name: string;
|
|
354
351
|
type: string;
|
|
355
|
-
stateMutability?: undefined;
|
|
356
352
|
outputs?: undefined;
|
|
353
|
+
stateMutability?: undefined;
|
|
357
354
|
} | {
|
|
358
355
|
inputs: {
|
|
359
356
|
internalType: string;
|
|
@@ -390,7 +387,33 @@ export declare const abi: {
|
|
|
390
387
|
type: string;
|
|
391
388
|
anonymous?: undefined;
|
|
392
389
|
})[];
|
|
393
|
-
|
|
390
|
+
CTokenStorage: {
|
|
391
|
+
inputs: {
|
|
392
|
+
internalType: string;
|
|
393
|
+
name: string;
|
|
394
|
+
type: string;
|
|
395
|
+
}[];
|
|
396
|
+
name: string;
|
|
397
|
+
outputs: {
|
|
398
|
+
internalType: string;
|
|
399
|
+
name: string;
|
|
400
|
+
type: string;
|
|
401
|
+
}[];
|
|
402
|
+
stateMutability: string;
|
|
403
|
+
type: string;
|
|
404
|
+
}[];
|
|
405
|
+
suErc20: ({
|
|
406
|
+
inputs: {
|
|
407
|
+
internalType: string;
|
|
408
|
+
name: string;
|
|
409
|
+
type: string;
|
|
410
|
+
}[];
|
|
411
|
+
name: string;
|
|
412
|
+
type: string;
|
|
413
|
+
anonymous?: undefined;
|
|
414
|
+
outputs?: undefined;
|
|
415
|
+
stateMutability?: undefined;
|
|
416
|
+
} | {
|
|
394
417
|
anonymous: boolean;
|
|
395
418
|
inputs: {
|
|
396
419
|
indexed: boolean;
|
|
@@ -417,9 +440,28 @@ export declare const abi: {
|
|
|
417
440
|
stateMutability: string;
|
|
418
441
|
type: string;
|
|
419
442
|
anonymous?: undefined;
|
|
443
|
+
} | {
|
|
444
|
+
inputs: {
|
|
445
|
+
internalType: string;
|
|
446
|
+
name: string;
|
|
447
|
+
type: string;
|
|
448
|
+
}[];
|
|
449
|
+
name: string;
|
|
450
|
+
outputs: {
|
|
451
|
+
components: {
|
|
452
|
+
internalType: string;
|
|
453
|
+
name: string;
|
|
454
|
+
type: string;
|
|
455
|
+
}[];
|
|
456
|
+
internalType: string;
|
|
457
|
+
name: string;
|
|
458
|
+
type: string;
|
|
459
|
+
}[];
|
|
460
|
+
stateMutability: string;
|
|
461
|
+
type: string;
|
|
462
|
+
anonymous?: undefined;
|
|
420
463
|
})[];
|
|
421
|
-
|
|
422
|
-
RedemptionManager: ({
|
|
464
|
+
CompLogic: ({
|
|
423
465
|
inputs: any[];
|
|
424
466
|
stateMutability: string;
|
|
425
467
|
type: string;
|
|
@@ -449,6 +491,27 @@ export declare const abi: {
|
|
|
449
491
|
type: string;
|
|
450
492
|
stateMutability?: undefined;
|
|
451
493
|
outputs?: undefined;
|
|
494
|
+
} | {
|
|
495
|
+
inputs: ({
|
|
496
|
+
internalType: string;
|
|
497
|
+
name: string;
|
|
498
|
+
type: string;
|
|
499
|
+
components?: undefined;
|
|
500
|
+
} | {
|
|
501
|
+
components: {
|
|
502
|
+
internalType: string;
|
|
503
|
+
name: string;
|
|
504
|
+
type: string;
|
|
505
|
+
}[];
|
|
506
|
+
internalType: string;
|
|
507
|
+
name: string;
|
|
508
|
+
type: string;
|
|
509
|
+
})[];
|
|
510
|
+
name: string;
|
|
511
|
+
outputs: any[];
|
|
512
|
+
stateMutability: string;
|
|
513
|
+
type: string;
|
|
514
|
+
anonymous?: undefined;
|
|
452
515
|
} | {
|
|
453
516
|
inputs: {
|
|
454
517
|
internalType: string;
|
|
@@ -456,34 +519,54 @@ export declare const abi: {
|
|
|
456
519
|
type: string;
|
|
457
520
|
}[];
|
|
458
521
|
name: string;
|
|
459
|
-
outputs: {
|
|
522
|
+
outputs: ({
|
|
460
523
|
internalType: string;
|
|
461
524
|
name: string;
|
|
462
525
|
type: string;
|
|
463
|
-
|
|
526
|
+
components?: undefined;
|
|
527
|
+
} | {
|
|
528
|
+
components: {
|
|
529
|
+
internalType: string;
|
|
530
|
+
name: string;
|
|
531
|
+
type: string;
|
|
532
|
+
}[];
|
|
533
|
+
internalType: string;
|
|
534
|
+
name: string;
|
|
535
|
+
type: string;
|
|
536
|
+
})[];
|
|
464
537
|
stateMutability: string;
|
|
465
538
|
type: string;
|
|
466
539
|
anonymous?: undefined;
|
|
467
540
|
})[];
|
|
468
|
-
|
|
469
|
-
inputs:
|
|
470
|
-
|
|
541
|
+
CompoundLens: ({
|
|
542
|
+
inputs: {
|
|
543
|
+
internalType: string;
|
|
544
|
+
name: string;
|
|
545
|
+
type: string;
|
|
546
|
+
}[];
|
|
547
|
+
name: string;
|
|
471
548
|
type: string;
|
|
472
|
-
anonymous?: undefined;
|
|
473
|
-
name?: undefined;
|
|
474
549
|
outputs?: undefined;
|
|
550
|
+
stateMutability?: undefined;
|
|
475
551
|
} | {
|
|
476
|
-
anonymous: boolean;
|
|
477
552
|
inputs: {
|
|
478
|
-
indexed: boolean;
|
|
479
553
|
internalType: string;
|
|
480
554
|
name: string;
|
|
481
555
|
type: string;
|
|
482
556
|
}[];
|
|
483
557
|
name: string;
|
|
558
|
+
outputs: {
|
|
559
|
+
components: {
|
|
560
|
+
internalType: string;
|
|
561
|
+
name: string;
|
|
562
|
+
type: string;
|
|
563
|
+
}[];
|
|
564
|
+
internalType: string;
|
|
565
|
+
name: string;
|
|
566
|
+
type: string;
|
|
567
|
+
}[];
|
|
568
|
+
stateMutability: string;
|
|
484
569
|
type: string;
|
|
485
|
-
stateMutability?: undefined;
|
|
486
|
-
outputs?: undefined;
|
|
487
570
|
} | {
|
|
488
571
|
inputs: {
|
|
489
572
|
internalType: string;
|
|
@@ -498,9 +581,8 @@ export declare const abi: {
|
|
|
498
581
|
}[];
|
|
499
582
|
stateMutability: string;
|
|
500
583
|
type: string;
|
|
501
|
-
anonymous?: undefined;
|
|
502
584
|
})[];
|
|
503
|
-
|
|
585
|
+
Comptroller: ({
|
|
504
586
|
inputs: any[];
|
|
505
587
|
stateMutability: string;
|
|
506
588
|
type: string;
|
|
@@ -530,6 +612,22 @@ export declare const abi: {
|
|
|
530
612
|
type: string;
|
|
531
613
|
stateMutability?: undefined;
|
|
532
614
|
outputs?: undefined;
|
|
615
|
+
} | {
|
|
616
|
+
inputs: {
|
|
617
|
+
components: {
|
|
618
|
+
internalType: string;
|
|
619
|
+
name: string;
|
|
620
|
+
type: string;
|
|
621
|
+
}[];
|
|
622
|
+
internalType: string;
|
|
623
|
+
name: string;
|
|
624
|
+
type: string;
|
|
625
|
+
}[];
|
|
626
|
+
name: string;
|
|
627
|
+
outputs: any[];
|
|
628
|
+
stateMutability: string;
|
|
629
|
+
type: string;
|
|
630
|
+
anonymous?: undefined;
|
|
533
631
|
} | {
|
|
534
632
|
inputs: {
|
|
535
633
|
internalType: string;
|
|
@@ -545,7 +643,8 @@ export declare const abi: {
|
|
|
545
643
|
stateMutability: string;
|
|
546
644
|
type: string;
|
|
547
645
|
anonymous?: undefined;
|
|
548
|
-
}
|
|
646
|
+
})[];
|
|
647
|
+
ComptrollerStorage: {
|
|
549
648
|
inputs: {
|
|
550
649
|
internalType: string;
|
|
551
650
|
name: string;
|
|
@@ -553,20 +652,15 @@ export declare const abi: {
|
|
|
553
652
|
}[];
|
|
554
653
|
name: string;
|
|
555
654
|
outputs: {
|
|
556
|
-
components: {
|
|
557
|
-
internalType: string;
|
|
558
|
-
name: string;
|
|
559
|
-
type: string;
|
|
560
|
-
}[];
|
|
561
655
|
internalType: string;
|
|
562
656
|
name: string;
|
|
563
657
|
type: string;
|
|
564
658
|
}[];
|
|
565
659
|
stateMutability: string;
|
|
566
660
|
type: string;
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
661
|
+
}[];
|
|
662
|
+
LiquityMath: any[];
|
|
663
|
+
RedemptionManager: ({
|
|
570
664
|
inputs: any[];
|
|
571
665
|
stateMutability: string;
|
|
572
666
|
type: string;
|
|
@@ -611,6 +705,26 @@ export declare const abi: {
|
|
|
611
705
|
stateMutability: string;
|
|
612
706
|
type: string;
|
|
613
707
|
anonymous?: undefined;
|
|
708
|
+
})[];
|
|
709
|
+
SortedBorrows: ({
|
|
710
|
+
inputs: any[];
|
|
711
|
+
stateMutability: string;
|
|
712
|
+
type: string;
|
|
713
|
+
anonymous?: undefined;
|
|
714
|
+
name?: undefined;
|
|
715
|
+
outputs?: undefined;
|
|
716
|
+
} | {
|
|
717
|
+
anonymous: boolean;
|
|
718
|
+
inputs: {
|
|
719
|
+
indexed: boolean;
|
|
720
|
+
internalType: string;
|
|
721
|
+
name: string;
|
|
722
|
+
type: string;
|
|
723
|
+
}[];
|
|
724
|
+
name: string;
|
|
725
|
+
type: string;
|
|
726
|
+
stateMutability?: undefined;
|
|
727
|
+
outputs?: undefined;
|
|
614
728
|
} | {
|
|
615
729
|
inputs: {
|
|
616
730
|
internalType: string;
|
|
@@ -619,11 +733,6 @@ export declare const abi: {
|
|
|
619
733
|
}[];
|
|
620
734
|
name: string;
|
|
621
735
|
outputs: {
|
|
622
|
-
components: {
|
|
623
|
-
internalType: string;
|
|
624
|
-
name: string;
|
|
625
|
-
type: string;
|
|
626
|
-
}[];
|
|
627
736
|
internalType: string;
|
|
628
737
|
name: string;
|
|
629
738
|
type: string;
|
|
@@ -631,25 +740,18 @@ export declare const abi: {
|
|
|
631
740
|
stateMutability: string;
|
|
632
741
|
type: string;
|
|
633
742
|
anonymous?: undefined;
|
|
634
|
-
} | {
|
|
635
|
-
stateMutability: string;
|
|
636
|
-
type: string;
|
|
637
|
-
inputs?: undefined;
|
|
638
|
-
name?: undefined;
|
|
639
|
-
anonymous?: undefined;
|
|
640
|
-
outputs?: undefined;
|
|
641
743
|
})[];
|
|
642
|
-
|
|
744
|
+
ERC20MinterBurnerPauser: ({
|
|
643
745
|
inputs: {
|
|
644
746
|
internalType: string;
|
|
645
747
|
name: string;
|
|
646
748
|
type: string;
|
|
647
749
|
}[];
|
|
648
|
-
|
|
750
|
+
stateMutability: string;
|
|
649
751
|
type: string;
|
|
650
752
|
anonymous?: undefined;
|
|
753
|
+
name?: undefined;
|
|
651
754
|
outputs?: undefined;
|
|
652
|
-
stateMutability?: undefined;
|
|
653
755
|
} | {
|
|
654
756
|
anonymous: boolean;
|
|
655
757
|
inputs: {
|
|
@@ -660,8 +762,8 @@ export declare const abi: {
|
|
|
660
762
|
}[];
|
|
661
763
|
name: string;
|
|
662
764
|
type: string;
|
|
663
|
-
outputs?: undefined;
|
|
664
765
|
stateMutability?: undefined;
|
|
766
|
+
outputs?: undefined;
|
|
665
767
|
} | {
|
|
666
768
|
inputs: {
|
|
667
769
|
internalType: string;
|
|
@@ -677,28 +779,19 @@ export declare const abi: {
|
|
|
677
779
|
stateMutability: string;
|
|
678
780
|
type: string;
|
|
679
781
|
anonymous?: undefined;
|
|
680
|
-
}
|
|
782
|
+
})[];
|
|
783
|
+
ERC20MinterBurnerPauserPermit: ({
|
|
681
784
|
inputs: {
|
|
682
785
|
internalType: string;
|
|
683
786
|
name: string;
|
|
684
787
|
type: string;
|
|
685
788
|
}[];
|
|
686
|
-
name: string;
|
|
687
|
-
outputs: {
|
|
688
|
-
components: {
|
|
689
|
-
internalType: string;
|
|
690
|
-
name: string;
|
|
691
|
-
type: string;
|
|
692
|
-
}[];
|
|
693
|
-
internalType: string;
|
|
694
|
-
name: string;
|
|
695
|
-
type: string;
|
|
696
|
-
}[];
|
|
697
789
|
stateMutability: string;
|
|
698
790
|
type: string;
|
|
699
791
|
anonymous?: undefined;
|
|
700
|
-
|
|
701
|
-
|
|
792
|
+
name?: undefined;
|
|
793
|
+
outputs?: undefined;
|
|
794
|
+
} | {
|
|
702
795
|
anonymous: boolean;
|
|
703
796
|
inputs: {
|
|
704
797
|
indexed: boolean;
|
|
@@ -708,8 +801,8 @@ export declare const abi: {
|
|
|
708
801
|
}[];
|
|
709
802
|
name: string;
|
|
710
803
|
type: string;
|
|
711
|
-
outputs?: undefined;
|
|
712
804
|
stateMutability?: undefined;
|
|
805
|
+
outputs?: undefined;
|
|
713
806
|
} | {
|
|
714
807
|
inputs: {
|
|
715
808
|
internalType: string;
|
|
@@ -726,23 +819,17 @@ export declare const abi: {
|
|
|
726
819
|
type: string;
|
|
727
820
|
anonymous?: undefined;
|
|
728
821
|
})[];
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
stateMutability: string;
|
|
732
|
-
type: string;
|
|
733
|
-
name?: undefined;
|
|
734
|
-
anonymous?: undefined;
|
|
735
|
-
outputs?: undefined;
|
|
736
|
-
} | {
|
|
822
|
+
ExponentialNoErrorNew: any[];
|
|
823
|
+
FixedInterestRateModel: ({
|
|
737
824
|
inputs: {
|
|
738
825
|
internalType: string;
|
|
739
826
|
name: string;
|
|
740
827
|
type: string;
|
|
741
828
|
}[];
|
|
742
|
-
|
|
829
|
+
stateMutability: string;
|
|
743
830
|
type: string;
|
|
744
|
-
stateMutability?: undefined;
|
|
745
831
|
anonymous?: undefined;
|
|
832
|
+
name?: undefined;
|
|
746
833
|
outputs?: undefined;
|
|
747
834
|
} | {
|
|
748
835
|
anonymous: boolean;
|
|
@@ -771,6 +858,19 @@ export declare const abi: {
|
|
|
771
858
|
stateMutability: string;
|
|
772
859
|
type: string;
|
|
773
860
|
anonymous?: undefined;
|
|
861
|
+
})[];
|
|
862
|
+
InterestRateModel: ({
|
|
863
|
+
anonymous: boolean;
|
|
864
|
+
inputs: {
|
|
865
|
+
indexed: boolean;
|
|
866
|
+
internalType: string;
|
|
867
|
+
name: string;
|
|
868
|
+
type: string;
|
|
869
|
+
}[];
|
|
870
|
+
name: string;
|
|
871
|
+
type: string;
|
|
872
|
+
outputs?: undefined;
|
|
873
|
+
stateMutability?: undefined;
|
|
774
874
|
} | {
|
|
775
875
|
inputs: {
|
|
776
876
|
internalType: string;
|
|
@@ -779,11 +879,6 @@ export declare const abi: {
|
|
|
779
879
|
}[];
|
|
780
880
|
name: string;
|
|
781
881
|
outputs: {
|
|
782
|
-
components: {
|
|
783
|
-
internalType: string;
|
|
784
|
-
name: string;
|
|
785
|
-
type: string;
|
|
786
|
-
}[];
|
|
787
882
|
internalType: string;
|
|
788
883
|
name: string;
|
|
789
884
|
type: string;
|
|
@@ -792,7 +887,7 @@ export declare const abi: {
|
|
|
792
887
|
type: string;
|
|
793
888
|
anonymous?: undefined;
|
|
794
889
|
})[];
|
|
795
|
-
|
|
890
|
+
JumpRateModelV2: ({
|
|
796
891
|
inputs: {
|
|
797
892
|
internalType: string;
|
|
798
893
|
name: string;
|
|
@@ -831,7 +926,7 @@ export declare const abi: {
|
|
|
831
926
|
type: string;
|
|
832
927
|
anonymous?: undefined;
|
|
833
928
|
})[];
|
|
834
|
-
|
|
929
|
+
WhitePaperInterestRateModel: ({
|
|
835
930
|
inputs: {
|
|
836
931
|
internalType: string;
|
|
837
932
|
name: string;
|
|
@@ -870,31 +965,37 @@ export declare const abi: {
|
|
|
870
965
|
type: string;
|
|
871
966
|
anonymous?: undefined;
|
|
872
967
|
})[];
|
|
873
|
-
|
|
874
|
-
FixedInterestRateModel: ({
|
|
968
|
+
IAccountLiquidity: {
|
|
875
969
|
inputs: {
|
|
876
970
|
internalType: string;
|
|
877
971
|
name: string;
|
|
878
972
|
type: string;
|
|
879
973
|
}[];
|
|
974
|
+
name: string;
|
|
975
|
+
outputs: {
|
|
976
|
+
internalType: string;
|
|
977
|
+
name: string;
|
|
978
|
+
type: string;
|
|
979
|
+
}[];
|
|
880
980
|
stateMutability: string;
|
|
881
981
|
type: string;
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
outputs?: undefined;
|
|
885
|
-
} | {
|
|
886
|
-
anonymous: boolean;
|
|
982
|
+
}[];
|
|
983
|
+
ICErc20: {
|
|
887
984
|
inputs: {
|
|
888
|
-
indexed: boolean;
|
|
889
985
|
internalType: string;
|
|
890
986
|
name: string;
|
|
891
987
|
type: string;
|
|
892
988
|
}[];
|
|
893
989
|
name: string;
|
|
990
|
+
outputs: {
|
|
991
|
+
internalType: string;
|
|
992
|
+
name: string;
|
|
993
|
+
type: string;
|
|
994
|
+
}[];
|
|
995
|
+
stateMutability: string;
|
|
894
996
|
type: string;
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
} | {
|
|
997
|
+
}[];
|
|
998
|
+
ICToken: {
|
|
898
999
|
inputs: {
|
|
899
1000
|
internalType: string;
|
|
900
1001
|
name: string;
|
|
@@ -908,20 +1009,27 @@ export declare const abi: {
|
|
|
908
1009
|
}[];
|
|
909
1010
|
stateMutability: string;
|
|
910
1011
|
type: string;
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
anonymous: boolean;
|
|
915
|
-
inputs: {
|
|
916
|
-
indexed: boolean;
|
|
1012
|
+
}[];
|
|
1013
|
+
ICompLogic: ({
|
|
1014
|
+
inputs: ({
|
|
917
1015
|
internalType: string;
|
|
918
1016
|
name: string;
|
|
919
1017
|
type: string;
|
|
920
|
-
|
|
1018
|
+
components?: undefined;
|
|
1019
|
+
} | {
|
|
1020
|
+
components: {
|
|
1021
|
+
internalType: string;
|
|
1022
|
+
name: string;
|
|
1023
|
+
type: string;
|
|
1024
|
+
}[];
|
|
1025
|
+
internalType: string;
|
|
1026
|
+
name: string;
|
|
1027
|
+
type: string;
|
|
1028
|
+
})[];
|
|
921
1029
|
name: string;
|
|
1030
|
+
outputs: any[];
|
|
1031
|
+
stateMutability: string;
|
|
922
1032
|
type: string;
|
|
923
|
-
outputs?: undefined;
|
|
924
|
-
stateMutability?: undefined;
|
|
925
1033
|
} | {
|
|
926
1034
|
inputs: {
|
|
927
1035
|
internalType: string;
|
|
@@ -936,20 +1044,8 @@ export declare const abi: {
|
|
|
936
1044
|
}[];
|
|
937
1045
|
stateMutability: string;
|
|
938
1046
|
type: string;
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
JumpRateModelV2: ({
|
|
942
|
-
inputs: {
|
|
943
|
-
internalType: string;
|
|
944
|
-
name: string;
|
|
945
|
-
type: string;
|
|
946
|
-
}[];
|
|
947
|
-
stateMutability: string;
|
|
948
|
-
type: string;
|
|
949
|
-
anonymous?: undefined;
|
|
950
|
-
name?: undefined;
|
|
951
|
-
outputs?: undefined;
|
|
952
|
-
} | {
|
|
1047
|
+
})[];
|
|
1048
|
+
IComptroller: ({
|
|
953
1049
|
anonymous: boolean;
|
|
954
1050
|
inputs: {
|
|
955
1051
|
indexed: boolean;
|
|
@@ -959,8 +1055,8 @@ export declare const abi: {
|
|
|
959
1055
|
}[];
|
|
960
1056
|
name: string;
|
|
961
1057
|
type: string;
|
|
962
|
-
stateMutability?: undefined;
|
|
963
1058
|
outputs?: undefined;
|
|
1059
|
+
stateMutability?: undefined;
|
|
964
1060
|
} | {
|
|
965
1061
|
inputs: {
|
|
966
1062
|
internalType: string;
|
|
@@ -969,6 +1065,11 @@ export declare const abi: {
|
|
|
969
1065
|
}[];
|
|
970
1066
|
name: string;
|
|
971
1067
|
outputs: {
|
|
1068
|
+
components: {
|
|
1069
|
+
internalType: string;
|
|
1070
|
+
name: string;
|
|
1071
|
+
type: string;
|
|
1072
|
+
}[];
|
|
972
1073
|
internalType: string;
|
|
973
1074
|
name: string;
|
|
974
1075
|
type: string;
|
|
@@ -976,19 +1077,23 @@ export declare const abi: {
|
|
|
976
1077
|
stateMutability: string;
|
|
977
1078
|
type: string;
|
|
978
1079
|
anonymous?: undefined;
|
|
979
|
-
}
|
|
980
|
-
WhitePaperInterestRateModel: ({
|
|
1080
|
+
} | {
|
|
981
1081
|
inputs: {
|
|
982
1082
|
internalType: string;
|
|
983
1083
|
name: string;
|
|
984
1084
|
type: string;
|
|
985
1085
|
}[];
|
|
1086
|
+
name: string;
|
|
1087
|
+
outputs: {
|
|
1088
|
+
internalType: string;
|
|
1089
|
+
name: string;
|
|
1090
|
+
type: string;
|
|
1091
|
+
}[];
|
|
986
1092
|
stateMutability: string;
|
|
987
1093
|
type: string;
|
|
988
1094
|
anonymous?: undefined;
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
} | {
|
|
1095
|
+
})[];
|
|
1096
|
+
IEIP20NonStandard: ({
|
|
992
1097
|
anonymous: boolean;
|
|
993
1098
|
inputs: {
|
|
994
1099
|
indexed: boolean;
|
|
@@ -998,8 +1103,8 @@ export declare const abi: {
|
|
|
998
1103
|
}[];
|
|
999
1104
|
name: string;
|
|
1000
1105
|
type: string;
|
|
1001
|
-
stateMutability?: undefined;
|
|
1002
1106
|
outputs?: undefined;
|
|
1107
|
+
stateMutability?: undefined;
|
|
1003
1108
|
} | {
|
|
1004
1109
|
inputs: {
|
|
1005
1110
|
internalType: string;
|
|
@@ -1016,22 +1121,18 @@ export declare const abi: {
|
|
|
1016
1121
|
type: string;
|
|
1017
1122
|
anonymous?: undefined;
|
|
1018
1123
|
})[];
|
|
1019
|
-
|
|
1124
|
+
IEIP712: {
|
|
1020
1125
|
inputs: {
|
|
1021
1126
|
internalType: string;
|
|
1022
1127
|
name: string;
|
|
1023
1128
|
type: string;
|
|
1024
1129
|
}[];
|
|
1025
1130
|
name: string;
|
|
1026
|
-
outputs:
|
|
1027
|
-
internalType: string;
|
|
1028
|
-
name: string;
|
|
1029
|
-
type: string;
|
|
1030
|
-
}[];
|
|
1131
|
+
outputs: any[];
|
|
1031
1132
|
stateMutability: string;
|
|
1032
1133
|
type: string;
|
|
1033
1134
|
}[];
|
|
1034
|
-
|
|
1135
|
+
IGovernorAlpha: {
|
|
1035
1136
|
inputs: {
|
|
1036
1137
|
internalType: string;
|
|
1037
1138
|
name: string;
|
|
@@ -1046,8 +1147,12 @@ export declare const abi: {
|
|
|
1046
1147
|
stateMutability: string;
|
|
1047
1148
|
type: string;
|
|
1048
1149
|
}[];
|
|
1049
|
-
|
|
1050
|
-
inputs:
|
|
1150
|
+
IGovernorBravo: ({
|
|
1151
|
+
inputs: {
|
|
1152
|
+
internalType: string;
|
|
1153
|
+
name: string;
|
|
1154
|
+
type: string;
|
|
1155
|
+
}[];
|
|
1051
1156
|
name: string;
|
|
1052
1157
|
outputs: {
|
|
1053
1158
|
internalType: string;
|
|
@@ -1056,14 +1161,14 @@ export declare const abi: {
|
|
|
1056
1161
|
}[];
|
|
1057
1162
|
stateMutability: string;
|
|
1058
1163
|
type: string;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
inputs: ({
|
|
1164
|
+
} | {
|
|
1165
|
+
inputs: {
|
|
1062
1166
|
internalType: string;
|
|
1063
1167
|
name: string;
|
|
1064
1168
|
type: string;
|
|
1065
|
-
|
|
1066
|
-
|
|
1169
|
+
}[];
|
|
1170
|
+
name: string;
|
|
1171
|
+
outputs: {
|
|
1067
1172
|
components: {
|
|
1068
1173
|
internalType: string;
|
|
1069
1174
|
name: string;
|
|
@@ -1072,12 +1177,11 @@ export declare const abi: {
|
|
|
1072
1177
|
internalType: string;
|
|
1073
1178
|
name: string;
|
|
1074
1179
|
type: string;
|
|
1075
|
-
}
|
|
1076
|
-
name: string;
|
|
1077
|
-
outputs: any[];
|
|
1180
|
+
}[];
|
|
1078
1181
|
stateMutability: string;
|
|
1079
1182
|
type: string;
|
|
1080
|
-
}
|
|
1183
|
+
})[];
|
|
1184
|
+
IInterestRateModel: {
|
|
1081
1185
|
inputs: {
|
|
1082
1186
|
internalType: string;
|
|
1083
1187
|
name: string;
|
|
@@ -1091,8 +1195,8 @@ export declare const abi: {
|
|
|
1091
1195
|
}[];
|
|
1092
1196
|
stateMutability: string;
|
|
1093
1197
|
type: string;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1198
|
+
}[];
|
|
1199
|
+
IPMarket: ({
|
|
1096
1200
|
anonymous: boolean;
|
|
1097
1201
|
inputs: {
|
|
1098
1202
|
indexed: boolean;
|
|
@@ -1119,43 +1223,8 @@ export declare const abi: {
|
|
|
1119
1223
|
stateMutability: string;
|
|
1120
1224
|
type: string;
|
|
1121
1225
|
anonymous?: undefined;
|
|
1122
|
-
} | {
|
|
1123
|
-
inputs: {
|
|
1124
|
-
internalType: string;
|
|
1125
|
-
name: string;
|
|
1126
|
-
type: string;
|
|
1127
|
-
}[];
|
|
1128
|
-
name: string;
|
|
1129
|
-
outputs: {
|
|
1130
|
-
components: {
|
|
1131
|
-
internalType: string;
|
|
1132
|
-
name: string;
|
|
1133
|
-
type: string;
|
|
1134
|
-
}[];
|
|
1135
|
-
internalType: string;
|
|
1136
|
-
name: string;
|
|
1137
|
-
type: string;
|
|
1138
|
-
}[];
|
|
1139
|
-
stateMutability: string;
|
|
1140
|
-
type: string;
|
|
1141
|
-
anonymous?: undefined;
|
|
1142
1226
|
})[];
|
|
1143
|
-
|
|
1144
|
-
inputs: {
|
|
1145
|
-
internalType: string;
|
|
1146
|
-
name: string;
|
|
1147
|
-
type: string;
|
|
1148
|
-
}[];
|
|
1149
|
-
name: string;
|
|
1150
|
-
outputs: {
|
|
1151
|
-
internalType: string;
|
|
1152
|
-
name: string;
|
|
1153
|
-
type: string;
|
|
1154
|
-
}[];
|
|
1155
|
-
stateMutability: string;
|
|
1156
|
-
type: string;
|
|
1157
|
-
}[];
|
|
1158
|
-
IEIP20NonStandard: ({
|
|
1227
|
+
IPPrincipalToken: ({
|
|
1159
1228
|
anonymous: boolean;
|
|
1160
1229
|
inputs: {
|
|
1161
1230
|
indexed: boolean;
|
|
@@ -1183,18 +1252,19 @@ export declare const abi: {
|
|
|
1183
1252
|
type: string;
|
|
1184
1253
|
anonymous?: undefined;
|
|
1185
1254
|
})[];
|
|
1186
|
-
|
|
1255
|
+
IPYieldToken: ({
|
|
1256
|
+
anonymous: boolean;
|
|
1187
1257
|
inputs: {
|
|
1258
|
+
indexed: boolean;
|
|
1188
1259
|
internalType: string;
|
|
1189
1260
|
name: string;
|
|
1190
1261
|
type: string;
|
|
1191
1262
|
}[];
|
|
1192
1263
|
name: string;
|
|
1193
|
-
outputs: any[];
|
|
1194
|
-
stateMutability: string;
|
|
1195
1264
|
type: string;
|
|
1196
|
-
|
|
1197
|
-
|
|
1265
|
+
outputs?: undefined;
|
|
1266
|
+
stateMutability?: undefined;
|
|
1267
|
+
} | {
|
|
1198
1268
|
inputs: {
|
|
1199
1269
|
internalType: string;
|
|
1200
1270
|
name: string;
|
|
@@ -1208,8 +1278,9 @@ export declare const abi: {
|
|
|
1208
1278
|
}[];
|
|
1209
1279
|
stateMutability: string;
|
|
1210
1280
|
type: string;
|
|
1211
|
-
|
|
1212
|
-
|
|
1281
|
+
anonymous?: undefined;
|
|
1282
|
+
})[];
|
|
1283
|
+
IPendlePtOracle: {
|
|
1213
1284
|
inputs: {
|
|
1214
1285
|
internalType: string;
|
|
1215
1286
|
name: string;
|
|
@@ -1223,7 +1294,8 @@ export declare const abi: {
|
|
|
1223
1294
|
}[];
|
|
1224
1295
|
stateMutability: string;
|
|
1225
1296
|
type: string;
|
|
1226
|
-
}
|
|
1297
|
+
}[];
|
|
1298
|
+
IPriceOracle: {
|
|
1227
1299
|
inputs: {
|
|
1228
1300
|
internalType: string;
|
|
1229
1301
|
name: string;
|
|
@@ -1231,19 +1303,14 @@ export declare const abi: {
|
|
|
1231
1303
|
}[];
|
|
1232
1304
|
name: string;
|
|
1233
1305
|
outputs: {
|
|
1234
|
-
components: {
|
|
1235
|
-
internalType: string;
|
|
1236
|
-
name: string;
|
|
1237
|
-
type: string;
|
|
1238
|
-
}[];
|
|
1239
1306
|
internalType: string;
|
|
1240
1307
|
name: string;
|
|
1241
1308
|
type: string;
|
|
1242
1309
|
}[];
|
|
1243
1310
|
stateMutability: string;
|
|
1244
1311
|
type: string;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1312
|
+
}[];
|
|
1313
|
+
IRedemptionManager: {
|
|
1247
1314
|
inputs: {
|
|
1248
1315
|
internalType: string;
|
|
1249
1316
|
name: string;
|
|
@@ -1258,22 +1325,19 @@ export declare const abi: {
|
|
|
1258
1325
|
stateMutability: string;
|
|
1259
1326
|
type: string;
|
|
1260
1327
|
}[];
|
|
1261
|
-
|
|
1328
|
+
ISortedBorrows: ({
|
|
1329
|
+
anonymous: boolean;
|
|
1262
1330
|
inputs: {
|
|
1331
|
+
indexed: boolean;
|
|
1263
1332
|
internalType: string;
|
|
1264
1333
|
name: string;
|
|
1265
1334
|
type: string;
|
|
1266
1335
|
}[];
|
|
1267
1336
|
name: string;
|
|
1268
|
-
outputs: {
|
|
1269
|
-
internalType: string;
|
|
1270
|
-
name: string;
|
|
1271
|
-
type: string;
|
|
1272
|
-
}[];
|
|
1273
|
-
stateMutability: string;
|
|
1274
1337
|
type: string;
|
|
1275
|
-
|
|
1276
|
-
|
|
1338
|
+
outputs?: undefined;
|
|
1339
|
+
stateMutability?: undefined;
|
|
1340
|
+
} | {
|
|
1277
1341
|
inputs: {
|
|
1278
1342
|
internalType: string;
|
|
1279
1343
|
name: string;
|
|
@@ -1287,8 +1351,9 @@ export declare const abi: {
|
|
|
1287
1351
|
}[];
|
|
1288
1352
|
stateMutability: string;
|
|
1289
1353
|
type: string;
|
|
1290
|
-
|
|
1291
|
-
|
|
1354
|
+
anonymous?: undefined;
|
|
1355
|
+
})[];
|
|
1356
|
+
IStandardizedYield: ({
|
|
1292
1357
|
anonymous: boolean;
|
|
1293
1358
|
inputs: {
|
|
1294
1359
|
indexed: boolean;
|
|
@@ -1474,7 +1539,7 @@ export declare const abi: {
|
|
|
1474
1539
|
name: string;
|
|
1475
1540
|
type: string;
|
|
1476
1541
|
})[];
|
|
1477
|
-
|
|
1542
|
+
FeedPriceOracle: ({
|
|
1478
1543
|
inputs: {
|
|
1479
1544
|
internalType: string;
|
|
1480
1545
|
name: string;
|
|
@@ -1483,19 +1548,16 @@ export declare const abi: {
|
|
|
1483
1548
|
stateMutability: string;
|
|
1484
1549
|
type: string;
|
|
1485
1550
|
name?: undefined;
|
|
1551
|
+
anonymous?: undefined;
|
|
1486
1552
|
outputs?: undefined;
|
|
1487
1553
|
} | {
|
|
1488
1554
|
inputs: any[];
|
|
1489
1555
|
name: string;
|
|
1490
|
-
outputs: {
|
|
1491
|
-
internalType: string;
|
|
1492
|
-
name: string;
|
|
1493
|
-
type: string;
|
|
1494
|
-
}[];
|
|
1495
|
-
stateMutability: string;
|
|
1496
1556
|
type: string;
|
|
1497
|
-
|
|
1498
|
-
|
|
1557
|
+
stateMutability?: undefined;
|
|
1558
|
+
anonymous?: undefined;
|
|
1559
|
+
outputs?: undefined;
|
|
1560
|
+
} | {
|
|
1499
1561
|
anonymous: boolean;
|
|
1500
1562
|
inputs: {
|
|
1501
1563
|
indexed: boolean;
|
|
@@ -1505,8 +1567,8 @@ export declare const abi: {
|
|
|
1505
1567
|
}[];
|
|
1506
1568
|
name: string;
|
|
1507
1569
|
type: string;
|
|
1508
|
-
outputs?: undefined;
|
|
1509
1570
|
stateMutability?: undefined;
|
|
1571
|
+
outputs?: undefined;
|
|
1510
1572
|
} | {
|
|
1511
1573
|
inputs: {
|
|
1512
1574
|
internalType: string;
|
|
@@ -1522,40 +1584,19 @@ export declare const abi: {
|
|
|
1522
1584
|
stateMutability: string;
|
|
1523
1585
|
type: string;
|
|
1524
1586
|
anonymous?: undefined;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
name: string;
|
|
1529
|
-
type: string;
|
|
1530
|
-
}[];
|
|
1587
|
+
})[];
|
|
1588
|
+
PriceAdapter: {
|
|
1589
|
+
inputs: any[];
|
|
1531
1590
|
name: string;
|
|
1532
1591
|
outputs: {
|
|
1533
|
-
components: {
|
|
1534
|
-
internalType: string;
|
|
1535
|
-
name: string;
|
|
1536
|
-
type: string;
|
|
1537
|
-
}[];
|
|
1538
1592
|
internalType: string;
|
|
1539
1593
|
name: string;
|
|
1540
1594
|
type: string;
|
|
1541
1595
|
}[];
|
|
1542
1596
|
stateMutability: string;
|
|
1543
1597
|
type: string;
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
FeedPriceOracleSafe: ({
|
|
1547
|
-
anonymous: boolean;
|
|
1548
|
-
inputs: {
|
|
1549
|
-
indexed: boolean;
|
|
1550
|
-
internalType: string;
|
|
1551
|
-
name: string;
|
|
1552
|
-
type: string;
|
|
1553
|
-
}[];
|
|
1554
|
-
name: string;
|
|
1555
|
-
type: string;
|
|
1556
|
-
outputs?: undefined;
|
|
1557
|
-
stateMutability?: undefined;
|
|
1558
|
-
} | {
|
|
1598
|
+
}[];
|
|
1599
|
+
PriceOracle: {
|
|
1559
1600
|
inputs: {
|
|
1560
1601
|
internalType: string;
|
|
1561
1602
|
name: string;
|
|
@@ -1569,8 +1610,8 @@ export declare const abi: {
|
|
|
1569
1610
|
}[];
|
|
1570
1611
|
stateMutability: string;
|
|
1571
1612
|
type: string;
|
|
1572
|
-
|
|
1573
|
-
|
|
1613
|
+
}[];
|
|
1614
|
+
IStETH: {
|
|
1574
1615
|
inputs: {
|
|
1575
1616
|
internalType: string;
|
|
1576
1617
|
name: string;
|
|
@@ -1578,59 +1619,36 @@ export declare const abi: {
|
|
|
1578
1619
|
}[];
|
|
1579
1620
|
name: string;
|
|
1580
1621
|
outputs: {
|
|
1581
|
-
components: {
|
|
1582
|
-
internalType: string;
|
|
1583
|
-
name: string;
|
|
1584
|
-
type: string;
|
|
1585
|
-
}[];
|
|
1586
1622
|
internalType: string;
|
|
1587
1623
|
name: string;
|
|
1588
1624
|
type: string;
|
|
1589
1625
|
}[];
|
|
1590
1626
|
stateMutability: string;
|
|
1591
1627
|
type: string;
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
PriceOracle: {
|
|
1628
|
+
}[];
|
|
1629
|
+
WstETHAdapter: ({
|
|
1595
1630
|
inputs: {
|
|
1596
1631
|
internalType: string;
|
|
1597
1632
|
name: string;
|
|
1598
1633
|
type: string;
|
|
1599
1634
|
}[];
|
|
1600
|
-
name: string;
|
|
1601
|
-
outputs: {
|
|
1602
|
-
internalType: string;
|
|
1603
|
-
name: string;
|
|
1604
|
-
type: string;
|
|
1605
|
-
}[];
|
|
1606
|
-
stateMutability: string;
|
|
1607
|
-
type: string;
|
|
1608
|
-
}[];
|
|
1609
|
-
PythOracle: ({
|
|
1610
|
-
inputs: any[];
|
|
1611
1635
|
stateMutability: string;
|
|
1612
1636
|
type: string;
|
|
1613
|
-
anonymous?: undefined;
|
|
1614
1637
|
name?: undefined;
|
|
1615
1638
|
outputs?: undefined;
|
|
1616
1639
|
} | {
|
|
1617
|
-
|
|
1618
|
-
inputs: {
|
|
1619
|
-
indexed: boolean;
|
|
1620
|
-
internalType: string;
|
|
1621
|
-
name: string;
|
|
1622
|
-
type: string;
|
|
1623
|
-
}[];
|
|
1640
|
+
inputs: any[];
|
|
1624
1641
|
name: string;
|
|
1625
|
-
|
|
1626
|
-
stateMutability?: undefined;
|
|
1627
|
-
outputs?: undefined;
|
|
1628
|
-
} | {
|
|
1629
|
-
inputs: {
|
|
1642
|
+
outputs: {
|
|
1630
1643
|
internalType: string;
|
|
1631
1644
|
name: string;
|
|
1632
1645
|
type: string;
|
|
1633
1646
|
}[];
|
|
1647
|
+
stateMutability: string;
|
|
1648
|
+
type: string;
|
|
1649
|
+
})[];
|
|
1650
|
+
IWstMTRG: {
|
|
1651
|
+
inputs: any[];
|
|
1634
1652
|
name: string;
|
|
1635
1653
|
outputs: {
|
|
1636
1654
|
internalType: string;
|
|
@@ -1639,29 +1657,18 @@ export declare const abi: {
|
|
|
1639
1657
|
}[];
|
|
1640
1658
|
stateMutability: string;
|
|
1641
1659
|
type: string;
|
|
1642
|
-
|
|
1643
|
-
|
|
1660
|
+
}[];
|
|
1661
|
+
WstMTRGAdapter: ({
|
|
1644
1662
|
inputs: {
|
|
1645
1663
|
internalType: string;
|
|
1646
1664
|
name: string;
|
|
1647
1665
|
type: string;
|
|
1648
1666
|
}[];
|
|
1649
|
-
name: string;
|
|
1650
|
-
outputs: {
|
|
1651
|
-
components: {
|
|
1652
|
-
internalType: string;
|
|
1653
|
-
name: string;
|
|
1654
|
-
type: string;
|
|
1655
|
-
}[];
|
|
1656
|
-
internalType: string;
|
|
1657
|
-
name: string;
|
|
1658
|
-
type: string;
|
|
1659
|
-
}[];
|
|
1660
1667
|
stateMutability: string;
|
|
1661
1668
|
type: string;
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1669
|
+
name?: undefined;
|
|
1670
|
+
outputs?: undefined;
|
|
1671
|
+
} | {
|
|
1665
1672
|
inputs: any[];
|
|
1666
1673
|
name: string;
|
|
1667
1674
|
outputs: {
|
|
@@ -1671,7 +1678,7 @@ export declare const abi: {
|
|
|
1671
1678
|
}[];
|
|
1672
1679
|
stateMutability: string;
|
|
1673
1680
|
type: string;
|
|
1674
|
-
}[];
|
|
1681
|
+
})[];
|
|
1675
1682
|
wstMTRGOracle: ({
|
|
1676
1683
|
inputs: {
|
|
1677
1684
|
internalType: string;
|