@meterio/sumer-js 0.1.3 → 0.1.4
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 +1 -1
- package/dist/nodejs/abi.js +13 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.d.ts +526 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/TimelockController.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.d.ts +75 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC1155/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +39 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +4 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/Test.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.d.ts +1446 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/Comptroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.d.ts +6 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.d.ts +526 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/SumerTimelockController.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.d.ts +526 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/Timelock.js.map +1 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/SumerTimelockController.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.d.ts +711 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js +929 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/TimelockController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.d.ts +81 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.js +117 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC1155/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +35 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.js +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/token/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/cryptography/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js +15 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Interfaces/index.js.map +1 -0
- 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/CToken/Test.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/Test.sol/index.js.map +1 -0
- 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/Comptroller.sol/Comptroller__factory.d.ts +2066 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js +2689 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/Comptroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +11 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +14 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js +19 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js +15 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.d.ts +707 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.js +924 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/SumerTimelockController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.d.ts +707 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.js +924 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/Timelock__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/SumerTimelockController.sol/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1446 @@
|
|
|
1
|
+
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
|
|
3
|
+
export declare namespace IComptroller {
|
|
4
|
+
type AssetGroupStruct = {
|
|
5
|
+
groupId: BigNumberish;
|
|
6
|
+
groupName: string;
|
|
7
|
+
intraCRateMantissa: BigNumberish;
|
|
8
|
+
intraMintRateMantissa: BigNumberish;
|
|
9
|
+
intraSuRateMantissa: BigNumberish;
|
|
10
|
+
interCRateMantissa: BigNumberish;
|
|
11
|
+
interSuRateMantissa: BigNumberish;
|
|
12
|
+
exist: boolean;
|
|
13
|
+
};
|
|
14
|
+
type AssetGroupStructOutput = [
|
|
15
|
+
groupId: bigint,
|
|
16
|
+
groupName: string,
|
|
17
|
+
intraCRateMantissa: bigint,
|
|
18
|
+
intraMintRateMantissa: bigint,
|
|
19
|
+
intraSuRateMantissa: bigint,
|
|
20
|
+
interCRateMantissa: bigint,
|
|
21
|
+
interSuRateMantissa: bigint,
|
|
22
|
+
exist: boolean
|
|
23
|
+
] & {
|
|
24
|
+
groupId: bigint;
|
|
25
|
+
groupName: string;
|
|
26
|
+
intraCRateMantissa: bigint;
|
|
27
|
+
intraMintRateMantissa: bigint;
|
|
28
|
+
intraSuRateMantissa: bigint;
|
|
29
|
+
interCRateMantissa: bigint;
|
|
30
|
+
interSuRateMantissa: bigint;
|
|
31
|
+
exist: boolean;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export interface ComptrollerInterface extends Interface {
|
|
35
|
+
getFunction(nameOrSignature: "CAPPER_ROLE" | "COMP_LOGIC" | "DEFAULT_ADMIN_ROLE" | "PAUSER_ROLE" | "_borrowGuardianPaused" | "_getBorrowCapGuardian" | "_getBorrowPaused" | "_getMintPaused" | "_getPauseGuardian" | "_getSeizePaused" | "_getTransferPaused" | "_mintGuardianPaused" | "_setBorrowCapGuardian" | "_setBorrowPaused" | "_setCloseFactor" | "_setLiquidationIncentive" | "_setMarketBorrowCaps" | "_setMaxSupply" | "_setMintPaused" | "_setPauseGuardian" | "_setPriceOracle" | "_setSeizePaused" | "_setTransferPaused" | "_supportMarket" | "accountAssets" | "accountLiquidity" | "allMarkets" | "assetGroupIdToIndex" | "borrowAllowed" | "borrowCapGuardian" | "borrowCaps" | "borrowGuardianPaused" | "borrowVerify" | "checkMembership" | "cleanAssetGroup" | "closeFactorMantissa" | "compLogic" | "enterMarkets" | "enterMarketsForAll" | "eqAssetGroup" | "exitMarket" | "getAccountLiquidity" | "getAccountSafeLimit" | "getAllAssetGroup" | "getAllAssetGroupByIndex" | "getAllMarkets" | "getAssetGroup" | "getAssetGroupNum" | "getAssetsIn" | "getCollateralRate" | "getCompAddress" | "getHypotheticalAccountLiquidity" | "getRoleAdmin" | "getRoleMember" | "getRoleMemberCount" | "governanceToken" | "grantRole" | "hasRole" | "heteroLiquidationIncentiveMantissa" | "homoLiquidationIncentiveMantissa" | "initialize" | "isComptroller" | "isListed" | "liquidateBorrowAllowed" | "liquidationIncentiveMantissa" | "marketGroupId" | "markets" | "maxSupply" | "minSuBorrowValue" | "mintAllowed" | "mintGuardianPaused" | "oracle" | "pauseGuardian" | "redeemAllowed" | "redeemFaceValue" | "redeemFaceValueWithTargetPlan" | "redeemVerify" | "redemptionManager" | "removeAssetGroup" | "renounceRole" | "repayBorrowAllowed" | "repayBorrowVerify" | "revokeRole" | "seizeAllowed" | "seizeGuardianPaused" | "seizeVerify" | "setAccountLiquidity" | "setAssetGroup" | "setCompLogic" | "setCompSpeed" | "setGovTokenAddress" | "setMinSuBorrowValue" | "setRedemptionManager" | "setTimelock" | "suTokenRateMantissa" | "supportsInterface" | "sutokenLiquidationIncentiveMantissa" | "timelock" | "transferAllowed" | "transferGuardianPaused" | "updateSortedBorrowsBatch"): FunctionFragment;
|
|
36
|
+
getEvent(nameOrSignatureOrTopic: "ActionPaused" | "Initialized" | "MarketEntered" | "MarketExited" | "MarketListed" | "NewAssetGroup" | "NewBorrowCap" | "NewBorrowCapGuardian" | "NewCloseFactor" | "NewLiquidationIncentive" | "NewPauseGuardian" | "NewPriceOracle" | "Redemption" | "RemoveAssetGroup" | "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" | "SetMaxSupply"): EventFragment;
|
|
37
|
+
encodeFunctionData(functionFragment: "CAPPER_ROLE", values?: undefined): string;
|
|
38
|
+
encodeFunctionData(functionFragment: "COMP_LOGIC", values?: undefined): string;
|
|
39
|
+
encodeFunctionData(functionFragment: "DEFAULT_ADMIN_ROLE", values?: undefined): string;
|
|
40
|
+
encodeFunctionData(functionFragment: "PAUSER_ROLE", values?: undefined): string;
|
|
41
|
+
encodeFunctionData(functionFragment: "_borrowGuardianPaused", values?: undefined): string;
|
|
42
|
+
encodeFunctionData(functionFragment: "_getBorrowCapGuardian", values?: undefined): string;
|
|
43
|
+
encodeFunctionData(functionFragment: "_getBorrowPaused", values: [AddressLike]): string;
|
|
44
|
+
encodeFunctionData(functionFragment: "_getMintPaused", values: [AddressLike]): string;
|
|
45
|
+
encodeFunctionData(functionFragment: "_getPauseGuardian", values?: undefined): string;
|
|
46
|
+
encodeFunctionData(functionFragment: "_getSeizePaused", values?: undefined): string;
|
|
47
|
+
encodeFunctionData(functionFragment: "_getTransferPaused", values?: undefined): string;
|
|
48
|
+
encodeFunctionData(functionFragment: "_mintGuardianPaused", values?: undefined): string;
|
|
49
|
+
encodeFunctionData(functionFragment: "_setBorrowCapGuardian", values: [AddressLike]): string;
|
|
50
|
+
encodeFunctionData(functionFragment: "_setBorrowPaused", values: [AddressLike, boolean]): string;
|
|
51
|
+
encodeFunctionData(functionFragment: "_setCloseFactor", values: [BigNumberish]): string;
|
|
52
|
+
encodeFunctionData(functionFragment: "_setLiquidationIncentive", values: [BigNumberish, BigNumberish, BigNumberish]): string;
|
|
53
|
+
encodeFunctionData(functionFragment: "_setMarketBorrowCaps", values: [AddressLike[], BigNumberish[]]): string;
|
|
54
|
+
encodeFunctionData(functionFragment: "_setMaxSupply", values: [AddressLike[], BigNumberish[]]): string;
|
|
55
|
+
encodeFunctionData(functionFragment: "_setMintPaused", values: [AddressLike, boolean]): string;
|
|
56
|
+
encodeFunctionData(functionFragment: "_setPauseGuardian", values: [AddressLike]): string;
|
|
57
|
+
encodeFunctionData(functionFragment: "_setPriceOracle", values: [AddressLike]): string;
|
|
58
|
+
encodeFunctionData(functionFragment: "_setSeizePaused", values: [boolean]): string;
|
|
59
|
+
encodeFunctionData(functionFragment: "_setTransferPaused", values: [boolean]): string;
|
|
60
|
+
encodeFunctionData(functionFragment: "_supportMarket", values: [AddressLike, BigNumberish, BigNumberish, BigNumberish]): string;
|
|
61
|
+
encodeFunctionData(functionFragment: "accountAssets", values: [AddressLike, BigNumberish]): string;
|
|
62
|
+
encodeFunctionData(functionFragment: "accountLiquidity", values?: undefined): string;
|
|
63
|
+
encodeFunctionData(functionFragment: "allMarkets", values: [BigNumberish]): string;
|
|
64
|
+
encodeFunctionData(functionFragment: "assetGroupIdToIndex", values: [BigNumberish]): string;
|
|
65
|
+
encodeFunctionData(functionFragment: "borrowAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
66
|
+
encodeFunctionData(functionFragment: "borrowCapGuardian", values?: undefined): string;
|
|
67
|
+
encodeFunctionData(functionFragment: "borrowCaps", values: [AddressLike]): string;
|
|
68
|
+
encodeFunctionData(functionFragment: "borrowGuardianPaused", values: [AddressLike]): string;
|
|
69
|
+
encodeFunctionData(functionFragment: "borrowVerify", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
70
|
+
encodeFunctionData(functionFragment: "checkMembership", values: [AddressLike, AddressLike]): string;
|
|
71
|
+
encodeFunctionData(functionFragment: "cleanAssetGroup", values?: undefined): string;
|
|
72
|
+
encodeFunctionData(functionFragment: "closeFactorMantissa", values?: undefined): string;
|
|
73
|
+
encodeFunctionData(functionFragment: "compLogic", values?: undefined): string;
|
|
74
|
+
encodeFunctionData(functionFragment: "enterMarkets", values: [AddressLike[]]): string;
|
|
75
|
+
encodeFunctionData(functionFragment: "enterMarketsForAll", values: [AddressLike[]]): string;
|
|
76
|
+
encodeFunctionData(functionFragment: "eqAssetGroup", values: [BigNumberish]): string;
|
|
77
|
+
encodeFunctionData(functionFragment: "exitMarket", values: [AddressLike]): string;
|
|
78
|
+
encodeFunctionData(functionFragment: "getAccountLiquidity", values: [AddressLike]): string;
|
|
79
|
+
encodeFunctionData(functionFragment: "getAccountSafeLimit", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
80
|
+
encodeFunctionData(functionFragment: "getAllAssetGroup", values?: undefined): string;
|
|
81
|
+
encodeFunctionData(functionFragment: "getAllAssetGroupByIndex", values: [BigNumberish]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: "getAllMarkets", values?: undefined): string;
|
|
83
|
+
encodeFunctionData(functionFragment: "getAssetGroup", values: [BigNumberish]): string;
|
|
84
|
+
encodeFunctionData(functionFragment: "getAssetGroupNum", values?: undefined): string;
|
|
85
|
+
encodeFunctionData(functionFragment: "getAssetsIn", values: [AddressLike]): string;
|
|
86
|
+
encodeFunctionData(functionFragment: "getCollateralRate", values: [AddressLike, AddressLike]): string;
|
|
87
|
+
encodeFunctionData(functionFragment: "getCompAddress", values?: undefined): string;
|
|
88
|
+
encodeFunctionData(functionFragment: "getHypotheticalAccountLiquidity", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
89
|
+
encodeFunctionData(functionFragment: "getRoleAdmin", values: [BytesLike]): string;
|
|
90
|
+
encodeFunctionData(functionFragment: "getRoleMember", values: [BytesLike, BigNumberish]): string;
|
|
91
|
+
encodeFunctionData(functionFragment: "getRoleMemberCount", values: [BytesLike]): string;
|
|
92
|
+
encodeFunctionData(functionFragment: "governanceToken", values?: undefined): string;
|
|
93
|
+
encodeFunctionData(functionFragment: "grantRole", values: [BytesLike, AddressLike]): string;
|
|
94
|
+
encodeFunctionData(functionFragment: "hasRole", values: [BytesLike, AddressLike]): string;
|
|
95
|
+
encodeFunctionData(functionFragment: "heteroLiquidationIncentiveMantissa", values?: undefined): string;
|
|
96
|
+
encodeFunctionData(functionFragment: "homoLiquidationIncentiveMantissa", values?: undefined): string;
|
|
97
|
+
encodeFunctionData(functionFragment: "initialize", values: [
|
|
98
|
+
AddressLike,
|
|
99
|
+
AddressLike,
|
|
100
|
+
AddressLike,
|
|
101
|
+
AddressLike,
|
|
102
|
+
AddressLike,
|
|
103
|
+
BigNumberish,
|
|
104
|
+
BigNumberish,
|
|
105
|
+
BigNumberish,
|
|
106
|
+
BigNumberish,
|
|
107
|
+
AddressLike
|
|
108
|
+
]): string;
|
|
109
|
+
encodeFunctionData(functionFragment: "isComptroller", values?: undefined): string;
|
|
110
|
+
encodeFunctionData(functionFragment: "isListed", values: [AddressLike]): string;
|
|
111
|
+
encodeFunctionData(functionFragment: "liquidateBorrowAllowed", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
112
|
+
encodeFunctionData(functionFragment: "liquidationIncentiveMantissa", values?: undefined): string;
|
|
113
|
+
encodeFunctionData(functionFragment: "marketGroupId", values: [AddressLike]): string;
|
|
114
|
+
encodeFunctionData(functionFragment: "markets", values: [AddressLike]): string;
|
|
115
|
+
encodeFunctionData(functionFragment: "maxSupply", values: [AddressLike]): string;
|
|
116
|
+
encodeFunctionData(functionFragment: "minSuBorrowValue", values?: undefined): string;
|
|
117
|
+
encodeFunctionData(functionFragment: "mintAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
118
|
+
encodeFunctionData(functionFragment: "mintGuardianPaused", values: [AddressLike]): string;
|
|
119
|
+
encodeFunctionData(functionFragment: "oracle", values?: undefined): string;
|
|
120
|
+
encodeFunctionData(functionFragment: "pauseGuardian", values?: undefined): string;
|
|
121
|
+
encodeFunctionData(functionFragment: "redeemAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
122
|
+
encodeFunctionData(functionFragment: "redeemFaceValue", values: [AddressLike, BigNumberish]): string;
|
|
123
|
+
encodeFunctionData(functionFragment: "redeemFaceValueWithTargetPlan", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
124
|
+
encodeFunctionData(functionFragment: "redeemVerify", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
125
|
+
encodeFunctionData(functionFragment: "redemptionManager", values?: undefined): string;
|
|
126
|
+
encodeFunctionData(functionFragment: "removeAssetGroup", values: [BigNumberish]): string;
|
|
127
|
+
encodeFunctionData(functionFragment: "renounceRole", values: [BytesLike, AddressLike]): string;
|
|
128
|
+
encodeFunctionData(functionFragment: "repayBorrowAllowed", values: [AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
129
|
+
encodeFunctionData(functionFragment: "repayBorrowVerify", values: [AddressLike, AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
130
|
+
encodeFunctionData(functionFragment: "revokeRole", values: [BytesLike, AddressLike]): string;
|
|
131
|
+
encodeFunctionData(functionFragment: "seizeAllowed", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
132
|
+
encodeFunctionData(functionFragment: "seizeGuardianPaused", values?: undefined): string;
|
|
133
|
+
encodeFunctionData(functionFragment: "seizeVerify", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
134
|
+
encodeFunctionData(functionFragment: "setAccountLiquidity", values: [AddressLike]): string;
|
|
135
|
+
encodeFunctionData(functionFragment: "setAssetGroup", values: [
|
|
136
|
+
BigNumberish,
|
|
137
|
+
string,
|
|
138
|
+
BigNumberish,
|
|
139
|
+
BigNumberish,
|
|
140
|
+
BigNumberish,
|
|
141
|
+
BigNumberish,
|
|
142
|
+
BigNumberish
|
|
143
|
+
]): string;
|
|
144
|
+
encodeFunctionData(functionFragment: "setCompLogic", values: [AddressLike]): string;
|
|
145
|
+
encodeFunctionData(functionFragment: "setCompSpeed", values: [AddressLike, BigNumberish, BigNumberish]): string;
|
|
146
|
+
encodeFunctionData(functionFragment: "setGovTokenAddress", values: [AddressLike]): string;
|
|
147
|
+
encodeFunctionData(functionFragment: "setMinSuBorrowValue", values: [BigNumberish]): string;
|
|
148
|
+
encodeFunctionData(functionFragment: "setRedemptionManager", values: [AddressLike]): string;
|
|
149
|
+
encodeFunctionData(functionFragment: "setTimelock", values: [AddressLike]): string;
|
|
150
|
+
encodeFunctionData(functionFragment: "suTokenRateMantissa", values?: undefined): string;
|
|
151
|
+
encodeFunctionData(functionFragment: "supportsInterface", values: [BytesLike]): string;
|
|
152
|
+
encodeFunctionData(functionFragment: "sutokenLiquidationIncentiveMantissa", values?: undefined): string;
|
|
153
|
+
encodeFunctionData(functionFragment: "timelock", values?: undefined): string;
|
|
154
|
+
encodeFunctionData(functionFragment: "transferAllowed", values: [AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
155
|
+
encodeFunctionData(functionFragment: "transferGuardianPaused", values?: undefined): string;
|
|
156
|
+
encodeFunctionData(functionFragment: "updateSortedBorrowsBatch", values: [AddressLike[]]): string;
|
|
157
|
+
decodeFunctionResult(functionFragment: "CAPPER_ROLE", data: BytesLike): Result;
|
|
158
|
+
decodeFunctionResult(functionFragment: "COMP_LOGIC", data: BytesLike): Result;
|
|
159
|
+
decodeFunctionResult(functionFragment: "DEFAULT_ADMIN_ROLE", data: BytesLike): Result;
|
|
160
|
+
decodeFunctionResult(functionFragment: "PAUSER_ROLE", data: BytesLike): Result;
|
|
161
|
+
decodeFunctionResult(functionFragment: "_borrowGuardianPaused", data: BytesLike): Result;
|
|
162
|
+
decodeFunctionResult(functionFragment: "_getBorrowCapGuardian", data: BytesLike): Result;
|
|
163
|
+
decodeFunctionResult(functionFragment: "_getBorrowPaused", data: BytesLike): Result;
|
|
164
|
+
decodeFunctionResult(functionFragment: "_getMintPaused", data: BytesLike): Result;
|
|
165
|
+
decodeFunctionResult(functionFragment: "_getPauseGuardian", data: BytesLike): Result;
|
|
166
|
+
decodeFunctionResult(functionFragment: "_getSeizePaused", data: BytesLike): Result;
|
|
167
|
+
decodeFunctionResult(functionFragment: "_getTransferPaused", data: BytesLike): Result;
|
|
168
|
+
decodeFunctionResult(functionFragment: "_mintGuardianPaused", data: BytesLike): Result;
|
|
169
|
+
decodeFunctionResult(functionFragment: "_setBorrowCapGuardian", data: BytesLike): Result;
|
|
170
|
+
decodeFunctionResult(functionFragment: "_setBorrowPaused", data: BytesLike): Result;
|
|
171
|
+
decodeFunctionResult(functionFragment: "_setCloseFactor", data: BytesLike): Result;
|
|
172
|
+
decodeFunctionResult(functionFragment: "_setLiquidationIncentive", data: BytesLike): Result;
|
|
173
|
+
decodeFunctionResult(functionFragment: "_setMarketBorrowCaps", data: BytesLike): Result;
|
|
174
|
+
decodeFunctionResult(functionFragment: "_setMaxSupply", data: BytesLike): Result;
|
|
175
|
+
decodeFunctionResult(functionFragment: "_setMintPaused", data: BytesLike): Result;
|
|
176
|
+
decodeFunctionResult(functionFragment: "_setPauseGuardian", data: BytesLike): Result;
|
|
177
|
+
decodeFunctionResult(functionFragment: "_setPriceOracle", data: BytesLike): Result;
|
|
178
|
+
decodeFunctionResult(functionFragment: "_setSeizePaused", data: BytesLike): Result;
|
|
179
|
+
decodeFunctionResult(functionFragment: "_setTransferPaused", data: BytesLike): Result;
|
|
180
|
+
decodeFunctionResult(functionFragment: "_supportMarket", data: BytesLike): Result;
|
|
181
|
+
decodeFunctionResult(functionFragment: "accountAssets", data: BytesLike): Result;
|
|
182
|
+
decodeFunctionResult(functionFragment: "accountLiquidity", data: BytesLike): Result;
|
|
183
|
+
decodeFunctionResult(functionFragment: "allMarkets", data: BytesLike): Result;
|
|
184
|
+
decodeFunctionResult(functionFragment: "assetGroupIdToIndex", data: BytesLike): Result;
|
|
185
|
+
decodeFunctionResult(functionFragment: "borrowAllowed", data: BytesLike): Result;
|
|
186
|
+
decodeFunctionResult(functionFragment: "borrowCapGuardian", data: BytesLike): Result;
|
|
187
|
+
decodeFunctionResult(functionFragment: "borrowCaps", data: BytesLike): Result;
|
|
188
|
+
decodeFunctionResult(functionFragment: "borrowGuardianPaused", data: BytesLike): Result;
|
|
189
|
+
decodeFunctionResult(functionFragment: "borrowVerify", data: BytesLike): Result;
|
|
190
|
+
decodeFunctionResult(functionFragment: "checkMembership", data: BytesLike): Result;
|
|
191
|
+
decodeFunctionResult(functionFragment: "cleanAssetGroup", data: BytesLike): Result;
|
|
192
|
+
decodeFunctionResult(functionFragment: "closeFactorMantissa", data: BytesLike): Result;
|
|
193
|
+
decodeFunctionResult(functionFragment: "compLogic", data: BytesLike): Result;
|
|
194
|
+
decodeFunctionResult(functionFragment: "enterMarkets", data: BytesLike): Result;
|
|
195
|
+
decodeFunctionResult(functionFragment: "enterMarketsForAll", data: BytesLike): Result;
|
|
196
|
+
decodeFunctionResult(functionFragment: "eqAssetGroup", data: BytesLike): Result;
|
|
197
|
+
decodeFunctionResult(functionFragment: "exitMarket", data: BytesLike): Result;
|
|
198
|
+
decodeFunctionResult(functionFragment: "getAccountLiquidity", data: BytesLike): Result;
|
|
199
|
+
decodeFunctionResult(functionFragment: "getAccountSafeLimit", data: BytesLike): Result;
|
|
200
|
+
decodeFunctionResult(functionFragment: "getAllAssetGroup", data: BytesLike): Result;
|
|
201
|
+
decodeFunctionResult(functionFragment: "getAllAssetGroupByIndex", data: BytesLike): Result;
|
|
202
|
+
decodeFunctionResult(functionFragment: "getAllMarkets", data: BytesLike): Result;
|
|
203
|
+
decodeFunctionResult(functionFragment: "getAssetGroup", data: BytesLike): Result;
|
|
204
|
+
decodeFunctionResult(functionFragment: "getAssetGroupNum", data: BytesLike): Result;
|
|
205
|
+
decodeFunctionResult(functionFragment: "getAssetsIn", data: BytesLike): Result;
|
|
206
|
+
decodeFunctionResult(functionFragment: "getCollateralRate", data: BytesLike): Result;
|
|
207
|
+
decodeFunctionResult(functionFragment: "getCompAddress", data: BytesLike): Result;
|
|
208
|
+
decodeFunctionResult(functionFragment: "getHypotheticalAccountLiquidity", data: BytesLike): Result;
|
|
209
|
+
decodeFunctionResult(functionFragment: "getRoleAdmin", data: BytesLike): Result;
|
|
210
|
+
decodeFunctionResult(functionFragment: "getRoleMember", data: BytesLike): Result;
|
|
211
|
+
decodeFunctionResult(functionFragment: "getRoleMemberCount", data: BytesLike): Result;
|
|
212
|
+
decodeFunctionResult(functionFragment: "governanceToken", data: BytesLike): Result;
|
|
213
|
+
decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result;
|
|
214
|
+
decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result;
|
|
215
|
+
decodeFunctionResult(functionFragment: "heteroLiquidationIncentiveMantissa", data: BytesLike): Result;
|
|
216
|
+
decodeFunctionResult(functionFragment: "homoLiquidationIncentiveMantissa", data: BytesLike): Result;
|
|
217
|
+
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
218
|
+
decodeFunctionResult(functionFragment: "isComptroller", data: BytesLike): Result;
|
|
219
|
+
decodeFunctionResult(functionFragment: "isListed", data: BytesLike): Result;
|
|
220
|
+
decodeFunctionResult(functionFragment: "liquidateBorrowAllowed", data: BytesLike): Result;
|
|
221
|
+
decodeFunctionResult(functionFragment: "liquidationIncentiveMantissa", data: BytesLike): Result;
|
|
222
|
+
decodeFunctionResult(functionFragment: "marketGroupId", data: BytesLike): Result;
|
|
223
|
+
decodeFunctionResult(functionFragment: "markets", data: BytesLike): Result;
|
|
224
|
+
decodeFunctionResult(functionFragment: "maxSupply", data: BytesLike): Result;
|
|
225
|
+
decodeFunctionResult(functionFragment: "minSuBorrowValue", data: BytesLike): Result;
|
|
226
|
+
decodeFunctionResult(functionFragment: "mintAllowed", data: BytesLike): Result;
|
|
227
|
+
decodeFunctionResult(functionFragment: "mintGuardianPaused", data: BytesLike): Result;
|
|
228
|
+
decodeFunctionResult(functionFragment: "oracle", data: BytesLike): Result;
|
|
229
|
+
decodeFunctionResult(functionFragment: "pauseGuardian", data: BytesLike): Result;
|
|
230
|
+
decodeFunctionResult(functionFragment: "redeemAllowed", data: BytesLike): Result;
|
|
231
|
+
decodeFunctionResult(functionFragment: "redeemFaceValue", data: BytesLike): Result;
|
|
232
|
+
decodeFunctionResult(functionFragment: "redeemFaceValueWithTargetPlan", data: BytesLike): Result;
|
|
233
|
+
decodeFunctionResult(functionFragment: "redeemVerify", data: BytesLike): Result;
|
|
234
|
+
decodeFunctionResult(functionFragment: "redemptionManager", data: BytesLike): Result;
|
|
235
|
+
decodeFunctionResult(functionFragment: "removeAssetGroup", data: BytesLike): Result;
|
|
236
|
+
decodeFunctionResult(functionFragment: "renounceRole", data: BytesLike): Result;
|
|
237
|
+
decodeFunctionResult(functionFragment: "repayBorrowAllowed", data: BytesLike): Result;
|
|
238
|
+
decodeFunctionResult(functionFragment: "repayBorrowVerify", data: BytesLike): Result;
|
|
239
|
+
decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result;
|
|
240
|
+
decodeFunctionResult(functionFragment: "seizeAllowed", data: BytesLike): Result;
|
|
241
|
+
decodeFunctionResult(functionFragment: "seizeGuardianPaused", data: BytesLike): Result;
|
|
242
|
+
decodeFunctionResult(functionFragment: "seizeVerify", data: BytesLike): Result;
|
|
243
|
+
decodeFunctionResult(functionFragment: "setAccountLiquidity", data: BytesLike): Result;
|
|
244
|
+
decodeFunctionResult(functionFragment: "setAssetGroup", data: BytesLike): Result;
|
|
245
|
+
decodeFunctionResult(functionFragment: "setCompLogic", data: BytesLike): Result;
|
|
246
|
+
decodeFunctionResult(functionFragment: "setCompSpeed", data: BytesLike): Result;
|
|
247
|
+
decodeFunctionResult(functionFragment: "setGovTokenAddress", data: BytesLike): Result;
|
|
248
|
+
decodeFunctionResult(functionFragment: "setMinSuBorrowValue", data: BytesLike): Result;
|
|
249
|
+
decodeFunctionResult(functionFragment: "setRedemptionManager", data: BytesLike): Result;
|
|
250
|
+
decodeFunctionResult(functionFragment: "setTimelock", data: BytesLike): Result;
|
|
251
|
+
decodeFunctionResult(functionFragment: "suTokenRateMantissa", data: BytesLike): Result;
|
|
252
|
+
decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
|
|
253
|
+
decodeFunctionResult(functionFragment: "sutokenLiquidationIncentiveMantissa", data: BytesLike): Result;
|
|
254
|
+
decodeFunctionResult(functionFragment: "timelock", data: BytesLike): Result;
|
|
255
|
+
decodeFunctionResult(functionFragment: "transferAllowed", data: BytesLike): Result;
|
|
256
|
+
decodeFunctionResult(functionFragment: "transferGuardianPaused", data: BytesLike): Result;
|
|
257
|
+
decodeFunctionResult(functionFragment: "updateSortedBorrowsBatch", data: BytesLike): Result;
|
|
258
|
+
}
|
|
259
|
+
export declare namespace ActionPausedEvent {
|
|
260
|
+
type InputTuple = [
|
|
261
|
+
cToken: AddressLike,
|
|
262
|
+
action: string,
|
|
263
|
+
pauseState: boolean
|
|
264
|
+
];
|
|
265
|
+
type OutputTuple = [
|
|
266
|
+
cToken: string,
|
|
267
|
+
action: string,
|
|
268
|
+
pauseState: boolean
|
|
269
|
+
];
|
|
270
|
+
interface OutputObject {
|
|
271
|
+
cToken: string;
|
|
272
|
+
action: string;
|
|
273
|
+
pauseState: boolean;
|
|
274
|
+
}
|
|
275
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
276
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
277
|
+
type Log = TypedEventLog<Event>;
|
|
278
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace InitializedEvent {
|
|
281
|
+
type InputTuple = [version: BigNumberish];
|
|
282
|
+
type OutputTuple = [version: bigint];
|
|
283
|
+
interface OutputObject {
|
|
284
|
+
version: bigint;
|
|
285
|
+
}
|
|
286
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
287
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
288
|
+
type Log = TypedEventLog<Event>;
|
|
289
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace MarketEnteredEvent {
|
|
292
|
+
type InputTuple = [cToken: AddressLike, account: AddressLike];
|
|
293
|
+
type OutputTuple = [cToken: string, account: string];
|
|
294
|
+
interface OutputObject {
|
|
295
|
+
cToken: string;
|
|
296
|
+
account: string;
|
|
297
|
+
}
|
|
298
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
299
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
300
|
+
type Log = TypedEventLog<Event>;
|
|
301
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
302
|
+
}
|
|
303
|
+
export declare namespace MarketExitedEvent {
|
|
304
|
+
type InputTuple = [cToken: AddressLike, account: AddressLike];
|
|
305
|
+
type OutputTuple = [cToken: string, account: string];
|
|
306
|
+
interface OutputObject {
|
|
307
|
+
cToken: string;
|
|
308
|
+
account: string;
|
|
309
|
+
}
|
|
310
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
311
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
312
|
+
type Log = TypedEventLog<Event>;
|
|
313
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
314
|
+
}
|
|
315
|
+
export declare namespace MarketListedEvent {
|
|
316
|
+
type InputTuple = [cToken: AddressLike];
|
|
317
|
+
type OutputTuple = [cToken: string];
|
|
318
|
+
interface OutputObject {
|
|
319
|
+
cToken: string;
|
|
320
|
+
}
|
|
321
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
322
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
323
|
+
type Log = TypedEventLog<Event>;
|
|
324
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
325
|
+
}
|
|
326
|
+
export declare namespace NewAssetGroupEvent {
|
|
327
|
+
type InputTuple = [
|
|
328
|
+
groupId: BigNumberish,
|
|
329
|
+
groupName: string,
|
|
330
|
+
intraCRateMantissa: BigNumberish,
|
|
331
|
+
intraMintRateMantissa: BigNumberish,
|
|
332
|
+
intraSuRateMantissa: BigNumberish,
|
|
333
|
+
interCRateMantissa: BigNumberish,
|
|
334
|
+
interSuRateMantissa: BigNumberish,
|
|
335
|
+
assetsGroupNum: BigNumberish
|
|
336
|
+
];
|
|
337
|
+
type OutputTuple = [
|
|
338
|
+
groupId: bigint,
|
|
339
|
+
groupName: string,
|
|
340
|
+
intraCRateMantissa: bigint,
|
|
341
|
+
intraMintRateMantissa: bigint,
|
|
342
|
+
intraSuRateMantissa: bigint,
|
|
343
|
+
interCRateMantissa: bigint,
|
|
344
|
+
interSuRateMantissa: bigint,
|
|
345
|
+
assetsGroupNum: bigint
|
|
346
|
+
];
|
|
347
|
+
interface OutputObject {
|
|
348
|
+
groupId: bigint;
|
|
349
|
+
groupName: string;
|
|
350
|
+
intraCRateMantissa: bigint;
|
|
351
|
+
intraMintRateMantissa: bigint;
|
|
352
|
+
intraSuRateMantissa: bigint;
|
|
353
|
+
interCRateMantissa: bigint;
|
|
354
|
+
interSuRateMantissa: bigint;
|
|
355
|
+
assetsGroupNum: bigint;
|
|
356
|
+
}
|
|
357
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
358
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
359
|
+
type Log = TypedEventLog<Event>;
|
|
360
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
361
|
+
}
|
|
362
|
+
export declare namespace NewBorrowCapEvent {
|
|
363
|
+
type InputTuple = [cToken: AddressLike, newBorrowCap: BigNumberish];
|
|
364
|
+
type OutputTuple = [cToken: string, newBorrowCap: bigint];
|
|
365
|
+
interface OutputObject {
|
|
366
|
+
cToken: string;
|
|
367
|
+
newBorrowCap: bigint;
|
|
368
|
+
}
|
|
369
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
370
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
371
|
+
type Log = TypedEventLog<Event>;
|
|
372
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace NewBorrowCapGuardianEvent {
|
|
375
|
+
type InputTuple = [
|
|
376
|
+
oldBorrowCapGuardian: AddressLike,
|
|
377
|
+
newBorrowCapGuardian: AddressLike
|
|
378
|
+
];
|
|
379
|
+
type OutputTuple = [
|
|
380
|
+
oldBorrowCapGuardian: string,
|
|
381
|
+
newBorrowCapGuardian: string
|
|
382
|
+
];
|
|
383
|
+
interface OutputObject {
|
|
384
|
+
oldBorrowCapGuardian: string;
|
|
385
|
+
newBorrowCapGuardian: string;
|
|
386
|
+
}
|
|
387
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
388
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
389
|
+
type Log = TypedEventLog<Event>;
|
|
390
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
391
|
+
}
|
|
392
|
+
export declare namespace NewCloseFactorEvent {
|
|
393
|
+
type InputTuple = [
|
|
394
|
+
oldCloseFactorMantissa: BigNumberish,
|
|
395
|
+
newCloseFactorMantissa: BigNumberish
|
|
396
|
+
];
|
|
397
|
+
type OutputTuple = [
|
|
398
|
+
oldCloseFactorMantissa: bigint,
|
|
399
|
+
newCloseFactorMantissa: bigint
|
|
400
|
+
];
|
|
401
|
+
interface OutputObject {
|
|
402
|
+
oldCloseFactorMantissa: bigint;
|
|
403
|
+
newCloseFactorMantissa: bigint;
|
|
404
|
+
}
|
|
405
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
406
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
407
|
+
type Log = TypedEventLog<Event>;
|
|
408
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
409
|
+
}
|
|
410
|
+
export declare namespace NewLiquidationIncentiveEvent {
|
|
411
|
+
type InputTuple = [
|
|
412
|
+
oldHeteroIncentive: BigNumberish,
|
|
413
|
+
newHeteroIncentive: BigNumberish,
|
|
414
|
+
oldHomoIncentive: BigNumberish,
|
|
415
|
+
newHomoIncentive: BigNumberish,
|
|
416
|
+
oldSutokenIncentive: BigNumberish,
|
|
417
|
+
newSutokenIncentive: BigNumberish
|
|
418
|
+
];
|
|
419
|
+
type OutputTuple = [
|
|
420
|
+
oldHeteroIncentive: bigint,
|
|
421
|
+
newHeteroIncentive: bigint,
|
|
422
|
+
oldHomoIncentive: bigint,
|
|
423
|
+
newHomoIncentive: bigint,
|
|
424
|
+
oldSutokenIncentive: bigint,
|
|
425
|
+
newSutokenIncentive: bigint
|
|
426
|
+
];
|
|
427
|
+
interface OutputObject {
|
|
428
|
+
oldHeteroIncentive: bigint;
|
|
429
|
+
newHeteroIncentive: bigint;
|
|
430
|
+
oldHomoIncentive: bigint;
|
|
431
|
+
newHomoIncentive: bigint;
|
|
432
|
+
oldSutokenIncentive: bigint;
|
|
433
|
+
newSutokenIncentive: bigint;
|
|
434
|
+
}
|
|
435
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
436
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
437
|
+
type Log = TypedEventLog<Event>;
|
|
438
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
439
|
+
}
|
|
440
|
+
export declare namespace NewPauseGuardianEvent {
|
|
441
|
+
type InputTuple = [
|
|
442
|
+
oldPauseGuardian: AddressLike,
|
|
443
|
+
newPauseGuardian: AddressLike
|
|
444
|
+
];
|
|
445
|
+
type OutputTuple = [
|
|
446
|
+
oldPauseGuardian: string,
|
|
447
|
+
newPauseGuardian: string
|
|
448
|
+
];
|
|
449
|
+
interface OutputObject {
|
|
450
|
+
oldPauseGuardian: string;
|
|
451
|
+
newPauseGuardian: string;
|
|
452
|
+
}
|
|
453
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
454
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
455
|
+
type Log = TypedEventLog<Event>;
|
|
456
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
457
|
+
}
|
|
458
|
+
export declare namespace NewPriceOracleEvent {
|
|
459
|
+
type InputTuple = [
|
|
460
|
+
oldPriceOracle: AddressLike,
|
|
461
|
+
newPriceOracle: AddressLike
|
|
462
|
+
];
|
|
463
|
+
type OutputTuple = [oldPriceOracle: string, newPriceOracle: string];
|
|
464
|
+
interface OutputObject {
|
|
465
|
+
oldPriceOracle: string;
|
|
466
|
+
newPriceOracle: string;
|
|
467
|
+
}
|
|
468
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
469
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
470
|
+
type Log = TypedEventLog<Event>;
|
|
471
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
472
|
+
}
|
|
473
|
+
export declare namespace RedemptionEvent {
|
|
474
|
+
type InputTuple = [
|
|
475
|
+
redeemer: AddressLike,
|
|
476
|
+
provider: AddressLike,
|
|
477
|
+
redeemToken: AddressLike,
|
|
478
|
+
redeemAmount: BigNumberish,
|
|
479
|
+
seizeToken: AddressLike,
|
|
480
|
+
seizeAmount: BigNumberish
|
|
481
|
+
];
|
|
482
|
+
type OutputTuple = [
|
|
483
|
+
redeemer: string,
|
|
484
|
+
provider: string,
|
|
485
|
+
redeemToken: string,
|
|
486
|
+
redeemAmount: bigint,
|
|
487
|
+
seizeToken: string,
|
|
488
|
+
seizeAmount: bigint
|
|
489
|
+
];
|
|
490
|
+
interface OutputObject {
|
|
491
|
+
redeemer: string;
|
|
492
|
+
provider: string;
|
|
493
|
+
redeemToken: string;
|
|
494
|
+
redeemAmount: bigint;
|
|
495
|
+
seizeToken: string;
|
|
496
|
+
seizeAmount: bigint;
|
|
497
|
+
}
|
|
498
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
499
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
500
|
+
type Log = TypedEventLog<Event>;
|
|
501
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
502
|
+
}
|
|
503
|
+
export declare namespace RemoveAssetGroupEvent {
|
|
504
|
+
type InputTuple = [
|
|
505
|
+
groupId: BigNumberish,
|
|
506
|
+
equalAssetsGroupNum: BigNumberish
|
|
507
|
+
];
|
|
508
|
+
type OutputTuple = [groupId: bigint, equalAssetsGroupNum: bigint];
|
|
509
|
+
interface OutputObject {
|
|
510
|
+
groupId: bigint;
|
|
511
|
+
equalAssetsGroupNum: bigint;
|
|
512
|
+
}
|
|
513
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
514
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
515
|
+
type Log = TypedEventLog<Event>;
|
|
516
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
517
|
+
}
|
|
518
|
+
export declare namespace RoleAdminChangedEvent {
|
|
519
|
+
type InputTuple = [
|
|
520
|
+
role: BytesLike,
|
|
521
|
+
previousAdminRole: BytesLike,
|
|
522
|
+
newAdminRole: BytesLike
|
|
523
|
+
];
|
|
524
|
+
type OutputTuple = [
|
|
525
|
+
role: string,
|
|
526
|
+
previousAdminRole: string,
|
|
527
|
+
newAdminRole: string
|
|
528
|
+
];
|
|
529
|
+
interface OutputObject {
|
|
530
|
+
role: string;
|
|
531
|
+
previousAdminRole: string;
|
|
532
|
+
newAdminRole: string;
|
|
533
|
+
}
|
|
534
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
535
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
536
|
+
type Log = TypedEventLog<Event>;
|
|
537
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
538
|
+
}
|
|
539
|
+
export declare namespace RoleGrantedEvent {
|
|
540
|
+
type InputTuple = [
|
|
541
|
+
role: BytesLike,
|
|
542
|
+
account: AddressLike,
|
|
543
|
+
sender: AddressLike
|
|
544
|
+
];
|
|
545
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
546
|
+
interface OutputObject {
|
|
547
|
+
role: string;
|
|
548
|
+
account: string;
|
|
549
|
+
sender: string;
|
|
550
|
+
}
|
|
551
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
552
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
553
|
+
type Log = TypedEventLog<Event>;
|
|
554
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
555
|
+
}
|
|
556
|
+
export declare namespace RoleRevokedEvent {
|
|
557
|
+
type InputTuple = [
|
|
558
|
+
role: BytesLike,
|
|
559
|
+
account: AddressLike,
|
|
560
|
+
sender: AddressLike
|
|
561
|
+
];
|
|
562
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
563
|
+
interface OutputObject {
|
|
564
|
+
role: string;
|
|
565
|
+
account: string;
|
|
566
|
+
sender: string;
|
|
567
|
+
}
|
|
568
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
569
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
570
|
+
type Log = TypedEventLog<Event>;
|
|
571
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
572
|
+
}
|
|
573
|
+
export declare namespace SetMaxSupplyEvent {
|
|
574
|
+
type InputTuple = [cToken: AddressLike, amount: BigNumberish];
|
|
575
|
+
type OutputTuple = [cToken: string, amount: bigint];
|
|
576
|
+
interface OutputObject {
|
|
577
|
+
cToken: string;
|
|
578
|
+
amount: bigint;
|
|
579
|
+
}
|
|
580
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
581
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
582
|
+
type Log = TypedEventLog<Event>;
|
|
583
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
584
|
+
}
|
|
585
|
+
export interface Comptroller extends BaseContract {
|
|
586
|
+
connect(runner?: ContractRunner | null): Comptroller;
|
|
587
|
+
waitForDeployment(): Promise<this>;
|
|
588
|
+
interface: ComptrollerInterface;
|
|
589
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
590
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
591
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
592
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
593
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
594
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
595
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
596
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
597
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
598
|
+
CAPPER_ROLE: TypedContractMethod<[], [string], "view">;
|
|
599
|
+
COMP_LOGIC: TypedContractMethod<[], [string], "view">;
|
|
600
|
+
DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">;
|
|
601
|
+
PAUSER_ROLE: TypedContractMethod<[], [string], "view">;
|
|
602
|
+
_borrowGuardianPaused: TypedContractMethod<[], [boolean], "view">;
|
|
603
|
+
_getBorrowCapGuardian: TypedContractMethod<[], [string], "view">;
|
|
604
|
+
_getBorrowPaused: TypedContractMethod<[
|
|
605
|
+
cToken: AddressLike
|
|
606
|
+
], [
|
|
607
|
+
boolean
|
|
608
|
+
], "view">;
|
|
609
|
+
_getMintPaused: TypedContractMethod<[cToken: AddressLike], [boolean], "view">;
|
|
610
|
+
_getPauseGuardian: TypedContractMethod<[], [string], "view">;
|
|
611
|
+
_getSeizePaused: TypedContractMethod<[], [boolean], "view">;
|
|
612
|
+
_getTransferPaused: TypedContractMethod<[], [boolean], "view">;
|
|
613
|
+
_mintGuardianPaused: TypedContractMethod<[], [boolean], "view">;
|
|
614
|
+
_setBorrowCapGuardian: TypedContractMethod<[
|
|
615
|
+
newBorrowCapGuardian: AddressLike
|
|
616
|
+
], [
|
|
617
|
+
void
|
|
618
|
+
], "nonpayable">;
|
|
619
|
+
_setBorrowPaused: TypedContractMethod<[
|
|
620
|
+
cToken: AddressLike,
|
|
621
|
+
state: boolean
|
|
622
|
+
], [
|
|
623
|
+
boolean
|
|
624
|
+
], "nonpayable">;
|
|
625
|
+
_setCloseFactor: TypedContractMethod<[
|
|
626
|
+
newCloseFactorMantissa: BigNumberish
|
|
627
|
+
], [
|
|
628
|
+
bigint
|
|
629
|
+
], "nonpayable">;
|
|
630
|
+
_setLiquidationIncentive: TypedContractMethod<[
|
|
631
|
+
newHeteroLiquidationIncentiveMantissa: BigNumberish,
|
|
632
|
+
newHomoLiquidationIncentiveMantissa: BigNumberish,
|
|
633
|
+
newSutokenLiquidationIncentiveMantissa: BigNumberish
|
|
634
|
+
], [
|
|
635
|
+
bigint
|
|
636
|
+
], "nonpayable">;
|
|
637
|
+
_setMarketBorrowCaps: TypedContractMethod<[
|
|
638
|
+
cTokens: AddressLike[],
|
|
639
|
+
newBorrowCaps: BigNumberish[]
|
|
640
|
+
], [
|
|
641
|
+
void
|
|
642
|
+
], "nonpayable">;
|
|
643
|
+
_setMaxSupply: TypedContractMethod<[
|
|
644
|
+
cTokens: AddressLike[],
|
|
645
|
+
newMaxSupplys: BigNumberish[]
|
|
646
|
+
], [
|
|
647
|
+
bigint
|
|
648
|
+
], "nonpayable">;
|
|
649
|
+
_setMintPaused: TypedContractMethod<[
|
|
650
|
+
cToken: AddressLike,
|
|
651
|
+
state: boolean
|
|
652
|
+
], [
|
|
653
|
+
boolean
|
|
654
|
+
], "nonpayable">;
|
|
655
|
+
_setPauseGuardian: TypedContractMethod<[
|
|
656
|
+
newPauseGuardian: AddressLike
|
|
657
|
+
], [
|
|
658
|
+
bigint
|
|
659
|
+
], "nonpayable">;
|
|
660
|
+
_setPriceOracle: TypedContractMethod<[
|
|
661
|
+
newOracle: AddressLike
|
|
662
|
+
], [
|
|
663
|
+
bigint
|
|
664
|
+
], "nonpayable">;
|
|
665
|
+
_setSeizePaused: TypedContractMethod<[
|
|
666
|
+
state: boolean
|
|
667
|
+
], [
|
|
668
|
+
boolean
|
|
669
|
+
], "nonpayable">;
|
|
670
|
+
_setTransferPaused: TypedContractMethod<[
|
|
671
|
+
state: boolean
|
|
672
|
+
], [
|
|
673
|
+
boolean
|
|
674
|
+
], "nonpayable">;
|
|
675
|
+
_supportMarket: TypedContractMethod<[
|
|
676
|
+
cToken: AddressLike,
|
|
677
|
+
groupId: BigNumberish,
|
|
678
|
+
borrowCap: BigNumberish,
|
|
679
|
+
supplyCap: BigNumberish
|
|
680
|
+
], [
|
|
681
|
+
bigint
|
|
682
|
+
], "nonpayable">;
|
|
683
|
+
accountAssets: TypedContractMethod<[
|
|
684
|
+
arg0: AddressLike,
|
|
685
|
+
arg1: BigNumberish
|
|
686
|
+
], [
|
|
687
|
+
string
|
|
688
|
+
], "view">;
|
|
689
|
+
accountLiquidity: TypedContractMethod<[], [string], "view">;
|
|
690
|
+
allMarkets: TypedContractMethod<[arg0: BigNumberish], [string], "view">;
|
|
691
|
+
assetGroupIdToIndex: TypedContractMethod<[
|
|
692
|
+
arg0: BigNumberish
|
|
693
|
+
], [
|
|
694
|
+
bigint
|
|
695
|
+
], "view">;
|
|
696
|
+
borrowAllowed: TypedContractMethod<[
|
|
697
|
+
cToken: AddressLike,
|
|
698
|
+
borrower: AddressLike,
|
|
699
|
+
borrowAmount: BigNumberish
|
|
700
|
+
], [
|
|
701
|
+
void
|
|
702
|
+
], "nonpayable">;
|
|
703
|
+
borrowCapGuardian: TypedContractMethod<[], [string], "view">;
|
|
704
|
+
borrowCaps: TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
705
|
+
borrowGuardianPaused: TypedContractMethod<[
|
|
706
|
+
arg0: AddressLike
|
|
707
|
+
], [
|
|
708
|
+
boolean
|
|
709
|
+
], "view">;
|
|
710
|
+
borrowVerify: TypedContractMethod<[
|
|
711
|
+
cToken: AddressLike,
|
|
712
|
+
borrower: AddressLike,
|
|
713
|
+
borrowAmount: BigNumberish
|
|
714
|
+
], [
|
|
715
|
+
void
|
|
716
|
+
], "nonpayable">;
|
|
717
|
+
checkMembership: TypedContractMethod<[
|
|
718
|
+
account: AddressLike,
|
|
719
|
+
cToken: AddressLike
|
|
720
|
+
], [
|
|
721
|
+
boolean
|
|
722
|
+
], "view">;
|
|
723
|
+
cleanAssetGroup: TypedContractMethod<[], [void], "nonpayable">;
|
|
724
|
+
closeFactorMantissa: TypedContractMethod<[], [bigint], "view">;
|
|
725
|
+
compLogic: TypedContractMethod<[], [string], "view">;
|
|
726
|
+
enterMarkets: TypedContractMethod<[
|
|
727
|
+
cTokens: AddressLike[]
|
|
728
|
+
], [
|
|
729
|
+
bigint[]
|
|
730
|
+
], "nonpayable">;
|
|
731
|
+
enterMarketsForAll: TypedContractMethod<[
|
|
732
|
+
accounts: AddressLike[]
|
|
733
|
+
], [
|
|
734
|
+
void
|
|
735
|
+
], "nonpayable">;
|
|
736
|
+
eqAssetGroup: TypedContractMethod<[
|
|
737
|
+
groupId: BigNumberish
|
|
738
|
+
], [
|
|
739
|
+
IComptroller.AssetGroupStructOutput
|
|
740
|
+
], "view">;
|
|
741
|
+
exitMarket: TypedContractMethod<[
|
|
742
|
+
cTokenAddress: AddressLike
|
|
743
|
+
], [
|
|
744
|
+
bigint
|
|
745
|
+
], "nonpayable">;
|
|
746
|
+
getAccountLiquidity: TypedContractMethod<[
|
|
747
|
+
account: AddressLike
|
|
748
|
+
], [
|
|
749
|
+
[bigint, bigint, bigint]
|
|
750
|
+
], "view">;
|
|
751
|
+
getAccountSafeLimit: TypedContractMethod<[
|
|
752
|
+
account: AddressLike,
|
|
753
|
+
cTokenTarget: AddressLike,
|
|
754
|
+
intraSafeLimitMantissa: BigNumberish,
|
|
755
|
+
interSafeLimitMantissa: BigNumberish
|
|
756
|
+
], [
|
|
757
|
+
bigint
|
|
758
|
+
], "view">;
|
|
759
|
+
getAllAssetGroup: TypedContractMethod<[
|
|
760
|
+
], [
|
|
761
|
+
IComptroller.AssetGroupStructOutput[]
|
|
762
|
+
], "view">;
|
|
763
|
+
getAllAssetGroupByIndex: TypedContractMethod<[
|
|
764
|
+
groupIndex: BigNumberish
|
|
765
|
+
], [
|
|
766
|
+
IComptroller.AssetGroupStructOutput
|
|
767
|
+
], "view">;
|
|
768
|
+
getAllMarkets: TypedContractMethod<[], [string[]], "view">;
|
|
769
|
+
getAssetGroup: TypedContractMethod<[
|
|
770
|
+
groupId: BigNumberish
|
|
771
|
+
], [
|
|
772
|
+
IComptroller.AssetGroupStructOutput
|
|
773
|
+
], "view">;
|
|
774
|
+
getAssetGroupNum: TypedContractMethod<[], [bigint], "view">;
|
|
775
|
+
getAssetsIn: TypedContractMethod<[account: AddressLike], [string[]], "view">;
|
|
776
|
+
getCollateralRate: TypedContractMethod<[
|
|
777
|
+
collateralToken: AddressLike,
|
|
778
|
+
liabilityToken: AddressLike
|
|
779
|
+
], [
|
|
780
|
+
bigint
|
|
781
|
+
], "view">;
|
|
782
|
+
getCompAddress: TypedContractMethod<[], [string], "view">;
|
|
783
|
+
getHypotheticalAccountLiquidity: TypedContractMethod<[
|
|
784
|
+
account: AddressLike,
|
|
785
|
+
cTokenModify: AddressLike,
|
|
786
|
+
redeemTokens: BigNumberish,
|
|
787
|
+
borrowAmount: BigNumberish
|
|
788
|
+
], [
|
|
789
|
+
[bigint, bigint, bigint]
|
|
790
|
+
], "view">;
|
|
791
|
+
getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
792
|
+
getRoleMember: TypedContractMethod<[
|
|
793
|
+
role: BytesLike,
|
|
794
|
+
index: BigNumberish
|
|
795
|
+
], [
|
|
796
|
+
string
|
|
797
|
+
], "view">;
|
|
798
|
+
getRoleMemberCount: TypedContractMethod<[role: BytesLike], [bigint], "view">;
|
|
799
|
+
governanceToken: TypedContractMethod<[], [string], "view">;
|
|
800
|
+
grantRole: TypedContractMethod<[
|
|
801
|
+
role: BytesLike,
|
|
802
|
+
account: AddressLike
|
|
803
|
+
], [
|
|
804
|
+
void
|
|
805
|
+
], "nonpayable">;
|
|
806
|
+
hasRole: TypedContractMethod<[
|
|
807
|
+
role: BytesLike,
|
|
808
|
+
account: AddressLike
|
|
809
|
+
], [
|
|
810
|
+
boolean
|
|
811
|
+
], "view">;
|
|
812
|
+
heteroLiquidationIncentiveMantissa: TypedContractMethod<[], [bigint], "view">;
|
|
813
|
+
homoLiquidationIncentiveMantissa: TypedContractMethod<[], [bigint], "view">;
|
|
814
|
+
initialize: TypedContractMethod<[
|
|
815
|
+
_admin: AddressLike,
|
|
816
|
+
_oracle: AddressLike,
|
|
817
|
+
_gov: AddressLike,
|
|
818
|
+
_compLogic: AddressLike,
|
|
819
|
+
_accountLiquidity: AddressLike,
|
|
820
|
+
_closeFactorMantissa: BigNumberish,
|
|
821
|
+
_heteroLiquidationIncentiveMantissa: BigNumberish,
|
|
822
|
+
_homoLiquidationIncentiveMantissa: BigNumberish,
|
|
823
|
+
_sutokenLiquidationIncentiveMantissa: BigNumberish,
|
|
824
|
+
_redemptionManager: AddressLike
|
|
825
|
+
], [
|
|
826
|
+
void
|
|
827
|
+
], "nonpayable">;
|
|
828
|
+
isComptroller: TypedContractMethod<[], [boolean], "view">;
|
|
829
|
+
isListed: TypedContractMethod<[asset: AddressLike], [boolean], "view">;
|
|
830
|
+
liquidateBorrowAllowed: TypedContractMethod<[
|
|
831
|
+
cTokenBorrowed: AddressLike,
|
|
832
|
+
cTokenCollateral: AddressLike,
|
|
833
|
+
liquidator: AddressLike,
|
|
834
|
+
borrower: AddressLike,
|
|
835
|
+
repayAmount: BigNumberish
|
|
836
|
+
], [
|
|
837
|
+
void
|
|
838
|
+
], "view">;
|
|
839
|
+
liquidationIncentiveMantissa: TypedContractMethod<[
|
|
840
|
+
], [
|
|
841
|
+
[bigint, bigint, bigint]
|
|
842
|
+
], "view">;
|
|
843
|
+
marketGroupId: TypedContractMethod<[asset: AddressLike], [bigint], "view">;
|
|
844
|
+
markets: TypedContractMethod<[
|
|
845
|
+
arg0: AddressLike
|
|
846
|
+
], [
|
|
847
|
+
[
|
|
848
|
+
boolean,
|
|
849
|
+
bigint,
|
|
850
|
+
boolean
|
|
851
|
+
] & {
|
|
852
|
+
isListed: boolean;
|
|
853
|
+
assetGroupId: bigint;
|
|
854
|
+
isComped: boolean;
|
|
855
|
+
}
|
|
856
|
+
], "view">;
|
|
857
|
+
maxSupply: TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
858
|
+
minSuBorrowValue: TypedContractMethod<[], [bigint], "view">;
|
|
859
|
+
mintAllowed: TypedContractMethod<[
|
|
860
|
+
cToken: AddressLike,
|
|
861
|
+
minter: AddressLike,
|
|
862
|
+
mintAmount: BigNumberish
|
|
863
|
+
], [
|
|
864
|
+
void
|
|
865
|
+
], "nonpayable">;
|
|
866
|
+
mintGuardianPaused: TypedContractMethod<[
|
|
867
|
+
arg0: AddressLike
|
|
868
|
+
], [
|
|
869
|
+
boolean
|
|
870
|
+
], "view">;
|
|
871
|
+
oracle: TypedContractMethod<[], [string], "view">;
|
|
872
|
+
pauseGuardian: TypedContractMethod<[], [string], "view">;
|
|
873
|
+
redeemAllowed: TypedContractMethod<[
|
|
874
|
+
cToken: AddressLike,
|
|
875
|
+
redeemer: AddressLike,
|
|
876
|
+
redeemTokens: BigNumberish
|
|
877
|
+
], [
|
|
878
|
+
void
|
|
879
|
+
], "nonpayable">;
|
|
880
|
+
redeemFaceValue: TypedContractMethod<[
|
|
881
|
+
suToken: AddressLike,
|
|
882
|
+
amount: BigNumberish
|
|
883
|
+
], [
|
|
884
|
+
void
|
|
885
|
+
], "nonpayable">;
|
|
886
|
+
redeemFaceValueWithTargetPlan: TypedContractMethod<[
|
|
887
|
+
redeemer: AddressLike,
|
|
888
|
+
provider: AddressLike,
|
|
889
|
+
cToken: AddressLike,
|
|
890
|
+
suToken: AddressLike,
|
|
891
|
+
redeemAmount: BigNumberish
|
|
892
|
+
], [
|
|
893
|
+
[bigint, bigint, bigint, bigint, bigint, bigint]
|
|
894
|
+
], "nonpayable">;
|
|
895
|
+
redeemVerify: TypedContractMethod<[
|
|
896
|
+
cToken: AddressLike,
|
|
897
|
+
redeemer: AddressLike,
|
|
898
|
+
redeemAmount: BigNumberish,
|
|
899
|
+
redeemTokens: BigNumberish
|
|
900
|
+
], [
|
|
901
|
+
void
|
|
902
|
+
], "nonpayable">;
|
|
903
|
+
redemptionManager: TypedContractMethod<[], [string], "view">;
|
|
904
|
+
removeAssetGroup: TypedContractMethod<[
|
|
905
|
+
groupId: BigNumberish
|
|
906
|
+
], [
|
|
907
|
+
bigint
|
|
908
|
+
], "nonpayable">;
|
|
909
|
+
renounceRole: TypedContractMethod<[
|
|
910
|
+
role: BytesLike,
|
|
911
|
+
account: AddressLike
|
|
912
|
+
], [
|
|
913
|
+
void
|
|
914
|
+
], "nonpayable">;
|
|
915
|
+
repayBorrowAllowed: TypedContractMethod<[
|
|
916
|
+
cToken: AddressLike,
|
|
917
|
+
payer: AddressLike,
|
|
918
|
+
borrower: AddressLike,
|
|
919
|
+
repayAmount: BigNumberish
|
|
920
|
+
], [
|
|
921
|
+
void
|
|
922
|
+
], "nonpayable">;
|
|
923
|
+
repayBorrowVerify: TypedContractMethod<[
|
|
924
|
+
cToken: AddressLike,
|
|
925
|
+
payer: AddressLike,
|
|
926
|
+
borrower: AddressLike,
|
|
927
|
+
actualRepayAmount: BigNumberish,
|
|
928
|
+
borrowerIndex: BigNumberish
|
|
929
|
+
], [
|
|
930
|
+
void
|
|
931
|
+
], "nonpayable">;
|
|
932
|
+
revokeRole: TypedContractMethod<[
|
|
933
|
+
role: BytesLike,
|
|
934
|
+
account: AddressLike
|
|
935
|
+
], [
|
|
936
|
+
void
|
|
937
|
+
], "nonpayable">;
|
|
938
|
+
seizeAllowed: TypedContractMethod<[
|
|
939
|
+
cTokenCollateral: AddressLike,
|
|
940
|
+
cTokenBorrowed: AddressLike,
|
|
941
|
+
liquidator: AddressLike,
|
|
942
|
+
borrower: AddressLike,
|
|
943
|
+
seizeTokens: BigNumberish
|
|
944
|
+
], [
|
|
945
|
+
void
|
|
946
|
+
], "nonpayable">;
|
|
947
|
+
seizeGuardianPaused: TypedContractMethod<[], [boolean], "view">;
|
|
948
|
+
seizeVerify: TypedContractMethod<[
|
|
949
|
+
cTokenCollateral: AddressLike,
|
|
950
|
+
cTokenBorrowed: AddressLike,
|
|
951
|
+
liquidator: AddressLike,
|
|
952
|
+
borrower: AddressLike,
|
|
953
|
+
seizeTokens: BigNumberish
|
|
954
|
+
], [
|
|
955
|
+
void
|
|
956
|
+
], "nonpayable">;
|
|
957
|
+
setAccountLiquidity: TypedContractMethod<[
|
|
958
|
+
_accountLiquidity: AddressLike
|
|
959
|
+
], [
|
|
960
|
+
void
|
|
961
|
+
], "nonpayable">;
|
|
962
|
+
setAssetGroup: TypedContractMethod<[
|
|
963
|
+
groupId: BigNumberish,
|
|
964
|
+
groupName: string,
|
|
965
|
+
intraCRateMantissa: BigNumberish,
|
|
966
|
+
intraMintRateMantissa: BigNumberish,
|
|
967
|
+
intraSuRateMantissa: BigNumberish,
|
|
968
|
+
interCRateMantissa: BigNumberish,
|
|
969
|
+
interSuRateMantissa: BigNumberish
|
|
970
|
+
], [
|
|
971
|
+
bigint
|
|
972
|
+
], "nonpayable">;
|
|
973
|
+
setCompLogic: TypedContractMethod<[
|
|
974
|
+
_compLogic: AddressLike
|
|
975
|
+
], [
|
|
976
|
+
void
|
|
977
|
+
], "nonpayable">;
|
|
978
|
+
setCompSpeed: TypedContractMethod<[
|
|
979
|
+
cToken: AddressLike,
|
|
980
|
+
supplySpeed: BigNumberish,
|
|
981
|
+
borrowSpeed: BigNumberish
|
|
982
|
+
], [
|
|
983
|
+
void
|
|
984
|
+
], "nonpayable">;
|
|
985
|
+
setGovTokenAddress: TypedContractMethod<[
|
|
986
|
+
_governanceToken: AddressLike
|
|
987
|
+
], [
|
|
988
|
+
void
|
|
989
|
+
], "nonpayable">;
|
|
990
|
+
setMinSuBorrowValue: TypedContractMethod<[
|
|
991
|
+
_minSuBorrowValue: BigNumberish
|
|
992
|
+
], [
|
|
993
|
+
void
|
|
994
|
+
], "nonpayable">;
|
|
995
|
+
setRedemptionManager: TypedContractMethod<[
|
|
996
|
+
_redemptionManager: AddressLike
|
|
997
|
+
], [
|
|
998
|
+
void
|
|
999
|
+
], "nonpayable">;
|
|
1000
|
+
setTimelock: TypedContractMethod<[
|
|
1001
|
+
_timelock: AddressLike
|
|
1002
|
+
], [
|
|
1003
|
+
void
|
|
1004
|
+
], "nonpayable">;
|
|
1005
|
+
suTokenRateMantissa: TypedContractMethod<[], [bigint], "view">;
|
|
1006
|
+
supportsInterface: TypedContractMethod<[
|
|
1007
|
+
interfaceId: BytesLike
|
|
1008
|
+
], [
|
|
1009
|
+
boolean
|
|
1010
|
+
], "view">;
|
|
1011
|
+
sutokenLiquidationIncentiveMantissa: TypedContractMethod<[
|
|
1012
|
+
], [
|
|
1013
|
+
bigint
|
|
1014
|
+
], "view">;
|
|
1015
|
+
timelock: TypedContractMethod<[], [string], "view">;
|
|
1016
|
+
transferAllowed: TypedContractMethod<[
|
|
1017
|
+
cToken: AddressLike,
|
|
1018
|
+
src: AddressLike,
|
|
1019
|
+
dst: AddressLike,
|
|
1020
|
+
transferTokens: BigNumberish
|
|
1021
|
+
], [
|
|
1022
|
+
void
|
|
1023
|
+
], "nonpayable">;
|
|
1024
|
+
transferGuardianPaused: TypedContractMethod<[], [boolean], "view">;
|
|
1025
|
+
updateSortedBorrowsBatch: TypedContractMethod<[
|
|
1026
|
+
borrowers: AddressLike[]
|
|
1027
|
+
], [
|
|
1028
|
+
void
|
|
1029
|
+
], "nonpayable">;
|
|
1030
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
1031
|
+
getFunction(nameOrSignature: "CAPPER_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
1032
|
+
getFunction(nameOrSignature: "COMP_LOGIC"): TypedContractMethod<[], [string], "view">;
|
|
1033
|
+
getFunction(nameOrSignature: "DEFAULT_ADMIN_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
1034
|
+
getFunction(nameOrSignature: "PAUSER_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
1035
|
+
getFunction(nameOrSignature: "_borrowGuardianPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1036
|
+
getFunction(nameOrSignature: "_getBorrowCapGuardian"): TypedContractMethod<[], [string], "view">;
|
|
1037
|
+
getFunction(nameOrSignature: "_getBorrowPaused"): TypedContractMethod<[cToken: AddressLike], [boolean], "view">;
|
|
1038
|
+
getFunction(nameOrSignature: "_getMintPaused"): TypedContractMethod<[cToken: AddressLike], [boolean], "view">;
|
|
1039
|
+
getFunction(nameOrSignature: "_getPauseGuardian"): TypedContractMethod<[], [string], "view">;
|
|
1040
|
+
getFunction(nameOrSignature: "_getSeizePaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1041
|
+
getFunction(nameOrSignature: "_getTransferPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1042
|
+
getFunction(nameOrSignature: "_mintGuardianPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1043
|
+
getFunction(nameOrSignature: "_setBorrowCapGuardian"): TypedContractMethod<[
|
|
1044
|
+
newBorrowCapGuardian: AddressLike
|
|
1045
|
+
], [
|
|
1046
|
+
void
|
|
1047
|
+
], "nonpayable">;
|
|
1048
|
+
getFunction(nameOrSignature: "_setBorrowPaused"): TypedContractMethod<[
|
|
1049
|
+
cToken: AddressLike,
|
|
1050
|
+
state: boolean
|
|
1051
|
+
], [
|
|
1052
|
+
boolean
|
|
1053
|
+
], "nonpayable">;
|
|
1054
|
+
getFunction(nameOrSignature: "_setCloseFactor"): TypedContractMethod<[
|
|
1055
|
+
newCloseFactorMantissa: BigNumberish
|
|
1056
|
+
], [
|
|
1057
|
+
bigint
|
|
1058
|
+
], "nonpayable">;
|
|
1059
|
+
getFunction(nameOrSignature: "_setLiquidationIncentive"): TypedContractMethod<[
|
|
1060
|
+
newHeteroLiquidationIncentiveMantissa: BigNumberish,
|
|
1061
|
+
newHomoLiquidationIncentiveMantissa: BigNumberish,
|
|
1062
|
+
newSutokenLiquidationIncentiveMantissa: BigNumberish
|
|
1063
|
+
], [
|
|
1064
|
+
bigint
|
|
1065
|
+
], "nonpayable">;
|
|
1066
|
+
getFunction(nameOrSignature: "_setMarketBorrowCaps"): TypedContractMethod<[
|
|
1067
|
+
cTokens: AddressLike[],
|
|
1068
|
+
newBorrowCaps: BigNumberish[]
|
|
1069
|
+
], [
|
|
1070
|
+
void
|
|
1071
|
+
], "nonpayable">;
|
|
1072
|
+
getFunction(nameOrSignature: "_setMaxSupply"): TypedContractMethod<[
|
|
1073
|
+
cTokens: AddressLike[],
|
|
1074
|
+
newMaxSupplys: BigNumberish[]
|
|
1075
|
+
], [
|
|
1076
|
+
bigint
|
|
1077
|
+
], "nonpayable">;
|
|
1078
|
+
getFunction(nameOrSignature: "_setMintPaused"): TypedContractMethod<[
|
|
1079
|
+
cToken: AddressLike,
|
|
1080
|
+
state: boolean
|
|
1081
|
+
], [
|
|
1082
|
+
boolean
|
|
1083
|
+
], "nonpayable">;
|
|
1084
|
+
getFunction(nameOrSignature: "_setPauseGuardian"): TypedContractMethod<[
|
|
1085
|
+
newPauseGuardian: AddressLike
|
|
1086
|
+
], [
|
|
1087
|
+
bigint
|
|
1088
|
+
], "nonpayable">;
|
|
1089
|
+
getFunction(nameOrSignature: "_setPriceOracle"): TypedContractMethod<[newOracle: AddressLike], [bigint], "nonpayable">;
|
|
1090
|
+
getFunction(nameOrSignature: "_setSeizePaused"): TypedContractMethod<[state: boolean], [boolean], "nonpayable">;
|
|
1091
|
+
getFunction(nameOrSignature: "_setTransferPaused"): TypedContractMethod<[state: boolean], [boolean], "nonpayable">;
|
|
1092
|
+
getFunction(nameOrSignature: "_supportMarket"): TypedContractMethod<[
|
|
1093
|
+
cToken: AddressLike,
|
|
1094
|
+
groupId: BigNumberish,
|
|
1095
|
+
borrowCap: BigNumberish,
|
|
1096
|
+
supplyCap: BigNumberish
|
|
1097
|
+
], [
|
|
1098
|
+
bigint
|
|
1099
|
+
], "nonpayable">;
|
|
1100
|
+
getFunction(nameOrSignature: "accountAssets"): TypedContractMethod<[
|
|
1101
|
+
arg0: AddressLike,
|
|
1102
|
+
arg1: BigNumberish
|
|
1103
|
+
], [
|
|
1104
|
+
string
|
|
1105
|
+
], "view">;
|
|
1106
|
+
getFunction(nameOrSignature: "accountLiquidity"): TypedContractMethod<[], [string], "view">;
|
|
1107
|
+
getFunction(nameOrSignature: "allMarkets"): TypedContractMethod<[arg0: BigNumberish], [string], "view">;
|
|
1108
|
+
getFunction(nameOrSignature: "assetGroupIdToIndex"): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
1109
|
+
getFunction(nameOrSignature: "borrowAllowed"): TypedContractMethod<[
|
|
1110
|
+
cToken: AddressLike,
|
|
1111
|
+
borrower: AddressLike,
|
|
1112
|
+
borrowAmount: BigNumberish
|
|
1113
|
+
], [
|
|
1114
|
+
void
|
|
1115
|
+
], "nonpayable">;
|
|
1116
|
+
getFunction(nameOrSignature: "borrowCapGuardian"): TypedContractMethod<[], [string], "view">;
|
|
1117
|
+
getFunction(nameOrSignature: "borrowCaps"): TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
1118
|
+
getFunction(nameOrSignature: "borrowGuardianPaused"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
1119
|
+
getFunction(nameOrSignature: "borrowVerify"): TypedContractMethod<[
|
|
1120
|
+
cToken: AddressLike,
|
|
1121
|
+
borrower: AddressLike,
|
|
1122
|
+
borrowAmount: BigNumberish
|
|
1123
|
+
], [
|
|
1124
|
+
void
|
|
1125
|
+
], "nonpayable">;
|
|
1126
|
+
getFunction(nameOrSignature: "checkMembership"): TypedContractMethod<[
|
|
1127
|
+
account: AddressLike,
|
|
1128
|
+
cToken: AddressLike
|
|
1129
|
+
], [
|
|
1130
|
+
boolean
|
|
1131
|
+
], "view">;
|
|
1132
|
+
getFunction(nameOrSignature: "cleanAssetGroup"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1133
|
+
getFunction(nameOrSignature: "closeFactorMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
1134
|
+
getFunction(nameOrSignature: "compLogic"): TypedContractMethod<[], [string], "view">;
|
|
1135
|
+
getFunction(nameOrSignature: "enterMarkets"): TypedContractMethod<[cTokens: AddressLike[]], [bigint[]], "nonpayable">;
|
|
1136
|
+
getFunction(nameOrSignature: "enterMarketsForAll"): TypedContractMethod<[accounts: AddressLike[]], [void], "nonpayable">;
|
|
1137
|
+
getFunction(nameOrSignature: "eqAssetGroup"): TypedContractMethod<[
|
|
1138
|
+
groupId: BigNumberish
|
|
1139
|
+
], [
|
|
1140
|
+
IComptroller.AssetGroupStructOutput
|
|
1141
|
+
], "view">;
|
|
1142
|
+
getFunction(nameOrSignature: "exitMarket"): TypedContractMethod<[cTokenAddress: AddressLike], [bigint], "nonpayable">;
|
|
1143
|
+
getFunction(nameOrSignature: "getAccountLiquidity"): TypedContractMethod<[
|
|
1144
|
+
account: AddressLike
|
|
1145
|
+
], [
|
|
1146
|
+
[bigint, bigint, bigint]
|
|
1147
|
+
], "view">;
|
|
1148
|
+
getFunction(nameOrSignature: "getAccountSafeLimit"): TypedContractMethod<[
|
|
1149
|
+
account: AddressLike,
|
|
1150
|
+
cTokenTarget: AddressLike,
|
|
1151
|
+
intraSafeLimitMantissa: BigNumberish,
|
|
1152
|
+
interSafeLimitMantissa: BigNumberish
|
|
1153
|
+
], [
|
|
1154
|
+
bigint
|
|
1155
|
+
], "view">;
|
|
1156
|
+
getFunction(nameOrSignature: "getAllAssetGroup"): TypedContractMethod<[], [IComptroller.AssetGroupStructOutput[]], "view">;
|
|
1157
|
+
getFunction(nameOrSignature: "getAllAssetGroupByIndex"): TypedContractMethod<[
|
|
1158
|
+
groupIndex: BigNumberish
|
|
1159
|
+
], [
|
|
1160
|
+
IComptroller.AssetGroupStructOutput
|
|
1161
|
+
], "view">;
|
|
1162
|
+
getFunction(nameOrSignature: "getAllMarkets"): TypedContractMethod<[], [string[]], "view">;
|
|
1163
|
+
getFunction(nameOrSignature: "getAssetGroup"): TypedContractMethod<[
|
|
1164
|
+
groupId: BigNumberish
|
|
1165
|
+
], [
|
|
1166
|
+
IComptroller.AssetGroupStructOutput
|
|
1167
|
+
], "view">;
|
|
1168
|
+
getFunction(nameOrSignature: "getAssetGroupNum"): TypedContractMethod<[], [bigint], "view">;
|
|
1169
|
+
getFunction(nameOrSignature: "getAssetsIn"): TypedContractMethod<[account: AddressLike], [string[]], "view">;
|
|
1170
|
+
getFunction(nameOrSignature: "getCollateralRate"): TypedContractMethod<[
|
|
1171
|
+
collateralToken: AddressLike,
|
|
1172
|
+
liabilityToken: AddressLike
|
|
1173
|
+
], [
|
|
1174
|
+
bigint
|
|
1175
|
+
], "view">;
|
|
1176
|
+
getFunction(nameOrSignature: "getCompAddress"): TypedContractMethod<[], [string], "view">;
|
|
1177
|
+
getFunction(nameOrSignature: "getHypotheticalAccountLiquidity"): TypedContractMethod<[
|
|
1178
|
+
account: AddressLike,
|
|
1179
|
+
cTokenModify: AddressLike,
|
|
1180
|
+
redeemTokens: BigNumberish,
|
|
1181
|
+
borrowAmount: BigNumberish
|
|
1182
|
+
], [
|
|
1183
|
+
[bigint, bigint, bigint]
|
|
1184
|
+
], "view">;
|
|
1185
|
+
getFunction(nameOrSignature: "getRoleAdmin"): TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
1186
|
+
getFunction(nameOrSignature: "getRoleMember"): TypedContractMethod<[
|
|
1187
|
+
role: BytesLike,
|
|
1188
|
+
index: BigNumberish
|
|
1189
|
+
], [
|
|
1190
|
+
string
|
|
1191
|
+
], "view">;
|
|
1192
|
+
getFunction(nameOrSignature: "getRoleMemberCount"): TypedContractMethod<[role: BytesLike], [bigint], "view">;
|
|
1193
|
+
getFunction(nameOrSignature: "governanceToken"): TypedContractMethod<[], [string], "view">;
|
|
1194
|
+
getFunction(nameOrSignature: "grantRole"): TypedContractMethod<[
|
|
1195
|
+
role: BytesLike,
|
|
1196
|
+
account: AddressLike
|
|
1197
|
+
], [
|
|
1198
|
+
void
|
|
1199
|
+
], "nonpayable">;
|
|
1200
|
+
getFunction(nameOrSignature: "hasRole"): TypedContractMethod<[
|
|
1201
|
+
role: BytesLike,
|
|
1202
|
+
account: AddressLike
|
|
1203
|
+
], [
|
|
1204
|
+
boolean
|
|
1205
|
+
], "view">;
|
|
1206
|
+
getFunction(nameOrSignature: "heteroLiquidationIncentiveMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
1207
|
+
getFunction(nameOrSignature: "homoLiquidationIncentiveMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
1208
|
+
getFunction(nameOrSignature: "initialize"): TypedContractMethod<[
|
|
1209
|
+
_admin: AddressLike,
|
|
1210
|
+
_oracle: AddressLike,
|
|
1211
|
+
_gov: AddressLike,
|
|
1212
|
+
_compLogic: AddressLike,
|
|
1213
|
+
_accountLiquidity: AddressLike,
|
|
1214
|
+
_closeFactorMantissa: BigNumberish,
|
|
1215
|
+
_heteroLiquidationIncentiveMantissa: BigNumberish,
|
|
1216
|
+
_homoLiquidationIncentiveMantissa: BigNumberish,
|
|
1217
|
+
_sutokenLiquidationIncentiveMantissa: BigNumberish,
|
|
1218
|
+
_redemptionManager: AddressLike
|
|
1219
|
+
], [
|
|
1220
|
+
void
|
|
1221
|
+
], "nonpayable">;
|
|
1222
|
+
getFunction(nameOrSignature: "isComptroller"): TypedContractMethod<[], [boolean], "view">;
|
|
1223
|
+
getFunction(nameOrSignature: "isListed"): TypedContractMethod<[asset: AddressLike], [boolean], "view">;
|
|
1224
|
+
getFunction(nameOrSignature: "liquidateBorrowAllowed"): TypedContractMethod<[
|
|
1225
|
+
cTokenBorrowed: AddressLike,
|
|
1226
|
+
cTokenCollateral: AddressLike,
|
|
1227
|
+
liquidator: AddressLike,
|
|
1228
|
+
borrower: AddressLike,
|
|
1229
|
+
repayAmount: BigNumberish
|
|
1230
|
+
], [
|
|
1231
|
+
void
|
|
1232
|
+
], "view">;
|
|
1233
|
+
getFunction(nameOrSignature: "liquidationIncentiveMantissa"): TypedContractMethod<[], [[bigint, bigint, bigint]], "view">;
|
|
1234
|
+
getFunction(nameOrSignature: "marketGroupId"): TypedContractMethod<[asset: AddressLike], [bigint], "view">;
|
|
1235
|
+
getFunction(nameOrSignature: "markets"): TypedContractMethod<[
|
|
1236
|
+
arg0: AddressLike
|
|
1237
|
+
], [
|
|
1238
|
+
[
|
|
1239
|
+
boolean,
|
|
1240
|
+
bigint,
|
|
1241
|
+
boolean
|
|
1242
|
+
] & {
|
|
1243
|
+
isListed: boolean;
|
|
1244
|
+
assetGroupId: bigint;
|
|
1245
|
+
isComped: boolean;
|
|
1246
|
+
}
|
|
1247
|
+
], "view">;
|
|
1248
|
+
getFunction(nameOrSignature: "maxSupply"): TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
1249
|
+
getFunction(nameOrSignature: "minSuBorrowValue"): TypedContractMethod<[], [bigint], "view">;
|
|
1250
|
+
getFunction(nameOrSignature: "mintAllowed"): TypedContractMethod<[
|
|
1251
|
+
cToken: AddressLike,
|
|
1252
|
+
minter: AddressLike,
|
|
1253
|
+
mintAmount: BigNumberish
|
|
1254
|
+
], [
|
|
1255
|
+
void
|
|
1256
|
+
], "nonpayable">;
|
|
1257
|
+
getFunction(nameOrSignature: "mintGuardianPaused"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
1258
|
+
getFunction(nameOrSignature: "oracle"): TypedContractMethod<[], [string], "view">;
|
|
1259
|
+
getFunction(nameOrSignature: "pauseGuardian"): TypedContractMethod<[], [string], "view">;
|
|
1260
|
+
getFunction(nameOrSignature: "redeemAllowed"): TypedContractMethod<[
|
|
1261
|
+
cToken: AddressLike,
|
|
1262
|
+
redeemer: AddressLike,
|
|
1263
|
+
redeemTokens: BigNumberish
|
|
1264
|
+
], [
|
|
1265
|
+
void
|
|
1266
|
+
], "nonpayable">;
|
|
1267
|
+
getFunction(nameOrSignature: "redeemFaceValue"): TypedContractMethod<[
|
|
1268
|
+
suToken: AddressLike,
|
|
1269
|
+
amount: BigNumberish
|
|
1270
|
+
], [
|
|
1271
|
+
void
|
|
1272
|
+
], "nonpayable">;
|
|
1273
|
+
getFunction(nameOrSignature: "redeemFaceValueWithTargetPlan"): TypedContractMethod<[
|
|
1274
|
+
redeemer: AddressLike,
|
|
1275
|
+
provider: AddressLike,
|
|
1276
|
+
cToken: AddressLike,
|
|
1277
|
+
suToken: AddressLike,
|
|
1278
|
+
redeemAmount: BigNumberish
|
|
1279
|
+
], [
|
|
1280
|
+
[bigint, bigint, bigint, bigint, bigint, bigint]
|
|
1281
|
+
], "nonpayable">;
|
|
1282
|
+
getFunction(nameOrSignature: "redeemVerify"): TypedContractMethod<[
|
|
1283
|
+
cToken: AddressLike,
|
|
1284
|
+
redeemer: AddressLike,
|
|
1285
|
+
redeemAmount: BigNumberish,
|
|
1286
|
+
redeemTokens: BigNumberish
|
|
1287
|
+
], [
|
|
1288
|
+
void
|
|
1289
|
+
], "nonpayable">;
|
|
1290
|
+
getFunction(nameOrSignature: "redemptionManager"): TypedContractMethod<[], [string], "view">;
|
|
1291
|
+
getFunction(nameOrSignature: "removeAssetGroup"): TypedContractMethod<[groupId: BigNumberish], [bigint], "nonpayable">;
|
|
1292
|
+
getFunction(nameOrSignature: "renounceRole"): TypedContractMethod<[
|
|
1293
|
+
role: BytesLike,
|
|
1294
|
+
account: AddressLike
|
|
1295
|
+
], [
|
|
1296
|
+
void
|
|
1297
|
+
], "nonpayable">;
|
|
1298
|
+
getFunction(nameOrSignature: "repayBorrowAllowed"): TypedContractMethod<[
|
|
1299
|
+
cToken: AddressLike,
|
|
1300
|
+
payer: AddressLike,
|
|
1301
|
+
borrower: AddressLike,
|
|
1302
|
+
repayAmount: BigNumberish
|
|
1303
|
+
], [
|
|
1304
|
+
void
|
|
1305
|
+
], "nonpayable">;
|
|
1306
|
+
getFunction(nameOrSignature: "repayBorrowVerify"): TypedContractMethod<[
|
|
1307
|
+
cToken: AddressLike,
|
|
1308
|
+
payer: AddressLike,
|
|
1309
|
+
borrower: AddressLike,
|
|
1310
|
+
actualRepayAmount: BigNumberish,
|
|
1311
|
+
borrowerIndex: BigNumberish
|
|
1312
|
+
], [
|
|
1313
|
+
void
|
|
1314
|
+
], "nonpayable">;
|
|
1315
|
+
getFunction(nameOrSignature: "revokeRole"): TypedContractMethod<[
|
|
1316
|
+
role: BytesLike,
|
|
1317
|
+
account: AddressLike
|
|
1318
|
+
], [
|
|
1319
|
+
void
|
|
1320
|
+
], "nonpayable">;
|
|
1321
|
+
getFunction(nameOrSignature: "seizeAllowed"): TypedContractMethod<[
|
|
1322
|
+
cTokenCollateral: AddressLike,
|
|
1323
|
+
cTokenBorrowed: AddressLike,
|
|
1324
|
+
liquidator: AddressLike,
|
|
1325
|
+
borrower: AddressLike,
|
|
1326
|
+
seizeTokens: BigNumberish
|
|
1327
|
+
], [
|
|
1328
|
+
void
|
|
1329
|
+
], "nonpayable">;
|
|
1330
|
+
getFunction(nameOrSignature: "seizeGuardianPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1331
|
+
getFunction(nameOrSignature: "seizeVerify"): TypedContractMethod<[
|
|
1332
|
+
cTokenCollateral: AddressLike,
|
|
1333
|
+
cTokenBorrowed: AddressLike,
|
|
1334
|
+
liquidator: AddressLike,
|
|
1335
|
+
borrower: AddressLike,
|
|
1336
|
+
seizeTokens: BigNumberish
|
|
1337
|
+
], [
|
|
1338
|
+
void
|
|
1339
|
+
], "nonpayable">;
|
|
1340
|
+
getFunction(nameOrSignature: "setAccountLiquidity"): TypedContractMethod<[
|
|
1341
|
+
_accountLiquidity: AddressLike
|
|
1342
|
+
], [
|
|
1343
|
+
void
|
|
1344
|
+
], "nonpayable">;
|
|
1345
|
+
getFunction(nameOrSignature: "setAssetGroup"): TypedContractMethod<[
|
|
1346
|
+
groupId: BigNumberish,
|
|
1347
|
+
groupName: string,
|
|
1348
|
+
intraCRateMantissa: BigNumberish,
|
|
1349
|
+
intraMintRateMantissa: BigNumberish,
|
|
1350
|
+
intraSuRateMantissa: BigNumberish,
|
|
1351
|
+
interCRateMantissa: BigNumberish,
|
|
1352
|
+
interSuRateMantissa: BigNumberish
|
|
1353
|
+
], [
|
|
1354
|
+
bigint
|
|
1355
|
+
], "nonpayable">;
|
|
1356
|
+
getFunction(nameOrSignature: "setCompLogic"): TypedContractMethod<[_compLogic: AddressLike], [void], "nonpayable">;
|
|
1357
|
+
getFunction(nameOrSignature: "setCompSpeed"): TypedContractMethod<[
|
|
1358
|
+
cToken: AddressLike,
|
|
1359
|
+
supplySpeed: BigNumberish,
|
|
1360
|
+
borrowSpeed: BigNumberish
|
|
1361
|
+
], [
|
|
1362
|
+
void
|
|
1363
|
+
], "nonpayable">;
|
|
1364
|
+
getFunction(nameOrSignature: "setGovTokenAddress"): TypedContractMethod<[_governanceToken: AddressLike], [void], "nonpayable">;
|
|
1365
|
+
getFunction(nameOrSignature: "setMinSuBorrowValue"): TypedContractMethod<[
|
|
1366
|
+
_minSuBorrowValue: BigNumberish
|
|
1367
|
+
], [
|
|
1368
|
+
void
|
|
1369
|
+
], "nonpayable">;
|
|
1370
|
+
getFunction(nameOrSignature: "setRedemptionManager"): TypedContractMethod<[
|
|
1371
|
+
_redemptionManager: AddressLike
|
|
1372
|
+
], [
|
|
1373
|
+
void
|
|
1374
|
+
], "nonpayable">;
|
|
1375
|
+
getFunction(nameOrSignature: "setTimelock"): TypedContractMethod<[_timelock: AddressLike], [void], "nonpayable">;
|
|
1376
|
+
getFunction(nameOrSignature: "suTokenRateMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
1377
|
+
getFunction(nameOrSignature: "supportsInterface"): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">;
|
|
1378
|
+
getFunction(nameOrSignature: "sutokenLiquidationIncentiveMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
1379
|
+
getFunction(nameOrSignature: "timelock"): TypedContractMethod<[], [string], "view">;
|
|
1380
|
+
getFunction(nameOrSignature: "transferAllowed"): TypedContractMethod<[
|
|
1381
|
+
cToken: AddressLike,
|
|
1382
|
+
src: AddressLike,
|
|
1383
|
+
dst: AddressLike,
|
|
1384
|
+
transferTokens: BigNumberish
|
|
1385
|
+
], [
|
|
1386
|
+
void
|
|
1387
|
+
], "nonpayable">;
|
|
1388
|
+
getFunction(nameOrSignature: "transferGuardianPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1389
|
+
getFunction(nameOrSignature: "updateSortedBorrowsBatch"): TypedContractMethod<[borrowers: AddressLike[]], [void], "nonpayable">;
|
|
1390
|
+
getEvent(key: "ActionPaused"): TypedContractEvent<ActionPausedEvent.InputTuple, ActionPausedEvent.OutputTuple, ActionPausedEvent.OutputObject>;
|
|
1391
|
+
getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1392
|
+
getEvent(key: "MarketEntered"): TypedContractEvent<MarketEnteredEvent.InputTuple, MarketEnteredEvent.OutputTuple, MarketEnteredEvent.OutputObject>;
|
|
1393
|
+
getEvent(key: "MarketExited"): TypedContractEvent<MarketExitedEvent.InputTuple, MarketExitedEvent.OutputTuple, MarketExitedEvent.OutputObject>;
|
|
1394
|
+
getEvent(key: "MarketListed"): TypedContractEvent<MarketListedEvent.InputTuple, MarketListedEvent.OutputTuple, MarketListedEvent.OutputObject>;
|
|
1395
|
+
getEvent(key: "NewAssetGroup"): TypedContractEvent<NewAssetGroupEvent.InputTuple, NewAssetGroupEvent.OutputTuple, NewAssetGroupEvent.OutputObject>;
|
|
1396
|
+
getEvent(key: "NewBorrowCap"): TypedContractEvent<NewBorrowCapEvent.InputTuple, NewBorrowCapEvent.OutputTuple, NewBorrowCapEvent.OutputObject>;
|
|
1397
|
+
getEvent(key: "NewBorrowCapGuardian"): TypedContractEvent<NewBorrowCapGuardianEvent.InputTuple, NewBorrowCapGuardianEvent.OutputTuple, NewBorrowCapGuardianEvent.OutputObject>;
|
|
1398
|
+
getEvent(key: "NewCloseFactor"): TypedContractEvent<NewCloseFactorEvent.InputTuple, NewCloseFactorEvent.OutputTuple, NewCloseFactorEvent.OutputObject>;
|
|
1399
|
+
getEvent(key: "NewLiquidationIncentive"): TypedContractEvent<NewLiquidationIncentiveEvent.InputTuple, NewLiquidationIncentiveEvent.OutputTuple, NewLiquidationIncentiveEvent.OutputObject>;
|
|
1400
|
+
getEvent(key: "NewPauseGuardian"): TypedContractEvent<NewPauseGuardianEvent.InputTuple, NewPauseGuardianEvent.OutputTuple, NewPauseGuardianEvent.OutputObject>;
|
|
1401
|
+
getEvent(key: "NewPriceOracle"): TypedContractEvent<NewPriceOracleEvent.InputTuple, NewPriceOracleEvent.OutputTuple, NewPriceOracleEvent.OutputObject>;
|
|
1402
|
+
getEvent(key: "Redemption"): TypedContractEvent<RedemptionEvent.InputTuple, RedemptionEvent.OutputTuple, RedemptionEvent.OutputObject>;
|
|
1403
|
+
getEvent(key: "RemoveAssetGroup"): TypedContractEvent<RemoveAssetGroupEvent.InputTuple, RemoveAssetGroupEvent.OutputTuple, RemoveAssetGroupEvent.OutputObject>;
|
|
1404
|
+
getEvent(key: "RoleAdminChanged"): TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1405
|
+
getEvent(key: "RoleGranted"): TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1406
|
+
getEvent(key: "RoleRevoked"): TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1407
|
+
getEvent(key: "SetMaxSupply"): TypedContractEvent<SetMaxSupplyEvent.InputTuple, SetMaxSupplyEvent.OutputTuple, SetMaxSupplyEvent.OutputObject>;
|
|
1408
|
+
filters: {
|
|
1409
|
+
"ActionPaused(address,string,bool)": TypedContractEvent<ActionPausedEvent.InputTuple, ActionPausedEvent.OutputTuple, ActionPausedEvent.OutputObject>;
|
|
1410
|
+
ActionPaused: TypedContractEvent<ActionPausedEvent.InputTuple, ActionPausedEvent.OutputTuple, ActionPausedEvent.OutputObject>;
|
|
1411
|
+
"Initialized(uint8)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1412
|
+
Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1413
|
+
"MarketEntered(address,address)": TypedContractEvent<MarketEnteredEvent.InputTuple, MarketEnteredEvent.OutputTuple, MarketEnteredEvent.OutputObject>;
|
|
1414
|
+
MarketEntered: TypedContractEvent<MarketEnteredEvent.InputTuple, MarketEnteredEvent.OutputTuple, MarketEnteredEvent.OutputObject>;
|
|
1415
|
+
"MarketExited(address,address)": TypedContractEvent<MarketExitedEvent.InputTuple, MarketExitedEvent.OutputTuple, MarketExitedEvent.OutputObject>;
|
|
1416
|
+
MarketExited: TypedContractEvent<MarketExitedEvent.InputTuple, MarketExitedEvent.OutputTuple, MarketExitedEvent.OutputObject>;
|
|
1417
|
+
"MarketListed(address)": TypedContractEvent<MarketListedEvent.InputTuple, MarketListedEvent.OutputTuple, MarketListedEvent.OutputObject>;
|
|
1418
|
+
MarketListed: TypedContractEvent<MarketListedEvent.InputTuple, MarketListedEvent.OutputTuple, MarketListedEvent.OutputObject>;
|
|
1419
|
+
"NewAssetGroup(uint8,string,uint256,uint256,uint256,uint256,uint256,uint8)": TypedContractEvent<NewAssetGroupEvent.InputTuple, NewAssetGroupEvent.OutputTuple, NewAssetGroupEvent.OutputObject>;
|
|
1420
|
+
NewAssetGroup: TypedContractEvent<NewAssetGroupEvent.InputTuple, NewAssetGroupEvent.OutputTuple, NewAssetGroupEvent.OutputObject>;
|
|
1421
|
+
"NewBorrowCap(address,uint256)": TypedContractEvent<NewBorrowCapEvent.InputTuple, NewBorrowCapEvent.OutputTuple, NewBorrowCapEvent.OutputObject>;
|
|
1422
|
+
NewBorrowCap: TypedContractEvent<NewBorrowCapEvent.InputTuple, NewBorrowCapEvent.OutputTuple, NewBorrowCapEvent.OutputObject>;
|
|
1423
|
+
"NewBorrowCapGuardian(address,address)": TypedContractEvent<NewBorrowCapGuardianEvent.InputTuple, NewBorrowCapGuardianEvent.OutputTuple, NewBorrowCapGuardianEvent.OutputObject>;
|
|
1424
|
+
NewBorrowCapGuardian: TypedContractEvent<NewBorrowCapGuardianEvent.InputTuple, NewBorrowCapGuardianEvent.OutputTuple, NewBorrowCapGuardianEvent.OutputObject>;
|
|
1425
|
+
"NewCloseFactor(uint256,uint256)": TypedContractEvent<NewCloseFactorEvent.InputTuple, NewCloseFactorEvent.OutputTuple, NewCloseFactorEvent.OutputObject>;
|
|
1426
|
+
NewCloseFactor: TypedContractEvent<NewCloseFactorEvent.InputTuple, NewCloseFactorEvent.OutputTuple, NewCloseFactorEvent.OutputObject>;
|
|
1427
|
+
"NewLiquidationIncentive(uint256,uint256,uint256,uint256,uint256,uint256)": TypedContractEvent<NewLiquidationIncentiveEvent.InputTuple, NewLiquidationIncentiveEvent.OutputTuple, NewLiquidationIncentiveEvent.OutputObject>;
|
|
1428
|
+
NewLiquidationIncentive: TypedContractEvent<NewLiquidationIncentiveEvent.InputTuple, NewLiquidationIncentiveEvent.OutputTuple, NewLiquidationIncentiveEvent.OutputObject>;
|
|
1429
|
+
"NewPauseGuardian(address,address)": TypedContractEvent<NewPauseGuardianEvent.InputTuple, NewPauseGuardianEvent.OutputTuple, NewPauseGuardianEvent.OutputObject>;
|
|
1430
|
+
NewPauseGuardian: TypedContractEvent<NewPauseGuardianEvent.InputTuple, NewPauseGuardianEvent.OutputTuple, NewPauseGuardianEvent.OutputObject>;
|
|
1431
|
+
"NewPriceOracle(address,address)": TypedContractEvent<NewPriceOracleEvent.InputTuple, NewPriceOracleEvent.OutputTuple, NewPriceOracleEvent.OutputObject>;
|
|
1432
|
+
NewPriceOracle: TypedContractEvent<NewPriceOracleEvent.InputTuple, NewPriceOracleEvent.OutputTuple, NewPriceOracleEvent.OutputObject>;
|
|
1433
|
+
"Redemption(address,address,address,uint256,address,uint256)": TypedContractEvent<RedemptionEvent.InputTuple, RedemptionEvent.OutputTuple, RedemptionEvent.OutputObject>;
|
|
1434
|
+
Redemption: TypedContractEvent<RedemptionEvent.InputTuple, RedemptionEvent.OutputTuple, RedemptionEvent.OutputObject>;
|
|
1435
|
+
"RemoveAssetGroup(uint8,uint8)": TypedContractEvent<RemoveAssetGroupEvent.InputTuple, RemoveAssetGroupEvent.OutputTuple, RemoveAssetGroupEvent.OutputObject>;
|
|
1436
|
+
RemoveAssetGroup: TypedContractEvent<RemoveAssetGroupEvent.InputTuple, RemoveAssetGroupEvent.OutputTuple, RemoveAssetGroupEvent.OutputObject>;
|
|
1437
|
+
"RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1438
|
+
RoleAdminChanged: TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1439
|
+
"RoleGranted(bytes32,address,address)": TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1440
|
+
RoleGranted: TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1441
|
+
"RoleRevoked(bytes32,address,address)": TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1442
|
+
RoleRevoked: TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1443
|
+
"SetMaxSupply(address,uint256)": TypedContractEvent<SetMaxSupplyEvent.InputTuple, SetMaxSupplyEvent.OutputTuple, SetMaxSupplyEvent.OutputObject>;
|
|
1444
|
+
SetMaxSupply: TypedContractEvent<SetMaxSupplyEvent.InputTuple, SetMaxSupplyEvent.OutputTuple, SetMaxSupplyEvent.OutputObject>;
|
|
1445
|
+
};
|
|
1446
|
+
}
|