@meterio/sumer-js 0.0.12 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -40
- package/dist/browser/compound.min.js +18 -0
- package/dist/browser/sumer.min.js +18 -1
- package/dist/nodejs/EIP712.js +48 -112
- package/dist/nodejs/EIP712.js.map +1 -1
- package/dist/nodejs/abi.d.ts +1806 -0
- package/dist/nodejs/abi.js +30269 -0
- package/dist/nodejs/abi.js.map +1 -0
- package/dist/nodejs/{vToken.d.ts → cToken.d.ts} +34 -32
- package/dist/nodejs/cToken.js +377 -0
- package/dist/nodejs/cToken.js.map +1 -0
- package/dist/nodejs/comp.d.ts +6 -401
- package/dist/nodejs/comp.js +310 -937
- package/dist/nodejs/comp.js.map +1 -1
- package/dist/nodejs/comptroller.d.ts +3 -2
- package/dist/nodejs/comptroller.js +91 -113
- package/dist/nodejs/comptroller.js.map +1 -1
- package/dist/nodejs/constants/index.d.ts +25 -0
- package/dist/nodejs/constants/index.js +188 -0
- package/dist/nodejs/constants/index.js.map +1 -0
- package/dist/nodejs/constants.d.ts +22 -828
- package/dist/nodejs/constants.js +1093 -354
- package/dist/nodejs/constants.js.map +1 -1
- package/dist/nodejs/eth.d.ts +11 -11
- package/dist/nodejs/eth.js +82 -193
- package/dist/nodejs/eth.js.map +1 -1
- package/dist/nodejs/gov.d.ts +1 -91
- package/dist/nodejs/gov.js +216 -232
- package/dist/nodejs/gov.js.map +1 -1
- package/dist/nodejs/helpers.d.ts +3 -3
- package/dist/nodejs/helpers.js +6 -52
- package/dist/nodejs/helpers.js.map +1 -1
- package/dist/nodejs/index.d.ts +1543 -148
- package/dist/nodejs/index.js +62 -49
- package/dist/nodejs/index.js.map +1 -1
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControl.d.ts +159 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControl.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControl.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControlEnumerable.d.ts +177 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControlEnumerable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/AccessControlEnumerable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControl.d.ts +147 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControl.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControl.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControlEnumerable.d.ts +165 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControlEnumerable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/IAccessControlEnumerable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable.d.ts +54 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable2Step.d.ts +77 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable2Step.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/Ownable2Step.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/index.d.ts +6 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/access/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/index.d.ts +12 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/IERC1967.d.ts +65 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/IERC1967.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/IERC1967.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.d.ts +25 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.d.ts +65 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.d.ts +65 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/ERC1967/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/Proxy.d.ts +20 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/Proxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/Proxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/IBeacon.d.ts +25 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/IBeacon.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/IBeacon.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/index.d.ts +7 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts +110 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.d.ts +96 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.d.ts +65 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/index.d.ts +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/proxy/transparent/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/Pausable.d.ts +55 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/Pausable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/Pausable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/security/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +169 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/ERC20.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/ERC20.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +129 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/IERC20.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.d.ts +187 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.d.ts +201 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +141 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.d.ts +61 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +4 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/index.d.ts +6 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.d.ts +403 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/ERC20/presets/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/token/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +29 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/ERC165.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/ERC165.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +29 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.d.ts +191 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.d.ts +173 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.d.ts +165 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.d.ts +147 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/index.d.ts +4 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/index.d.ts +6 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +36 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +36 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/index.d.ts +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.d.ts +45 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.d.ts +29 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/index.d.ts +2 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/utils/introspection/index.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/index.d.ts +4 -0
- package/dist/nodejs/typechain/@openzeppelin/index.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/index.js.map +1 -0
- package/dist/nodejs/typechain/@pythnetwork/index.d.ts +2 -0
- package/dist/nodejs/typechain/@pythnetwork/index.js +3 -0
- package/dist/nodejs/typechain/@pythnetwork/index.js.map +1 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPyth.d.ts +231 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPyth.js +3 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPyth.js.map +1 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPythEvents.d.ts +67 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPythEvents.js +3 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/IPythEvents.js.map +1 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/index.d.ts +2 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/index.js +3 -0
- package/dist/nodejs/typechain/@pythnetwork/pyth-sdk-solidity/index.js.map +1 -0
- package/dist/nodejs/typechain/common.d.ts +50 -0
- package/dist/nodejs/typechain/common.js +3 -0
- package/dist/nodejs/typechain/common.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +846 -0
- package/dist/nodejs/typechain/contracts/CToken/CErc20.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/CErc20.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +823 -0
- package/dist/nodejs/typechain/contracts/CToken/CEther.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/CEther.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +713 -0
- package/dist/nodejs/typechain/contracts/CToken/CToken.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/CToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +675 -0
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +903 -0
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.js.map +1 -0
- package/dist/nodejs/typechain/contracts/CToken/index.d.ts +5 -0
- package/dist/nodejs/typechain/contracts/CToken/index.js +3 -0
- package/dist/nodejs/typechain/contracts/CToken/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/AccountLiquidity.d.ts +243 -0
- package/dist/nodejs/typechain/contracts/Comptroller/AccountLiquidity.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/AccountLiquidity.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +629 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.d.ts +517 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/CompoundLens.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +1438 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/ComptrollerStorage.d.ts +287 -0
- package/dist/nodejs/typechain/contracts/Comptroller/ComptrollerStorage.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/ComptrollerStorage.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/RedemptionManager.d.ts +375 -0
- package/dist/nodejs/typechain/contracts/Comptroller/RedemptionManager.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/RedemptionManager.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/SortedBorrows.d.ts +422 -0
- package/dist/nodejs/typechain/contracts/Comptroller/SortedBorrows.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/SortedBorrows.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Comptroller/index.d.ts +7 -0
- package/dist/nodejs/typechain/contracts/Comptroller/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Comptroller/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/ERC20/ERC20MinterBurnerPauser.d.ts +403 -0
- package/dist/nodejs/typechain/contracts/ERC20/ERC20MinterBurnerPauser.js +3 -0
- package/dist/nodejs/typechain/contracts/ERC20/ERC20MinterBurnerPauser.js.map +1 -0
- package/dist/nodejs/typechain/contracts/ERC20/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/ERC20/index.js +3 -0
- package/dist/nodejs/typechain/contracts/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/ITimelock.d.ts +184 -0
- package/dist/nodejs/typechain/contracts/ITimelock.js +3 -0
- package/dist/nodejs/typechain/contracts/ITimelock.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/InterestRateModel.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/InterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/InterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModel.d.ts +124 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelV2.d.ts +146 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelV2.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/JumpRateModelV2.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/WhitePaperInterestRateModel.d.ts +113 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/WhitePaperInterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/WhitePaperInterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/ZeroInterestRateModel.d.ts +75 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/ZeroInterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/ZeroInterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.d.ts +7 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel.d.ts +91 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/InterestRateModel/suTokenInterestModel.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.d.ts +57 -0
- package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IAccountLiquidity.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICErc20.d.ts +99 -0
- package/dist/nodejs/typechain/contracts/Interface/ICErc20.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ICErc20.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICToken.d.ts +611 -0
- package/dist/nodejs/typechain/contracts/Interface/ICToken.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ICToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.d.ts +198 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/ICToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ICTokenExternal.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IChainlinkFeed.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ICompLogic.d.ts +127 -0
- package/dist/nodejs/typechain/contracts/Interface/ICompLogic.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ICompLogic.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IComptroller.d.ts +562 -0
- package/dist/nodejs/typechain/contracts/Interface/IComptroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IComptroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.d.ts +161 -0
- package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IEIP20NonStandard.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.d.ts +119 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorAlpha.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.d.ts +130 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IGovernorBravo.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IInterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.d.ts +37 -0
- package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IPriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.d.ts +103 -0
- package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IRedemptionManager.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.d.ts +210 -0
- package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/ISortedBorrows.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IStdReference.d.ts +65 -0
- package/dist/nodejs/typechain/contracts/Interface/IStdReference.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IStdReference.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IUnitroller.d.ts +29 -0
- package/dist/nodejs/typechain/contracts/Interface/IUnitroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IUnitroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IVoltPair.d.ts +71 -0
- package/dist/nodejs/typechain/contracts/Interface/IVoltPair.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IVoltPair.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/IWitnetFeed.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interface/index.d.ts +19 -0
- package/dist/nodejs/typechain/contracts/Interface/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interface/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IAccountLiquidity.d.ts +57 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IAccountLiquidity.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IAccountLiquidity.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICErc20.d.ts +99 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICErc20.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICErc20.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICToken.d.ts +611 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICToken.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/ICToken.d.ts +198 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/ICToken.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/ICToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IChainlinkFeed.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IChainlinkFeed.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IChainlinkFeed.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +127 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +562 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IEIP20NonStandard.d.ts +161 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IEIP20NonStandard.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IEIP20NonStandard.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorAlpha.d.ts +119 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorAlpha.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorAlpha.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorBravo.d.ts +130 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorBravo.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IGovernorBravo.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IInterestRateModel.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IInterestRateModel.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IInterestRateModel.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IPriceOracle.d.ts +37 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IPriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IPriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IRedemptionManager.d.ts +103 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IRedemptionManager.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IRedemptionManager.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ISortedBorrows.d.ts +210 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ISortedBorrows.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ISortedBorrows.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IStdReference.d.ts +65 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IStdReference.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IStdReference.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ITimelock.d.ts +184 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ITimelock.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ITimelock.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IUnitroller.d.ts +29 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IUnitroller.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IUnitroller.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVoltPair.d.ts +71 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVoltPair.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVoltPair.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IWitnetFeed.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IWitnetFeed.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IWitnetFeed.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +20 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Multicall2.d.ts +165 -0
- package/dist/nodejs/typechain/contracts/Multicall2.js +3 -0
- package/dist/nodejs/typechain/contracts/Multicall2.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD.d.ts +135 -0
- package/dist/nodejs/typechain/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +320 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracleSafe.d.ts +336 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracleSafe.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracleSafe.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/PriceOracle.d.ts +33 -0
- package/dist/nodejs/typechain/contracts/Oracle/PriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/PriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/PythOracle.d.ts +195 -0
- package/dist/nodejs/typechain/contracts/Oracle/PythOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/PythOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +7 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle.d.ts +132 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/wstMTRGOracle.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/ICToken.d.ts +29 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/ICToken.js +3 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/ICToken.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/Timelock.d.ts +588 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/Timelock.js +3 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/Timelock.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Timelock.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/index.d.ts +20 -0
- package/dist/nodejs/typechain/contracts/index.js +3 -0
- package/dist/nodejs/typechain/contracts/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxy.d.ts +65 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxy.js +3 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxy.js.map +1 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxyAdmin.d.ts +110 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxyAdmin.js +3 -0
- package/dist/nodejs/typechain/contracts/proxy/SumerProxyAdmin.js.map +1 -0
- package/dist/nodejs/typechain/contracts/proxy/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/proxy/index.js +3 -0
- package/dist/nodejs/typechain/contracts/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/CommunalFarm.d.ts +587 -0
- package/dist/nodejs/typechain/contracts/stake/CommunalFarm.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/CommunalFarm.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/FraxGaugeController.d.ts +550 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/FraxGaugeController.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/FraxGaugeController.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/VotingEscrow.d.ts +49 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/VotingEscrow.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/VotingEscrow.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeController.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeFXSRewardsDistributor.d.ts +253 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeFXSRewardsDistributor.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/FraxGaugeFXSRewardsDistributor.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeController.d.ts +347 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeController.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeController.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeFXSRewardsDistributor.d.ts +161 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeFXSRewardsDistributor.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/IFraxGaugeFXSRewardsDistributor.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/IUniswapV2Pair.d.ts +396 -0
- package/dist/nodejs/typechain/contracts/stake/IUniswapV2Pair.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/IUniswapV2Pair.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/StakingRewardsMultiGauge.d.ts +791 -0
- package/dist/nodejs/typechain/contracts/stake/StakingRewardsMultiGauge.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/StakingRewardsMultiGauge.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/SmartWalletChecker.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/SmartWalletChecker.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/SmartWalletChecker.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/VeSumer.d.ts +899 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/VeSumer.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/VeSumer.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/VeSumer.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/stake/index.d.ts +10 -0
- package/dist/nodejs/typechain/contracts/stake/index.js +3 -0
- package/dist/nodejs/typechain/contracts/stake/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory.d.ts +197 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory.js +267 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +165 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControl__factory.js +224 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/AccessControl__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory.d.ts +173 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory.js +235 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +141 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +192 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/IAccessControl__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable2Step__factory.d.ts +79 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js +111 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable2Step__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +48 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable__factory.js +72 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/index.js +19 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/access/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/index.js +36 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.d.ts +42 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js +65 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +75 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +109 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.d.ts +42 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.js +65 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/index.js +11 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/ERC1967/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/Proxy__factory.d.ts +13 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/Proxy__factory.js +28 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/Proxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/beacon/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/index.js +35 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +137 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js +189 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy__factory.d.ts +96 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy__factory.js +135 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy__factory.d.ts +79 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy__factory.js +114 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/proxy/transparent/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/Pausable__factory.d.ts +37 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/Pausable__factory.js +59 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/Pausable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/security/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +240 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +326 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +147 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable__factory.d.ts +237 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable__factory.js +321 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable__factory.d.ts +243 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable__factory.js +329 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +177 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.d.ts +65 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.js +95 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +15 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/index.js +36 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.d.ts +530 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js +701 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/ERC20/presets/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/index.js +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/token/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.js +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable__factory.d.ts +207 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable__factory.js +280 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable__factory.d.ts +175 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable__factory.js +237 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable__factory.d.ts +173 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable__factory.js +235 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable__factory.d.ts +141 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable__factory.js +192 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/index.js +15 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/access/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +9 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/index.js +33 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable__factory.d.ts +31 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable__factory.js +52 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable__factory.js +39 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/index.js +11 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/utils/introspection/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/index.js +32 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/index.js +31 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPythEvents__factory.d.ts +47 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPythEvents__factory.js +70 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPythEvents__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPyth__factory.d.ts +366 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPyth__factory.js +489 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/IPyth__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/index.js +11 -0
- package/dist/nodejs/typechain/factories/@pythnetwork/pyth-sdk-solidity/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +1374 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +1784 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +1311 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +1698 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +865 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +1130 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +1089 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +1413 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +1452 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +1886 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/index.d.ts +5 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js +17 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.d.ts +312 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js +417 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/AccountLiquidity__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +752 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +989 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +756 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +989 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +396 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +527 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +2056 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +2676 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +522 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +691 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +561 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +743 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.d.ts +7 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js +21 -0
- package/dist/nodejs/typechain/factories/contracts/Comptroller/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.d.ts +534 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js +706 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/ERC20MinterBurnerPauser__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/ERC20/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.d.ts +188 -0
- package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.js +250 -0
- package/dist/nodejs/typechain/factories/contracts/ITimelock__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.d.ts +65 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.js +96 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/InterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.d.ts +237 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js +318 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModelV2__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModel__factory.d.ts +197 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModel__factory.js +267 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/JumpRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.d.ts +168 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js +230 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/WhitePaperInterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/ZeroInterestRateModel__factory.d.ts +102 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/ZeroInterestRateModel__factory.js +145 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/ZeroInterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js +41 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel__factory.d.ts +152 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel__factory.js +210 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/SuTokenRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/InterestRateModel/suTokenInterestModel.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.d.ts +67 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.js +98 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IAccountLiquidity__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.d.ts +141 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.js +200 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICErc20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.d.ts +357 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.js +481 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/ICToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICTokenExternal.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.d.ts +705 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.js +922 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.d.ts +43 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.js +66 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IChainlinkFeed__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.d.ts +133 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.js +184 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ICompLogic__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.d.ts +803 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.js +1052 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IComptroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.d.ts +177 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.js +240 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IEIP20NonStandard__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.d.ts +105 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.js +147 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorAlpha__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.d.ts +119 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.js +166 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IGovernorBravo__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.d.ts +65 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.js +96 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IInterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.d.ts +35 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.js +58 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IPriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.d.ts +147 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.js +204 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IRedemptionManager__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.d.ts +284 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.js +382 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/ISortedBorrows__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.d.ts +69 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.js +102 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IStdReference__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.d.ts +27 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.js +46 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IUnitroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.d.ts +61 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.js +89 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IVoltPair__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.js +33 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/IWitnetFeed__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/index.d.ts +18 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/index.js +65 -0
- package/dist/nodejs/typechain/factories/contracts/Interface/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IAccountLiquidity__factory.d.ts +67 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IAccountLiquidity__factory.js +98 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IAccountLiquidity__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.d.ts +141 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js +200 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.d.ts +357 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js +481 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.d.ts +705 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js +922 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IChainlinkFeed__factory.d.ts +43 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IChainlinkFeed__factory.js +66 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IChainlinkFeed__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +133 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +184 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +803 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +1052 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP20NonStandard__factory.d.ts +177 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP20NonStandard__factory.js +240 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IEIP20NonStandard__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorAlpha__factory.d.ts +105 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorAlpha__factory.js +147 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorAlpha__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorBravo__factory.d.ts +119 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorBravo__factory.js +166 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IGovernorBravo__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IInterestRateModel__factory.d.ts +65 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IInterestRateModel__factory.js +96 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IInterestRateModel__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IPriceOracle__factory.d.ts +35 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IPriceOracle__factory.js +58 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IPriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.d.ts +147 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.js +204 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IRedemptionManager__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ISortedBorrows__factory.d.ts +284 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ISortedBorrows__factory.js +382 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ISortedBorrows__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IStdReference__factory.d.ts +69 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IStdReference__factory.js +102 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IStdReference__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.d.ts +188 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js +250 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ITimelock__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IUnitroller__factory.d.ts +27 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IUnitroller__factory.js +46 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IUnitroller__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVoltPair__factory.d.ts +61 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVoltPair__factory.js +89 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVoltPair__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IWitnetFeed__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IWitnetFeed__factory.js +33 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IWitnetFeed__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +19 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +67 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +257 -0
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +351 -0
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory.d.ts +146 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory.js +199 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/ChainlinkFeedAdaptor_ETHToUSD__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracleSafe__factory.d.ts +414 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracleSafe__factory.js +547 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracleSafe__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +394 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +521 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PriceOracle__factory.d.ts +31 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PriceOracle__factory.js +52 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PythOracle__factory.d.ts +254 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PythOracle__factory.js +343 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/PythOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +41 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG__factory.js +33 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/IWstMTRG__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.d.ts +272 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js +369 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/WstMTRGOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/wstMTRGOracle.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/ICToken__factory.d.ts +27 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/ICToken__factory.js +46 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/ICToken__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/Timelock__factory.d.ts +672 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/Timelock__factory.js +879 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/Timelock__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Timelock.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +11 -0
- package/dist/nodejs/typechain/factories/contracts/index.js +43 -0
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.d.ts +137 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js +189 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxyAdmin__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.d.ts +79 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js +114 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/SumerProxy__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/proxy/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.d.ts +813 -0
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js +1064 -0
- package/dist/nodejs/typechain/factories/contracts/stake/CommunalFarm__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.d.ts +781 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js +1034 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/FraxGaugeController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/VotingEscrow__factory.d.ts +58 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/VotingEscrow__factory.js +89 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/VotingEscrow__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeController.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.d.ts +335 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js +446 -0
- package/dist/nodejs/typechain/factories/contracts/stake/FraxGaugeFXSRewardsDistributor__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeController__factory.d.ts +552 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeController__factory.js +741 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeController__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeFXSRewardsDistributor__factory.d.ts +215 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeFXSRewardsDistributor__factory.js +292 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IFraxGaugeFXSRewardsDistributor__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IUniswapV2Pair__factory.d.ts +512 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IUniswapV2Pair__factory.js +671 -0
- package/dist/nodejs/typechain/factories/contracts/stake/IUniswapV2Pair__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.d.ts +1153 -0
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js +1508 -0
- package/dist/nodejs/typechain/factories/contracts/stake/StakingRewardsMultiGauge__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/SmartWalletChecker__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/SmartWalletChecker__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/SmartWalletChecker__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.d.ts +1232 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js +1612 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/VeSumer__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/stake/VeSumer.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/stake/index.d.ts +8 -0
- package/dist/nodejs/typechain/factories/contracts/stake/index.js +44 -0
- package/dist/nodejs/typechain/factories/contracts/stake/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/index.js +33 -0
- package/dist/nodejs/typechain/factories/index.js.map +1 -0
- package/dist/nodejs/typechain/hardhat.d.ts +1773 -0
- package/dist/nodejs/typechain/index.d.ts +193 -0
- package/dist/nodejs/typechain/index.js +215 -0
- package/dist/nodejs/typechain/index.js.map +1 -0
- package/dist/nodejs/{types/index.d.ts → types.d.ts} +21 -34
- package/dist/nodejs/types.js +3 -0
- package/dist/nodejs/types.js.map +1 -0
- package/dist/nodejs/util.d.ts +6 -3
- package/dist/nodejs/util.js +57 -50
- package/dist/nodejs/util.js.map +1 -1
- package/package.json +38 -24
- package/.eslintrc.js +0 -20
- package/LICENSE +0 -12
- package/_config.yml +0 -3
- package/dist/nodejs/api.d.ts +0 -111
- package/dist/nodejs/api.js +0 -200
- package/dist/nodejs/api.js.map +0 -1
- package/dist/nodejs/priceFeed.d.ts +0 -34
- package/dist/nodejs/priceFeed.js +0 -194
- package/dist/nodejs/priceFeed.js.map +0 -1
- package/dist/nodejs/test.d.ts +0 -1
- package/dist/nodejs/test.js +0 -6
- package/dist/nodejs/test.js.map +0 -1
- package/dist/nodejs/types/index.js +0 -3
- package/dist/nodejs/types/index.js.map +0 -1
- package/dist/nodejs/vToken.js +0 -421
- package/dist/nodejs/vToken.js.map +0 -1
- package/docs/assets/css/main.css +0 -2679
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -1
- package/docs/assets/js/search.json +0 -1
- package/docs/globals.html +0 -145
- package/docs/index.html +0 -351
- package/docs/modules/_api_.html +0 -361
- package/docs/modules/_comp_.html +0 -1016
- package/docs/modules/_comptroller_.html +0 -241
- package/docs/modules/_constants_.html +0 -96
- package/docs/modules/_eip712_.html +0 -96
- package/docs/modules/_eth_.html +0 -339
- package/docs/modules/_gov_.html +0 -336
- package/docs/modules/_helpers_.html +0 -96
- package/docs/modules/_index_.html +0 -196
- package/docs/modules/_pricefeed_.html +0 -197
- package/docs/modules/_types_index_.html +0 -96
- package/docs/modules/_util_.html +0 -269
- package/docs/modules/_vtoken_.html +0 -423
- package/examples/README.md +0 -18
- package/examples/nodejs/balanceOf.js +0 -23
- package/examples/nodejs/borrow.js +0 -52
- package/examples/nodejs/config.js +0 -3
- package/examples/nodejs/eth_call.js +0 -21
- package/examples/nodejs/eth_sendTransaction.js +0 -42
- package/examples/nodejs/getAddress.js +0 -8
- package/examples/nodejs/getPrice.js +0 -21
- package/examples/nodejs/redeem.js +0 -32
- package/examples/nodejs/repayBorrow.js +0 -56
- package/examples/nodejs/sdrTokenMetadata.js +0 -21
- package/examples/nodejs/supply.js +0 -28
- package/examples/web/index.html +0 -580
- package/examples/web/ropsten.html +0 -581
- package/examples/web/ropstenNative.html +0 -581
- package/rollup.config.ts +0 -41
- package/scripts/README.md +0 -7
- package/scripts/venus-docs.js +0 -236
- package/src/EIP712.ts +0 -153
- package/src/api.ts +0 -212
- package/src/comp.ts +0 -911
- package/src/comptroller.ts +0 -127
- package/src/constants.ts +0 -394
- package/src/eth.ts +0 -351
- package/src/eth.ts.web3 +0 -320
- package/src/gov.ts +0 -209
- package/src/helpers.ts +0 -19
- package/src/index.ts +0 -117
- package/src/priceFeed.ts +0 -169
- package/src/types/index.ts +0 -233
- package/src/util.ts +0 -227
- package/src/vToken.ts +0 -419
- package/test/eth.test.js +0 -12
- package/tsconfig.json +0 -12
- package/typedoc.json +0 -9
- package/unitroller.js +0 -45
|
@@ -0,0 +1,2676 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Comptroller__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
name: "BorrowMinimumNotReached",
|
|
12
|
+
type: "error",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
inputs: [],
|
|
16
|
+
name: "InsufficientShortfall",
|
|
17
|
+
type: "error",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
inputs: [],
|
|
21
|
+
name: "InvalidMinSuBorrowValue",
|
|
22
|
+
type: "error",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
inputs: [],
|
|
26
|
+
name: "MarketNotListed",
|
|
27
|
+
type: "error",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
inputs: [],
|
|
31
|
+
name: "NoRedemptionProvider",
|
|
32
|
+
type: "error",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
inputs: [],
|
|
36
|
+
name: "OneOfRedeemTokensAndRedeemAmountMustBeZero",
|
|
37
|
+
type: "error",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
inputs: [],
|
|
41
|
+
name: "TooMuchRepay",
|
|
42
|
+
type: "error",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
anonymous: false,
|
|
46
|
+
inputs: [
|
|
47
|
+
{
|
|
48
|
+
indexed: false,
|
|
49
|
+
internalType: "address",
|
|
50
|
+
name: "cToken",
|
|
51
|
+
type: "address",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
indexed: false,
|
|
55
|
+
internalType: "string",
|
|
56
|
+
name: "action",
|
|
57
|
+
type: "string",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
indexed: false,
|
|
61
|
+
internalType: "bool",
|
|
62
|
+
name: "pauseState",
|
|
63
|
+
type: "bool",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
name: "ActionPaused",
|
|
67
|
+
type: "event",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
anonymous: false,
|
|
71
|
+
inputs: [
|
|
72
|
+
{
|
|
73
|
+
indexed: false,
|
|
74
|
+
internalType: "uint8",
|
|
75
|
+
name: "version",
|
|
76
|
+
type: "uint8",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
name: "Initialized",
|
|
80
|
+
type: "event",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
anonymous: false,
|
|
84
|
+
inputs: [
|
|
85
|
+
{
|
|
86
|
+
indexed: false,
|
|
87
|
+
internalType: "address",
|
|
88
|
+
name: "cToken",
|
|
89
|
+
type: "address",
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
indexed: false,
|
|
93
|
+
internalType: "address",
|
|
94
|
+
name: "account",
|
|
95
|
+
type: "address",
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
name: "MarketEntered",
|
|
99
|
+
type: "event",
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
anonymous: false,
|
|
103
|
+
inputs: [
|
|
104
|
+
{
|
|
105
|
+
indexed: false,
|
|
106
|
+
internalType: "address",
|
|
107
|
+
name: "cToken",
|
|
108
|
+
type: "address",
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
indexed: false,
|
|
112
|
+
internalType: "address",
|
|
113
|
+
name: "account",
|
|
114
|
+
type: "address",
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
name: "MarketExited",
|
|
118
|
+
type: "event",
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
anonymous: false,
|
|
122
|
+
inputs: [
|
|
123
|
+
{
|
|
124
|
+
indexed: false,
|
|
125
|
+
internalType: "address",
|
|
126
|
+
name: "cToken",
|
|
127
|
+
type: "address",
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
name: "MarketListed",
|
|
131
|
+
type: "event",
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
anonymous: false,
|
|
135
|
+
inputs: [
|
|
136
|
+
{
|
|
137
|
+
indexed: true,
|
|
138
|
+
internalType: "uint8",
|
|
139
|
+
name: "groupId",
|
|
140
|
+
type: "uint8",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
indexed: true,
|
|
144
|
+
internalType: "string",
|
|
145
|
+
name: "groupName",
|
|
146
|
+
type: "string",
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
indexed: false,
|
|
150
|
+
internalType: "uint256",
|
|
151
|
+
name: "intraCRateMantissa",
|
|
152
|
+
type: "uint256",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
indexed: false,
|
|
156
|
+
internalType: "uint256",
|
|
157
|
+
name: "intraMintRateMantissa",
|
|
158
|
+
type: "uint256",
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
indexed: false,
|
|
162
|
+
internalType: "uint256",
|
|
163
|
+
name: "intraSuRateMantissa",
|
|
164
|
+
type: "uint256",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
indexed: false,
|
|
168
|
+
internalType: "uint256",
|
|
169
|
+
name: "interCRateMantissa",
|
|
170
|
+
type: "uint256",
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
indexed: false,
|
|
174
|
+
internalType: "uint256",
|
|
175
|
+
name: "interSuRateMantissa",
|
|
176
|
+
type: "uint256",
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
indexed: false,
|
|
180
|
+
internalType: "uint8",
|
|
181
|
+
name: "assetsGroupNum",
|
|
182
|
+
type: "uint8",
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
name: "NewAssetGroup",
|
|
186
|
+
type: "event",
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
anonymous: false,
|
|
190
|
+
inputs: [
|
|
191
|
+
{
|
|
192
|
+
indexed: true,
|
|
193
|
+
internalType: "address",
|
|
194
|
+
name: "cToken",
|
|
195
|
+
type: "address",
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
indexed: false,
|
|
199
|
+
internalType: "uint256",
|
|
200
|
+
name: "newBorrowCap",
|
|
201
|
+
type: "uint256",
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
name: "NewBorrowCap",
|
|
205
|
+
type: "event",
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
anonymous: false,
|
|
209
|
+
inputs: [
|
|
210
|
+
{
|
|
211
|
+
indexed: false,
|
|
212
|
+
internalType: "address",
|
|
213
|
+
name: "oldBorrowCapGuardian",
|
|
214
|
+
type: "address",
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
indexed: false,
|
|
218
|
+
internalType: "address",
|
|
219
|
+
name: "newBorrowCapGuardian",
|
|
220
|
+
type: "address",
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
name: "NewBorrowCapGuardian",
|
|
224
|
+
type: "event",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
anonymous: false,
|
|
228
|
+
inputs: [
|
|
229
|
+
{
|
|
230
|
+
indexed: false,
|
|
231
|
+
internalType: "uint256",
|
|
232
|
+
name: "oldCloseFactorMantissa",
|
|
233
|
+
type: "uint256",
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
indexed: false,
|
|
237
|
+
internalType: "uint256",
|
|
238
|
+
name: "newCloseFactorMantissa",
|
|
239
|
+
type: "uint256",
|
|
240
|
+
},
|
|
241
|
+
],
|
|
242
|
+
name: "NewCloseFactor",
|
|
243
|
+
type: "event",
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
anonymous: false,
|
|
247
|
+
inputs: [
|
|
248
|
+
{
|
|
249
|
+
indexed: false,
|
|
250
|
+
internalType: "uint256",
|
|
251
|
+
name: "oldHeteroIncentive",
|
|
252
|
+
type: "uint256",
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
indexed: false,
|
|
256
|
+
internalType: "uint256",
|
|
257
|
+
name: "newHeteroIncentive",
|
|
258
|
+
type: "uint256",
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
indexed: false,
|
|
262
|
+
internalType: "uint256",
|
|
263
|
+
name: "oldHomoIncentive",
|
|
264
|
+
type: "uint256",
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
indexed: false,
|
|
268
|
+
internalType: "uint256",
|
|
269
|
+
name: "newHomoIncentive",
|
|
270
|
+
type: "uint256",
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
indexed: false,
|
|
274
|
+
internalType: "uint256",
|
|
275
|
+
name: "oldSutokenIncentive",
|
|
276
|
+
type: "uint256",
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
indexed: false,
|
|
280
|
+
internalType: "uint256",
|
|
281
|
+
name: "newSutokenIncentive",
|
|
282
|
+
type: "uint256",
|
|
283
|
+
},
|
|
284
|
+
],
|
|
285
|
+
name: "NewLiquidationIncentive",
|
|
286
|
+
type: "event",
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
anonymous: false,
|
|
290
|
+
inputs: [
|
|
291
|
+
{
|
|
292
|
+
indexed: false,
|
|
293
|
+
internalType: "address",
|
|
294
|
+
name: "oldPauseGuardian",
|
|
295
|
+
type: "address",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
indexed: false,
|
|
299
|
+
internalType: "address",
|
|
300
|
+
name: "newPauseGuardian",
|
|
301
|
+
type: "address",
|
|
302
|
+
},
|
|
303
|
+
],
|
|
304
|
+
name: "NewPauseGuardian",
|
|
305
|
+
type: "event",
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
anonymous: false,
|
|
309
|
+
inputs: [
|
|
310
|
+
{
|
|
311
|
+
indexed: false,
|
|
312
|
+
internalType: "address",
|
|
313
|
+
name: "oldPriceOracle",
|
|
314
|
+
type: "address",
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
indexed: false,
|
|
318
|
+
internalType: "address",
|
|
319
|
+
name: "newPriceOracle",
|
|
320
|
+
type: "address",
|
|
321
|
+
},
|
|
322
|
+
],
|
|
323
|
+
name: "NewPriceOracle",
|
|
324
|
+
type: "event",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
anonymous: false,
|
|
328
|
+
inputs: [
|
|
329
|
+
{
|
|
330
|
+
indexed: false,
|
|
331
|
+
internalType: "address",
|
|
332
|
+
name: "redeemer",
|
|
333
|
+
type: "address",
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
indexed: false,
|
|
337
|
+
internalType: "address",
|
|
338
|
+
name: "provider",
|
|
339
|
+
type: "address",
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
indexed: false,
|
|
343
|
+
internalType: "address",
|
|
344
|
+
name: "redeemToken",
|
|
345
|
+
type: "address",
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
indexed: false,
|
|
349
|
+
internalType: "uint256",
|
|
350
|
+
name: "redeemAmount",
|
|
351
|
+
type: "uint256",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
indexed: false,
|
|
355
|
+
internalType: "address",
|
|
356
|
+
name: "seizeToken",
|
|
357
|
+
type: "address",
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
indexed: false,
|
|
361
|
+
internalType: "uint256",
|
|
362
|
+
name: "seizeAmount",
|
|
363
|
+
type: "uint256",
|
|
364
|
+
},
|
|
365
|
+
],
|
|
366
|
+
name: "Redemption",
|
|
367
|
+
type: "event",
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
anonymous: false,
|
|
371
|
+
inputs: [
|
|
372
|
+
{
|
|
373
|
+
indexed: true,
|
|
374
|
+
internalType: "uint8",
|
|
375
|
+
name: "groupId",
|
|
376
|
+
type: "uint8",
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
indexed: false,
|
|
380
|
+
internalType: "uint8",
|
|
381
|
+
name: "equalAssetsGroupNum",
|
|
382
|
+
type: "uint8",
|
|
383
|
+
},
|
|
384
|
+
],
|
|
385
|
+
name: "RemoveAssetGroup",
|
|
386
|
+
type: "event",
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
anonymous: false,
|
|
390
|
+
inputs: [
|
|
391
|
+
{
|
|
392
|
+
indexed: true,
|
|
393
|
+
internalType: "bytes32",
|
|
394
|
+
name: "role",
|
|
395
|
+
type: "bytes32",
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
indexed: true,
|
|
399
|
+
internalType: "bytes32",
|
|
400
|
+
name: "previousAdminRole",
|
|
401
|
+
type: "bytes32",
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
indexed: true,
|
|
405
|
+
internalType: "bytes32",
|
|
406
|
+
name: "newAdminRole",
|
|
407
|
+
type: "bytes32",
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
name: "RoleAdminChanged",
|
|
411
|
+
type: "event",
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
anonymous: false,
|
|
415
|
+
inputs: [
|
|
416
|
+
{
|
|
417
|
+
indexed: true,
|
|
418
|
+
internalType: "bytes32",
|
|
419
|
+
name: "role",
|
|
420
|
+
type: "bytes32",
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
indexed: true,
|
|
424
|
+
internalType: "address",
|
|
425
|
+
name: "account",
|
|
426
|
+
type: "address",
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
indexed: true,
|
|
430
|
+
internalType: "address",
|
|
431
|
+
name: "sender",
|
|
432
|
+
type: "address",
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
name: "RoleGranted",
|
|
436
|
+
type: "event",
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
anonymous: false,
|
|
440
|
+
inputs: [
|
|
441
|
+
{
|
|
442
|
+
indexed: true,
|
|
443
|
+
internalType: "bytes32",
|
|
444
|
+
name: "role",
|
|
445
|
+
type: "bytes32",
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
indexed: true,
|
|
449
|
+
internalType: "address",
|
|
450
|
+
name: "account",
|
|
451
|
+
type: "address",
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
indexed: true,
|
|
455
|
+
internalType: "address",
|
|
456
|
+
name: "sender",
|
|
457
|
+
type: "address",
|
|
458
|
+
},
|
|
459
|
+
],
|
|
460
|
+
name: "RoleRevoked",
|
|
461
|
+
type: "event",
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
anonymous: false,
|
|
465
|
+
inputs: [
|
|
466
|
+
{
|
|
467
|
+
indexed: true,
|
|
468
|
+
internalType: "address",
|
|
469
|
+
name: "cToken",
|
|
470
|
+
type: "address",
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
indexed: false,
|
|
474
|
+
internalType: "uint256",
|
|
475
|
+
name: "amount",
|
|
476
|
+
type: "uint256",
|
|
477
|
+
},
|
|
478
|
+
],
|
|
479
|
+
name: "SetMaxSupply",
|
|
480
|
+
type: "event",
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
inputs: [],
|
|
484
|
+
name: "CAPPER_ROLE",
|
|
485
|
+
outputs: [
|
|
486
|
+
{
|
|
487
|
+
internalType: "bytes32",
|
|
488
|
+
name: "",
|
|
489
|
+
type: "bytes32",
|
|
490
|
+
},
|
|
491
|
+
],
|
|
492
|
+
stateMutability: "view",
|
|
493
|
+
type: "function",
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
inputs: [],
|
|
497
|
+
name: "COMP_LOGIC",
|
|
498
|
+
outputs: [
|
|
499
|
+
{
|
|
500
|
+
internalType: "bytes32",
|
|
501
|
+
name: "",
|
|
502
|
+
type: "bytes32",
|
|
503
|
+
},
|
|
504
|
+
],
|
|
505
|
+
stateMutability: "view",
|
|
506
|
+
type: "function",
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
inputs: [],
|
|
510
|
+
name: "DEFAULT_ADMIN_ROLE",
|
|
511
|
+
outputs: [
|
|
512
|
+
{
|
|
513
|
+
internalType: "bytes32",
|
|
514
|
+
name: "",
|
|
515
|
+
type: "bytes32",
|
|
516
|
+
},
|
|
517
|
+
],
|
|
518
|
+
stateMutability: "view",
|
|
519
|
+
type: "function",
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
inputs: [],
|
|
523
|
+
name: "PAUSER_ROLE",
|
|
524
|
+
outputs: [
|
|
525
|
+
{
|
|
526
|
+
internalType: "bytes32",
|
|
527
|
+
name: "",
|
|
528
|
+
type: "bytes32",
|
|
529
|
+
},
|
|
530
|
+
],
|
|
531
|
+
stateMutability: "view",
|
|
532
|
+
type: "function",
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
inputs: [],
|
|
536
|
+
name: "_borrowGuardianPaused",
|
|
537
|
+
outputs: [
|
|
538
|
+
{
|
|
539
|
+
internalType: "bool",
|
|
540
|
+
name: "",
|
|
541
|
+
type: "bool",
|
|
542
|
+
},
|
|
543
|
+
],
|
|
544
|
+
stateMutability: "view",
|
|
545
|
+
type: "function",
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
inputs: [],
|
|
549
|
+
name: "_getBorrowCapGuardian",
|
|
550
|
+
outputs: [
|
|
551
|
+
{
|
|
552
|
+
internalType: "address",
|
|
553
|
+
name: "",
|
|
554
|
+
type: "address",
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
stateMutability: "view",
|
|
558
|
+
type: "function",
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
inputs: [
|
|
562
|
+
{
|
|
563
|
+
internalType: "address",
|
|
564
|
+
name: "cToken",
|
|
565
|
+
type: "address",
|
|
566
|
+
},
|
|
567
|
+
],
|
|
568
|
+
name: "_getBorrowPaused",
|
|
569
|
+
outputs: [
|
|
570
|
+
{
|
|
571
|
+
internalType: "bool",
|
|
572
|
+
name: "",
|
|
573
|
+
type: "bool",
|
|
574
|
+
},
|
|
575
|
+
],
|
|
576
|
+
stateMutability: "view",
|
|
577
|
+
type: "function",
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
inputs: [
|
|
581
|
+
{
|
|
582
|
+
internalType: "address",
|
|
583
|
+
name: "cToken",
|
|
584
|
+
type: "address",
|
|
585
|
+
},
|
|
586
|
+
],
|
|
587
|
+
name: "_getMintPaused",
|
|
588
|
+
outputs: [
|
|
589
|
+
{
|
|
590
|
+
internalType: "bool",
|
|
591
|
+
name: "",
|
|
592
|
+
type: "bool",
|
|
593
|
+
},
|
|
594
|
+
],
|
|
595
|
+
stateMutability: "view",
|
|
596
|
+
type: "function",
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
inputs: [],
|
|
600
|
+
name: "_getPauseGuardian",
|
|
601
|
+
outputs: [
|
|
602
|
+
{
|
|
603
|
+
internalType: "address",
|
|
604
|
+
name: "",
|
|
605
|
+
type: "address",
|
|
606
|
+
},
|
|
607
|
+
],
|
|
608
|
+
stateMutability: "view",
|
|
609
|
+
type: "function",
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
inputs: [],
|
|
613
|
+
name: "_getSeizePaused",
|
|
614
|
+
outputs: [
|
|
615
|
+
{
|
|
616
|
+
internalType: "bool",
|
|
617
|
+
name: "",
|
|
618
|
+
type: "bool",
|
|
619
|
+
},
|
|
620
|
+
],
|
|
621
|
+
stateMutability: "view",
|
|
622
|
+
type: "function",
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
inputs: [],
|
|
626
|
+
name: "_getTransferPaused",
|
|
627
|
+
outputs: [
|
|
628
|
+
{
|
|
629
|
+
internalType: "bool",
|
|
630
|
+
name: "",
|
|
631
|
+
type: "bool",
|
|
632
|
+
},
|
|
633
|
+
],
|
|
634
|
+
stateMutability: "view",
|
|
635
|
+
type: "function",
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
inputs: [],
|
|
639
|
+
name: "_mintGuardianPaused",
|
|
640
|
+
outputs: [
|
|
641
|
+
{
|
|
642
|
+
internalType: "bool",
|
|
643
|
+
name: "",
|
|
644
|
+
type: "bool",
|
|
645
|
+
},
|
|
646
|
+
],
|
|
647
|
+
stateMutability: "view",
|
|
648
|
+
type: "function",
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
inputs: [
|
|
652
|
+
{
|
|
653
|
+
internalType: "address",
|
|
654
|
+
name: "newBorrowCapGuardian",
|
|
655
|
+
type: "address",
|
|
656
|
+
},
|
|
657
|
+
],
|
|
658
|
+
name: "_setBorrowCapGuardian",
|
|
659
|
+
outputs: [],
|
|
660
|
+
stateMutability: "nonpayable",
|
|
661
|
+
type: "function",
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
inputs: [
|
|
665
|
+
{
|
|
666
|
+
internalType: "contract ICToken",
|
|
667
|
+
name: "cToken",
|
|
668
|
+
type: "address",
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
internalType: "bool",
|
|
672
|
+
name: "state",
|
|
673
|
+
type: "bool",
|
|
674
|
+
},
|
|
675
|
+
],
|
|
676
|
+
name: "_setBorrowPaused",
|
|
677
|
+
outputs: [
|
|
678
|
+
{
|
|
679
|
+
internalType: "bool",
|
|
680
|
+
name: "",
|
|
681
|
+
type: "bool",
|
|
682
|
+
},
|
|
683
|
+
],
|
|
684
|
+
stateMutability: "nonpayable",
|
|
685
|
+
type: "function",
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
inputs: [
|
|
689
|
+
{
|
|
690
|
+
internalType: "uint256",
|
|
691
|
+
name: "newCloseFactorMantissa",
|
|
692
|
+
type: "uint256",
|
|
693
|
+
},
|
|
694
|
+
],
|
|
695
|
+
name: "_setCloseFactor",
|
|
696
|
+
outputs: [
|
|
697
|
+
{
|
|
698
|
+
internalType: "uint256",
|
|
699
|
+
name: "",
|
|
700
|
+
type: "uint256",
|
|
701
|
+
},
|
|
702
|
+
],
|
|
703
|
+
stateMutability: "nonpayable",
|
|
704
|
+
type: "function",
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
inputs: [
|
|
708
|
+
{
|
|
709
|
+
internalType: "uint256",
|
|
710
|
+
name: "newHeteroLiquidationIncentiveMantissa",
|
|
711
|
+
type: "uint256",
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
internalType: "uint256",
|
|
715
|
+
name: "newHomoLiquidationIncentiveMantissa",
|
|
716
|
+
type: "uint256",
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
internalType: "uint256",
|
|
720
|
+
name: "newSutokenLiquidationIncentiveMantissa",
|
|
721
|
+
type: "uint256",
|
|
722
|
+
},
|
|
723
|
+
],
|
|
724
|
+
name: "_setLiquidationIncentive",
|
|
725
|
+
outputs: [
|
|
726
|
+
{
|
|
727
|
+
internalType: "uint256",
|
|
728
|
+
name: "",
|
|
729
|
+
type: "uint256",
|
|
730
|
+
},
|
|
731
|
+
],
|
|
732
|
+
stateMutability: "nonpayable",
|
|
733
|
+
type: "function",
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
inputs: [
|
|
737
|
+
{
|
|
738
|
+
internalType: "contract ICToken[]",
|
|
739
|
+
name: "cTokens",
|
|
740
|
+
type: "address[]",
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
internalType: "uint256[]",
|
|
744
|
+
name: "newBorrowCaps",
|
|
745
|
+
type: "uint256[]",
|
|
746
|
+
},
|
|
747
|
+
],
|
|
748
|
+
name: "_setMarketBorrowCaps",
|
|
749
|
+
outputs: [],
|
|
750
|
+
stateMutability: "nonpayable",
|
|
751
|
+
type: "function",
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
inputs: [
|
|
755
|
+
{
|
|
756
|
+
internalType: "contract ICToken[]",
|
|
757
|
+
name: "cTokens",
|
|
758
|
+
type: "address[]",
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
internalType: "uint256[]",
|
|
762
|
+
name: "newMaxSupplys",
|
|
763
|
+
type: "uint256[]",
|
|
764
|
+
},
|
|
765
|
+
],
|
|
766
|
+
name: "_setMaxSupply",
|
|
767
|
+
outputs: [
|
|
768
|
+
{
|
|
769
|
+
internalType: "uint256",
|
|
770
|
+
name: "",
|
|
771
|
+
type: "uint256",
|
|
772
|
+
},
|
|
773
|
+
],
|
|
774
|
+
stateMutability: "nonpayable",
|
|
775
|
+
type: "function",
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
inputs: [
|
|
779
|
+
{
|
|
780
|
+
internalType: "contract ICToken",
|
|
781
|
+
name: "cToken",
|
|
782
|
+
type: "address",
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
internalType: "bool",
|
|
786
|
+
name: "state",
|
|
787
|
+
type: "bool",
|
|
788
|
+
},
|
|
789
|
+
],
|
|
790
|
+
name: "_setMintPaused",
|
|
791
|
+
outputs: [
|
|
792
|
+
{
|
|
793
|
+
internalType: "bool",
|
|
794
|
+
name: "",
|
|
795
|
+
type: "bool",
|
|
796
|
+
},
|
|
797
|
+
],
|
|
798
|
+
stateMutability: "nonpayable",
|
|
799
|
+
type: "function",
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
inputs: [
|
|
803
|
+
{
|
|
804
|
+
internalType: "address",
|
|
805
|
+
name: "newPauseGuardian",
|
|
806
|
+
type: "address",
|
|
807
|
+
},
|
|
808
|
+
],
|
|
809
|
+
name: "_setPauseGuardian",
|
|
810
|
+
outputs: [
|
|
811
|
+
{
|
|
812
|
+
internalType: "uint256",
|
|
813
|
+
name: "",
|
|
814
|
+
type: "uint256",
|
|
815
|
+
},
|
|
816
|
+
],
|
|
817
|
+
stateMutability: "nonpayable",
|
|
818
|
+
type: "function",
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
inputs: [
|
|
822
|
+
{
|
|
823
|
+
internalType: "contract IPriceOracle",
|
|
824
|
+
name: "newOracle",
|
|
825
|
+
type: "address",
|
|
826
|
+
},
|
|
827
|
+
],
|
|
828
|
+
name: "_setPriceOracle",
|
|
829
|
+
outputs: [
|
|
830
|
+
{
|
|
831
|
+
internalType: "uint256",
|
|
832
|
+
name: "",
|
|
833
|
+
type: "uint256",
|
|
834
|
+
},
|
|
835
|
+
],
|
|
836
|
+
stateMutability: "nonpayable",
|
|
837
|
+
type: "function",
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
inputs: [
|
|
841
|
+
{
|
|
842
|
+
internalType: "bool",
|
|
843
|
+
name: "state",
|
|
844
|
+
type: "bool",
|
|
845
|
+
},
|
|
846
|
+
],
|
|
847
|
+
name: "_setSeizePaused",
|
|
848
|
+
outputs: [
|
|
849
|
+
{
|
|
850
|
+
internalType: "bool",
|
|
851
|
+
name: "",
|
|
852
|
+
type: "bool",
|
|
853
|
+
},
|
|
854
|
+
],
|
|
855
|
+
stateMutability: "nonpayable",
|
|
856
|
+
type: "function",
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
inputs: [
|
|
860
|
+
{
|
|
861
|
+
internalType: "bool",
|
|
862
|
+
name: "state",
|
|
863
|
+
type: "bool",
|
|
864
|
+
},
|
|
865
|
+
],
|
|
866
|
+
name: "_setTransferPaused",
|
|
867
|
+
outputs: [
|
|
868
|
+
{
|
|
869
|
+
internalType: "bool",
|
|
870
|
+
name: "",
|
|
871
|
+
type: "bool",
|
|
872
|
+
},
|
|
873
|
+
],
|
|
874
|
+
stateMutability: "nonpayable",
|
|
875
|
+
type: "function",
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
inputs: [
|
|
879
|
+
{
|
|
880
|
+
internalType: "address",
|
|
881
|
+
name: "cToken",
|
|
882
|
+
type: "address",
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
internalType: "uint8",
|
|
886
|
+
name: "groupId",
|
|
887
|
+
type: "uint8",
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
internalType: "uint256",
|
|
891
|
+
name: "borrowCap",
|
|
892
|
+
type: "uint256",
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
internalType: "uint256",
|
|
896
|
+
name: "supplyCap",
|
|
897
|
+
type: "uint256",
|
|
898
|
+
},
|
|
899
|
+
],
|
|
900
|
+
name: "_supportMarket",
|
|
901
|
+
outputs: [
|
|
902
|
+
{
|
|
903
|
+
internalType: "uint256",
|
|
904
|
+
name: "",
|
|
905
|
+
type: "uint256",
|
|
906
|
+
},
|
|
907
|
+
],
|
|
908
|
+
stateMutability: "nonpayable",
|
|
909
|
+
type: "function",
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
inputs: [
|
|
913
|
+
{
|
|
914
|
+
internalType: "address",
|
|
915
|
+
name: "",
|
|
916
|
+
type: "address",
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
internalType: "uint256",
|
|
920
|
+
name: "",
|
|
921
|
+
type: "uint256",
|
|
922
|
+
},
|
|
923
|
+
],
|
|
924
|
+
name: "accountAssets",
|
|
925
|
+
outputs: [
|
|
926
|
+
{
|
|
927
|
+
internalType: "address",
|
|
928
|
+
name: "",
|
|
929
|
+
type: "address",
|
|
930
|
+
},
|
|
931
|
+
],
|
|
932
|
+
stateMutability: "view",
|
|
933
|
+
type: "function",
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
inputs: [],
|
|
937
|
+
name: "accountLiquidity",
|
|
938
|
+
outputs: [
|
|
939
|
+
{
|
|
940
|
+
internalType: "contract IAccountLiquidity",
|
|
941
|
+
name: "",
|
|
942
|
+
type: "address",
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
stateMutability: "view",
|
|
946
|
+
type: "function",
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
inputs: [
|
|
950
|
+
{
|
|
951
|
+
internalType: "uint256",
|
|
952
|
+
name: "",
|
|
953
|
+
type: "uint256",
|
|
954
|
+
},
|
|
955
|
+
],
|
|
956
|
+
name: "allMarkets",
|
|
957
|
+
outputs: [
|
|
958
|
+
{
|
|
959
|
+
internalType: "address",
|
|
960
|
+
name: "",
|
|
961
|
+
type: "address",
|
|
962
|
+
},
|
|
963
|
+
],
|
|
964
|
+
stateMutability: "view",
|
|
965
|
+
type: "function",
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
inputs: [
|
|
969
|
+
{
|
|
970
|
+
internalType: "uint8",
|
|
971
|
+
name: "",
|
|
972
|
+
type: "uint8",
|
|
973
|
+
},
|
|
974
|
+
],
|
|
975
|
+
name: "assetGroupIdToIndex",
|
|
976
|
+
outputs: [
|
|
977
|
+
{
|
|
978
|
+
internalType: "uint8",
|
|
979
|
+
name: "",
|
|
980
|
+
type: "uint8",
|
|
981
|
+
},
|
|
982
|
+
],
|
|
983
|
+
stateMutability: "view",
|
|
984
|
+
type: "function",
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
inputs: [
|
|
988
|
+
{
|
|
989
|
+
internalType: "address",
|
|
990
|
+
name: "cToken",
|
|
991
|
+
type: "address",
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
internalType: "address",
|
|
995
|
+
name: "borrower",
|
|
996
|
+
type: "address",
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
internalType: "uint256",
|
|
1000
|
+
name: "borrowAmount",
|
|
1001
|
+
type: "uint256",
|
|
1002
|
+
},
|
|
1003
|
+
],
|
|
1004
|
+
name: "borrowAllowed",
|
|
1005
|
+
outputs: [],
|
|
1006
|
+
stateMutability: "nonpayable",
|
|
1007
|
+
type: "function",
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
inputs: [],
|
|
1011
|
+
name: "borrowCapGuardian",
|
|
1012
|
+
outputs: [
|
|
1013
|
+
{
|
|
1014
|
+
internalType: "address",
|
|
1015
|
+
name: "",
|
|
1016
|
+
type: "address",
|
|
1017
|
+
},
|
|
1018
|
+
],
|
|
1019
|
+
stateMutability: "view",
|
|
1020
|
+
type: "function",
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
inputs: [
|
|
1024
|
+
{
|
|
1025
|
+
internalType: "address",
|
|
1026
|
+
name: "",
|
|
1027
|
+
type: "address",
|
|
1028
|
+
},
|
|
1029
|
+
],
|
|
1030
|
+
name: "borrowCaps",
|
|
1031
|
+
outputs: [
|
|
1032
|
+
{
|
|
1033
|
+
internalType: "uint256",
|
|
1034
|
+
name: "",
|
|
1035
|
+
type: "uint256",
|
|
1036
|
+
},
|
|
1037
|
+
],
|
|
1038
|
+
stateMutability: "view",
|
|
1039
|
+
type: "function",
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
inputs: [
|
|
1043
|
+
{
|
|
1044
|
+
internalType: "address",
|
|
1045
|
+
name: "",
|
|
1046
|
+
type: "address",
|
|
1047
|
+
},
|
|
1048
|
+
],
|
|
1049
|
+
name: "borrowGuardianPaused",
|
|
1050
|
+
outputs: [
|
|
1051
|
+
{
|
|
1052
|
+
internalType: "bool",
|
|
1053
|
+
name: "",
|
|
1054
|
+
type: "bool",
|
|
1055
|
+
},
|
|
1056
|
+
],
|
|
1057
|
+
stateMutability: "view",
|
|
1058
|
+
type: "function",
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
inputs: [
|
|
1062
|
+
{
|
|
1063
|
+
internalType: "address",
|
|
1064
|
+
name: "cToken",
|
|
1065
|
+
type: "address",
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
internalType: "address",
|
|
1069
|
+
name: "borrower",
|
|
1070
|
+
type: "address",
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
internalType: "uint256",
|
|
1074
|
+
name: "borrowAmount",
|
|
1075
|
+
type: "uint256",
|
|
1076
|
+
},
|
|
1077
|
+
],
|
|
1078
|
+
name: "borrowVerify",
|
|
1079
|
+
outputs: [],
|
|
1080
|
+
stateMutability: "nonpayable",
|
|
1081
|
+
type: "function",
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
inputs: [
|
|
1085
|
+
{
|
|
1086
|
+
internalType: "address",
|
|
1087
|
+
name: "account",
|
|
1088
|
+
type: "address",
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
internalType: "address",
|
|
1092
|
+
name: "cToken",
|
|
1093
|
+
type: "address",
|
|
1094
|
+
},
|
|
1095
|
+
],
|
|
1096
|
+
name: "checkMembership",
|
|
1097
|
+
outputs: [
|
|
1098
|
+
{
|
|
1099
|
+
internalType: "bool",
|
|
1100
|
+
name: "",
|
|
1101
|
+
type: "bool",
|
|
1102
|
+
},
|
|
1103
|
+
],
|
|
1104
|
+
stateMutability: "view",
|
|
1105
|
+
type: "function",
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
inputs: [],
|
|
1109
|
+
name: "cleanAssetGroup",
|
|
1110
|
+
outputs: [],
|
|
1111
|
+
stateMutability: "nonpayable",
|
|
1112
|
+
type: "function",
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
inputs: [],
|
|
1116
|
+
name: "closeFactorMantissa",
|
|
1117
|
+
outputs: [
|
|
1118
|
+
{
|
|
1119
|
+
internalType: "uint256",
|
|
1120
|
+
name: "",
|
|
1121
|
+
type: "uint256",
|
|
1122
|
+
},
|
|
1123
|
+
],
|
|
1124
|
+
stateMutability: "view",
|
|
1125
|
+
type: "function",
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
inputs: [],
|
|
1129
|
+
name: "compLogic",
|
|
1130
|
+
outputs: [
|
|
1131
|
+
{
|
|
1132
|
+
internalType: "contract ICompLogic",
|
|
1133
|
+
name: "",
|
|
1134
|
+
type: "address",
|
|
1135
|
+
},
|
|
1136
|
+
],
|
|
1137
|
+
stateMutability: "view",
|
|
1138
|
+
type: "function",
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
inputs: [
|
|
1142
|
+
{
|
|
1143
|
+
internalType: "address[]",
|
|
1144
|
+
name: "cTokens",
|
|
1145
|
+
type: "address[]",
|
|
1146
|
+
},
|
|
1147
|
+
],
|
|
1148
|
+
name: "enterMarkets",
|
|
1149
|
+
outputs: [
|
|
1150
|
+
{
|
|
1151
|
+
internalType: "uint256[]",
|
|
1152
|
+
name: "",
|
|
1153
|
+
type: "uint256[]",
|
|
1154
|
+
},
|
|
1155
|
+
],
|
|
1156
|
+
stateMutability: "nonpayable",
|
|
1157
|
+
type: "function",
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
inputs: [
|
|
1161
|
+
{
|
|
1162
|
+
internalType: "uint8",
|
|
1163
|
+
name: "groupId",
|
|
1164
|
+
type: "uint8",
|
|
1165
|
+
},
|
|
1166
|
+
],
|
|
1167
|
+
name: "eqAssetGroup",
|
|
1168
|
+
outputs: [
|
|
1169
|
+
{
|
|
1170
|
+
components: [
|
|
1171
|
+
{
|
|
1172
|
+
internalType: "uint8",
|
|
1173
|
+
name: "groupId",
|
|
1174
|
+
type: "uint8",
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
internalType: "string",
|
|
1178
|
+
name: "groupName",
|
|
1179
|
+
type: "string",
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
internalType: "uint256",
|
|
1183
|
+
name: "intraCRateMantissa",
|
|
1184
|
+
type: "uint256",
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
internalType: "uint256",
|
|
1188
|
+
name: "intraMintRateMantissa",
|
|
1189
|
+
type: "uint256",
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
internalType: "uint256",
|
|
1193
|
+
name: "intraSuRateMantissa",
|
|
1194
|
+
type: "uint256",
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
internalType: "uint256",
|
|
1198
|
+
name: "interCRateMantissa",
|
|
1199
|
+
type: "uint256",
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
internalType: "uint256",
|
|
1203
|
+
name: "interSuRateMantissa",
|
|
1204
|
+
type: "uint256",
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
internalType: "bool",
|
|
1208
|
+
name: "exist",
|
|
1209
|
+
type: "bool",
|
|
1210
|
+
},
|
|
1211
|
+
],
|
|
1212
|
+
internalType: "struct IComptroller.AssetGroup",
|
|
1213
|
+
name: "",
|
|
1214
|
+
type: "tuple",
|
|
1215
|
+
},
|
|
1216
|
+
],
|
|
1217
|
+
stateMutability: "view",
|
|
1218
|
+
type: "function",
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
inputs: [
|
|
1222
|
+
{
|
|
1223
|
+
internalType: "address",
|
|
1224
|
+
name: "cTokenAddress",
|
|
1225
|
+
type: "address",
|
|
1226
|
+
},
|
|
1227
|
+
],
|
|
1228
|
+
name: "exitMarket",
|
|
1229
|
+
outputs: [
|
|
1230
|
+
{
|
|
1231
|
+
internalType: "uint256",
|
|
1232
|
+
name: "",
|
|
1233
|
+
type: "uint256",
|
|
1234
|
+
},
|
|
1235
|
+
],
|
|
1236
|
+
stateMutability: "nonpayable",
|
|
1237
|
+
type: "function",
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
inputs: [
|
|
1241
|
+
{
|
|
1242
|
+
internalType: "address",
|
|
1243
|
+
name: "account",
|
|
1244
|
+
type: "address",
|
|
1245
|
+
},
|
|
1246
|
+
],
|
|
1247
|
+
name: "getAccountLiquidity",
|
|
1248
|
+
outputs: [
|
|
1249
|
+
{
|
|
1250
|
+
internalType: "uint256",
|
|
1251
|
+
name: "",
|
|
1252
|
+
type: "uint256",
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
internalType: "uint256",
|
|
1256
|
+
name: "",
|
|
1257
|
+
type: "uint256",
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
internalType: "uint256",
|
|
1261
|
+
name: "",
|
|
1262
|
+
type: "uint256",
|
|
1263
|
+
},
|
|
1264
|
+
],
|
|
1265
|
+
stateMutability: "view",
|
|
1266
|
+
type: "function",
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
inputs: [
|
|
1270
|
+
{
|
|
1271
|
+
internalType: "address",
|
|
1272
|
+
name: "account",
|
|
1273
|
+
type: "address",
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
internalType: "address",
|
|
1277
|
+
name: "cTokenTarget",
|
|
1278
|
+
type: "address",
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
internalType: "uint256",
|
|
1282
|
+
name: "intraSafeLimitMantissa",
|
|
1283
|
+
type: "uint256",
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
internalType: "uint256",
|
|
1287
|
+
name: "interSafeLimitMantissa",
|
|
1288
|
+
type: "uint256",
|
|
1289
|
+
},
|
|
1290
|
+
],
|
|
1291
|
+
name: "getAccountSafeLimit",
|
|
1292
|
+
outputs: [
|
|
1293
|
+
{
|
|
1294
|
+
internalType: "uint256",
|
|
1295
|
+
name: "",
|
|
1296
|
+
type: "uint256",
|
|
1297
|
+
},
|
|
1298
|
+
],
|
|
1299
|
+
stateMutability: "view",
|
|
1300
|
+
type: "function",
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
inputs: [],
|
|
1304
|
+
name: "getAllAssetGroup",
|
|
1305
|
+
outputs: [
|
|
1306
|
+
{
|
|
1307
|
+
components: [
|
|
1308
|
+
{
|
|
1309
|
+
internalType: "uint8",
|
|
1310
|
+
name: "groupId",
|
|
1311
|
+
type: "uint8",
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
internalType: "string",
|
|
1315
|
+
name: "groupName",
|
|
1316
|
+
type: "string",
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
internalType: "uint256",
|
|
1320
|
+
name: "intraCRateMantissa",
|
|
1321
|
+
type: "uint256",
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
internalType: "uint256",
|
|
1325
|
+
name: "intraMintRateMantissa",
|
|
1326
|
+
type: "uint256",
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
internalType: "uint256",
|
|
1330
|
+
name: "intraSuRateMantissa",
|
|
1331
|
+
type: "uint256",
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
internalType: "uint256",
|
|
1335
|
+
name: "interCRateMantissa",
|
|
1336
|
+
type: "uint256",
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
internalType: "uint256",
|
|
1340
|
+
name: "interSuRateMantissa",
|
|
1341
|
+
type: "uint256",
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
internalType: "bool",
|
|
1345
|
+
name: "exist",
|
|
1346
|
+
type: "bool",
|
|
1347
|
+
},
|
|
1348
|
+
],
|
|
1349
|
+
internalType: "struct IComptroller.AssetGroup[]",
|
|
1350
|
+
name: "",
|
|
1351
|
+
type: "tuple[]",
|
|
1352
|
+
},
|
|
1353
|
+
],
|
|
1354
|
+
stateMutability: "view",
|
|
1355
|
+
type: "function",
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
inputs: [
|
|
1359
|
+
{
|
|
1360
|
+
internalType: "uint8",
|
|
1361
|
+
name: "groupIndex",
|
|
1362
|
+
type: "uint8",
|
|
1363
|
+
},
|
|
1364
|
+
],
|
|
1365
|
+
name: "getAllAssetGroupByIndex",
|
|
1366
|
+
outputs: [
|
|
1367
|
+
{
|
|
1368
|
+
components: [
|
|
1369
|
+
{
|
|
1370
|
+
internalType: "uint8",
|
|
1371
|
+
name: "groupId",
|
|
1372
|
+
type: "uint8",
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
internalType: "string",
|
|
1376
|
+
name: "groupName",
|
|
1377
|
+
type: "string",
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
internalType: "uint256",
|
|
1381
|
+
name: "intraCRateMantissa",
|
|
1382
|
+
type: "uint256",
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
internalType: "uint256",
|
|
1386
|
+
name: "intraMintRateMantissa",
|
|
1387
|
+
type: "uint256",
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
internalType: "uint256",
|
|
1391
|
+
name: "intraSuRateMantissa",
|
|
1392
|
+
type: "uint256",
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
internalType: "uint256",
|
|
1396
|
+
name: "interCRateMantissa",
|
|
1397
|
+
type: "uint256",
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
internalType: "uint256",
|
|
1401
|
+
name: "interSuRateMantissa",
|
|
1402
|
+
type: "uint256",
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
internalType: "bool",
|
|
1406
|
+
name: "exist",
|
|
1407
|
+
type: "bool",
|
|
1408
|
+
},
|
|
1409
|
+
],
|
|
1410
|
+
internalType: "struct IComptroller.AssetGroup",
|
|
1411
|
+
name: "",
|
|
1412
|
+
type: "tuple",
|
|
1413
|
+
},
|
|
1414
|
+
],
|
|
1415
|
+
stateMutability: "view",
|
|
1416
|
+
type: "function",
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
inputs: [],
|
|
1420
|
+
name: "getAllMarkets",
|
|
1421
|
+
outputs: [
|
|
1422
|
+
{
|
|
1423
|
+
internalType: "address[]",
|
|
1424
|
+
name: "",
|
|
1425
|
+
type: "address[]",
|
|
1426
|
+
},
|
|
1427
|
+
],
|
|
1428
|
+
stateMutability: "view",
|
|
1429
|
+
type: "function",
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
inputs: [
|
|
1433
|
+
{
|
|
1434
|
+
internalType: "uint8",
|
|
1435
|
+
name: "groupId",
|
|
1436
|
+
type: "uint8",
|
|
1437
|
+
},
|
|
1438
|
+
],
|
|
1439
|
+
name: "getAssetGroup",
|
|
1440
|
+
outputs: [
|
|
1441
|
+
{
|
|
1442
|
+
components: [
|
|
1443
|
+
{
|
|
1444
|
+
internalType: "uint8",
|
|
1445
|
+
name: "groupId",
|
|
1446
|
+
type: "uint8",
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
internalType: "string",
|
|
1450
|
+
name: "groupName",
|
|
1451
|
+
type: "string",
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
internalType: "uint256",
|
|
1455
|
+
name: "intraCRateMantissa",
|
|
1456
|
+
type: "uint256",
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
internalType: "uint256",
|
|
1460
|
+
name: "intraMintRateMantissa",
|
|
1461
|
+
type: "uint256",
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
internalType: "uint256",
|
|
1465
|
+
name: "intraSuRateMantissa",
|
|
1466
|
+
type: "uint256",
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
internalType: "uint256",
|
|
1470
|
+
name: "interCRateMantissa",
|
|
1471
|
+
type: "uint256",
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
internalType: "uint256",
|
|
1475
|
+
name: "interSuRateMantissa",
|
|
1476
|
+
type: "uint256",
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
internalType: "bool",
|
|
1480
|
+
name: "exist",
|
|
1481
|
+
type: "bool",
|
|
1482
|
+
},
|
|
1483
|
+
],
|
|
1484
|
+
internalType: "struct IComptroller.AssetGroup",
|
|
1485
|
+
name: "",
|
|
1486
|
+
type: "tuple",
|
|
1487
|
+
},
|
|
1488
|
+
],
|
|
1489
|
+
stateMutability: "view",
|
|
1490
|
+
type: "function",
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
inputs: [],
|
|
1494
|
+
name: "getAssetGroupNum",
|
|
1495
|
+
outputs: [
|
|
1496
|
+
{
|
|
1497
|
+
internalType: "uint8",
|
|
1498
|
+
name: "",
|
|
1499
|
+
type: "uint8",
|
|
1500
|
+
},
|
|
1501
|
+
],
|
|
1502
|
+
stateMutability: "view",
|
|
1503
|
+
type: "function",
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
inputs: [
|
|
1507
|
+
{
|
|
1508
|
+
internalType: "address",
|
|
1509
|
+
name: "account",
|
|
1510
|
+
type: "address",
|
|
1511
|
+
},
|
|
1512
|
+
],
|
|
1513
|
+
name: "getAssetsIn",
|
|
1514
|
+
outputs: [
|
|
1515
|
+
{
|
|
1516
|
+
internalType: "address[]",
|
|
1517
|
+
name: "",
|
|
1518
|
+
type: "address[]",
|
|
1519
|
+
},
|
|
1520
|
+
],
|
|
1521
|
+
stateMutability: "view",
|
|
1522
|
+
type: "function",
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
inputs: [
|
|
1526
|
+
{
|
|
1527
|
+
internalType: "address",
|
|
1528
|
+
name: "collateralToken",
|
|
1529
|
+
type: "address",
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
internalType: "address",
|
|
1533
|
+
name: "liabilityToken",
|
|
1534
|
+
type: "address",
|
|
1535
|
+
},
|
|
1536
|
+
],
|
|
1537
|
+
name: "getCollateralRate",
|
|
1538
|
+
outputs: [
|
|
1539
|
+
{
|
|
1540
|
+
internalType: "uint256",
|
|
1541
|
+
name: "",
|
|
1542
|
+
type: "uint256",
|
|
1543
|
+
},
|
|
1544
|
+
],
|
|
1545
|
+
stateMutability: "view",
|
|
1546
|
+
type: "function",
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
inputs: [],
|
|
1550
|
+
name: "getCompAddress",
|
|
1551
|
+
outputs: [
|
|
1552
|
+
{
|
|
1553
|
+
internalType: "address",
|
|
1554
|
+
name: "",
|
|
1555
|
+
type: "address",
|
|
1556
|
+
},
|
|
1557
|
+
],
|
|
1558
|
+
stateMutability: "view",
|
|
1559
|
+
type: "function",
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
inputs: [
|
|
1563
|
+
{
|
|
1564
|
+
internalType: "address",
|
|
1565
|
+
name: "account",
|
|
1566
|
+
type: "address",
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
internalType: "address",
|
|
1570
|
+
name: "cTokenModify",
|
|
1571
|
+
type: "address",
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
internalType: "uint256",
|
|
1575
|
+
name: "redeemTokens",
|
|
1576
|
+
type: "uint256",
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
internalType: "uint256",
|
|
1580
|
+
name: "borrowAmount",
|
|
1581
|
+
type: "uint256",
|
|
1582
|
+
},
|
|
1583
|
+
],
|
|
1584
|
+
name: "getHypotheticalAccountLiquidity",
|
|
1585
|
+
outputs: [
|
|
1586
|
+
{
|
|
1587
|
+
internalType: "uint256",
|
|
1588
|
+
name: "",
|
|
1589
|
+
type: "uint256",
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
internalType: "uint256",
|
|
1593
|
+
name: "",
|
|
1594
|
+
type: "uint256",
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
internalType: "uint256",
|
|
1598
|
+
name: "",
|
|
1599
|
+
type: "uint256",
|
|
1600
|
+
},
|
|
1601
|
+
],
|
|
1602
|
+
stateMutability: "view",
|
|
1603
|
+
type: "function",
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
inputs: [
|
|
1607
|
+
{
|
|
1608
|
+
internalType: "bytes32",
|
|
1609
|
+
name: "role",
|
|
1610
|
+
type: "bytes32",
|
|
1611
|
+
},
|
|
1612
|
+
],
|
|
1613
|
+
name: "getRoleAdmin",
|
|
1614
|
+
outputs: [
|
|
1615
|
+
{
|
|
1616
|
+
internalType: "bytes32",
|
|
1617
|
+
name: "",
|
|
1618
|
+
type: "bytes32",
|
|
1619
|
+
},
|
|
1620
|
+
],
|
|
1621
|
+
stateMutability: "view",
|
|
1622
|
+
type: "function",
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
inputs: [
|
|
1626
|
+
{
|
|
1627
|
+
internalType: "bytes32",
|
|
1628
|
+
name: "role",
|
|
1629
|
+
type: "bytes32",
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
internalType: "uint256",
|
|
1633
|
+
name: "index",
|
|
1634
|
+
type: "uint256",
|
|
1635
|
+
},
|
|
1636
|
+
],
|
|
1637
|
+
name: "getRoleMember",
|
|
1638
|
+
outputs: [
|
|
1639
|
+
{
|
|
1640
|
+
internalType: "address",
|
|
1641
|
+
name: "",
|
|
1642
|
+
type: "address",
|
|
1643
|
+
},
|
|
1644
|
+
],
|
|
1645
|
+
stateMutability: "view",
|
|
1646
|
+
type: "function",
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
inputs: [
|
|
1650
|
+
{
|
|
1651
|
+
internalType: "bytes32",
|
|
1652
|
+
name: "role",
|
|
1653
|
+
type: "bytes32",
|
|
1654
|
+
},
|
|
1655
|
+
],
|
|
1656
|
+
name: "getRoleMemberCount",
|
|
1657
|
+
outputs: [
|
|
1658
|
+
{
|
|
1659
|
+
internalType: "uint256",
|
|
1660
|
+
name: "",
|
|
1661
|
+
type: "uint256",
|
|
1662
|
+
},
|
|
1663
|
+
],
|
|
1664
|
+
stateMutability: "view",
|
|
1665
|
+
type: "function",
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
inputs: [],
|
|
1669
|
+
name: "governanceToken",
|
|
1670
|
+
outputs: [
|
|
1671
|
+
{
|
|
1672
|
+
internalType: "address",
|
|
1673
|
+
name: "",
|
|
1674
|
+
type: "address",
|
|
1675
|
+
},
|
|
1676
|
+
],
|
|
1677
|
+
stateMutability: "view",
|
|
1678
|
+
type: "function",
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
inputs: [
|
|
1682
|
+
{
|
|
1683
|
+
internalType: "bytes32",
|
|
1684
|
+
name: "role",
|
|
1685
|
+
type: "bytes32",
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
internalType: "address",
|
|
1689
|
+
name: "account",
|
|
1690
|
+
type: "address",
|
|
1691
|
+
},
|
|
1692
|
+
],
|
|
1693
|
+
name: "grantRole",
|
|
1694
|
+
outputs: [],
|
|
1695
|
+
stateMutability: "nonpayable",
|
|
1696
|
+
type: "function",
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
inputs: [
|
|
1700
|
+
{
|
|
1701
|
+
internalType: "bytes32",
|
|
1702
|
+
name: "role",
|
|
1703
|
+
type: "bytes32",
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
internalType: "address",
|
|
1707
|
+
name: "account",
|
|
1708
|
+
type: "address",
|
|
1709
|
+
},
|
|
1710
|
+
],
|
|
1711
|
+
name: "hasRole",
|
|
1712
|
+
outputs: [
|
|
1713
|
+
{
|
|
1714
|
+
internalType: "bool",
|
|
1715
|
+
name: "",
|
|
1716
|
+
type: "bool",
|
|
1717
|
+
},
|
|
1718
|
+
],
|
|
1719
|
+
stateMutability: "view",
|
|
1720
|
+
type: "function",
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
inputs: [],
|
|
1724
|
+
name: "heteroLiquidationIncentiveMantissa",
|
|
1725
|
+
outputs: [
|
|
1726
|
+
{
|
|
1727
|
+
internalType: "uint256",
|
|
1728
|
+
name: "",
|
|
1729
|
+
type: "uint256",
|
|
1730
|
+
},
|
|
1731
|
+
],
|
|
1732
|
+
stateMutability: "view",
|
|
1733
|
+
type: "function",
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
inputs: [],
|
|
1737
|
+
name: "homoLiquidationIncentiveMantissa",
|
|
1738
|
+
outputs: [
|
|
1739
|
+
{
|
|
1740
|
+
internalType: "uint256",
|
|
1741
|
+
name: "",
|
|
1742
|
+
type: "uint256",
|
|
1743
|
+
},
|
|
1744
|
+
],
|
|
1745
|
+
stateMutability: "view",
|
|
1746
|
+
type: "function",
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
inputs: [
|
|
1750
|
+
{
|
|
1751
|
+
internalType: "address",
|
|
1752
|
+
name: "_admin",
|
|
1753
|
+
type: "address",
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
internalType: "contract IPriceOracle",
|
|
1757
|
+
name: "_oracle",
|
|
1758
|
+
type: "address",
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
internalType: "address",
|
|
1762
|
+
name: "_gov",
|
|
1763
|
+
type: "address",
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
internalType: "contract ICompLogic",
|
|
1767
|
+
name: "_compLogic",
|
|
1768
|
+
type: "address",
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
internalType: "contract IAccountLiquidity",
|
|
1772
|
+
name: "_accountLiquidity",
|
|
1773
|
+
type: "address",
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
internalType: "uint256",
|
|
1777
|
+
name: "_closeFactorMantissa",
|
|
1778
|
+
type: "uint256",
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
internalType: "uint256",
|
|
1782
|
+
name: "_heteroLiquidationIncentiveMantissa",
|
|
1783
|
+
type: "uint256",
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
internalType: "uint256",
|
|
1787
|
+
name: "_homoLiquidationIncentiveMantissa",
|
|
1788
|
+
type: "uint256",
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
internalType: "uint256",
|
|
1792
|
+
name: "_sutokenLiquidationIncentiveMantissa",
|
|
1793
|
+
type: "uint256",
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
internalType: "contract IRedemptionManager",
|
|
1797
|
+
name: "_redemptionManager",
|
|
1798
|
+
type: "address",
|
|
1799
|
+
},
|
|
1800
|
+
],
|
|
1801
|
+
name: "initialize",
|
|
1802
|
+
outputs: [],
|
|
1803
|
+
stateMutability: "nonpayable",
|
|
1804
|
+
type: "function",
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
inputs: [],
|
|
1808
|
+
name: "isComptroller",
|
|
1809
|
+
outputs: [
|
|
1810
|
+
{
|
|
1811
|
+
internalType: "bool",
|
|
1812
|
+
name: "",
|
|
1813
|
+
type: "bool",
|
|
1814
|
+
},
|
|
1815
|
+
],
|
|
1816
|
+
stateMutability: "view",
|
|
1817
|
+
type: "function",
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
inputs: [
|
|
1821
|
+
{
|
|
1822
|
+
internalType: "address",
|
|
1823
|
+
name: "asset",
|
|
1824
|
+
type: "address",
|
|
1825
|
+
},
|
|
1826
|
+
],
|
|
1827
|
+
name: "isListed",
|
|
1828
|
+
outputs: [
|
|
1829
|
+
{
|
|
1830
|
+
internalType: "bool",
|
|
1831
|
+
name: "",
|
|
1832
|
+
type: "bool",
|
|
1833
|
+
},
|
|
1834
|
+
],
|
|
1835
|
+
stateMutability: "view",
|
|
1836
|
+
type: "function",
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
inputs: [
|
|
1840
|
+
{
|
|
1841
|
+
internalType: "address",
|
|
1842
|
+
name: "cTokenBorrowed",
|
|
1843
|
+
type: "address",
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
internalType: "address",
|
|
1847
|
+
name: "cTokenCollateral",
|
|
1848
|
+
type: "address",
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
internalType: "address",
|
|
1852
|
+
name: "liquidator",
|
|
1853
|
+
type: "address",
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
internalType: "address",
|
|
1857
|
+
name: "borrower",
|
|
1858
|
+
type: "address",
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
internalType: "uint256",
|
|
1862
|
+
name: "repayAmount",
|
|
1863
|
+
type: "uint256",
|
|
1864
|
+
},
|
|
1865
|
+
],
|
|
1866
|
+
name: "liquidateBorrowAllowed",
|
|
1867
|
+
outputs: [],
|
|
1868
|
+
stateMutability: "view",
|
|
1869
|
+
type: "function",
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
inputs: [],
|
|
1873
|
+
name: "liquidationIncentiveMantissa",
|
|
1874
|
+
outputs: [
|
|
1875
|
+
{
|
|
1876
|
+
internalType: "uint256",
|
|
1877
|
+
name: "",
|
|
1878
|
+
type: "uint256",
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
internalType: "uint256",
|
|
1882
|
+
name: "",
|
|
1883
|
+
type: "uint256",
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
internalType: "uint256",
|
|
1887
|
+
name: "",
|
|
1888
|
+
type: "uint256",
|
|
1889
|
+
},
|
|
1890
|
+
],
|
|
1891
|
+
stateMutability: "view",
|
|
1892
|
+
type: "function",
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
inputs: [
|
|
1896
|
+
{
|
|
1897
|
+
internalType: "address",
|
|
1898
|
+
name: "asset",
|
|
1899
|
+
type: "address",
|
|
1900
|
+
},
|
|
1901
|
+
],
|
|
1902
|
+
name: "marketGroupId",
|
|
1903
|
+
outputs: [
|
|
1904
|
+
{
|
|
1905
|
+
internalType: "uint8",
|
|
1906
|
+
name: "",
|
|
1907
|
+
type: "uint8",
|
|
1908
|
+
},
|
|
1909
|
+
],
|
|
1910
|
+
stateMutability: "view",
|
|
1911
|
+
type: "function",
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
inputs: [
|
|
1915
|
+
{
|
|
1916
|
+
internalType: "address",
|
|
1917
|
+
name: "",
|
|
1918
|
+
type: "address",
|
|
1919
|
+
},
|
|
1920
|
+
],
|
|
1921
|
+
name: "markets",
|
|
1922
|
+
outputs: [
|
|
1923
|
+
{
|
|
1924
|
+
internalType: "bool",
|
|
1925
|
+
name: "isListed",
|
|
1926
|
+
type: "bool",
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
internalType: "uint8",
|
|
1930
|
+
name: "assetGroupId",
|
|
1931
|
+
type: "uint8",
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
internalType: "bool",
|
|
1935
|
+
name: "isComped",
|
|
1936
|
+
type: "bool",
|
|
1937
|
+
},
|
|
1938
|
+
],
|
|
1939
|
+
stateMutability: "view",
|
|
1940
|
+
type: "function",
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
inputs: [
|
|
1944
|
+
{
|
|
1945
|
+
internalType: "address",
|
|
1946
|
+
name: "",
|
|
1947
|
+
type: "address",
|
|
1948
|
+
},
|
|
1949
|
+
],
|
|
1950
|
+
name: "maxSupply",
|
|
1951
|
+
outputs: [
|
|
1952
|
+
{
|
|
1953
|
+
internalType: "uint256",
|
|
1954
|
+
name: "",
|
|
1955
|
+
type: "uint256",
|
|
1956
|
+
},
|
|
1957
|
+
],
|
|
1958
|
+
stateMutability: "view",
|
|
1959
|
+
type: "function",
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
inputs: [],
|
|
1963
|
+
name: "minSuBorrowValue",
|
|
1964
|
+
outputs: [
|
|
1965
|
+
{
|
|
1966
|
+
internalType: "uint256",
|
|
1967
|
+
name: "",
|
|
1968
|
+
type: "uint256",
|
|
1969
|
+
},
|
|
1970
|
+
],
|
|
1971
|
+
stateMutability: "view",
|
|
1972
|
+
type: "function",
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
inputs: [
|
|
1976
|
+
{
|
|
1977
|
+
internalType: "address",
|
|
1978
|
+
name: "cToken",
|
|
1979
|
+
type: "address",
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
internalType: "address",
|
|
1983
|
+
name: "minter",
|
|
1984
|
+
type: "address",
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
internalType: "uint256",
|
|
1988
|
+
name: "mintAmount",
|
|
1989
|
+
type: "uint256",
|
|
1990
|
+
},
|
|
1991
|
+
],
|
|
1992
|
+
name: "mintAllowed",
|
|
1993
|
+
outputs: [],
|
|
1994
|
+
stateMutability: "nonpayable",
|
|
1995
|
+
type: "function",
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
inputs: [
|
|
1999
|
+
{
|
|
2000
|
+
internalType: "address",
|
|
2001
|
+
name: "",
|
|
2002
|
+
type: "address",
|
|
2003
|
+
},
|
|
2004
|
+
],
|
|
2005
|
+
name: "mintGuardianPaused",
|
|
2006
|
+
outputs: [
|
|
2007
|
+
{
|
|
2008
|
+
internalType: "bool",
|
|
2009
|
+
name: "",
|
|
2010
|
+
type: "bool",
|
|
2011
|
+
},
|
|
2012
|
+
],
|
|
2013
|
+
stateMutability: "view",
|
|
2014
|
+
type: "function",
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
inputs: [],
|
|
2018
|
+
name: "oracle",
|
|
2019
|
+
outputs: [
|
|
2020
|
+
{
|
|
2021
|
+
internalType: "contract IPriceOracle",
|
|
2022
|
+
name: "",
|
|
2023
|
+
type: "address",
|
|
2024
|
+
},
|
|
2025
|
+
],
|
|
2026
|
+
stateMutability: "view",
|
|
2027
|
+
type: "function",
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
inputs: [],
|
|
2031
|
+
name: "pauseGuardian",
|
|
2032
|
+
outputs: [
|
|
2033
|
+
{
|
|
2034
|
+
internalType: "address",
|
|
2035
|
+
name: "",
|
|
2036
|
+
type: "address",
|
|
2037
|
+
},
|
|
2038
|
+
],
|
|
2039
|
+
stateMutability: "view",
|
|
2040
|
+
type: "function",
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
inputs: [
|
|
2044
|
+
{
|
|
2045
|
+
internalType: "address",
|
|
2046
|
+
name: "cToken",
|
|
2047
|
+
type: "address",
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
internalType: "address",
|
|
2051
|
+
name: "redeemer",
|
|
2052
|
+
type: "address",
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
internalType: "uint256",
|
|
2056
|
+
name: "redeemTokens",
|
|
2057
|
+
type: "uint256",
|
|
2058
|
+
},
|
|
2059
|
+
],
|
|
2060
|
+
name: "redeemAllowed",
|
|
2061
|
+
outputs: [],
|
|
2062
|
+
stateMutability: "nonpayable",
|
|
2063
|
+
type: "function",
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
inputs: [
|
|
2067
|
+
{
|
|
2068
|
+
internalType: "address",
|
|
2069
|
+
name: "suToken",
|
|
2070
|
+
type: "address",
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
internalType: "uint256",
|
|
2074
|
+
name: "amount",
|
|
2075
|
+
type: "uint256",
|
|
2076
|
+
},
|
|
2077
|
+
],
|
|
2078
|
+
name: "redeemFaceValue",
|
|
2079
|
+
outputs: [],
|
|
2080
|
+
stateMutability: "nonpayable",
|
|
2081
|
+
type: "function",
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
inputs: [
|
|
2085
|
+
{
|
|
2086
|
+
internalType: "address",
|
|
2087
|
+
name: "redeemer",
|
|
2088
|
+
type: "address",
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
internalType: "address",
|
|
2092
|
+
name: "provider",
|
|
2093
|
+
type: "address",
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
internalType: "address",
|
|
2097
|
+
name: "cToken",
|
|
2098
|
+
type: "address",
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
internalType: "address",
|
|
2102
|
+
name: "suToken",
|
|
2103
|
+
type: "address",
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
internalType: "uint256",
|
|
2107
|
+
name: "redeemAmount",
|
|
2108
|
+
type: "uint256",
|
|
2109
|
+
},
|
|
2110
|
+
],
|
|
2111
|
+
name: "redeemFaceValueWithTargetPlan",
|
|
2112
|
+
outputs: [
|
|
2113
|
+
{
|
|
2114
|
+
internalType: "uint256",
|
|
2115
|
+
name: "",
|
|
2116
|
+
type: "uint256",
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
internalType: "uint256",
|
|
2120
|
+
name: "",
|
|
2121
|
+
type: "uint256",
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
internalType: "uint256",
|
|
2125
|
+
name: "",
|
|
2126
|
+
type: "uint256",
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
internalType: "uint256",
|
|
2130
|
+
name: "",
|
|
2131
|
+
type: "uint256",
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
internalType: "uint256",
|
|
2135
|
+
name: "",
|
|
2136
|
+
type: "uint256",
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
internalType: "uint256",
|
|
2140
|
+
name: "",
|
|
2141
|
+
type: "uint256",
|
|
2142
|
+
},
|
|
2143
|
+
],
|
|
2144
|
+
stateMutability: "nonpayable",
|
|
2145
|
+
type: "function",
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
inputs: [
|
|
2149
|
+
{
|
|
2150
|
+
internalType: "address",
|
|
2151
|
+
name: "cToken",
|
|
2152
|
+
type: "address",
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
internalType: "address",
|
|
2156
|
+
name: "redeemer",
|
|
2157
|
+
type: "address",
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
internalType: "uint256",
|
|
2161
|
+
name: "redeemAmount",
|
|
2162
|
+
type: "uint256",
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
internalType: "uint256",
|
|
2166
|
+
name: "redeemTokens",
|
|
2167
|
+
type: "uint256",
|
|
2168
|
+
},
|
|
2169
|
+
],
|
|
2170
|
+
name: "redeemVerify",
|
|
2171
|
+
outputs: [],
|
|
2172
|
+
stateMutability: "nonpayable",
|
|
2173
|
+
type: "function",
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
inputs: [],
|
|
2177
|
+
name: "redemptionManager",
|
|
2178
|
+
outputs: [
|
|
2179
|
+
{
|
|
2180
|
+
internalType: "contract IRedemptionManager",
|
|
2181
|
+
name: "",
|
|
2182
|
+
type: "address",
|
|
2183
|
+
},
|
|
2184
|
+
],
|
|
2185
|
+
stateMutability: "view",
|
|
2186
|
+
type: "function",
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
inputs: [
|
|
2190
|
+
{
|
|
2191
|
+
internalType: "uint8",
|
|
2192
|
+
name: "groupId",
|
|
2193
|
+
type: "uint8",
|
|
2194
|
+
},
|
|
2195
|
+
],
|
|
2196
|
+
name: "removeAssetGroup",
|
|
2197
|
+
outputs: [
|
|
2198
|
+
{
|
|
2199
|
+
internalType: "uint256",
|
|
2200
|
+
name: "",
|
|
2201
|
+
type: "uint256",
|
|
2202
|
+
},
|
|
2203
|
+
],
|
|
2204
|
+
stateMutability: "nonpayable",
|
|
2205
|
+
type: "function",
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
inputs: [
|
|
2209
|
+
{
|
|
2210
|
+
internalType: "bytes32",
|
|
2211
|
+
name: "role",
|
|
2212
|
+
type: "bytes32",
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
internalType: "address",
|
|
2216
|
+
name: "account",
|
|
2217
|
+
type: "address",
|
|
2218
|
+
},
|
|
2219
|
+
],
|
|
2220
|
+
name: "renounceRole",
|
|
2221
|
+
outputs: [],
|
|
2222
|
+
stateMutability: "nonpayable",
|
|
2223
|
+
type: "function",
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
inputs: [
|
|
2227
|
+
{
|
|
2228
|
+
internalType: "address",
|
|
2229
|
+
name: "cToken",
|
|
2230
|
+
type: "address",
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
internalType: "address",
|
|
2234
|
+
name: "payer",
|
|
2235
|
+
type: "address",
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
internalType: "address",
|
|
2239
|
+
name: "borrower",
|
|
2240
|
+
type: "address",
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
internalType: "uint256",
|
|
2244
|
+
name: "repayAmount",
|
|
2245
|
+
type: "uint256",
|
|
2246
|
+
},
|
|
2247
|
+
],
|
|
2248
|
+
name: "repayBorrowAllowed",
|
|
2249
|
+
outputs: [],
|
|
2250
|
+
stateMutability: "nonpayable",
|
|
2251
|
+
type: "function",
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
inputs: [
|
|
2255
|
+
{
|
|
2256
|
+
internalType: "address",
|
|
2257
|
+
name: "cToken",
|
|
2258
|
+
type: "address",
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
internalType: "address",
|
|
2262
|
+
name: "payer",
|
|
2263
|
+
type: "address",
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
internalType: "address",
|
|
2267
|
+
name: "borrower",
|
|
2268
|
+
type: "address",
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
internalType: "uint256",
|
|
2272
|
+
name: "actualRepayAmount",
|
|
2273
|
+
type: "uint256",
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
internalType: "uint256",
|
|
2277
|
+
name: "borrowerIndex",
|
|
2278
|
+
type: "uint256",
|
|
2279
|
+
},
|
|
2280
|
+
],
|
|
2281
|
+
name: "repayBorrowVerify",
|
|
2282
|
+
outputs: [],
|
|
2283
|
+
stateMutability: "nonpayable",
|
|
2284
|
+
type: "function",
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
inputs: [
|
|
2288
|
+
{
|
|
2289
|
+
internalType: "bytes32",
|
|
2290
|
+
name: "role",
|
|
2291
|
+
type: "bytes32",
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
internalType: "address",
|
|
2295
|
+
name: "account",
|
|
2296
|
+
type: "address",
|
|
2297
|
+
},
|
|
2298
|
+
],
|
|
2299
|
+
name: "revokeRole",
|
|
2300
|
+
outputs: [],
|
|
2301
|
+
stateMutability: "nonpayable",
|
|
2302
|
+
type: "function",
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
inputs: [
|
|
2306
|
+
{
|
|
2307
|
+
internalType: "address",
|
|
2308
|
+
name: "cTokenCollateral",
|
|
2309
|
+
type: "address",
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
internalType: "address",
|
|
2313
|
+
name: "cTokenBorrowed",
|
|
2314
|
+
type: "address",
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
internalType: "address",
|
|
2318
|
+
name: "liquidator",
|
|
2319
|
+
type: "address",
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
internalType: "address",
|
|
2323
|
+
name: "borrower",
|
|
2324
|
+
type: "address",
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
internalType: "uint256",
|
|
2328
|
+
name: "seizeTokens",
|
|
2329
|
+
type: "uint256",
|
|
2330
|
+
},
|
|
2331
|
+
],
|
|
2332
|
+
name: "seizeAllowed",
|
|
2333
|
+
outputs: [],
|
|
2334
|
+
stateMutability: "nonpayable",
|
|
2335
|
+
type: "function",
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
inputs: [],
|
|
2339
|
+
name: "seizeGuardianPaused",
|
|
2340
|
+
outputs: [
|
|
2341
|
+
{
|
|
2342
|
+
internalType: "bool",
|
|
2343
|
+
name: "",
|
|
2344
|
+
type: "bool",
|
|
2345
|
+
},
|
|
2346
|
+
],
|
|
2347
|
+
stateMutability: "view",
|
|
2348
|
+
type: "function",
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
inputs: [
|
|
2352
|
+
{
|
|
2353
|
+
internalType: "address",
|
|
2354
|
+
name: "cTokenCollateral",
|
|
2355
|
+
type: "address",
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
internalType: "address",
|
|
2359
|
+
name: "cTokenBorrowed",
|
|
2360
|
+
type: "address",
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
internalType: "address",
|
|
2364
|
+
name: "liquidator",
|
|
2365
|
+
type: "address",
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
internalType: "address",
|
|
2369
|
+
name: "borrower",
|
|
2370
|
+
type: "address",
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
internalType: "uint256",
|
|
2374
|
+
name: "seizeTokens",
|
|
2375
|
+
type: "uint256",
|
|
2376
|
+
},
|
|
2377
|
+
],
|
|
2378
|
+
name: "seizeVerify",
|
|
2379
|
+
outputs: [],
|
|
2380
|
+
stateMutability: "nonpayable",
|
|
2381
|
+
type: "function",
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
inputs: [
|
|
2385
|
+
{
|
|
2386
|
+
internalType: "contract IAccountLiquidity",
|
|
2387
|
+
name: "_accountLiquidity",
|
|
2388
|
+
type: "address",
|
|
2389
|
+
},
|
|
2390
|
+
],
|
|
2391
|
+
name: "setAccountLiquidity",
|
|
2392
|
+
outputs: [],
|
|
2393
|
+
stateMutability: "nonpayable",
|
|
2394
|
+
type: "function",
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
inputs: [
|
|
2398
|
+
{
|
|
2399
|
+
internalType: "uint8",
|
|
2400
|
+
name: "groupId",
|
|
2401
|
+
type: "uint8",
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
internalType: "string",
|
|
2405
|
+
name: "groupName",
|
|
2406
|
+
type: "string",
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
internalType: "uint256",
|
|
2410
|
+
name: "intraCRateMantissa",
|
|
2411
|
+
type: "uint256",
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
internalType: "uint256",
|
|
2415
|
+
name: "intraMintRateMantissa",
|
|
2416
|
+
type: "uint256",
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
internalType: "uint256",
|
|
2420
|
+
name: "intraSuRateMantissa",
|
|
2421
|
+
type: "uint256",
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
internalType: "uint256",
|
|
2425
|
+
name: "interCRateMantissa",
|
|
2426
|
+
type: "uint256",
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
internalType: "uint256",
|
|
2430
|
+
name: "interSuRateMantissa",
|
|
2431
|
+
type: "uint256",
|
|
2432
|
+
},
|
|
2433
|
+
],
|
|
2434
|
+
name: "setAssetGroup",
|
|
2435
|
+
outputs: [
|
|
2436
|
+
{
|
|
2437
|
+
internalType: "uint256",
|
|
2438
|
+
name: "",
|
|
2439
|
+
type: "uint256",
|
|
2440
|
+
},
|
|
2441
|
+
],
|
|
2442
|
+
stateMutability: "nonpayable",
|
|
2443
|
+
type: "function",
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
inputs: [
|
|
2447
|
+
{
|
|
2448
|
+
internalType: "contract ICompLogic",
|
|
2449
|
+
name: "_compLogic",
|
|
2450
|
+
type: "address",
|
|
2451
|
+
},
|
|
2452
|
+
],
|
|
2453
|
+
name: "setCompLogic",
|
|
2454
|
+
outputs: [],
|
|
2455
|
+
stateMutability: "nonpayable",
|
|
2456
|
+
type: "function",
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
inputs: [
|
|
2460
|
+
{
|
|
2461
|
+
internalType: "address",
|
|
2462
|
+
name: "cToken",
|
|
2463
|
+
type: "address",
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
internalType: "uint256",
|
|
2467
|
+
name: "supplySpeed",
|
|
2468
|
+
type: "uint256",
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
internalType: "uint256",
|
|
2472
|
+
name: "borrowSpeed",
|
|
2473
|
+
type: "uint256",
|
|
2474
|
+
},
|
|
2475
|
+
],
|
|
2476
|
+
name: "setCompSpeed",
|
|
2477
|
+
outputs: [],
|
|
2478
|
+
stateMutability: "nonpayable",
|
|
2479
|
+
type: "function",
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
inputs: [
|
|
2483
|
+
{
|
|
2484
|
+
internalType: "address",
|
|
2485
|
+
name: "_governanceToken",
|
|
2486
|
+
type: "address",
|
|
2487
|
+
},
|
|
2488
|
+
],
|
|
2489
|
+
name: "setGovTokenAddress",
|
|
2490
|
+
outputs: [],
|
|
2491
|
+
stateMutability: "nonpayable",
|
|
2492
|
+
type: "function",
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
inputs: [
|
|
2496
|
+
{
|
|
2497
|
+
internalType: "uint256",
|
|
2498
|
+
name: "_minSuBorrowValue",
|
|
2499
|
+
type: "uint256",
|
|
2500
|
+
},
|
|
2501
|
+
],
|
|
2502
|
+
name: "setMinSuBorrowValue",
|
|
2503
|
+
outputs: [],
|
|
2504
|
+
stateMutability: "nonpayable",
|
|
2505
|
+
type: "function",
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
inputs: [
|
|
2509
|
+
{
|
|
2510
|
+
internalType: "contract IRedemptionManager",
|
|
2511
|
+
name: "_redemptionManager",
|
|
2512
|
+
type: "address",
|
|
2513
|
+
},
|
|
2514
|
+
],
|
|
2515
|
+
name: "setRedemptionManager",
|
|
2516
|
+
outputs: [],
|
|
2517
|
+
stateMutability: "nonpayable",
|
|
2518
|
+
type: "function",
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
inputs: [
|
|
2522
|
+
{
|
|
2523
|
+
internalType: "address",
|
|
2524
|
+
name: "_timelock",
|
|
2525
|
+
type: "address",
|
|
2526
|
+
},
|
|
2527
|
+
],
|
|
2528
|
+
name: "setTimelock",
|
|
2529
|
+
outputs: [],
|
|
2530
|
+
stateMutability: "nonpayable",
|
|
2531
|
+
type: "function",
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
inputs: [],
|
|
2535
|
+
name: "suTokenRateMantissa",
|
|
2536
|
+
outputs: [
|
|
2537
|
+
{
|
|
2538
|
+
internalType: "uint256",
|
|
2539
|
+
name: "",
|
|
2540
|
+
type: "uint256",
|
|
2541
|
+
},
|
|
2542
|
+
],
|
|
2543
|
+
stateMutability: "view",
|
|
2544
|
+
type: "function",
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
inputs: [
|
|
2548
|
+
{
|
|
2549
|
+
internalType: "bytes4",
|
|
2550
|
+
name: "interfaceId",
|
|
2551
|
+
type: "bytes4",
|
|
2552
|
+
},
|
|
2553
|
+
],
|
|
2554
|
+
name: "supportsInterface",
|
|
2555
|
+
outputs: [
|
|
2556
|
+
{
|
|
2557
|
+
internalType: "bool",
|
|
2558
|
+
name: "",
|
|
2559
|
+
type: "bool",
|
|
2560
|
+
},
|
|
2561
|
+
],
|
|
2562
|
+
stateMutability: "view",
|
|
2563
|
+
type: "function",
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
inputs: [],
|
|
2567
|
+
name: "sutokenLiquidationIncentiveMantissa",
|
|
2568
|
+
outputs: [
|
|
2569
|
+
{
|
|
2570
|
+
internalType: "uint256",
|
|
2571
|
+
name: "",
|
|
2572
|
+
type: "uint256",
|
|
2573
|
+
},
|
|
2574
|
+
],
|
|
2575
|
+
stateMutability: "view",
|
|
2576
|
+
type: "function",
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
inputs: [],
|
|
2580
|
+
name: "timelock",
|
|
2581
|
+
outputs: [
|
|
2582
|
+
{
|
|
2583
|
+
internalType: "address",
|
|
2584
|
+
name: "",
|
|
2585
|
+
type: "address",
|
|
2586
|
+
},
|
|
2587
|
+
],
|
|
2588
|
+
stateMutability: "view",
|
|
2589
|
+
type: "function",
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
inputs: [
|
|
2593
|
+
{
|
|
2594
|
+
internalType: "address",
|
|
2595
|
+
name: "cToken",
|
|
2596
|
+
type: "address",
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
internalType: "address",
|
|
2600
|
+
name: "src",
|
|
2601
|
+
type: "address",
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
internalType: "address",
|
|
2605
|
+
name: "dst",
|
|
2606
|
+
type: "address",
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
internalType: "uint256",
|
|
2610
|
+
name: "transferTokens",
|
|
2611
|
+
type: "uint256",
|
|
2612
|
+
},
|
|
2613
|
+
],
|
|
2614
|
+
name: "transferAllowed",
|
|
2615
|
+
outputs: [],
|
|
2616
|
+
stateMutability: "nonpayable",
|
|
2617
|
+
type: "function",
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
inputs: [],
|
|
2621
|
+
name: "transferGuardianPaused",
|
|
2622
|
+
outputs: [
|
|
2623
|
+
{
|
|
2624
|
+
internalType: "bool",
|
|
2625
|
+
name: "",
|
|
2626
|
+
type: "bool",
|
|
2627
|
+
},
|
|
2628
|
+
],
|
|
2629
|
+
stateMutability: "view",
|
|
2630
|
+
type: "function",
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
inputs: [
|
|
2634
|
+
{
|
|
2635
|
+
internalType: "address[]",
|
|
2636
|
+
name: "borrowers",
|
|
2637
|
+
type: "address[]",
|
|
2638
|
+
},
|
|
2639
|
+
],
|
|
2640
|
+
name: "updateSortedBorrowsBatch",
|
|
2641
|
+
outputs: [],
|
|
2642
|
+
stateMutability: "nonpayable",
|
|
2643
|
+
type: "function",
|
|
2644
|
+
},
|
|
2645
|
+
];
|
|
2646
|
+
const _bytecode = "0x6080806040523461001757615de990816200001d8239f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c9081627e3dd214613fa75750806301ffc9a714613f36578063098c76f514613ef65780630df9ef2c14613eb6578063141a7a6514613e985780631475995c14613e6757806318c882a514613d6e5780631dbd1aa914613cf15780631ededc9114613cba57806321af45691461109a57806324008a6214613c84578063241b4367146113d8578063243cdb5514613c5f578063248a9ca314613c3257806324a3d6221461324f578063250d71e714613acd57806325510913146120015780632d70db78146139d65780632f2ff15d14613928578063317b0b77146138885780633278eb041461385f57806336085d4614613778578063360f5a011461374f57806336568abe146136bc578063391957d71461350c5780633bcf7ec1146134155780633bd38381146133745780633c94786f1461334e5780633f08c0931461330157806347bd11ad146132e35780634a584432146132aa5780634ada90af146132785780634cab0f2d1461324f5780634e79238f146131cc5780634ede8e6a146131ae5780634ef4c3e114612e9d57806351dff98914612e5f57806352d84d1e14612e34578063554994f214612e0b57806355ee1fe114612d8b5780635a0f74a7146126b15780635c77860514612d6f5780635ec88c7914612cbb5780635f5af1aa14612aff5780635f87769b14612a7b5780635fc7e71e146128a4578063607ef6c11461279a5780636d154ea5146126f05780636d35bf911461272f578063715cfdd9146126f0578063731f0c2b146126b157806373a19dc51461243a5780637dc0d1d014612411578063840f82ac146123c557806384b927201461202757806387f76303146120015780638e8f294b14611fa75780638ebf636414611ea65780639010d07c14611e6057806391d1485414611e14578063929fe9a114611dba57806397d0fbe5146118585780639cc7becf1461181f5780639d1b5a0a146117f65780639d8ef7e6146117c9578063a217fddf146117ad578063a3514009146114ba578063aa6fb5c01461147a578063abfceffc146113fe578063ac0b0bb7146113d8578063b0772d0b1461134d578063b3030a631461130d578063b9412e3b146112a5578063bc1fc18a1461126a578063bdacb3031461122a578063bdcdc25814611190578063c2998238146110c3578063c42e5b2b1461109a578063c7108b4314611071578063c91033b014611050578063ca15c87314611026578063ce8b680514611008578063d02f735114610e41578063d1eb167e14610e0d578063d33219b414610de4578063d547741f14610da6578063da3d454c1461094b578063dce15449146108f0578063dd1e75d2146107aa578063e4295d4114610766578063e63ab1e91461073d578063e6653f3d14610717578063e8755446146106f9578063e8762110146106db578063eabe7d91146106c0578063ede4edd014610694578063eebc3a99146105f8578063f794062e146105b9578063f8717d40146104975763f96dae0a1461046c57600080fd5b3461049457806003193601126104945760d1546040516001600160a01b039091168152602090f35b80fd5b5034610494576104a63661428e565b848094939552602094606586526040852033600052865260ff60406000205416801561058b575b6104d690615685565b80151580610582575b6104e8906156d0565b845b8181106104fb578686604051908152f35b8061050a61057d92858761570c565b6001600160a01b0390358161052861052385888c61570c565b61571c565b16895260ce8a52604089205561054261052383868a61570c565b167fb65effed4883ea5c94b76be51cffe6df198456313627302a7726e8a3de19dbea8961057084888a61570c565b35604051908152a2614ae5565b6104ea565b508082146104df565b50600080516020615d748339815191528552606586526040808620336000908152908852205460ff166104cd565b50346104945760203660031901126104945760209060ff906040906001600160a01b036105e4613fc2565b16815260cc84522054166040519015158152f35b5034610494576060366003190112610494576020907fc435a64a252a70e1626526c36dd5dba2119d3d877951ff6fefdea93d062ade9c600435602435610689604435610642614493565b60ca549260cf549060d054918660ca558160cf558360d055604051968796879260a094919796959260c0850198855260208501526040840152606083015260808201520152565b0390a1604051908152f35b50346104945760203660031901126104945760206106b86106b3613fc2565b614c9c565b604051908152f35b5034610494576106d86106d2366141c4565b91614f97565b80f35b5034610494578060031936011261049457602060d054604051908152f35b5034610494578060031936011261049457602060c954604051908152f35b5034610494578060031936011261049457602060ff60d55460a81c166040519015158152f35b50346104945780600319360112610494576020604051600080516020615d548339815191528152f35b503461049457602036600319011261049457600435610783614493565b670de0b6b3a764000081106107985760df5580f35b604051635012e14560e01b8152600490fd5b5034610494576107b936614405565b81905b80518210156108ec576001600160a01b03806107d88484614af4565b5116845260209060cb825260408520916040518093849183825491828152019189528389209389905b8282106108d0575050506108179250038361436e565b845b82518110156108bd57858260de5416836108338487614af4565b5116846108408989614af4565b5116823b156108b95760405163947f5b7760e01b81526001600160a01b039283166004820152911660248201529082908290604490829084905af180156108ae57610896575b505061089190614ae5565b610819565b61089f906142d8565b6108aa578538610886565b8580fd5b6040513d84823e3d90fd5b8380fd5b505050906108ca90614ae5565b906107bc565b8554871684526001958601958895509381019390910190610801565b8280f35b50346104945760403660031901126104945761090a613fc2565b6001600160a01b03908116825260cb6020526040822080546024359390841015610494575060209261093b91614246565b9190546040519260031b1c168152f35b50346104945761095a366141c4565b60405163715cfdd960e01b81526001600160a01b0393841660048201819052939192602492909160209081818681305afa908115610b93578891610d89575b50610d565785875260cc81526109be60ff6040892054166109b8614b08565b90614b35565b85875260cc815260016040882001928281169384600052825260ff6040600020541615610d15575b508160db54169060405163fc57d4df60e01b9081815288600482015282818881875afa908115610bcb578a91610ce8575b5015610cb65787895260d98252604089205480610bd6575b50604051637f4e225760e11b815282816004818c5afa908115610bcb578a91610b9e575b5015610ae2575b5050509060609360849260dc5416906040519687958694634e79238f60e01b8652600486015284015287604484015260648301525afa80156108ae576106d8918391610ab1575b50610aaa614f65565b9015614b35565b610ad2915060603d8111610adb575b610aca818361436e565b810190614f4a565b91505038610aa1565b503d610ac0565b8190866040969596518095819382528b60048301525afa8015610b935786918991610b5b575b50610b22925060405190610b1b82614301565b8152615c76565b5160df548015159182610b51575b5050610b3f5790388080610a5a565b604051630b92ac0b60e11b8152600490fd5b1090503880610b30565b8092508391503d8311610b8c575b610b73818361436e565b81010312610b875784610b22915138610b08565b600080fd5b503d610b69565b6040513d8a823e3d90fd5b610bbe9150833d8511610bc4575b610bb6818361436e565b810190614f32565b38610a53565b503d610bac565b6040513d8c823e3d90fd5b6040516308f7a6e360e31b815283816004818d5afa908115610cab578b91610c7e575b50610c39604051610c0981614338565b60118152706164646974696f6e206f766572666c6f7760781b86820152610c308b84614821565b92831015614b35565b1015610c455738610a2f565b60405162461bcd60e51b81526004810183905260128188015271189bdc9c9bddc818d85c081c995858da195960721b6044820152606490fd5b90508381813d8311610ca4575b610c95818361436e565b81010312610b87575138610bf9565b503d610c8b565b6040513d8d823e3d90fd5b60405162461bcd60e51b815260048101839052600b818801526a383934b1b29032b93937b960a91b6044820152606490fd5b90508281813d8311610d0e575b610cff818361436e565b81010312610b87575138610a17565b503d610cf5565b610d2a90610d24883314615045565b33614b61565b5085875260cc815260016040882001836000528152610d5060ff60406000205416614c7f565b386109e6565b606490600d856040519262461bcd60e51b845260048401528201526c189bdc9c9bddc81c185d5cd959609a1b6044820152fd5b610da09150823d8411610bc457610bb6818361436e565b38610999565b5034610494576040366003190112610494576106d8600435610dc66140cf565b908084526065602052610ddf600160408620015461468d565b614798565b503461049457806003193601126104945760dd546040516001600160a01b039091168152602090f35b50346104945760203660031901126104945760ff604060209282610e2f613fd8565b16815260d48452205416604051908152f35b503461049457610e5036614175565b505060405163241b436760e01b81526020939291508381600481305afa908115610f6c578591610feb575b50610fb7576001600160a01b0391821680855260cc8452604085205490929060ff1680610fa4575b610eaf906109b8614b08565b6040518481600481635fe3b56760e01b978882525afa928315610f995785918794610f77575b50600483949560405194859384928352165afa8015610f6c5782918691610f3f575b5016911603610f04575080f35b6064906040519062461bcd60e51b8252600482015260146024820152730c6dedae0e8e4ded8d8cae440dad2e6dac2e8c6d60631b6044820152fd5b610f5f9150853d8711610f65575b610f57818361436e565b81019061507f565b38610ef7565b503d610f4d565b6040513d87823e3d90fd5b839450610f92600491843d8611610f6557610f57818361436e565b9450610ed5565b6040513d88823e3d90fd5b508181168552604085205460ff16610ea3565b60405162461bcd60e51b815260048101849052600c60248201526b1cd95a5e99481c185d5cd95960a21b6044820152606490fd5b6110029150843d8611610bc457610bb6818361436e565b38610e7b565b5034610494578060031936011261049457602060ca54604051908152f35b50346104945760203660031901126104945760406020916004358152609783522054604051908152f35b5034610494578060031936011261049457602060ff60d35416604051908152f35b50346104945780600319360112610494576020604051600080516020615d748339815191528152f35b503461049457806003193601126104945760d8546040516001600160a01b039091168152602090f35b5034610494576110d236614405565b80516110dd816143ee565b926110eb604051948561436e565b8184526110f7826143ee565b6020938585019391601f1901368537825b8281106111505750505060405193838594850191818652518092526040850193925b82811061113957505050500390f35b83518552869550938101939281019260010161112a565b929593949261118690611176336001600160a01b0361116f8487614af4565b5116614b61565b6111808288614af4565b52614ae5565b9592949395611108565b50346104945761119f366140fb565b604051632551091360e01b815290929150602081600481305afa908115610f6c57859161120c575b506111d5576106d892614f97565b60405162461bcd60e51b815260206004820152600f60248201526e1d1c985b9cd9995c881c185d5cd959608a1b6044820152606490fd5b611224915060203d8111610bc457610bb6818361436e565b386111c7565b503461049457602036600319011261049457611244613fc2565b61124c614493565b60018060a01b03166001600160601b0360a01b60dd54161760dd5580f35b503461049457806003193601126104945760206040517f750fc7a006f78e0009a09aa4bf97546d802b8f6c9d27e623dd7cc78951321eaf8152f35b5034610494576020366003190112610494576112f56112ef6112ea60ff604061130995826112d1613fd8565b6112d961509e565b5016815260d46020522054166150dd565b6150f0565b50615164565b604051918291602083526020830190614030565b0390f35b503461049457602036600319011261049457611327613fc2565b61132f614493565b60018060a01b03166001600160601b0360a01b60da54161760da5580f35b503461049457806003193601126104945760405160cd80548083529083526020808301937f83978b4c69c48dd978ab43fe30f077615294f938fb7f936d9eb340e51ea7db2e92915b8282106113b857611309856113ac8189038261436e565b604051918291826143aa565b83546001600160a01b031686529485019460019384019390910190611395565b5034610494578060031936011261049457602060ff60d55460b81c166040519015158152f35b503461049457602080600319360112611476576001600160a01b039182611423613fc2565b16815260cb82526040812092604051908193808654938481520195845280842093915b83831061145d57611309866113ac818a038261436e565b8454811687529581019560019485019490920191611446565b5080fd5b50346104945760203660031901126104945760209060ff906040906001600160a01b036114a5613fc2565b16815260cc8452205460081c16604051908152f35b503461049457610140366003190112610494576114d5613fc2565b6114dd6140cf565b6114e56140e5565b6001600160a01b0392906064358481169190829003610b875760843590858216809203610b87576101243591868316809303610b875787549360ff8560081c1615968780986117a0575b8015611789575b1561172d5760ff198087166001178b558a968961171c575b508680526020998a92606584528160408a209a16998a600052845260406000205460ff16157fc435a64a252a70e1626526c36dd5dba2119d3d877951ff6fefdea93d062ade9c9a604060c09b60977fd52b2b9b7e9ee655fcb95d2e5b9e0c9f69e7ef2b8e9d2d0ea78402d576d22e229883986115d4966116e4575b508280525220614963565b50816001600160601b0360a01b97168760d154161760d155670de0b6b3a764000060d25516808660db54161760db55815190600082528b820152a18260da54161760da558160dc54161760dc557f3b9670cf975d26958e754b57098eaa2ac914d8d2a31b83257997b9f346110fd9604060a4358060c9558151908a825289820152a160c435918260ca5560e435908160cf5561010435928360d05560de54161760de556801158e460913d0000060df556040519288845287840152876040840152606083015286608083015260a0820152a16116ae575080f35b7f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989061ff0019835416835560405160018152a180f35b8380526065825284842086600052825260018560002091825416179055338584600080516020615d348339815191528180a4386115c9565b61ffff19166101011787553861154e565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b50303b1580156115365750600160ff871614611536565b50600160ff87161061152f565b5034610494578060031936011261049457602090604051908152f35b50346104945760403660031901126104945760206106b86117e8613fc2565b6117f06140cf565b90615730565b503461049457806003193601126104945760d1546040516001600160a01b039091168152602090f35b5034610494576020366003190112610494576020906040906001600160a01b03611847613fc2565b16815260ce83522054604051908152f35b503461049457604036600319011261049457611872613fc2565b604051637f4e225760e11b81529091602435916001600160a01b03841690602081600481855afa908115611c6b578391611d9b575b50611d635760de546040516308f7a6e360e31b81526001600160a01b0390911690602081600481865afa908115611d5857908492918391611d20575b5090604460209260405194859384926309d3fe0b60e41b84528a600485015260248401525af18015611c6b57611cf5575b5080825260cc60205260408220549290602060018060a01b0360de5416916024604051809481936350e8542360e01b835260048301525afa908115611c6b578391611cd6575b505b81151580611cc4575b15611caa5760018060a01b038116835260cb602052604083206040518082602082945493848152019087526020872092875b818110611c885750506119ac9250038261436e565b835b8151811080611c7f575b15611af257600460206001600160a01b036119d38486614af4565b511660405192838092637f4e225760e11b82525afa908115610f99578691611ad3575b5015611a3f57336001600160a01b03841614611a3f576001600160a01b03611a1e8284614af4565b5116855260cc60205260ff8660081c1660ff604087205460081c1614611a4d575b611a4890614ae5565b6119ae565b92611a6e81886001600160a01b03611a658887614af4565b51168633615a2c565b9080821015611ac757611a4891611abe91611ab9604051611a8e81614338565b60158152747375627472616374696f6e20756e646572666c6f7760581b602082015282841115614b35565b6149e8565b935b9050611a3f565b5050611a488493611ac0565b611aec915060203d602011610bc457610bb6818361436e565b386119f6565b50835b8151811080611c76575b15611c0057600460206001600160a01b03611b1a8486614af4565b511660405192838092637f4e225760e11b82525afa908115610f99578691611be1575b5015611b8657336001600160a01b03841614611b86576001600160a01b03611b658284614af4565b5116855260cc60205260ff8660081c1660ff604087205460081c1603611b94575b611b8f90614ae5565b611af5565b92611bac81886001600160a01b03611a658887614af4565b9080821015611bd557611b8f91611bcc91611ab9604051611a8e81614338565b935b9050611b86565b5050611b8f8493611bce565b611bfa915060203d602011610bc457610bb6818361436e565b38611b3d565b505060de5460405163d99550c960e01b81526001600160a01b03878116600483015292831660248201529160209183916044918391165afa908115611c6b578391611c4c575b5061195c565b611c65915060203d602011610f6557610f57818361436e565b38611c46565b6040513d85823e3d90fd5b50831515611aff565b508315156119b8565b84546001600160a01b0316835260019485019486945060209093019201611997565b50611cb25780f35b60405163518d5aa560e11b8152600490fd5b506001600160a01b0381161515611965565b611cef915060203d602011610f6557610f57818361436e565b3861195a565b602090813d8311611d19575b611d0b818361436e565b81010312610b875738611914565b503d611d01565b919250506020813d602011611d50575b81611d3d6020938361436e565b81010312610b87575183919060446118e3565b3d9150611d30565b6040513d86823e3d90fd5b60405162461bcd60e51b815260206004820152601060248201526f34b73b30b634b21039ba903a37b5b2b760811b6044820152606490fd5b611db4915060203d602011610bc457610bb6818361436e565b386118a7565b503461049457604036600319011261049457611dd4613fc2565b906001600160a01b039060019060409083611ded6140cf565b16815260cc60205220019116600052602052602060ff604060002054166040519015158152f35b5034610494576040366003190112610494576040611e306140cf565b9160043581526065602052209060018060a01b0316600052602052602060ff604060002054166040519015158152f35b503461049457604036600319011261049457611e8d60209160043581526097835260406024359120614246565b905460405160039290921b1c6001600160a01b03168152f35b5034610494576020908160031936011261049457600080516020615d9483398151915260a0611ed3614091565b8015611f4a578380526065855260408420336000528552611efb60ff6040600020541661564c565b15159260d55460ff60b01b8560b01b169060ff60b01b19161760d55560405190815260608582015260086060820152672a3930b739b332b960c11b6080820152836040820152a1604051908152f35b838052606585526040842033600052855260ff604060002054168015611f79575b611f7490615609565b611efb565b50600080516020615d548339815191528452606585526040808520336000908152908752205460ff16611f6b565b5034610494576020366003190112610494576060906040906001600160a01b03611fcf613fc2565b16815260cc6020522060ff600282549201541660ff604051928181161515845260081c16602083015215156040820152f35b5034610494578060031936011261049457602060ff60d55460b01c166040519015158152f35b503461049457608036600319011261049457612041613fc2565b90602480359060ff821693848303610b87576044918235926064803593612066614493565b60018060a01b039182821697888a5260209a60cc8c5260ff60408c20541661238b57156123585789806040518d810190637f4e225760e11b8252600481526120ad81614338565b519082875af13d15612353573d6120c38161438f565b906120d1604051928361436e565b81528b8d3d92013e5b80612349575b1561231757888a5260cc8b52600160408b209161ff0083549160081b169061ffff191617179055889060cd54915b8281106122b9575050600160401b8110156122a45790612137826001612156940160cd556141f9565b90919082549060031b9160018060a01b03809116831b921b1916179055565b61219b60405161216581614338565b601c81527f626c6f636b206e756d62657220657863656564732033322062697473000000008a8201526401000000004310614b35565b60da541691823b156122a0579186929183926040519485938492633ace041560e11b84528a600485015263ffffffff4316908401525af18015610f6c57858793928692612282575b50507f6f1951b2aad10f3fc81b86d91105b413a5b3f847a34bbc5ce1904201b14438f6837fb65effed4883ea5c94b76be51cffe6df198456313627302a7726e8a3de19dbea957fcf583bb0c569eb967f806b11601c4cb93c10310485c67add5f8362c2f212321f82604051868152a183895260d982528060408a2055604051908152a283855260ce8252806040862055604051908152a2604051908152f35b909294935061229191506142d8565b6108b9579084908385386121e3565b8680fd5b84634e487b7160e01b60005260416004526000fd5b89856122c4836141f9565b90549060031b1c16146122df576122da90614ae5565b61210e565b5060405162461bcd60e51b8152600481018c9052601481880152731b585c9ad95d08185b1c9958591e48185919195960621b81870152fd5b5060405162461bcd60e51b8152600481018b9052600e818701526d31b7b73a3930b1ba1032b93937b960911b81860152fd5b50823b15156120e0565b6120da565b5060405162461bcd60e51b8152600481018b9052600f818701526e1a5b9d985b1a590819dc9bdd5c1259608a1b81860152fd5b60405162461bcd60e51b8152600481018d9052601581890152741b585c9ad95d08185b1c9958591e481b1a5cdd1959605a1b818801528390fd5b5034610494576020366003190112610494576123df613fc2565b6123e7614493565b6001600160a01b03166123fb8115156155cb565b6001600160601b0360a01b60d154161760d15580f35b503461049457806003193601126104945760db546040516001600160a01b039091168152602090f35b50346104945760e036600319011261049457612454613fd8565b906024356001600160401b0381116114765736602382011215611476578060040135926124808461438f565b61248d604051918261436e565b8481526020948582019336602483830101116108aa578186926024899301873783010152604435906064359360843560a4359160c435936124cc614493565b60ff80971696878a5260d48b528060408b20541660d354811080159061269b575b156125fd57506040516124ff8161431c565b888152828c8201528760408201528960608201528460808201528560a08201528660c0820152600160e082015260d354600160401b8110156125e957937f878e48ed20dc6724a982e6ed357e7ad8d32f3a8550cc2d946046e3a708545e799896938a969360408f8f9060d49061258c6125bc9860c09f9c806001612586920160d3556150f0565b906152c3565b6125998560d354166150dd565b9b835252209716968760ff19825416179055604051928392839251928391613fe8565b8101039020986040519586528b86015260408501526060840152608083015260a0820152a3604051908152f35b634e487b7160e01b8c52604160045260248cfd5b97989394959692508890612610896150f0565b50541603612663579161258695939161265e98979593604051986126338a61431c565b89528b89015260408801526060870152608086015260a085015260c0840152600160e08401526150f0565b6106b8565b60405162461bcd60e51b8152600481018b9052601060248201526f0cee4deeae092c840dad2e6dac2e8c6d60831b6044820152606490fd5b5088826126a7836150f0565b50541614156124ed565b50346104945760203660031901126104945760209060ff906040906001600160a01b036126dc613fc2565b16815260d684522054166040519015158152f35b50346104945760203660031901126104945760209060ff906040906001600160a01b0361271b613fc2565b16815260d784522054166040519015158152f35b50346104945761273e36614175565b509192505061274f333b1515615045565b604051637f4e225760e11b815291602083600481335afa928315611d58576106d89361277c575b50615c0d565b6127939060203d8111610bc457610bb6818361436e565b5038612776565b5034610494576127a93661428e565b848093929352602091606583526040862033600052835260ff604060002054168015612876575b6127d990615685565b8015158061286d575b6127eb906156d0565b855b8181106127f8578680f35b8061280761286892858861570c565b6001600160a01b0390358161282061052385888d61570c565b168a5260d9875260408a205561283a61052383868b61570c565b167f6f1951b2aad10f3fc81b86d91105b413a5b3f847a34bbc5ce1904201b14438f68661057084888b61570c565b6127ed565b508082146127e2565b50600080516020615d748339815191528652606583526040808720336000908152908552205460ff166127d0565b5034610494576128b336614175565b939092915060018060a01b0380911680865260209260cc84528260ff60408920541615918215612a67575b5050612a55576040516395dd919360e01b815293821660048501819052928085602481855afa948515612a4a578795612a1b575b50604051630c71782360e41b81528181600481865afa918215610b935788926129fe575b50501561295a57505050106129485780f35b60405163e46c155960e01b8152600490fd5b608460609260dc5416936040519485938492634e79238f60e01b84526004840152602483015260006044830152600060648301525afa908115611d585784916129dd575b50156129cb576129c1670de0b6b3a76400009160c95460405190610b1b82614301565b5104106129485780f35b60405163095bf33360e01b8152600490fd5b6129f5915060603d8111610adb57610aca818361436e565b9150503861299e565b612a149250803d10610bc457610bb6818361436e565b3880612936565b9080955081813d8311612a43575b612a33818361436e565b81010312610b8757519338612912565b503d612a29565b6040513d89823e3d90fd5b6040516334b04fe360e11b8152600490fd5b16875250604086205460ff161582386128de565b503461049457606036600319011261049457612a95613fc2565b612a9d614493565b60da546001600160a01b0390811691839190833b15612afb57606490836040519586948593635f87769b60e01b8552166004840152602435602484015260443560448401525af180156108ae57612af2575080f35b6106d8906142d8565b8280fd5b50346104945760209081600319360112610494577f0613b6ee6a04f0d09f390e4d9318894b9f6ac7fd83897cd8d18896ba579c401e612b3c613fc2565b612b44614493565b6001600160a01b0390811690612b5b8215156155cb565b612c138160d5541692600080516020615d548339815191528087526065808952612b8b600160408a20015461468d565b81885280895260408820868952895260ff604089205416612c75575b81885260978952612bbb8660408a206149f5565b50826001600160601b0360a01b60d554161760d555818852808952612be6600160408a20015461468d565b81885280895260408820838952895260ff60408920541615612c3e575b5086526097875260408620614963565b5060d554604080516001600160a01b0394851681529290911690921660208201529081908101610689565b8188528852604080882083895289528720805460ff19166001179055338282600080516020615d348339815191528a80a438612c03565b8188528089526040808920878a528a528820805460ff191690553386837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b8b80a4612ba7565b503461049457602036600319011261049457612cd5613fc2565b60dc54604051634e79238f60e01b81526001600160a01b0392831660048201526024810184905260448101849052606481018490529160609183916084918391165afa80156108ae5782918391612d49575b5061130990604051938493846040919493926060820195825260208201520152565b90506113099250612d68915060603d8111610adb57610aca818361436e565b9092612d27565b503461049457612d7e366141c4565b5061274f333b1515615045565b5034610494576020366003190112610494576020907fd52b2b9b7e9ee655fcb95d2e5b9e0c9f69e7ef2b8e9d2d0ea78402d576d22e22612dc9613fc2565b612dd1614493565b60db80546001600160a01b039283166001600160a01b03198216811790925560408051939091168352602083019190915281908101610689565b503461049457806003193601126104945760dc546040516001600160a01b039091168152602090f35b5034610494576020366003190112610494576004359060cd54821015610494576020611e8d836141f9565b503461049457612e6e3661413c565b159250905081612e93575b50612e815780f35b604051631812515160e11b8152600490fd5b9050151538612e79565b503461049457612eac366141c4565b604051635a0f74a760e01b81526001600160a01b0393841660048201819052602094929390929185816024818a305af1908115612a4a578791613191575b5061315e5782865260cc8552612f0960ff6040882054166109b8614b08565b6040516361bfb47160e11b81529181166004830181905291608081602481875afa8015612a4a578788928992613124575b50612f4790610aaa614c55565b84885260cc875260016040892001848952875260ff60408920541615918261311b575b5081613112575b50613099575b505080845260ce83526040842054159182159182612fd5575b50505015612f9c575080f35b6064906040519062461bcd60e51b8252600482015260126024820152711cdd5c1c1b1e4818d85c081c995858da195960721b6044820152fd5b9192509082612fe9575b5050388080612f90565b6040516318160ddd60e01b81529250908383600481855afa928315610f6c578593613064575b50613050906130476040519161302483614338565b60118352706164646974696f6e206f766572666c6f7760781b8784015285614821565b93841015614b35565b835260ce8252604083205410153880612fdf565b9092508381813d8311613092575b61307c818361436e565b8101031261308e57519161305061300f565b8480fd5b503d613072565b8233036130d5576130aa9033614b61565b5081855260cc84526001604086200190855283526130ce60ff604086205416614c7f565b3880612f77565b60405162461bcd60e51b815260048101869052601560248201527439b2b73232b91036bab9ba1031329031aa37b5b2b760591b6044820152606490fd5b90501538612f71565b15915038612f6a565b9050612f47925061314c915060803d8111613157575b613144818361436e565b810190614c33565b509290929190612f3a565b503d61313a565b60405162461bcd60e51b815260048101869052600b60248201526a1b5a5b9d081c185d5cd95960aa1b6044820152606490fd5b6131a89150863d8811610bc457610bb6818361436e565b38612eea565b5034610494578060031936011261049457602060cf54604051908152f35b50346104945760606131dd3661413c565b60dc54604051634e79238f60e01b81526001600160a01b03958616600482015293851660248501526044840192909252606483015290929183916084918391165afa80156108ae5782918391612d49575061130990604051938493846040919493926060820195825260208201520152565b503461049457806003193601126104945760d5546040516001600160a01b039091168152602090f35b503461049457806003193601126104945760ca5460cf5460d05460408051938452602084019290925290820152606090f35b5034610494576020366003190112610494576020906040906001600160a01b036132d2613fc2565b16815260d983522054604051908152f35b5034610494578060031936011261049457602060d254604051908152f35b50346104945761130961331f61331636614175565b9392909261589e565b604080519687526020870195909552938501929092526060840152608083015260a082015290819060c0820190565b5034610494578060031936011261049457602060ff60d55460a01c166040519015158152f35b50346104945760206133853661413c565b60dc546040516354f2052160e11b81526001600160a01b03958616600482015293851660248501526044840192909252606483015290929183916084918391165afa9081156108ae5782916133e0575b602082604051908152f35b90506020813d821161340d575b816133fa6020938361436e565b81010312611476576020915051386133d5565b3d91506133ed565b503461049457602090600080516020615d9483398151915260a0604061348561343d366140a0565b92839182156134b75787805260658952818820338952895261346460ff838a20541661564c565b600180871b03169687815260d68952209060ff801983541691151516179055565b6040519384526060858501526004606085015263135a5b9d60e21b6080850152151592836040820152a1604051908152f35b87805260658952818820338952895260ff828920541680156134e2575b6134dd90615609565b613464565b50600080516020615d5483398151915288526065895281882033895289528188205460ff166134d4565b503461049457602080600319360112611476577feda98690e518e9a05f8ec6837663e188211b2da8f4906648b323f2c1d4434e2990613549613fc2565b90613552614493565b61361f6001600160a01b038381169060979061356f8315156155cb565b60d8541693600080516020615d74833981519152808952606580835261359b600160408c20015461468d565b818a5280835260408a20878b52835260ff60408b205416613676575b818a528383526135ca8760408c206149f5565b50846001600160601b0360a01b60d854161760d855818a528083526135f5600160408c20015461468d565b818a5280835260408a20858b52835260ff60408b2054161561363f575b5088525260408620614963565b50604080516001600160a01b03928316815292909116602083015290a180f35b818a5282526040808a20858b5283528920805460ff19166001179055338482600080516020615d348339815191528c80a438613612565b818a528083526040808b20888c5284528a20805460ff191690553387837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b8d80a46135b7565b5034610494576040366003190112610494576136d66140cf565b336001600160a01b038216036136f2576106d890600435614798565b60405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608490fd5b503461049457806003193601126104945760da546040516001600160a01b039091168152602090f35b503461049457806003193601126104945760d354613795816143ee565b906137a3604051928361436e565b80825260d3835260209283830191817f915c3eb987b20e1af620c1403197bf687fb7f18513b3a73fde6e78c7072c41a6845b83831061383a5750505050604051928484019085855251809152604084019460408260051b8601019392955b82871061380e5785850386f35b90919293828061382a600193603f198a82030186528851614030565b9601920196019592919092613801565b60088860019261384d859b9a989b615164565b815201920192019190969395966137d5565b503461049457806003193601126104945760de546040516001600160a01b039091168152602090f35b503461049457602036600319011261049457600435906138a6614493565b81156138ec577f3b9670cf975d26958e754b57098eaa2ac914d8d2a31b83257997b9f346110fd9604060209360c954908060c955825191825285820152a1604051908152f35b60405162461bcd60e51b815260206004820152601460248201527334b73b30b634b21031b637b9b2903330b1ba37b960611b6044820152606490fd5b50346104945760403660031901126104945761399a600435609761394a6140cf565b9180855260209060658252613965600160408820015461468d565b8086526065825260408087206001600160a01b0390951680885294835286205460ff161561399e575b85525260408320614963565b5080f35b80865260658252604080872085885283528620805460ff19166001179055338482600080516020615d348339815191528980a461398e565b5034610494576020908160031936011261049457600080516020615d9483398151915260a0613a03614091565b8015613a755783805260658552604084203385528552613a2960ff60408620541661564c565b15159260d55460ff60b81b8560b81b169060ff60b81b19161760d55560405190815260608582015260056060820152645365697a6560d81b6080820152836040820152a1604051908152f35b8380526065855260408420338552855260ff6040852054168015613aa2575b613a9d90615609565b613a29565b50600080516020615d548339815191528452606585526040808520338652865284205460ff16613a94565b5034610494576020908160031936011261049457613ae9613fd8565b613af1614493565b60ff8060d35416908080613b076112ea856150dd565b50541693169283855260d486528160408620541691613b286112ea856150dd565b50613b32846150f0565b919091613c1e579181838a96947f3142b1d766c6799b48d5083bdb3ef6e5a2d93657c1a073fba6c4cf5a93f3d0be98969403613ba9575b505050865260d483526040862060ff199182825416179055613b896154f4565b84865260d4835260408620908154169055604051908152a2604051908152f35b82600782613c16958294541660ff19865416178555613bce600182016001870161541c565b600281015460028601556003810154600386015560048101546004860155600581015460058601556006810154600686015501541691019060ff801983541691151516179055565b388080613b69565b634e487b7160e01b88526004889052602488fd5b50346104945760203660031901126104945760016040602092600435815260658452200154604051908152f35b5034610494576020366003190112610494576113096112f5613c7f613fd8565b61559f565b503461049457613c93366140fb565b5050506001600160a01b0316815260cc60205260408120546106d89060ff166109b8614b08565b50346104945760a036600319011261049457613cd4613fc2565b613cdc6140cf565b50613ce56140e5565b61274f333b1515615045565b5034610494578060031936011261049457805b60d3549060ff918282161015613d4157613d3c91613d21826150f0565b505416835260d460205260408320805460ff1916905561558e565b613d04565b8260ff8060d35416825b8183821610613d58578380f35b613d6990613d646154f4565b61558e565b613d4b565b503461049457602090600080516020615d9483398151915260a06040613dde613d96366140a0565b9283918215613e1257878052606589528188203389528952613dbd60ff838a20541661564c565b600180871b03169687815260d78952209060ff801983541691151516179055565b6040519384526060858501526006606085015265426f72726f7760d01b6080850152151592836040820152a1604051908152f35b87805260658952818820338952895260ff82892054168015613e3d575b613e3890615609565b613dbd565b50600080516020615d5483398151915288526065895281882033895289528188205460ff16613e2f565b5034610494576020366003190112610494576113096112f56112ef613e8a613fd8565b613e9261509e565b506150f0565b5034610494578060031936011261049457602060df54604051908152f35b503461049457602036600319011261049457613ed0613fc2565b613ed8614493565b60018060a01b03166001600160601b0360a01b60de54161760de5580f35b503461049457602036600319011261049457613f10613fc2565b613f18614493565b60018060a01b03166001600160601b0360a01b60dc54161760dc5580f35b50346104945760203660031901126104945760043563ffffffff60e01b811680910361147657602090635a05180f60e01b8114908115613f7c575b506040519015158152f35b637965db0b60e01b811491508115613f96575b5082613f71565b6301ffc9a760e01b14905082613f8f565b90503461147657816003193601126114765780600160209252f35b600435906001600160a01b0382168203610b8757565b6004359060ff82168203610b8757565b60005b838110613ffb5750506000910152565b8181015183820152602001613feb565b9060209161402481518092818552858086019101613fe8565b601f01601f1916010190565b9060ff825116815260e080614054602085015161010080602087015285019061400b565b9360408101516040850152606081015160608501526080810151608085015260a081015160a085015260c081015160c08501520151151591015290565b600435908115158203610b8757565b6040906003190112610b87576004356001600160a01b0381168103610b8757906024358015158103610b875790565b602435906001600160a01b0382168203610b8757565b604435906001600160a01b0382168203610b8757565b6080906003190112610b87576001600160a01b036004358181168103610b8757916024358281168103610b8757916044359081168103610b87579060643590565b6080906003190112610b87576001600160a01b03906004358281168103610b8757916024359081168103610b8757906044359060643590565b60a0906003190112610b87576001600160a01b03906004358281168103610b8757916024358181168103610b8757916044358281168103610b8757916064359081168103610b87579060843590565b6060906003190112610b87576001600160a01b03906004358281168103610b8757916024359081168103610b87579060443590565b60cd548110156142305760cd6000527f83978b4c69c48dd978ab43fe30f077615294f938fb7f936d9eb340e51ea7db2e0190600090565b634e487b7160e01b600052603260045260246000fd5b80548210156142305760005260206000200190600090565b9181601f84011215610b87578235916001600160401b038311610b87576020808501948460051b010111610b8757565b6040600319820112610b87576001600160401b0391600435838111610b8757826142ba9160040161425e565b93909392602435918211610b87576142d49160040161425e565b9091565b6001600160401b0381116142eb57604052565b634e487b7160e01b600052604160045260246000fd5b602081019081106001600160401b038211176142eb57604052565b61010081019081106001600160401b038211176142eb57604052565b604081019081106001600160401b038211176142eb57604052565b608081019081106001600160401b038211176142eb57604052565b90601f801991011681019081106001600160401b038211176142eb57604052565b6001600160401b0381116142eb57601f01601f191660200190565b6020908160408183019282815285518094520193019160005b8281106143d1575050505090565b83516001600160a01b0316855293810193928101926001016143c3565b6001600160401b0381116142eb5760051b60200190565b602080600319830112610b8757600435916001600160401b038311610b875780602384011215610b8757826004013561443d816143ee565b9361444b604051958661436e565b81855260248486019260051b820101928311610b8757602401905b828210614474575050505090565b81356001600160a01b0381168103610b87578152908301908301614466565b3360009081527fffdfc1249c027f9191656349feb0761381bb32c9f557e01f419fd08754bf5a1b602090815260408083205490929060ff16156144d557505050565b6144de33614855565b90808451906144ec82614353565b6042825284820192606036853782511561467957603084538251906001918210156146795790607860218501536041915b81831161460b575050506145c95760486145c59386936145a99361459a985198899376020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a860152614571815180928c603789019101613fe8565b8401917001034b99036b4b9b9b4b733903937b6329607d1b603784015251809386840190613fe8565b0103602881018752018561436e565b5192839262461bcd60e51b84526004840152602483019061400b565b0390fd5b60648486519062461bcd60e51b825280600483015260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b909192600f81166010811015614665576f181899199a1a9b1b9c1cb0b131b232b360811b901a61463b8587614844565b5360041c9280156146515760001901919061451d565b634e487b7160e01b82526011600452602482fd5b634e487b7160e01b83526032600452602483fd5b634e487b7160e01b81526032600452602490fd5b60009080825260209060658252604092838120338252835260ff8482205416156146b75750505050565b6146c033614855565b918451906146cd82614353565b6042825284820192606036853782511561467957603084538251906001918210156146795790607860218501536041915b818311614752575050506145c95760486145c59386936145a99361459a985198899376020b1b1b2b9b9a1b7b73a3937b61d1030b1b1b7bab73a1604d1b8a860152614571815180928c603789019101613fe8565b909192600f81166010811015614665576f181899199a1a9b1b9c1cb0b131b232b360811b901a6147828587614844565b5360041c928015614651576000190191906146fe565b9060406147d69260009080825260656020528282209360018060a01b03169384835260205260ff83832054166147d9575b81526097602052206149f5565b50565b808252606560205282822084835260205282822060ff1981541690553384827ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b8580a46147c9565b9190820180921161482e57565b634e487b7160e01b600052601160045260246000fd5b908151811015614230570160200190565b60405190606082018281106001600160401b038211176142eb57604052602a82526020820160403682378251156142305760309053815160019081101561423057607860218401536029905b8082116148f55750506148b15790565b606460405162461bcd60e51b815260206004820152602060248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b9091600f8116601081101561494e576f181899199a1a9b1b9c1cb0b131b232b360811b901a6149248486614844565b5360041c9180156149395760001901906148a1565b60246000634e487b7160e01b81526011600452fd5b60246000634e487b7160e01b81526032600452fd5b919060018301600090828252806020526040822054156000146149e257845494600160401b8610156149ce57836149be6149a7886001604098999a01855584614246565b819391549060031b91821b91600019901b19161790565b9055549382526020522055600190565b634e487b7160e01b83526041600452602483fd5b50925050565b9190820391821161482e57565b90600182019060009281845282602052604084205490811515600014614ade5760001991808301818111614aca57825490848201918211614ab657808203614a81575b50505080548015614a6d57820191614a508383614246565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b614aa1614a916149a79386614246565b90549060031b1c92839286614246565b90558652846020526040862055388080614a38565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b5050505090565b600019811461482e5760010190565b80518210156142305760209160051b010190565b60405190614b1582614338565b60118252701b585c9ad95d081b9bdd081b1a5cdd1959607a1b6020830152565b15614b3d5750565b60405162461bcd60e51b8152602060048201529081906145c590602483019061400b565b6001600160a01b03808216600090815260cc60205260408120805491949392600192614b929060ff166109b8614b08565b841685520160205260408320805460ff8116614ade5760ff1916600117905560cb60205260408320805490600160401b821015614c1f578261213783614c009360017f3ab23ab0d51cccc0c3085aec51f99228625aa1a922b3a8ca89a26b0f2027a1a5989796018155614246565b604080516001600160a01b03928316815292909116602083015290a190565b634e487b7160e01b85526041600452602485fd5b9190826080910312610b87578151916020810151916060604083015192015190565b60405190614c6282614338565b600e82526d39b730b839b437ba1032b93937b960911b6020830152565b15614c8657565b634e487b7160e01b600052600160045260246000fd5b604080516361bfb47160e11b81523360048201526001600160a01b03838116939091608081602481885afa8015614f2757600080928192614efd575b50614ce590610aaa614c55565b614ec057614cf4903383614f97565b8360005260209260cc845260019384826000200133600052815281600020805460ff811615614eb35760ff1916905560cb8152816000209482519081968791848254948581520191600052846000209060005b86868210614e9b5750505050614d5f9250038661436e565b845194859660005b888110614e69575b505050614d83859660cb9394959610614c7f565b336000525280600020928354946000199586810190811161482e57614ddf9183614db0614dba9389614246565b9390549289614246565b92909360031b1c169082549060031b9160018060a01b03809116831b921b1916179055565b8354938415614e53577fe699a64c18b07ac5b7301aa273f36a2287239eb9501d81950672794afba29a0d95614e4b950191614e1a8383614246565b815460039190911b9290921b19909116905555516001600160a01b0390911681523360208201529081906040820190565b0390a1600090565b634e487b7160e01b600052603160045260246000fd5b8187614e758386614af4565b511614614e8a57614e8590614ae5565b614d67565b9650614d83915060cb905038614d6f565b83548b1685528b955090930192918101918101614d47565b5050505050505050600090565b835162461bcd60e51b81526020600482015260166024820152756e6f6e7a65726f20626f72726f772062616c616e636560501b6044820152606490fd5b9050614ce59250614f1c915060803d811161315757613144818361436e565b509290929190614cd8565b84513d6000823e3d90fd5b90816020910312610b8757518015158103610b875790565b90816060910312610b87578051916040602083015192015190565b60405190614f7282614338565b6016825275696e73756666696369656e74206c697175696469747960501b6020830152565b6001600160a01b03908116600081815260cc602052604081205490959493919290614fc79060ff166109b8614b08565b82865260cc602052806001604088200192169182875260205260ff6040872054161561503d576060929160849160dc54166040519586948593634e79238f60e01b85526004850152602484015260448301528760648301525afa908115611c6b5761503b929391610ab15750610aaa614f65565b565b505050509050565b1561504c57565b60405162461bcd60e51b815260206004820152600b60248201526a37b7363c9031ba37b5b2b760a91b6044820152606490fd5b90816020910312610b8757516001600160a01b0381168103610b875790565b604051906150ab8261431c565b8160e0600091828152606060208201528260408201528260608201528260808201528260a08201528260c08201520152565b60ff6000199116019060ff821161482e57565b60d3548110156142305760d360005260031b7f915c3eb987b20e1af620c1403197bf687fb7f18513b3a73fde6e78c7072c41a60190600090565b90600182811c9216801561515a575b602083101461514457565b634e487b7160e01b600052602260045260246000fd5b91607f1691615139565b906040516151718161431c565b809260ff81541682526001808201604051916000918054906151928261512a565b8086529183811690811561523d5750600114615201575b50505060e092826151c060ff94600794038261436e565b6020860152600281015460408601526003810154606086015260048101546080860152600581015460a0860152600681015460c08601520154161515910152565b90925060005260209182600020916000925b82841061522a5750505082010182826151c06151a9565b8054868501860152928401928101615213565b60ff191660208088019190915292151560051b860190920193508592508491506151c090506151a9565b818110615272575050565b60008155600101615267565b9190601f811161528d57505050565b61503b926000526020600020906020601f840160051c830193106152b9575b601f0160051c0190615267565b90915081906152ac565b906154065760ff82511660ff19825416178155600191828201602080830151948551916001600160401b0383116142eb5761530883615302865461512a565b8661527e565b80601f8411600114615392575091808060e095936007979561503b9a600094615387575b50501b916000199060031b1c19161790555b60408101516002850155606081015160038501556080810151600485015560a0810151600585015560c081015160068501550151151591019060ff801983541691151516179055565b01519250388061532c565b9193949596601f1984168660005283600020936000905b8282106153ef5750509260e09592859261503b9a999660079996106153d6575b505050811b01905561533e565b015160001960f88460031b161c191690553880806153c9565b8088869782949787015181550196019401906153a9565b634e487b7160e01b600052600060045260246000fd5b908082146154f05761542e815461512a565b906001600160401b0382116142eb57819061544d82615302865461512a565b600090601f831160011461548457600092615479575b50508160011b916000199060031b1c1916179055565b015490503880615463565b81526020808220858352818320935090601f1985169083905b8282106154d75750509084600195949392106154be575b505050811b019055565b015460001960f88460031b161c191690553880806154b4565b849581929585015481556001809101960194019061549d565b5050565b60d3548015614e53576000190161550a816150f0565b6154065760076000918281558260018201615525815461512a565b80615551575b50506002820155826003820155826004820155826005820155826006820155015560d355565b82601f8211600114615569575050555b82388061552b565b9091808252615587601f60208420940160051c840160018501615267565b5555615561565b60ff1660ff811461482e5760010190565b60ff906155aa61509e565b501660005260d46020526155c86112ef60ff604060002054166150f0565b90565b156155d257565b60405162461bcd60e51b815260206004820152600f60248201526e696e76616c6964206164647265737360881b6044820152606490fd5b1561561057565b60405162461bcd60e51b815260206004820152601460248201527337b7363c9030b236b4b71037b9103830bab9b2b960611b6044820152606490fd5b1561565357565b60405162461bcd60e51b815260206004820152600a60248201526937b7363c9030b236b4b760b11b6044820152606490fd5b1561568c57565b606460405162461bcd60e51b815260206004820152602060248201527f6f6e6c792061646d696e206f72206361707065722063616e20736574206361706044820152fd5b156156d757565b60405162461bcd60e51b815260206004820152600d60248201526c1a5b9d985b1a59081a5b9c1d5d609a1b6044820152606490fd5b91908110156142305760051b0190565b356001600160a01b0381168103610b875790565b60018060a01b038091169060009082825260209060cc825260409460ff86852054161561588d57169283835260cc825260ff85842054161561587c5780835260cc825260ff8584205460081c169380845260ff8685205460081c16928651928184600481637f4e225760e11b948582525afa938415615872578694615851575b508190600489518095819382525afa9485156158465794615827575b5050156158075782036157f957156157ec576157e79061559f565b015190565b606091506157e79061559f565b5060a091506157e79061559f565b91925050810361581c576157e760809161559f565b6157e760c09161559f565b61583e929450803d10610bc457610bb6818361436e565b9138806157cc565b8751903d90823e3d90fd5b8291945061586b90823d8411610bc457610bb6818361436e565b93906157b0565b88513d88823e3d90fd5b84516334b04fe360e11b8152600490fd5b85516334b04fe360e11b8152600490fd5b9394936001600160a01b03929190831683821614615a18578260de54169060409687519463629430f960e11b8652602086600481875afa958615615a0d576000966159d9575b5060db548951635dfab59d60e11b815260048101939093526001600160a01b03938416602484015294831660448301529582166064820152949092169091166084840152608090839060a49082906000905af1908115614f275760009384859486946159b0575b50851580156159a8575b61599757866159909184611ab998995161596e81614301565b52670de0b6b3a76400006159828683615ca2565b0497889251611a8e81614338565b9493929190565b506000955085945084939291508390565b508015615955565b9294505093506159ce915060803d811161315757613144818361436e565b92949093913861594b565b90956020823d8211615a05575b816159f36020938361436e565b810103126104945750519460806158e4565b3d91506159e6565b89513d6000823e3d90fd5b506000945084938493508392508291508190565b60de5460408051631588aa8d60e11b815294959394926001600160a01b03926020919084168286600481845afa958615614f2757600096615bde575b5060db548451635dfab59d60e11b8152600481019b909b526001600160a01b0389811660248d01528a811660448d015288811660648d01529086161660848b01528960a4815a608094600091f1958615615b9c576000998a97615bb6575b508915615ba75784169380808551936372cd916760e01b8552169889600485015216988960248401528a6044840152169485606483015286608483015260a4820152818160c4816000885af18015615b9c57615b67575b50907fa99c28e2353d54c85eddfc29c44a1c922aa0878a5934b0c7d9e75552d5e210189660c096959493928251968752860152840152856060840152608083015260a0820152a190565b9080969594939291813d8311615b95575b615b82818361436e565b81010312610b8757909192939438615b1d565b503d615b78565b83513d6000823e3d90fd5b50505050505050505050600090565b909650615bd291995060803d811161315757613144818361436e565b50509890989538615ac6565b90958382813d8311615c06575b615bf5818361436e565b810103126104945750519438615a68565b503d615beb565b60de546001600160a01b031691823b15610b875760405163947f5b7760e01b81526001600160a01b03928316600482015291166024820152906000908290604490829084905af18015615c6a57615c615750565b61503b906142d8565b6040513d6000823e3d90fd5b90615c90916000604051615c8981614301565b5251615ca2565b60405190615c9d82614301565b815290565b6155c89160405191615cb383614338565b601783527f6d756c7469706c69636174696f6e206f766572666c6f77000000000000000000602084015291821591828015615d2b575b615d22578084029384049283821481171561482e57615d0c576155c89214614b35565b634e487b7160e01b600052601260045260246000fd5b50505050600090565b508015615ce956fe2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a585dbb3f830c4325b9ffb1ad42c16ada76c518747b0fb7ee297b261fc6a0f29f71aec636243f9709bb0007ae15e9afb8150ab01716d75fd7573be5cc096e03b0a2646970667358221220ae58569337ad1b9f7adfaa6842bd807144cfab8be54eadf12c7913f28cbc99bf64736f6c63430008130033";
|
|
2647
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
2648
|
+
class Comptroller__factory extends ethers_1.ContractFactory {
|
|
2649
|
+
constructor(...args) {
|
|
2650
|
+
if (isSuperArgs(args)) {
|
|
2651
|
+
super(...args);
|
|
2652
|
+
}
|
|
2653
|
+
else {
|
|
2654
|
+
super(_abi, _bytecode, args[0]);
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
getDeployTransaction(overrides) {
|
|
2658
|
+
return super.getDeployTransaction(overrides || {});
|
|
2659
|
+
}
|
|
2660
|
+
deploy(overrides) {
|
|
2661
|
+
return super.deploy(overrides || {});
|
|
2662
|
+
}
|
|
2663
|
+
connect(runner) {
|
|
2664
|
+
return super.connect(runner);
|
|
2665
|
+
}
|
|
2666
|
+
static createInterface() {
|
|
2667
|
+
return new ethers_1.Interface(_abi);
|
|
2668
|
+
}
|
|
2669
|
+
static connect(address, runner) {
|
|
2670
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
exports.Comptroller__factory = Comptroller__factory;
|
|
2674
|
+
Comptroller__factory.bytecode = _bytecode;
|
|
2675
|
+
Comptroller__factory.abi = _abi;
|
|
2676
|
+
//# sourceMappingURL=Comptroller__factory.js.map
|