@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/index.d.ts
CHANGED
|
@@ -133,6 +133,17 @@ declare const Sumer: {
|
|
|
133
133
|
name?: undefined;
|
|
134
134
|
outputs?: undefined;
|
|
135
135
|
})[];
|
|
136
|
+
Test: {
|
|
137
|
+
inputs: any[];
|
|
138
|
+
name: string;
|
|
139
|
+
outputs: {
|
|
140
|
+
internalType: string;
|
|
141
|
+
name: string;
|
|
142
|
+
type: string;
|
|
143
|
+
}[];
|
|
144
|
+
stateMutability: string;
|
|
145
|
+
type: string;
|
|
146
|
+
}[];
|
|
136
147
|
Timelock: ({
|
|
137
148
|
inputs: any[];
|
|
138
149
|
stateMutability: string;
|
|
@@ -222,7 +233,7 @@ declare const Sumer: {
|
|
|
222
233
|
anonymous?: undefined;
|
|
223
234
|
outputs?: undefined;
|
|
224
235
|
})[];
|
|
225
|
-
|
|
236
|
+
CErc20: ({
|
|
226
237
|
inputs: any[];
|
|
227
238
|
stateMutability: string;
|
|
228
239
|
type: string;
|
|
@@ -267,26 +278,6 @@ declare const Sumer: {
|
|
|
267
278
|
stateMutability: string;
|
|
268
279
|
type: string;
|
|
269
280
|
anonymous?: undefined;
|
|
270
|
-
})[];
|
|
271
|
-
CompLogic: ({
|
|
272
|
-
inputs: any[];
|
|
273
|
-
stateMutability: string;
|
|
274
|
-
type: string;
|
|
275
|
-
anonymous?: undefined;
|
|
276
|
-
name?: undefined;
|
|
277
|
-
outputs?: undefined;
|
|
278
|
-
} | {
|
|
279
|
-
anonymous: boolean;
|
|
280
|
-
inputs: {
|
|
281
|
-
indexed: boolean;
|
|
282
|
-
internalType: string;
|
|
283
|
-
name: string;
|
|
284
|
-
type: string;
|
|
285
|
-
}[];
|
|
286
|
-
name: string;
|
|
287
|
-
type: string;
|
|
288
|
-
stateMutability?: undefined;
|
|
289
|
-
outputs?: undefined;
|
|
290
281
|
} | {
|
|
291
282
|
inputs: {
|
|
292
283
|
internalType: string;
|
|
@@ -295,6 +286,11 @@ declare const Sumer: {
|
|
|
295
286
|
}[];
|
|
296
287
|
name: string;
|
|
297
288
|
outputs: {
|
|
289
|
+
components: {
|
|
290
|
+
internalType: string;
|
|
291
|
+
name: string;
|
|
292
|
+
type: string;
|
|
293
|
+
}[];
|
|
298
294
|
internalType: string;
|
|
299
295
|
name: string;
|
|
300
296
|
type: string;
|
|
@@ -302,38 +298,37 @@ declare const Sumer: {
|
|
|
302
298
|
stateMutability: string;
|
|
303
299
|
type: string;
|
|
304
300
|
anonymous?: undefined;
|
|
301
|
+
})[];
|
|
302
|
+
CEther: ({
|
|
303
|
+
inputs: any[];
|
|
304
|
+
stateMutability: string;
|
|
305
|
+
type: string;
|
|
306
|
+
name?: undefined;
|
|
307
|
+
anonymous?: undefined;
|
|
308
|
+
outputs?: undefined;
|
|
305
309
|
} | {
|
|
306
|
-
inputs:
|
|
307
|
-
internalType: string;
|
|
308
|
-
name: string;
|
|
309
|
-
type: string;
|
|
310
|
-
components?: undefined;
|
|
311
|
-
} | {
|
|
312
|
-
components: {
|
|
313
|
-
internalType: string;
|
|
314
|
-
name: string;
|
|
315
|
-
type: string;
|
|
316
|
-
}[];
|
|
310
|
+
inputs: {
|
|
317
311
|
internalType: string;
|
|
318
312
|
name: string;
|
|
319
313
|
type: string;
|
|
320
|
-
}
|
|
314
|
+
}[];
|
|
321
315
|
name: string;
|
|
322
|
-
outputs: any[];
|
|
323
|
-
stateMutability: string;
|
|
324
316
|
type: string;
|
|
317
|
+
stateMutability?: undefined;
|
|
325
318
|
anonymous?: undefined;
|
|
326
|
-
|
|
327
|
-
|
|
319
|
+
outputs?: undefined;
|
|
320
|
+
} | {
|
|
321
|
+
anonymous: boolean;
|
|
328
322
|
inputs: {
|
|
323
|
+
indexed: boolean;
|
|
329
324
|
internalType: string;
|
|
330
325
|
name: string;
|
|
331
326
|
type: string;
|
|
332
327
|
}[];
|
|
333
328
|
name: string;
|
|
334
329
|
type: string;
|
|
335
|
-
outputs?: undefined;
|
|
336
330
|
stateMutability?: undefined;
|
|
331
|
+
outputs?: undefined;
|
|
337
332
|
} | {
|
|
338
333
|
inputs: {
|
|
339
334
|
internalType: string;
|
|
@@ -342,17 +337,13 @@ declare const Sumer: {
|
|
|
342
337
|
}[];
|
|
343
338
|
name: string;
|
|
344
339
|
outputs: {
|
|
345
|
-
components: {
|
|
346
|
-
internalType: string;
|
|
347
|
-
name: string;
|
|
348
|
-
type: string;
|
|
349
|
-
}[];
|
|
350
340
|
internalType: string;
|
|
351
341
|
name: string;
|
|
352
342
|
type: string;
|
|
353
343
|
}[];
|
|
354
344
|
stateMutability: string;
|
|
355
345
|
type: string;
|
|
346
|
+
anonymous?: undefined;
|
|
356
347
|
} | {
|
|
357
348
|
inputs: {
|
|
358
349
|
internalType: string;
|
|
@@ -361,21 +352,27 @@ declare const Sumer: {
|
|
|
361
352
|
}[];
|
|
362
353
|
name: string;
|
|
363
354
|
outputs: {
|
|
355
|
+
components: {
|
|
356
|
+
internalType: string;
|
|
357
|
+
name: string;
|
|
358
|
+
type: string;
|
|
359
|
+
}[];
|
|
364
360
|
internalType: string;
|
|
365
361
|
name: string;
|
|
366
362
|
type: string;
|
|
367
363
|
}[];
|
|
368
364
|
stateMutability: string;
|
|
369
365
|
type: string;
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
inputs: any[];
|
|
366
|
+
anonymous?: undefined;
|
|
367
|
+
} | {
|
|
373
368
|
stateMutability: string;
|
|
374
369
|
type: string;
|
|
370
|
+
inputs?: undefined;
|
|
375
371
|
name?: undefined;
|
|
376
372
|
anonymous?: undefined;
|
|
377
373
|
outputs?: undefined;
|
|
378
|
-
}
|
|
374
|
+
})[];
|
|
375
|
+
CToken: ({
|
|
379
376
|
inputs: {
|
|
380
377
|
internalType: string;
|
|
381
378
|
name: string;
|
|
@@ -383,9 +380,9 @@ declare const Sumer: {
|
|
|
383
380
|
}[];
|
|
384
381
|
name: string;
|
|
385
382
|
type: string;
|
|
386
|
-
stateMutability?: undefined;
|
|
387
383
|
anonymous?: undefined;
|
|
388
384
|
outputs?: undefined;
|
|
385
|
+
stateMutability?: undefined;
|
|
389
386
|
} | {
|
|
390
387
|
anonymous: boolean;
|
|
391
388
|
inputs: {
|
|
@@ -396,8 +393,8 @@ declare const Sumer: {
|
|
|
396
393
|
}[];
|
|
397
394
|
name: string;
|
|
398
395
|
type: string;
|
|
399
|
-
stateMutability?: undefined;
|
|
400
396
|
outputs?: undefined;
|
|
397
|
+
stateMutability?: undefined;
|
|
401
398
|
} | {
|
|
402
399
|
inputs: {
|
|
403
400
|
internalType: string;
|
|
@@ -434,7 +431,33 @@ declare const Sumer: {
|
|
|
434
431
|
type: string;
|
|
435
432
|
anonymous?: undefined;
|
|
436
433
|
})[];
|
|
437
|
-
|
|
434
|
+
CTokenStorage: {
|
|
435
|
+
inputs: {
|
|
436
|
+
internalType: string;
|
|
437
|
+
name: string;
|
|
438
|
+
type: string;
|
|
439
|
+
}[];
|
|
440
|
+
name: string;
|
|
441
|
+
outputs: {
|
|
442
|
+
internalType: string;
|
|
443
|
+
name: string;
|
|
444
|
+
type: string;
|
|
445
|
+
}[];
|
|
446
|
+
stateMutability: string;
|
|
447
|
+
type: string;
|
|
448
|
+
}[];
|
|
449
|
+
suErc20: ({
|
|
450
|
+
inputs: {
|
|
451
|
+
internalType: string;
|
|
452
|
+
name: string;
|
|
453
|
+
type: string;
|
|
454
|
+
}[];
|
|
455
|
+
name: string;
|
|
456
|
+
type: string;
|
|
457
|
+
anonymous?: undefined;
|
|
458
|
+
outputs?: undefined;
|
|
459
|
+
stateMutability?: undefined;
|
|
460
|
+
} | {
|
|
438
461
|
anonymous: boolean;
|
|
439
462
|
inputs: {
|
|
440
463
|
indexed: boolean;
|
|
@@ -461,9 +484,28 @@ declare const Sumer: {
|
|
|
461
484
|
stateMutability: string;
|
|
462
485
|
type: string;
|
|
463
486
|
anonymous?: undefined;
|
|
487
|
+
} | {
|
|
488
|
+
inputs: {
|
|
489
|
+
internalType: string;
|
|
490
|
+
name: string;
|
|
491
|
+
type: string;
|
|
492
|
+
}[];
|
|
493
|
+
name: string;
|
|
494
|
+
outputs: {
|
|
495
|
+
components: {
|
|
496
|
+
internalType: string;
|
|
497
|
+
name: string;
|
|
498
|
+
type: string;
|
|
499
|
+
}[];
|
|
500
|
+
internalType: string;
|
|
501
|
+
name: string;
|
|
502
|
+
type: string;
|
|
503
|
+
}[];
|
|
504
|
+
stateMutability: string;
|
|
505
|
+
type: string;
|
|
506
|
+
anonymous?: undefined;
|
|
464
507
|
})[];
|
|
465
|
-
|
|
466
|
-
RedemptionManager: ({
|
|
508
|
+
CompLogic: ({
|
|
467
509
|
inputs: any[];
|
|
468
510
|
stateMutability: string;
|
|
469
511
|
type: string;
|
|
@@ -493,6 +535,27 @@ declare const Sumer: {
|
|
|
493
535
|
type: string;
|
|
494
536
|
stateMutability?: undefined;
|
|
495
537
|
outputs?: undefined;
|
|
538
|
+
} | {
|
|
539
|
+
inputs: ({
|
|
540
|
+
internalType: string;
|
|
541
|
+
name: string;
|
|
542
|
+
type: string;
|
|
543
|
+
components?: undefined;
|
|
544
|
+
} | {
|
|
545
|
+
components: {
|
|
546
|
+
internalType: string;
|
|
547
|
+
name: string;
|
|
548
|
+
type: string;
|
|
549
|
+
}[];
|
|
550
|
+
internalType: string;
|
|
551
|
+
name: string;
|
|
552
|
+
type: string;
|
|
553
|
+
})[];
|
|
554
|
+
name: string;
|
|
555
|
+
outputs: any[];
|
|
556
|
+
stateMutability: string;
|
|
557
|
+
type: string;
|
|
558
|
+
anonymous?: undefined;
|
|
496
559
|
} | {
|
|
497
560
|
inputs: {
|
|
498
561
|
internalType: string;
|
|
@@ -500,34 +563,54 @@ declare const Sumer: {
|
|
|
500
563
|
type: string;
|
|
501
564
|
}[];
|
|
502
565
|
name: string;
|
|
503
|
-
outputs: {
|
|
566
|
+
outputs: ({
|
|
504
567
|
internalType: string;
|
|
505
568
|
name: string;
|
|
506
569
|
type: string;
|
|
507
|
-
|
|
570
|
+
components?: undefined;
|
|
571
|
+
} | {
|
|
572
|
+
components: {
|
|
573
|
+
internalType: string;
|
|
574
|
+
name: string;
|
|
575
|
+
type: string;
|
|
576
|
+
}[];
|
|
577
|
+
internalType: string;
|
|
578
|
+
name: string;
|
|
579
|
+
type: string;
|
|
580
|
+
})[];
|
|
508
581
|
stateMutability: string;
|
|
509
582
|
type: string;
|
|
510
583
|
anonymous?: undefined;
|
|
511
584
|
})[];
|
|
512
|
-
|
|
513
|
-
inputs:
|
|
514
|
-
|
|
585
|
+
CompoundLens: ({
|
|
586
|
+
inputs: {
|
|
587
|
+
internalType: string;
|
|
588
|
+
name: string;
|
|
589
|
+
type: string;
|
|
590
|
+
}[];
|
|
591
|
+
name: string;
|
|
515
592
|
type: string;
|
|
516
|
-
anonymous?: undefined;
|
|
517
|
-
name?: undefined;
|
|
518
593
|
outputs?: undefined;
|
|
594
|
+
stateMutability?: undefined;
|
|
519
595
|
} | {
|
|
520
|
-
anonymous: boolean;
|
|
521
596
|
inputs: {
|
|
522
|
-
indexed: boolean;
|
|
523
597
|
internalType: string;
|
|
524
598
|
name: string;
|
|
525
599
|
type: string;
|
|
526
600
|
}[];
|
|
527
601
|
name: string;
|
|
602
|
+
outputs: {
|
|
603
|
+
components: {
|
|
604
|
+
internalType: string;
|
|
605
|
+
name: string;
|
|
606
|
+
type: string;
|
|
607
|
+
}[];
|
|
608
|
+
internalType: string;
|
|
609
|
+
name: string;
|
|
610
|
+
type: string;
|
|
611
|
+
}[];
|
|
612
|
+
stateMutability: string;
|
|
528
613
|
type: string;
|
|
529
|
-
stateMutability?: undefined;
|
|
530
|
-
outputs?: undefined;
|
|
531
614
|
} | {
|
|
532
615
|
inputs: {
|
|
533
616
|
internalType: string;
|
|
@@ -542,9 +625,8 @@ declare const Sumer: {
|
|
|
542
625
|
}[];
|
|
543
626
|
stateMutability: string;
|
|
544
627
|
type: string;
|
|
545
|
-
anonymous?: undefined;
|
|
546
628
|
})[];
|
|
547
|
-
|
|
629
|
+
Comptroller: ({
|
|
548
630
|
inputs: any[];
|
|
549
631
|
stateMutability: string;
|
|
550
632
|
type: string;
|
|
@@ -574,6 +656,22 @@ declare const Sumer: {
|
|
|
574
656
|
type: string;
|
|
575
657
|
stateMutability?: undefined;
|
|
576
658
|
outputs?: undefined;
|
|
659
|
+
} | {
|
|
660
|
+
inputs: {
|
|
661
|
+
components: {
|
|
662
|
+
internalType: string;
|
|
663
|
+
name: string;
|
|
664
|
+
type: string;
|
|
665
|
+
}[];
|
|
666
|
+
internalType: string;
|
|
667
|
+
name: string;
|
|
668
|
+
type: string;
|
|
669
|
+
}[];
|
|
670
|
+
name: string;
|
|
671
|
+
outputs: any[];
|
|
672
|
+
stateMutability: string;
|
|
673
|
+
type: string;
|
|
674
|
+
anonymous?: undefined;
|
|
577
675
|
} | {
|
|
578
676
|
inputs: {
|
|
579
677
|
internalType: string;
|
|
@@ -589,7 +687,8 @@ declare const Sumer: {
|
|
|
589
687
|
stateMutability: string;
|
|
590
688
|
type: string;
|
|
591
689
|
anonymous?: undefined;
|
|
592
|
-
}
|
|
690
|
+
})[];
|
|
691
|
+
ComptrollerStorage: {
|
|
593
692
|
inputs: {
|
|
594
693
|
internalType: string;
|
|
595
694
|
name: string;
|
|
@@ -597,20 +696,15 @@ declare const Sumer: {
|
|
|
597
696
|
}[];
|
|
598
697
|
name: string;
|
|
599
698
|
outputs: {
|
|
600
|
-
components: {
|
|
601
|
-
internalType: string;
|
|
602
|
-
name: string;
|
|
603
|
-
type: string;
|
|
604
|
-
}[];
|
|
605
699
|
internalType: string;
|
|
606
700
|
name: string;
|
|
607
701
|
type: string;
|
|
608
702
|
}[];
|
|
609
703
|
stateMutability: string;
|
|
610
704
|
type: string;
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
705
|
+
}[];
|
|
706
|
+
LiquityMath: any[];
|
|
707
|
+
RedemptionManager: ({
|
|
614
708
|
inputs: any[];
|
|
615
709
|
stateMutability: string;
|
|
616
710
|
type: string;
|
|
@@ -655,6 +749,26 @@ declare const Sumer: {
|
|
|
655
749
|
stateMutability: string;
|
|
656
750
|
type: string;
|
|
657
751
|
anonymous?: undefined;
|
|
752
|
+
})[];
|
|
753
|
+
SortedBorrows: ({
|
|
754
|
+
inputs: any[];
|
|
755
|
+
stateMutability: string;
|
|
756
|
+
type: string;
|
|
757
|
+
anonymous?: undefined;
|
|
758
|
+
name?: undefined;
|
|
759
|
+
outputs?: undefined;
|
|
760
|
+
} | {
|
|
761
|
+
anonymous: boolean;
|
|
762
|
+
inputs: {
|
|
763
|
+
indexed: boolean;
|
|
764
|
+
internalType: string;
|
|
765
|
+
name: string;
|
|
766
|
+
type: string;
|
|
767
|
+
}[];
|
|
768
|
+
name: string;
|
|
769
|
+
type: string;
|
|
770
|
+
stateMutability?: undefined;
|
|
771
|
+
outputs?: undefined;
|
|
658
772
|
} | {
|
|
659
773
|
inputs: {
|
|
660
774
|
internalType: string;
|
|
@@ -663,11 +777,6 @@ declare const Sumer: {
|
|
|
663
777
|
}[];
|
|
664
778
|
name: string;
|
|
665
779
|
outputs: {
|
|
666
|
-
components: {
|
|
667
|
-
internalType: string;
|
|
668
|
-
name: string;
|
|
669
|
-
type: string;
|
|
670
|
-
}[];
|
|
671
780
|
internalType: string;
|
|
672
781
|
name: string;
|
|
673
782
|
type: string;
|
|
@@ -675,25 +784,18 @@ declare const Sumer: {
|
|
|
675
784
|
stateMutability: string;
|
|
676
785
|
type: string;
|
|
677
786
|
anonymous?: undefined;
|
|
678
|
-
} | {
|
|
679
|
-
stateMutability: string;
|
|
680
|
-
type: string;
|
|
681
|
-
inputs?: undefined;
|
|
682
|
-
name?: undefined;
|
|
683
|
-
anonymous?: undefined;
|
|
684
|
-
outputs?: undefined;
|
|
685
787
|
})[];
|
|
686
|
-
|
|
788
|
+
ERC20MinterBurnerPauser: ({
|
|
687
789
|
inputs: {
|
|
688
790
|
internalType: string;
|
|
689
791
|
name: string;
|
|
690
792
|
type: string;
|
|
691
793
|
}[];
|
|
692
|
-
|
|
794
|
+
stateMutability: string;
|
|
693
795
|
type: string;
|
|
694
796
|
anonymous?: undefined;
|
|
797
|
+
name?: undefined;
|
|
695
798
|
outputs?: undefined;
|
|
696
|
-
stateMutability?: undefined;
|
|
697
799
|
} | {
|
|
698
800
|
anonymous: boolean;
|
|
699
801
|
inputs: {
|
|
@@ -704,8 +806,8 @@ declare const Sumer: {
|
|
|
704
806
|
}[];
|
|
705
807
|
name: string;
|
|
706
808
|
type: string;
|
|
707
|
-
outputs?: undefined;
|
|
708
809
|
stateMutability?: undefined;
|
|
810
|
+
outputs?: undefined;
|
|
709
811
|
} | {
|
|
710
812
|
inputs: {
|
|
711
813
|
internalType: string;
|
|
@@ -721,28 +823,19 @@ declare const Sumer: {
|
|
|
721
823
|
stateMutability: string;
|
|
722
824
|
type: string;
|
|
723
825
|
anonymous?: undefined;
|
|
724
|
-
}
|
|
826
|
+
})[];
|
|
827
|
+
ERC20MinterBurnerPauserPermit: ({
|
|
725
828
|
inputs: {
|
|
726
829
|
internalType: string;
|
|
727
830
|
name: string;
|
|
728
831
|
type: string;
|
|
729
832
|
}[];
|
|
730
|
-
name: string;
|
|
731
|
-
outputs: {
|
|
732
|
-
components: {
|
|
733
|
-
internalType: string;
|
|
734
|
-
name: string;
|
|
735
|
-
type: string;
|
|
736
|
-
}[];
|
|
737
|
-
internalType: string;
|
|
738
|
-
name: string;
|
|
739
|
-
type: string;
|
|
740
|
-
}[];
|
|
741
833
|
stateMutability: string;
|
|
742
834
|
type: string;
|
|
743
835
|
anonymous?: undefined;
|
|
744
|
-
|
|
745
|
-
|
|
836
|
+
name?: undefined;
|
|
837
|
+
outputs?: undefined;
|
|
838
|
+
} | {
|
|
746
839
|
anonymous: boolean;
|
|
747
840
|
inputs: {
|
|
748
841
|
indexed: boolean;
|
|
@@ -752,8 +845,8 @@ declare const Sumer: {
|
|
|
752
845
|
}[];
|
|
753
846
|
name: string;
|
|
754
847
|
type: string;
|
|
755
|
-
outputs?: undefined;
|
|
756
848
|
stateMutability?: undefined;
|
|
849
|
+
outputs?: undefined;
|
|
757
850
|
} | {
|
|
758
851
|
inputs: {
|
|
759
852
|
internalType: string;
|
|
@@ -770,23 +863,17 @@ declare const Sumer: {
|
|
|
770
863
|
type: string;
|
|
771
864
|
anonymous?: undefined;
|
|
772
865
|
})[];
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
stateMutability: string;
|
|
776
|
-
type: string;
|
|
777
|
-
name?: undefined;
|
|
778
|
-
anonymous?: undefined;
|
|
779
|
-
outputs?: undefined;
|
|
780
|
-
} | {
|
|
866
|
+
ExponentialNoErrorNew: any[];
|
|
867
|
+
FixedInterestRateModel: ({
|
|
781
868
|
inputs: {
|
|
782
869
|
internalType: string;
|
|
783
870
|
name: string;
|
|
784
871
|
type: string;
|
|
785
872
|
}[];
|
|
786
|
-
|
|
873
|
+
stateMutability: string;
|
|
787
874
|
type: string;
|
|
788
|
-
stateMutability?: undefined;
|
|
789
875
|
anonymous?: undefined;
|
|
876
|
+
name?: undefined;
|
|
790
877
|
outputs?: undefined;
|
|
791
878
|
} | {
|
|
792
879
|
anonymous: boolean;
|
|
@@ -815,6 +902,19 @@ declare const Sumer: {
|
|
|
815
902
|
stateMutability: string;
|
|
816
903
|
type: string;
|
|
817
904
|
anonymous?: undefined;
|
|
905
|
+
})[];
|
|
906
|
+
InterestRateModel: ({
|
|
907
|
+
anonymous: boolean;
|
|
908
|
+
inputs: {
|
|
909
|
+
indexed: boolean;
|
|
910
|
+
internalType: string;
|
|
911
|
+
name: string;
|
|
912
|
+
type: string;
|
|
913
|
+
}[];
|
|
914
|
+
name: string;
|
|
915
|
+
type: string;
|
|
916
|
+
outputs?: undefined;
|
|
917
|
+
stateMutability?: undefined;
|
|
818
918
|
} | {
|
|
819
919
|
inputs: {
|
|
820
920
|
internalType: string;
|
|
@@ -823,11 +923,6 @@ declare const Sumer: {
|
|
|
823
923
|
}[];
|
|
824
924
|
name: string;
|
|
825
925
|
outputs: {
|
|
826
|
-
components: {
|
|
827
|
-
internalType: string;
|
|
828
|
-
name: string;
|
|
829
|
-
type: string;
|
|
830
|
-
}[];
|
|
831
926
|
internalType: string;
|
|
832
927
|
name: string;
|
|
833
928
|
type: string;
|
|
@@ -836,7 +931,7 @@ declare const Sumer: {
|
|
|
836
931
|
type: string;
|
|
837
932
|
anonymous?: undefined;
|
|
838
933
|
})[];
|
|
839
|
-
|
|
934
|
+
JumpRateModelV2: ({
|
|
840
935
|
inputs: {
|
|
841
936
|
internalType: string;
|
|
842
937
|
name: string;
|
|
@@ -875,7 +970,7 @@ declare const Sumer: {
|
|
|
875
970
|
type: string;
|
|
876
971
|
anonymous?: undefined;
|
|
877
972
|
})[];
|
|
878
|
-
|
|
973
|
+
WhitePaperInterestRateModel: ({
|
|
879
974
|
inputs: {
|
|
880
975
|
internalType: string;
|
|
881
976
|
name: string;
|
|
@@ -914,31 +1009,37 @@ declare const Sumer: {
|
|
|
914
1009
|
type: string;
|
|
915
1010
|
anonymous?: undefined;
|
|
916
1011
|
})[];
|
|
917
|
-
|
|
918
|
-
FixedInterestRateModel: ({
|
|
1012
|
+
IAccountLiquidity: {
|
|
919
1013
|
inputs: {
|
|
920
1014
|
internalType: string;
|
|
921
1015
|
name: string;
|
|
922
1016
|
type: string;
|
|
923
1017
|
}[];
|
|
1018
|
+
name: string;
|
|
1019
|
+
outputs: {
|
|
1020
|
+
internalType: string;
|
|
1021
|
+
name: string;
|
|
1022
|
+
type: string;
|
|
1023
|
+
}[];
|
|
924
1024
|
stateMutability: string;
|
|
925
1025
|
type: string;
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
outputs?: undefined;
|
|
929
|
-
} | {
|
|
930
|
-
anonymous: boolean;
|
|
1026
|
+
}[];
|
|
1027
|
+
ICErc20: {
|
|
931
1028
|
inputs: {
|
|
932
|
-
indexed: boolean;
|
|
933
1029
|
internalType: string;
|
|
934
1030
|
name: string;
|
|
935
1031
|
type: string;
|
|
936
1032
|
}[];
|
|
937
1033
|
name: string;
|
|
1034
|
+
outputs: {
|
|
1035
|
+
internalType: string;
|
|
1036
|
+
name: string;
|
|
1037
|
+
type: string;
|
|
1038
|
+
}[];
|
|
1039
|
+
stateMutability: string;
|
|
938
1040
|
type: string;
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
} | {
|
|
1041
|
+
}[];
|
|
1042
|
+
ICToken: {
|
|
942
1043
|
inputs: {
|
|
943
1044
|
internalType: string;
|
|
944
1045
|
name: string;
|
|
@@ -952,20 +1053,27 @@ declare const Sumer: {
|
|
|
952
1053
|
}[];
|
|
953
1054
|
stateMutability: string;
|
|
954
1055
|
type: string;
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
anonymous: boolean;
|
|
959
|
-
inputs: {
|
|
960
|
-
indexed: boolean;
|
|
1056
|
+
}[];
|
|
1057
|
+
ICompLogic: ({
|
|
1058
|
+
inputs: ({
|
|
961
1059
|
internalType: string;
|
|
962
1060
|
name: string;
|
|
963
1061
|
type: string;
|
|
964
|
-
|
|
1062
|
+
components?: undefined;
|
|
1063
|
+
} | {
|
|
1064
|
+
components: {
|
|
1065
|
+
internalType: string;
|
|
1066
|
+
name: string;
|
|
1067
|
+
type: string;
|
|
1068
|
+
}[];
|
|
1069
|
+
internalType: string;
|
|
1070
|
+
name: string;
|
|
1071
|
+
type: string;
|
|
1072
|
+
})[];
|
|
965
1073
|
name: string;
|
|
1074
|
+
outputs: any[];
|
|
1075
|
+
stateMutability: string;
|
|
966
1076
|
type: string;
|
|
967
|
-
outputs?: undefined;
|
|
968
|
-
stateMutability?: undefined;
|
|
969
1077
|
} | {
|
|
970
1078
|
inputs: {
|
|
971
1079
|
internalType: string;
|
|
@@ -980,20 +1088,8 @@ declare const Sumer: {
|
|
|
980
1088
|
}[];
|
|
981
1089
|
stateMutability: string;
|
|
982
1090
|
type: string;
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
JumpRateModelV2: ({
|
|
986
|
-
inputs: {
|
|
987
|
-
internalType: string;
|
|
988
|
-
name: string;
|
|
989
|
-
type: string;
|
|
990
|
-
}[];
|
|
991
|
-
stateMutability: string;
|
|
992
|
-
type: string;
|
|
993
|
-
anonymous?: undefined;
|
|
994
|
-
name?: undefined;
|
|
995
|
-
outputs?: undefined;
|
|
996
|
-
} | {
|
|
1091
|
+
})[];
|
|
1092
|
+
IComptroller: ({
|
|
997
1093
|
anonymous: boolean;
|
|
998
1094
|
inputs: {
|
|
999
1095
|
indexed: boolean;
|
|
@@ -1003,8 +1099,8 @@ declare const Sumer: {
|
|
|
1003
1099
|
}[];
|
|
1004
1100
|
name: string;
|
|
1005
1101
|
type: string;
|
|
1006
|
-
stateMutability?: undefined;
|
|
1007
1102
|
outputs?: undefined;
|
|
1103
|
+
stateMutability?: undefined;
|
|
1008
1104
|
} | {
|
|
1009
1105
|
inputs: {
|
|
1010
1106
|
internalType: string;
|
|
@@ -1013,6 +1109,11 @@ declare const Sumer: {
|
|
|
1013
1109
|
}[];
|
|
1014
1110
|
name: string;
|
|
1015
1111
|
outputs: {
|
|
1112
|
+
components: {
|
|
1113
|
+
internalType: string;
|
|
1114
|
+
name: string;
|
|
1115
|
+
type: string;
|
|
1116
|
+
}[];
|
|
1016
1117
|
internalType: string;
|
|
1017
1118
|
name: string;
|
|
1018
1119
|
type: string;
|
|
@@ -1020,19 +1121,23 @@ declare const Sumer: {
|
|
|
1020
1121
|
stateMutability: string;
|
|
1021
1122
|
type: string;
|
|
1022
1123
|
anonymous?: undefined;
|
|
1023
|
-
}
|
|
1024
|
-
WhitePaperInterestRateModel: ({
|
|
1124
|
+
} | {
|
|
1025
1125
|
inputs: {
|
|
1026
1126
|
internalType: string;
|
|
1027
1127
|
name: string;
|
|
1028
1128
|
type: string;
|
|
1029
1129
|
}[];
|
|
1130
|
+
name: string;
|
|
1131
|
+
outputs: {
|
|
1132
|
+
internalType: string;
|
|
1133
|
+
name: string;
|
|
1134
|
+
type: string;
|
|
1135
|
+
}[];
|
|
1030
1136
|
stateMutability: string;
|
|
1031
1137
|
type: string;
|
|
1032
1138
|
anonymous?: undefined;
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
} | {
|
|
1139
|
+
})[];
|
|
1140
|
+
IEIP20NonStandard: ({
|
|
1036
1141
|
anonymous: boolean;
|
|
1037
1142
|
inputs: {
|
|
1038
1143
|
indexed: boolean;
|
|
@@ -1042,8 +1147,8 @@ declare const Sumer: {
|
|
|
1042
1147
|
}[];
|
|
1043
1148
|
name: string;
|
|
1044
1149
|
type: string;
|
|
1045
|
-
stateMutability?: undefined;
|
|
1046
1150
|
outputs?: undefined;
|
|
1151
|
+
stateMutability?: undefined;
|
|
1047
1152
|
} | {
|
|
1048
1153
|
inputs: {
|
|
1049
1154
|
internalType: string;
|
|
@@ -1060,22 +1165,18 @@ declare const Sumer: {
|
|
|
1060
1165
|
type: string;
|
|
1061
1166
|
anonymous?: undefined;
|
|
1062
1167
|
})[];
|
|
1063
|
-
|
|
1168
|
+
IEIP712: {
|
|
1064
1169
|
inputs: {
|
|
1065
1170
|
internalType: string;
|
|
1066
1171
|
name: string;
|
|
1067
1172
|
type: string;
|
|
1068
1173
|
}[];
|
|
1069
1174
|
name: string;
|
|
1070
|
-
outputs:
|
|
1071
|
-
internalType: string;
|
|
1072
|
-
name: string;
|
|
1073
|
-
type: string;
|
|
1074
|
-
}[];
|
|
1175
|
+
outputs: any[];
|
|
1075
1176
|
stateMutability: string;
|
|
1076
1177
|
type: string;
|
|
1077
1178
|
}[];
|
|
1078
|
-
|
|
1179
|
+
IGovernorAlpha: {
|
|
1079
1180
|
inputs: {
|
|
1080
1181
|
internalType: string;
|
|
1081
1182
|
name: string;
|
|
@@ -1090,8 +1191,12 @@ declare const Sumer: {
|
|
|
1090
1191
|
stateMutability: string;
|
|
1091
1192
|
type: string;
|
|
1092
1193
|
}[];
|
|
1093
|
-
|
|
1094
|
-
inputs:
|
|
1194
|
+
IGovernorBravo: ({
|
|
1195
|
+
inputs: {
|
|
1196
|
+
internalType: string;
|
|
1197
|
+
name: string;
|
|
1198
|
+
type: string;
|
|
1199
|
+
}[];
|
|
1095
1200
|
name: string;
|
|
1096
1201
|
outputs: {
|
|
1097
1202
|
internalType: string;
|
|
@@ -1100,14 +1205,14 @@ declare const Sumer: {
|
|
|
1100
1205
|
}[];
|
|
1101
1206
|
stateMutability: string;
|
|
1102
1207
|
type: string;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
inputs: ({
|
|
1208
|
+
} | {
|
|
1209
|
+
inputs: {
|
|
1106
1210
|
internalType: string;
|
|
1107
1211
|
name: string;
|
|
1108
1212
|
type: string;
|
|
1109
|
-
|
|
1110
|
-
|
|
1213
|
+
}[];
|
|
1214
|
+
name: string;
|
|
1215
|
+
outputs: {
|
|
1111
1216
|
components: {
|
|
1112
1217
|
internalType: string;
|
|
1113
1218
|
name: string;
|
|
@@ -1116,12 +1221,11 @@ declare const Sumer: {
|
|
|
1116
1221
|
internalType: string;
|
|
1117
1222
|
name: string;
|
|
1118
1223
|
type: string;
|
|
1119
|
-
}
|
|
1120
|
-
name: string;
|
|
1121
|
-
outputs: any[];
|
|
1224
|
+
}[];
|
|
1122
1225
|
stateMutability: string;
|
|
1123
1226
|
type: string;
|
|
1124
|
-
}
|
|
1227
|
+
})[];
|
|
1228
|
+
IInterestRateModel: {
|
|
1125
1229
|
inputs: {
|
|
1126
1230
|
internalType: string;
|
|
1127
1231
|
name: string;
|
|
@@ -1135,8 +1239,8 @@ declare const Sumer: {
|
|
|
1135
1239
|
}[];
|
|
1136
1240
|
stateMutability: string;
|
|
1137
1241
|
type: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1242
|
+
}[];
|
|
1243
|
+
IPMarket: ({
|
|
1140
1244
|
anonymous: boolean;
|
|
1141
1245
|
inputs: {
|
|
1142
1246
|
indexed: boolean;
|
|
@@ -1163,43 +1267,8 @@ declare const Sumer: {
|
|
|
1163
1267
|
stateMutability: string;
|
|
1164
1268
|
type: string;
|
|
1165
1269
|
anonymous?: undefined;
|
|
1166
|
-
} | {
|
|
1167
|
-
inputs: {
|
|
1168
|
-
internalType: string;
|
|
1169
|
-
name: string;
|
|
1170
|
-
type: string;
|
|
1171
|
-
}[];
|
|
1172
|
-
name: string;
|
|
1173
|
-
outputs: {
|
|
1174
|
-
components: {
|
|
1175
|
-
internalType: string;
|
|
1176
|
-
name: string;
|
|
1177
|
-
type: string;
|
|
1178
|
-
}[];
|
|
1179
|
-
internalType: string;
|
|
1180
|
-
name: string;
|
|
1181
|
-
type: string;
|
|
1182
|
-
}[];
|
|
1183
|
-
stateMutability: string;
|
|
1184
|
-
type: string;
|
|
1185
|
-
anonymous?: undefined;
|
|
1186
1270
|
})[];
|
|
1187
|
-
|
|
1188
|
-
inputs: {
|
|
1189
|
-
internalType: string;
|
|
1190
|
-
name: string;
|
|
1191
|
-
type: string;
|
|
1192
|
-
}[];
|
|
1193
|
-
name: string;
|
|
1194
|
-
outputs: {
|
|
1195
|
-
internalType: string;
|
|
1196
|
-
name: string;
|
|
1197
|
-
type: string;
|
|
1198
|
-
}[];
|
|
1199
|
-
stateMutability: string;
|
|
1200
|
-
type: string;
|
|
1201
|
-
}[];
|
|
1202
|
-
IEIP20NonStandard: ({
|
|
1271
|
+
IPPrincipalToken: ({
|
|
1203
1272
|
anonymous: boolean;
|
|
1204
1273
|
inputs: {
|
|
1205
1274
|
indexed: boolean;
|
|
@@ -1227,18 +1296,19 @@ declare const Sumer: {
|
|
|
1227
1296
|
type: string;
|
|
1228
1297
|
anonymous?: undefined;
|
|
1229
1298
|
})[];
|
|
1230
|
-
|
|
1299
|
+
IPYieldToken: ({
|
|
1300
|
+
anonymous: boolean;
|
|
1231
1301
|
inputs: {
|
|
1302
|
+
indexed: boolean;
|
|
1232
1303
|
internalType: string;
|
|
1233
1304
|
name: string;
|
|
1234
1305
|
type: string;
|
|
1235
1306
|
}[];
|
|
1236
1307
|
name: string;
|
|
1237
|
-
outputs: any[];
|
|
1238
|
-
stateMutability: string;
|
|
1239
1308
|
type: string;
|
|
1240
|
-
|
|
1241
|
-
|
|
1309
|
+
outputs?: undefined;
|
|
1310
|
+
stateMutability?: undefined;
|
|
1311
|
+
} | {
|
|
1242
1312
|
inputs: {
|
|
1243
1313
|
internalType: string;
|
|
1244
1314
|
name: string;
|
|
@@ -1252,8 +1322,9 @@ declare const Sumer: {
|
|
|
1252
1322
|
}[];
|
|
1253
1323
|
stateMutability: string;
|
|
1254
1324
|
type: string;
|
|
1255
|
-
|
|
1256
|
-
|
|
1325
|
+
anonymous?: undefined;
|
|
1326
|
+
})[];
|
|
1327
|
+
IPendlePtOracle: {
|
|
1257
1328
|
inputs: {
|
|
1258
1329
|
internalType: string;
|
|
1259
1330
|
name: string;
|
|
@@ -1267,7 +1338,8 @@ declare const Sumer: {
|
|
|
1267
1338
|
}[];
|
|
1268
1339
|
stateMutability: string;
|
|
1269
1340
|
type: string;
|
|
1270
|
-
}
|
|
1341
|
+
}[];
|
|
1342
|
+
IPriceOracle: {
|
|
1271
1343
|
inputs: {
|
|
1272
1344
|
internalType: string;
|
|
1273
1345
|
name: string;
|
|
@@ -1275,19 +1347,14 @@ declare const Sumer: {
|
|
|
1275
1347
|
}[];
|
|
1276
1348
|
name: string;
|
|
1277
1349
|
outputs: {
|
|
1278
|
-
components: {
|
|
1279
|
-
internalType: string;
|
|
1280
|
-
name: string;
|
|
1281
|
-
type: string;
|
|
1282
|
-
}[];
|
|
1283
1350
|
internalType: string;
|
|
1284
1351
|
name: string;
|
|
1285
1352
|
type: string;
|
|
1286
1353
|
}[];
|
|
1287
1354
|
stateMutability: string;
|
|
1288
1355
|
type: string;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1356
|
+
}[];
|
|
1357
|
+
IRedemptionManager: {
|
|
1291
1358
|
inputs: {
|
|
1292
1359
|
internalType: string;
|
|
1293
1360
|
name: string;
|
|
@@ -1302,22 +1369,19 @@ declare const Sumer: {
|
|
|
1302
1369
|
stateMutability: string;
|
|
1303
1370
|
type: string;
|
|
1304
1371
|
}[];
|
|
1305
|
-
|
|
1372
|
+
ISortedBorrows: ({
|
|
1373
|
+
anonymous: boolean;
|
|
1306
1374
|
inputs: {
|
|
1375
|
+
indexed: boolean;
|
|
1307
1376
|
internalType: string;
|
|
1308
1377
|
name: string;
|
|
1309
1378
|
type: string;
|
|
1310
1379
|
}[];
|
|
1311
1380
|
name: string;
|
|
1312
|
-
outputs: {
|
|
1313
|
-
internalType: string;
|
|
1314
|
-
name: string;
|
|
1315
|
-
type: string;
|
|
1316
|
-
}[];
|
|
1317
|
-
stateMutability: string;
|
|
1318
1381
|
type: string;
|
|
1319
|
-
|
|
1320
|
-
|
|
1382
|
+
outputs?: undefined;
|
|
1383
|
+
stateMutability?: undefined;
|
|
1384
|
+
} | {
|
|
1321
1385
|
inputs: {
|
|
1322
1386
|
internalType: string;
|
|
1323
1387
|
name: string;
|
|
@@ -1331,8 +1395,9 @@ declare const Sumer: {
|
|
|
1331
1395
|
}[];
|
|
1332
1396
|
stateMutability: string;
|
|
1333
1397
|
type: string;
|
|
1334
|
-
|
|
1335
|
-
|
|
1398
|
+
anonymous?: undefined;
|
|
1399
|
+
})[];
|
|
1400
|
+
IStandardizedYield: ({
|
|
1336
1401
|
anonymous: boolean;
|
|
1337
1402
|
inputs: {
|
|
1338
1403
|
indexed: boolean;
|
|
@@ -1518,7 +1583,7 @@ declare const Sumer: {
|
|
|
1518
1583
|
name: string;
|
|
1519
1584
|
type: string;
|
|
1520
1585
|
})[];
|
|
1521
|
-
|
|
1586
|
+
FeedPriceOracle: ({
|
|
1522
1587
|
inputs: {
|
|
1523
1588
|
internalType: string;
|
|
1524
1589
|
name: string;
|
|
@@ -1527,19 +1592,16 @@ declare const Sumer: {
|
|
|
1527
1592
|
stateMutability: string;
|
|
1528
1593
|
type: string;
|
|
1529
1594
|
name?: undefined;
|
|
1595
|
+
anonymous?: undefined;
|
|
1530
1596
|
outputs?: undefined;
|
|
1531
1597
|
} | {
|
|
1532
1598
|
inputs: any[];
|
|
1533
1599
|
name: string;
|
|
1534
|
-
outputs: {
|
|
1535
|
-
internalType: string;
|
|
1536
|
-
name: string;
|
|
1537
|
-
type: string;
|
|
1538
|
-
}[];
|
|
1539
|
-
stateMutability: string;
|
|
1540
1600
|
type: string;
|
|
1541
|
-
|
|
1542
|
-
|
|
1601
|
+
stateMutability?: undefined;
|
|
1602
|
+
anonymous?: undefined;
|
|
1603
|
+
outputs?: undefined;
|
|
1604
|
+
} | {
|
|
1543
1605
|
anonymous: boolean;
|
|
1544
1606
|
inputs: {
|
|
1545
1607
|
indexed: boolean;
|
|
@@ -1549,8 +1611,8 @@ declare const Sumer: {
|
|
|
1549
1611
|
}[];
|
|
1550
1612
|
name: string;
|
|
1551
1613
|
type: string;
|
|
1552
|
-
outputs?: undefined;
|
|
1553
1614
|
stateMutability?: undefined;
|
|
1615
|
+
outputs?: undefined;
|
|
1554
1616
|
} | {
|
|
1555
1617
|
inputs: {
|
|
1556
1618
|
internalType: string;
|
|
@@ -1566,40 +1628,19 @@ declare const Sumer: {
|
|
|
1566
1628
|
stateMutability: string;
|
|
1567
1629
|
type: string;
|
|
1568
1630
|
anonymous?: undefined;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
name: string;
|
|
1573
|
-
type: string;
|
|
1574
|
-
}[];
|
|
1631
|
+
})[];
|
|
1632
|
+
PriceAdapter: {
|
|
1633
|
+
inputs: any[];
|
|
1575
1634
|
name: string;
|
|
1576
1635
|
outputs: {
|
|
1577
|
-
components: {
|
|
1578
|
-
internalType: string;
|
|
1579
|
-
name: string;
|
|
1580
|
-
type: string;
|
|
1581
|
-
}[];
|
|
1582
1636
|
internalType: string;
|
|
1583
1637
|
name: string;
|
|
1584
1638
|
type: string;
|
|
1585
1639
|
}[];
|
|
1586
1640
|
stateMutability: string;
|
|
1587
1641
|
type: string;
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
FeedPriceOracleSafe: ({
|
|
1591
|
-
anonymous: boolean;
|
|
1592
|
-
inputs: {
|
|
1593
|
-
indexed: boolean;
|
|
1594
|
-
internalType: string;
|
|
1595
|
-
name: string;
|
|
1596
|
-
type: string;
|
|
1597
|
-
}[];
|
|
1598
|
-
name: string;
|
|
1599
|
-
type: string;
|
|
1600
|
-
outputs?: undefined;
|
|
1601
|
-
stateMutability?: undefined;
|
|
1602
|
-
} | {
|
|
1642
|
+
}[];
|
|
1643
|
+
PriceOracle: {
|
|
1603
1644
|
inputs: {
|
|
1604
1645
|
internalType: string;
|
|
1605
1646
|
name: string;
|
|
@@ -1613,8 +1654,8 @@ declare const Sumer: {
|
|
|
1613
1654
|
}[];
|
|
1614
1655
|
stateMutability: string;
|
|
1615
1656
|
type: string;
|
|
1616
|
-
|
|
1617
|
-
|
|
1657
|
+
}[];
|
|
1658
|
+
IStETH: {
|
|
1618
1659
|
inputs: {
|
|
1619
1660
|
internalType: string;
|
|
1620
1661
|
name: string;
|
|
@@ -1622,59 +1663,36 @@ declare const Sumer: {
|
|
|
1622
1663
|
}[];
|
|
1623
1664
|
name: string;
|
|
1624
1665
|
outputs: {
|
|
1625
|
-
components: {
|
|
1626
|
-
internalType: string;
|
|
1627
|
-
name: string;
|
|
1628
|
-
type: string;
|
|
1629
|
-
}[];
|
|
1630
1666
|
internalType: string;
|
|
1631
1667
|
name: string;
|
|
1632
1668
|
type: string;
|
|
1633
1669
|
}[];
|
|
1634
1670
|
stateMutability: string;
|
|
1635
1671
|
type: string;
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
PriceOracle: {
|
|
1672
|
+
}[];
|
|
1673
|
+
WstETHAdapter: ({
|
|
1639
1674
|
inputs: {
|
|
1640
1675
|
internalType: string;
|
|
1641
1676
|
name: string;
|
|
1642
1677
|
type: string;
|
|
1643
1678
|
}[];
|
|
1644
|
-
name: string;
|
|
1645
|
-
outputs: {
|
|
1646
|
-
internalType: string;
|
|
1647
|
-
name: string;
|
|
1648
|
-
type: string;
|
|
1649
|
-
}[];
|
|
1650
|
-
stateMutability: string;
|
|
1651
|
-
type: string;
|
|
1652
|
-
}[];
|
|
1653
|
-
PythOracle: ({
|
|
1654
|
-
inputs: any[];
|
|
1655
1679
|
stateMutability: string;
|
|
1656
1680
|
type: string;
|
|
1657
|
-
anonymous?: undefined;
|
|
1658
1681
|
name?: undefined;
|
|
1659
1682
|
outputs?: undefined;
|
|
1660
1683
|
} | {
|
|
1661
|
-
|
|
1662
|
-
inputs: {
|
|
1663
|
-
indexed: boolean;
|
|
1664
|
-
internalType: string;
|
|
1665
|
-
name: string;
|
|
1666
|
-
type: string;
|
|
1667
|
-
}[];
|
|
1684
|
+
inputs: any[];
|
|
1668
1685
|
name: string;
|
|
1669
|
-
|
|
1670
|
-
stateMutability?: undefined;
|
|
1671
|
-
outputs?: undefined;
|
|
1672
|
-
} | {
|
|
1673
|
-
inputs: {
|
|
1686
|
+
outputs: {
|
|
1674
1687
|
internalType: string;
|
|
1675
1688
|
name: string;
|
|
1676
1689
|
type: string;
|
|
1677
1690
|
}[];
|
|
1691
|
+
stateMutability: string;
|
|
1692
|
+
type: string;
|
|
1693
|
+
})[];
|
|
1694
|
+
IWstMTRG: {
|
|
1695
|
+
inputs: any[];
|
|
1678
1696
|
name: string;
|
|
1679
1697
|
outputs: {
|
|
1680
1698
|
internalType: string;
|
|
@@ -1683,29 +1701,18 @@ declare const Sumer: {
|
|
|
1683
1701
|
}[];
|
|
1684
1702
|
stateMutability: string;
|
|
1685
1703
|
type: string;
|
|
1686
|
-
|
|
1687
|
-
|
|
1704
|
+
}[];
|
|
1705
|
+
WstMTRGAdapter: ({
|
|
1688
1706
|
inputs: {
|
|
1689
1707
|
internalType: string;
|
|
1690
1708
|
name: string;
|
|
1691
1709
|
type: string;
|
|
1692
1710
|
}[];
|
|
1693
|
-
name: string;
|
|
1694
|
-
outputs: {
|
|
1695
|
-
components: {
|
|
1696
|
-
internalType: string;
|
|
1697
|
-
name: string;
|
|
1698
|
-
type: string;
|
|
1699
|
-
}[];
|
|
1700
|
-
internalType: string;
|
|
1701
|
-
name: string;
|
|
1702
|
-
type: string;
|
|
1703
|
-
}[];
|
|
1704
1711
|
stateMutability: string;
|
|
1705
1712
|
type: string;
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1713
|
+
name?: undefined;
|
|
1714
|
+
outputs?: undefined;
|
|
1715
|
+
} | {
|
|
1709
1716
|
inputs: any[];
|
|
1710
1717
|
name: string;
|
|
1711
1718
|
outputs: {
|
|
@@ -1715,7 +1722,7 @@ declare const Sumer: {
|
|
|
1715
1722
|
}[];
|
|
1716
1723
|
stateMutability: string;
|
|
1717
1724
|
type: string;
|
|
1718
|
-
}[];
|
|
1725
|
+
})[];
|
|
1719
1726
|
wstMTRGOracle: ({
|
|
1720
1727
|
inputs: {
|
|
1721
1728
|
internalType: string;
|