@meterio/sumer-js 0.2.102 → 0.2.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/sumer.min.js +7 -7
- package/dist/nodejs/abi.d.ts +0 -146
- package/dist/nodejs/abi.js +0 -4151
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/beramain.d.ts +7 -2
- package/dist/nodejs/constants/beramain.js +66 -17
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/errorABIs.js +0 -1207
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +0 -146
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.d.ts +69 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js +3 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.js.map +1 -0
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Bera/CBeraVault.d.ts +40 -9
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +1 -5
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +1 -5
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Comptroller/Comptroller.d.ts +98 -35
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.d.ts +1124 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.d.ts +118 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +376 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.d.ts +276 -0
- package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.d.ts +149 -0
- package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/ITimeWeightedMultiRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.d.ts +186 -0
- package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/InfraredRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.d.ts +354 -0
- package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/MultiRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.d.ts +217 -0
- package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/TimeWeightedMultiRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/index.d.ts +5 -0
- package/dist/nodejs/typechain/contracts/Infrared/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.d.ts +33 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.d.ts +37 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerPool.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.d.ts +49 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/IBalancerVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/ICompLogic.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Interfaces/IComptroller.d.ts +76 -5
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.d.ts +53 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/IKodiakIsland.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IPriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.d.ts +59 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +6 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.d.ts +93 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.d.ts +33 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.d.ts +49 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/FeedPriceOracle.d.ts +43 -1
- package/dist/nodejs/typechain/contracts/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.d.ts +47 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js +72 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +3 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.d.ts +39 -11
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js +49 -13
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +57 -7
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +71 -8
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +57 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +56 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +70 -0
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +57 -7
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +71 -8
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.d.ts +67 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js +84 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.d.ts +57 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/CompoundLens__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/ComptrollerStorage__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.d.ts +162 -30
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js +203 -35
- package/dist/nodejs/typechain/factories/contracts/Comptroller/Comptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.d.ts +57 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/RedemptionManager__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Comptroller/SortedBorrows__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.d.ts +1887 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js +2444 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.d.ts +124 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js +171 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +439 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +579 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.d.ts +310 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js +412 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.d.ts +169 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js +229 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/ITimeWeightedMultiRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.d.ts +219 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js +296 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/InfraredRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.d.ts +396 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js +525 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/MultiRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.d.ts +241 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js +323 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/TimeWeightedMultiRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.d.ts +5 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.js +17 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.d.ts +37 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js +59 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerLP__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.d.ts +47 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js +72 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerPool__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.d.ts +29 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js +49 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/IBalancerVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Balancer.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.d.ts +10 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js +13 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICompLogic__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.d.ts +86 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js +109 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IComptroller__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.d.ts +61 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js +90 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/IKodiakIsland__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js +9 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/Kodiak.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IPriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.d.ts +55 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js +82 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/IUniswapV2Pair__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/UniswapV2.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +3 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +4 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Multicall2__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.d.ts +158 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js +214 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/BalancerLPAdapter__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.d.ts +37 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js +59 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerLP__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.d.ts +29 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js +49 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IBalancerVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/IPriceOracle__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js +15 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/BalancerLPAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.d.ts +47 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +61 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstETHAdapter.sol/WstETHAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.d.ts +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/WstMTRGAdapter.sol/WstMTRGAdapter__factory.js +1 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.d.ts +57 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/SumerErrors__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.d.ts +57 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js +71 -1
- package/dist/nodejs/typechain/factories/contracts/Timelock__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/index.js +2 -1
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/index.js +2 -1
- package/dist/nodejs/typechain/factories/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/solmate/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/solmate/index.js +31 -0
- package/dist/nodejs/typechain/factories/solmate/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/solmate/src/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/solmate/src/index.js +31 -0
- package/dist/nodejs/typechain/factories/solmate/src/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.d.ts +235 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js +317 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/ERC20__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js +9 -0
- package/dist/nodejs/typechain/factories/solmate/src/tokens/index.js.map +1 -0
- package/dist/nodejs/typechain/hardhat.d.ts +216 -0
- package/dist/nodejs/typechain/index.d.ts +22 -2
- package/dist/nodejs/typechain/index.js +23 -5
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/dist/nodejs/typechain/solmate/index.d.ts +2 -0
- package/dist/nodejs/typechain/solmate/index.js +3 -0
- package/dist/nodejs/typechain/solmate/index.js.map +1 -0
- package/dist/nodejs/typechain/solmate/src/index.d.ts +2 -0
- package/dist/nodejs/typechain/solmate/src/index.js +3 -0
- package/dist/nodejs/typechain/solmate/src/index.js.map +1 -0
- package/dist/nodejs/typechain/solmate/src/tokens/ERC20.d.ts +181 -0
- package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js +3 -0
- package/dist/nodejs/typechain/solmate/src/tokens/ERC20.js.map +1 -0
- package/dist/nodejs/typechain/solmate/src/tokens/index.d.ts +1 -0
- package/dist/nodejs/typechain/solmate/src/tokens/index.js +3 -0
- package/dist/nodejs/typechain/solmate/src/tokens/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2444 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CInfraredVault__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
|
+
{
|
|
12
|
+
internalType: "address",
|
|
13
|
+
name: "_infraredVault",
|
|
14
|
+
type: "address",
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
stateMutability: "nonpayable",
|
|
18
|
+
type: "constructor",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
inputs: [],
|
|
22
|
+
name: "AddReservesMarketNotFresh",
|
|
23
|
+
type: "error",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
inputs: [],
|
|
27
|
+
name: "AddReservesOverflow",
|
|
28
|
+
type: "error",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
inputs: [],
|
|
32
|
+
name: "BorrowAndDepositBackFailed",
|
|
33
|
+
type: "error",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
inputs: [],
|
|
37
|
+
name: "BorrowCapReached",
|
|
38
|
+
type: "error",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
inputs: [],
|
|
42
|
+
name: "BorrowCashNotAvailable",
|
|
43
|
+
type: "error",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
inputs: [],
|
|
47
|
+
name: "BorrowMarketNotFresh",
|
|
48
|
+
type: "error",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
inputs: [],
|
|
52
|
+
name: "BorrowPaused",
|
|
53
|
+
type: "error",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
internalType: "uint256",
|
|
59
|
+
name: "usdThreshold",
|
|
60
|
+
type: "uint256",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
name: "BorrowValueMustBeLargerThanThreshold",
|
|
64
|
+
type: "error",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
inputs: [],
|
|
68
|
+
name: "CantEnterPausedMarket",
|
|
69
|
+
type: "error",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
inputs: [],
|
|
73
|
+
name: "CantExitMarketWithNonZeroBorrowBalance",
|
|
74
|
+
type: "error",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
inputs: [],
|
|
78
|
+
name: "CantSweepUnderlying",
|
|
79
|
+
type: "error",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
inputs: [],
|
|
83
|
+
name: "CantWithdrawRewardToken",
|
|
84
|
+
type: "error",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
inputs: [],
|
|
88
|
+
name: "ComptrollerMismatch",
|
|
89
|
+
type: "error",
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
inputs: [],
|
|
93
|
+
name: "EitherAssetOrDebtMustBeZero",
|
|
94
|
+
type: "error",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
inputs: [
|
|
98
|
+
{
|
|
99
|
+
internalType: "uint8",
|
|
100
|
+
name: "groupId",
|
|
101
|
+
type: "uint8",
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
internalType: "uint256",
|
|
105
|
+
name: "cDepositVal",
|
|
106
|
+
type: "uint256",
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
internalType: "uint256",
|
|
110
|
+
name: "suDepositVal",
|
|
111
|
+
type: "uint256",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
internalType: "uint256",
|
|
115
|
+
name: "cBorrowVal",
|
|
116
|
+
type: "uint256",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
internalType: "uint256",
|
|
120
|
+
name: "suBorrowVal",
|
|
121
|
+
type: "uint256",
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
name: "EitherAssetOrDebtMustBeZeroInGroup",
|
|
125
|
+
type: "error",
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
inputs: [],
|
|
129
|
+
name: "ExpiredSignature",
|
|
130
|
+
type: "error",
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
inputs: [],
|
|
134
|
+
name: "InsufficientCollateral",
|
|
135
|
+
type: "error",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
inputs: [],
|
|
139
|
+
name: "InsufficientShortfall",
|
|
140
|
+
type: "error",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
inputs: [],
|
|
144
|
+
name: "InterMintNotAllowed",
|
|
145
|
+
type: "error",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
inputs: [],
|
|
149
|
+
name: "InvalidAddress",
|
|
150
|
+
type: "error",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
inputs: [],
|
|
154
|
+
name: "InvalidAmount",
|
|
155
|
+
type: "error",
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
inputs: [],
|
|
159
|
+
name: "InvalidBlockNumber",
|
|
160
|
+
type: "error",
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
inputs: [],
|
|
164
|
+
name: "InvalidCToken",
|
|
165
|
+
type: "error",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
inputs: [],
|
|
169
|
+
name: "InvalidCloseFactor",
|
|
170
|
+
type: "error",
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
inputs: [],
|
|
174
|
+
name: "InvalidComptroller",
|
|
175
|
+
type: "error",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
inputs: [],
|
|
179
|
+
name: "InvalidDiscountRate",
|
|
180
|
+
type: "error",
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
inputs: [],
|
|
184
|
+
name: "InvalidExchangeRate",
|
|
185
|
+
type: "error",
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
inputs: [],
|
|
189
|
+
name: "InvalidGroupId",
|
|
190
|
+
type: "error",
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
inputs: [],
|
|
194
|
+
name: "InvalidInput",
|
|
195
|
+
type: "error",
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
inputs: [],
|
|
199
|
+
name: "InvalidInterestRateModel",
|
|
200
|
+
type: "error",
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
inputs: [],
|
|
204
|
+
name: "InvalidMinSuBorrowValue",
|
|
205
|
+
type: "error",
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
inputs: [],
|
|
209
|
+
name: "InvalidRedeem",
|
|
210
|
+
type: "error",
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
inputs: [],
|
|
214
|
+
name: "InvalidReduceAmount",
|
|
215
|
+
type: "error",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
inputs: [],
|
|
219
|
+
name: "InvalidReserveFactor",
|
|
220
|
+
type: "error",
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
inputs: [],
|
|
224
|
+
name: "InvalidSignatureForRedeemFaceValue",
|
|
225
|
+
type: "error",
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
inputs: [],
|
|
229
|
+
name: "InvalidSignatureLength",
|
|
230
|
+
type: "error",
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
inputs: [],
|
|
234
|
+
name: "InvalidSuToken",
|
|
235
|
+
type: "error",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
inputs: [],
|
|
239
|
+
name: "InvalidTimestamp",
|
|
240
|
+
type: "error",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
inputs: [],
|
|
244
|
+
name: "LiquidateBorrow_LiquidatorIsBorrower",
|
|
245
|
+
type: "error",
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
inputs: [],
|
|
249
|
+
name: "LiquidateBorrow_RepayAmountIsMax",
|
|
250
|
+
type: "error",
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
inputs: [],
|
|
254
|
+
name: "LiquidateBorrow_RepayAmountIsZero",
|
|
255
|
+
type: "error",
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
inputs: [],
|
|
259
|
+
name: "LiquidateBorrow_SeizeTooMuch",
|
|
260
|
+
type: "error",
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
inputs: [],
|
|
264
|
+
name: "LiquidateCollateralMarketNotFresh",
|
|
265
|
+
type: "error",
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
inputs: [],
|
|
269
|
+
name: "LiquidateMarketNotFresh",
|
|
270
|
+
type: "error",
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
inputs: [],
|
|
274
|
+
name: "MarketAlreadyListed",
|
|
275
|
+
type: "error",
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
inputs: [],
|
|
279
|
+
name: "MarketAlreadyUnlisted",
|
|
280
|
+
type: "error",
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
inputs: [],
|
|
284
|
+
name: "MarketCanOnlyInitializeOnce",
|
|
285
|
+
type: "error",
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
inputs: [],
|
|
289
|
+
name: "MarketNotEmpty",
|
|
290
|
+
type: "error",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
inputs: [],
|
|
294
|
+
name: "MarketNotListed",
|
|
295
|
+
type: "error",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
inputs: [],
|
|
299
|
+
name: "MarketPaused",
|
|
300
|
+
type: "error",
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
inputs: [],
|
|
304
|
+
name: "MinDelayNotReached",
|
|
305
|
+
type: "error",
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
inputs: [],
|
|
309
|
+
name: "MintMarketNotFresh",
|
|
310
|
+
type: "error",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
inputs: [],
|
|
314
|
+
name: "MintPaused",
|
|
315
|
+
type: "error",
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
inputs: [],
|
|
319
|
+
name: "MintTokensCantBeZero",
|
|
320
|
+
type: "error",
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
inputs: [],
|
|
324
|
+
name: "NoRedemptionProvider",
|
|
325
|
+
type: "error",
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
inputs: [],
|
|
329
|
+
name: "NotCToken",
|
|
330
|
+
type: "error",
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
inputs: [],
|
|
334
|
+
name: "NotEnoughForSeize",
|
|
335
|
+
type: "error",
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
inputs: [],
|
|
339
|
+
name: "NotEnoughRedeemAmount",
|
|
340
|
+
type: "error",
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
inputs: [],
|
|
344
|
+
name: "NotEnoughRedeemTokens",
|
|
345
|
+
type: "error",
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
inputs: [],
|
|
349
|
+
name: "NotEnoughUnderlyingAfterRedeem",
|
|
350
|
+
type: "error",
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
inputs: [],
|
|
354
|
+
name: "NotEnoughUnderlyingForMint",
|
|
355
|
+
type: "error",
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
inputs: [],
|
|
359
|
+
name: "NotLiquidatableYet",
|
|
360
|
+
type: "error",
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
inputs: [],
|
|
364
|
+
name: "NotSuToken",
|
|
365
|
+
type: "error",
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
inputs: [],
|
|
369
|
+
name: "OnlyAdmin",
|
|
370
|
+
type: "error",
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
inputs: [],
|
|
374
|
+
name: "OnlyAdminOrPauser",
|
|
375
|
+
type: "error",
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
inputs: [],
|
|
379
|
+
name: "OnlyCToken",
|
|
380
|
+
type: "error",
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
inputs: [],
|
|
384
|
+
name: "OnlyListedCToken",
|
|
385
|
+
type: "error",
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
inputs: [],
|
|
389
|
+
name: "OnlyPausedMarketCanBeUnlisted",
|
|
390
|
+
type: "error",
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
inputs: [],
|
|
394
|
+
name: "OnlyPendingAdmin",
|
|
395
|
+
type: "error",
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
inputs: [],
|
|
399
|
+
name: "OnlyRedemptionManager",
|
|
400
|
+
type: "error",
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
inputs: [],
|
|
404
|
+
name: "OverThreshold",
|
|
405
|
+
type: "error",
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
inputs: [],
|
|
409
|
+
name: "PriceError",
|
|
410
|
+
type: "error",
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
inputs: [],
|
|
414
|
+
name: "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
415
|
+
type: "error",
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
inputs: [],
|
|
419
|
+
name: "RedeemMarketNotFresh",
|
|
420
|
+
type: "error",
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
inputs: [],
|
|
424
|
+
name: "RedeemTransferOutNotPossible",
|
|
425
|
+
type: "error",
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
inputs: [],
|
|
429
|
+
name: "RedemptionSeizeTooMuch",
|
|
430
|
+
type: "error",
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
inputs: [],
|
|
434
|
+
name: "RedemptionSignerNotInitialized",
|
|
435
|
+
type: "error",
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
inputs: [],
|
|
439
|
+
name: "ReduceReservesCashNotAvailable",
|
|
440
|
+
type: "error",
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
inputs: [],
|
|
444
|
+
name: "ReduceReservesMarketNotFresh",
|
|
445
|
+
type: "error",
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
inputs: [],
|
|
449
|
+
name: "RepayBorrowMarketNotFresh",
|
|
450
|
+
type: "error",
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
inputs: [],
|
|
454
|
+
name: "SeizePaused",
|
|
455
|
+
type: "error",
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
inputs: [],
|
|
459
|
+
name: "Seize_LiquidatorIsBorrower",
|
|
460
|
+
type: "error",
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
inputs: [],
|
|
464
|
+
name: "SenderMustBeCToken",
|
|
465
|
+
type: "error",
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
inputs: [],
|
|
469
|
+
name: "SetInterestRateModelMarketNotFresh",
|
|
470
|
+
type: "error",
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
inputs: [],
|
|
474
|
+
name: "SetReservesFactorMarketNotFresh",
|
|
475
|
+
type: "error",
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
inputs: [],
|
|
479
|
+
name: "SupplyCapReached",
|
|
480
|
+
type: "error",
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
inputs: [],
|
|
484
|
+
name: "TokenInOrAmountInMustBeZero",
|
|
485
|
+
type: "error",
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
inputs: [],
|
|
489
|
+
name: "TokenTransferInFailed",
|
|
490
|
+
type: "error",
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
inputs: [],
|
|
494
|
+
name: "TokenTransferOutFailed",
|
|
495
|
+
type: "error",
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
inputs: [],
|
|
499
|
+
name: "TooMuchRepay",
|
|
500
|
+
type: "error",
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
inputs: [],
|
|
504
|
+
name: "TotalBorrowsNotZero",
|
|
505
|
+
type: "error",
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
inputs: [],
|
|
509
|
+
name: "TotalSupplyNotZero",
|
|
510
|
+
type: "error",
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
inputs: [],
|
|
514
|
+
name: "TransferNotAllowed",
|
|
515
|
+
type: "error",
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
inputs: [],
|
|
519
|
+
name: "TransferPaused",
|
|
520
|
+
type: "error",
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
inputs: [],
|
|
524
|
+
name: "UnderlyingBalanceError",
|
|
525
|
+
type: "error",
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
inputs: [],
|
|
529
|
+
name: "UnderlyingMustBeStakingToken",
|
|
530
|
+
type: "error",
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
inputs: [],
|
|
534
|
+
name: "ZeroAddressNotAllowed",
|
|
535
|
+
type: "error",
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
anonymous: false,
|
|
539
|
+
inputs: [
|
|
540
|
+
{
|
|
541
|
+
indexed: false,
|
|
542
|
+
internalType: "uint256",
|
|
543
|
+
name: "cashPrior",
|
|
544
|
+
type: "uint256",
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
indexed: false,
|
|
548
|
+
internalType: "uint256",
|
|
549
|
+
name: "interestAccumulated",
|
|
550
|
+
type: "uint256",
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
indexed: false,
|
|
554
|
+
internalType: "uint256",
|
|
555
|
+
name: "borrowIndex",
|
|
556
|
+
type: "uint256",
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
indexed: false,
|
|
560
|
+
internalType: "uint256",
|
|
561
|
+
name: "totalBorrows",
|
|
562
|
+
type: "uint256",
|
|
563
|
+
},
|
|
564
|
+
],
|
|
565
|
+
name: "AccrueInterest",
|
|
566
|
+
type: "event",
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
anonymous: false,
|
|
570
|
+
inputs: [
|
|
571
|
+
{
|
|
572
|
+
indexed: true,
|
|
573
|
+
internalType: "address",
|
|
574
|
+
name: "owner",
|
|
575
|
+
type: "address",
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
indexed: true,
|
|
579
|
+
internalType: "address",
|
|
580
|
+
name: "spender",
|
|
581
|
+
type: "address",
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
indexed: false,
|
|
585
|
+
internalType: "uint256",
|
|
586
|
+
name: "amount",
|
|
587
|
+
type: "uint256",
|
|
588
|
+
},
|
|
589
|
+
],
|
|
590
|
+
name: "Approval",
|
|
591
|
+
type: "event",
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
anonymous: false,
|
|
595
|
+
inputs: [
|
|
596
|
+
{
|
|
597
|
+
indexed: false,
|
|
598
|
+
internalType: "address",
|
|
599
|
+
name: "borrower",
|
|
600
|
+
type: "address",
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
indexed: false,
|
|
604
|
+
internalType: "uint256",
|
|
605
|
+
name: "borrowAmount",
|
|
606
|
+
type: "uint256",
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
indexed: false,
|
|
610
|
+
internalType: "uint256",
|
|
611
|
+
name: "accountBorrows",
|
|
612
|
+
type: "uint256",
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
indexed: false,
|
|
616
|
+
internalType: "uint256",
|
|
617
|
+
name: "totalBorrows",
|
|
618
|
+
type: "uint256",
|
|
619
|
+
},
|
|
620
|
+
],
|
|
621
|
+
name: "Borrow",
|
|
622
|
+
type: "event",
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
anonymous: false,
|
|
626
|
+
inputs: [
|
|
627
|
+
{
|
|
628
|
+
indexed: false,
|
|
629
|
+
internalType: "uint8",
|
|
630
|
+
name: "version",
|
|
631
|
+
type: "uint8",
|
|
632
|
+
},
|
|
633
|
+
],
|
|
634
|
+
name: "Initialized",
|
|
635
|
+
type: "event",
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
anonymous: false,
|
|
639
|
+
inputs: [
|
|
640
|
+
{
|
|
641
|
+
indexed: false,
|
|
642
|
+
internalType: "address",
|
|
643
|
+
name: "liquidator",
|
|
644
|
+
type: "address",
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
indexed: false,
|
|
648
|
+
internalType: "address",
|
|
649
|
+
name: "borrower",
|
|
650
|
+
type: "address",
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
indexed: false,
|
|
654
|
+
internalType: "uint256",
|
|
655
|
+
name: "repayAmount",
|
|
656
|
+
type: "uint256",
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
indexed: false,
|
|
660
|
+
internalType: "address",
|
|
661
|
+
name: "cTokenCollateral",
|
|
662
|
+
type: "address",
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
indexed: false,
|
|
666
|
+
internalType: "uint256",
|
|
667
|
+
name: "seizeTokens",
|
|
668
|
+
type: "uint256",
|
|
669
|
+
},
|
|
670
|
+
],
|
|
671
|
+
name: "LiquidateBorrow",
|
|
672
|
+
type: "event",
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
anonymous: false,
|
|
676
|
+
inputs: [
|
|
677
|
+
{
|
|
678
|
+
indexed: false,
|
|
679
|
+
internalType: "address",
|
|
680
|
+
name: "minter",
|
|
681
|
+
type: "address",
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
indexed: false,
|
|
685
|
+
internalType: "uint256",
|
|
686
|
+
name: "mintAmount",
|
|
687
|
+
type: "uint256",
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
indexed: false,
|
|
691
|
+
internalType: "uint256",
|
|
692
|
+
name: "mintTokens",
|
|
693
|
+
type: "uint256",
|
|
694
|
+
},
|
|
695
|
+
],
|
|
696
|
+
name: "Mint",
|
|
697
|
+
type: "event",
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
anonymous: false,
|
|
701
|
+
inputs: [
|
|
702
|
+
{
|
|
703
|
+
indexed: false,
|
|
704
|
+
internalType: "address",
|
|
705
|
+
name: "oldAdmin",
|
|
706
|
+
type: "address",
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
indexed: false,
|
|
710
|
+
internalType: "address",
|
|
711
|
+
name: "newAdmin",
|
|
712
|
+
type: "address",
|
|
713
|
+
},
|
|
714
|
+
],
|
|
715
|
+
name: "NewAdmin",
|
|
716
|
+
type: "event",
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
anonymous: false,
|
|
720
|
+
inputs: [
|
|
721
|
+
{
|
|
722
|
+
indexed: false,
|
|
723
|
+
internalType: "address",
|
|
724
|
+
name: "oldComptroller",
|
|
725
|
+
type: "address",
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
indexed: false,
|
|
729
|
+
internalType: "address",
|
|
730
|
+
name: "newComptroller",
|
|
731
|
+
type: "address",
|
|
732
|
+
},
|
|
733
|
+
],
|
|
734
|
+
name: "NewComptroller",
|
|
735
|
+
type: "event",
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
anonymous: false,
|
|
739
|
+
inputs: [
|
|
740
|
+
{
|
|
741
|
+
indexed: false,
|
|
742
|
+
internalType: "uint256",
|
|
743
|
+
name: "oldDiscountRateMantissa",
|
|
744
|
+
type: "uint256",
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
indexed: false,
|
|
748
|
+
internalType: "uint256",
|
|
749
|
+
name: "newDiscountRateMantissa",
|
|
750
|
+
type: "uint256",
|
|
751
|
+
},
|
|
752
|
+
],
|
|
753
|
+
name: "NewDiscountRate",
|
|
754
|
+
type: "event",
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
anonymous: false,
|
|
758
|
+
inputs: [
|
|
759
|
+
{
|
|
760
|
+
indexed: false,
|
|
761
|
+
internalType: "address",
|
|
762
|
+
name: "oldInterestRateModel",
|
|
763
|
+
type: "address",
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
indexed: false,
|
|
767
|
+
internalType: "address",
|
|
768
|
+
name: "newInterestRateModel",
|
|
769
|
+
type: "address",
|
|
770
|
+
},
|
|
771
|
+
],
|
|
772
|
+
name: "NewMarketInterestRateModel",
|
|
773
|
+
type: "event",
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
anonymous: false,
|
|
777
|
+
inputs: [
|
|
778
|
+
{
|
|
779
|
+
indexed: false,
|
|
780
|
+
internalType: "address",
|
|
781
|
+
name: "oldPendingAdmin",
|
|
782
|
+
type: "address",
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
indexed: false,
|
|
786
|
+
internalType: "address",
|
|
787
|
+
name: "newPendingAdmin",
|
|
788
|
+
type: "address",
|
|
789
|
+
},
|
|
790
|
+
],
|
|
791
|
+
name: "NewPendingAdmin",
|
|
792
|
+
type: "event",
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
anonymous: false,
|
|
796
|
+
inputs: [
|
|
797
|
+
{
|
|
798
|
+
indexed: false,
|
|
799
|
+
internalType: "uint256",
|
|
800
|
+
name: "oldReserveFactorMantissa",
|
|
801
|
+
type: "uint256",
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
indexed: false,
|
|
805
|
+
internalType: "uint256",
|
|
806
|
+
name: "newReserveFactorMantissa",
|
|
807
|
+
type: "uint256",
|
|
808
|
+
},
|
|
809
|
+
],
|
|
810
|
+
name: "NewReserveFactor",
|
|
811
|
+
type: "event",
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
anonymous: false,
|
|
815
|
+
inputs: [
|
|
816
|
+
{
|
|
817
|
+
indexed: false,
|
|
818
|
+
internalType: "address",
|
|
819
|
+
name: "account",
|
|
820
|
+
type: "address",
|
|
821
|
+
},
|
|
822
|
+
],
|
|
823
|
+
name: "Paused",
|
|
824
|
+
type: "event",
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
anonymous: false,
|
|
828
|
+
inputs: [
|
|
829
|
+
{
|
|
830
|
+
indexed: false,
|
|
831
|
+
internalType: "address",
|
|
832
|
+
name: "token",
|
|
833
|
+
type: "address",
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
indexed: false,
|
|
837
|
+
internalType: "uint256",
|
|
838
|
+
name: "amount",
|
|
839
|
+
type: "uint256",
|
|
840
|
+
},
|
|
841
|
+
],
|
|
842
|
+
name: "Recovered",
|
|
843
|
+
type: "event",
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
anonymous: false,
|
|
847
|
+
inputs: [
|
|
848
|
+
{
|
|
849
|
+
indexed: false,
|
|
850
|
+
internalType: "address",
|
|
851
|
+
name: "redeemer",
|
|
852
|
+
type: "address",
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
indexed: false,
|
|
856
|
+
internalType: "uint256",
|
|
857
|
+
name: "redeemAmount",
|
|
858
|
+
type: "uint256",
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
indexed: false,
|
|
862
|
+
internalType: "uint256",
|
|
863
|
+
name: "redeemTokens",
|
|
864
|
+
type: "uint256",
|
|
865
|
+
},
|
|
866
|
+
],
|
|
867
|
+
name: "Redeem",
|
|
868
|
+
type: "event",
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
anonymous: false,
|
|
872
|
+
inputs: [
|
|
873
|
+
{
|
|
874
|
+
indexed: true,
|
|
875
|
+
internalType: "address",
|
|
876
|
+
name: "redeemer",
|
|
877
|
+
type: "address",
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
indexed: true,
|
|
881
|
+
internalType: "address",
|
|
882
|
+
name: "provider",
|
|
883
|
+
type: "address",
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
indexed: false,
|
|
887
|
+
internalType: "uint256",
|
|
888
|
+
name: "repayAmount",
|
|
889
|
+
type: "uint256",
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
indexed: false,
|
|
893
|
+
internalType: "address",
|
|
894
|
+
name: "seizeToken",
|
|
895
|
+
type: "address",
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
indexed: false,
|
|
899
|
+
internalType: "uint256",
|
|
900
|
+
name: "seizeAmount",
|
|
901
|
+
type: "uint256",
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
indexed: false,
|
|
905
|
+
internalType: "uint256",
|
|
906
|
+
name: "redemptionRateMantissa",
|
|
907
|
+
type: "uint256",
|
|
908
|
+
},
|
|
909
|
+
],
|
|
910
|
+
name: "RedeemFaceValue",
|
|
911
|
+
type: "event",
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
anonymous: false,
|
|
915
|
+
inputs: [
|
|
916
|
+
{
|
|
917
|
+
indexed: false,
|
|
918
|
+
internalType: "address",
|
|
919
|
+
name: "payer",
|
|
920
|
+
type: "address",
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
indexed: false,
|
|
924
|
+
internalType: "address",
|
|
925
|
+
name: "borrower",
|
|
926
|
+
type: "address",
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
indexed: false,
|
|
930
|
+
internalType: "uint256",
|
|
931
|
+
name: "repayAmount",
|
|
932
|
+
type: "uint256",
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
indexed: false,
|
|
936
|
+
internalType: "uint256",
|
|
937
|
+
name: "accountBorrows",
|
|
938
|
+
type: "uint256",
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
indexed: false,
|
|
942
|
+
internalType: "uint256",
|
|
943
|
+
name: "totalBorrows",
|
|
944
|
+
type: "uint256",
|
|
945
|
+
},
|
|
946
|
+
],
|
|
947
|
+
name: "RepayBorrow",
|
|
948
|
+
type: "event",
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
anonymous: false,
|
|
952
|
+
inputs: [
|
|
953
|
+
{
|
|
954
|
+
indexed: false,
|
|
955
|
+
internalType: "address",
|
|
956
|
+
name: "benefactor",
|
|
957
|
+
type: "address",
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
indexed: false,
|
|
961
|
+
internalType: "uint256",
|
|
962
|
+
name: "addAmount",
|
|
963
|
+
type: "uint256",
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
indexed: false,
|
|
967
|
+
internalType: "uint256",
|
|
968
|
+
name: "newTotalReserves",
|
|
969
|
+
type: "uint256",
|
|
970
|
+
},
|
|
971
|
+
],
|
|
972
|
+
name: "ReservesAdded",
|
|
973
|
+
type: "event",
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
anonymous: false,
|
|
977
|
+
inputs: [
|
|
978
|
+
{
|
|
979
|
+
indexed: false,
|
|
980
|
+
internalType: "address",
|
|
981
|
+
name: "admin",
|
|
982
|
+
type: "address",
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
indexed: false,
|
|
986
|
+
internalType: "uint256",
|
|
987
|
+
name: "reduceAmount",
|
|
988
|
+
type: "uint256",
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
indexed: false,
|
|
992
|
+
internalType: "uint256",
|
|
993
|
+
name: "newTotalReserves",
|
|
994
|
+
type: "uint256",
|
|
995
|
+
},
|
|
996
|
+
],
|
|
997
|
+
name: "ReservesReduced",
|
|
998
|
+
type: "event",
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
anonymous: false,
|
|
1002
|
+
inputs: [
|
|
1003
|
+
{
|
|
1004
|
+
indexed: true,
|
|
1005
|
+
internalType: "address",
|
|
1006
|
+
name: "user",
|
|
1007
|
+
type: "address",
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
indexed: true,
|
|
1011
|
+
internalType: "address",
|
|
1012
|
+
name: "rewardsToken",
|
|
1013
|
+
type: "address",
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
indexed: false,
|
|
1017
|
+
internalType: "uint256",
|
|
1018
|
+
name: "reward",
|
|
1019
|
+
type: "uint256",
|
|
1020
|
+
},
|
|
1021
|
+
],
|
|
1022
|
+
name: "RewardPaid",
|
|
1023
|
+
type: "event",
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
anonymous: false,
|
|
1027
|
+
inputs: [
|
|
1028
|
+
{
|
|
1029
|
+
indexed: true,
|
|
1030
|
+
internalType: "address",
|
|
1031
|
+
name: "user",
|
|
1032
|
+
type: "address",
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
indexed: false,
|
|
1036
|
+
internalType: "uint256",
|
|
1037
|
+
name: "amount",
|
|
1038
|
+
type: "uint256",
|
|
1039
|
+
},
|
|
1040
|
+
],
|
|
1041
|
+
name: "Staked",
|
|
1042
|
+
type: "event",
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
anonymous: false,
|
|
1046
|
+
inputs: [
|
|
1047
|
+
{
|
|
1048
|
+
indexed: true,
|
|
1049
|
+
internalType: "address",
|
|
1050
|
+
name: "from",
|
|
1051
|
+
type: "address",
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
indexed: true,
|
|
1055
|
+
internalType: "address",
|
|
1056
|
+
name: "to",
|
|
1057
|
+
type: "address",
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
indexed: false,
|
|
1061
|
+
internalType: "uint256",
|
|
1062
|
+
name: "amount",
|
|
1063
|
+
type: "uint256",
|
|
1064
|
+
},
|
|
1065
|
+
],
|
|
1066
|
+
name: "Transfer",
|
|
1067
|
+
type: "event",
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
anonymous: false,
|
|
1071
|
+
inputs: [
|
|
1072
|
+
{
|
|
1073
|
+
indexed: false,
|
|
1074
|
+
internalType: "address",
|
|
1075
|
+
name: "account",
|
|
1076
|
+
type: "address",
|
|
1077
|
+
},
|
|
1078
|
+
],
|
|
1079
|
+
name: "Unpaused",
|
|
1080
|
+
type: "event",
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
anonymous: false,
|
|
1084
|
+
inputs: [
|
|
1085
|
+
{
|
|
1086
|
+
indexed: true,
|
|
1087
|
+
internalType: "address",
|
|
1088
|
+
name: "user",
|
|
1089
|
+
type: "address",
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
indexed: false,
|
|
1093
|
+
internalType: "uint256",
|
|
1094
|
+
name: "amount",
|
|
1095
|
+
type: "uint256",
|
|
1096
|
+
},
|
|
1097
|
+
],
|
|
1098
|
+
name: "Withdrawn",
|
|
1099
|
+
type: "event",
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
inputs: [],
|
|
1103
|
+
name: "_acceptAdmin",
|
|
1104
|
+
outputs: [
|
|
1105
|
+
{
|
|
1106
|
+
internalType: "uint256",
|
|
1107
|
+
name: "",
|
|
1108
|
+
type: "uint256",
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
stateMutability: "nonpayable",
|
|
1112
|
+
type: "function",
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
inputs: [
|
|
1116
|
+
{
|
|
1117
|
+
internalType: "uint256",
|
|
1118
|
+
name: "addAmount",
|
|
1119
|
+
type: "uint256",
|
|
1120
|
+
},
|
|
1121
|
+
],
|
|
1122
|
+
name: "_addReserves",
|
|
1123
|
+
outputs: [
|
|
1124
|
+
{
|
|
1125
|
+
internalType: "uint256",
|
|
1126
|
+
name: "",
|
|
1127
|
+
type: "uint256",
|
|
1128
|
+
},
|
|
1129
|
+
],
|
|
1130
|
+
stateMutability: "nonpayable",
|
|
1131
|
+
type: "function",
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
inputs: [
|
|
1135
|
+
{
|
|
1136
|
+
internalType: "uint256",
|
|
1137
|
+
name: "reduceAmount",
|
|
1138
|
+
type: "uint256",
|
|
1139
|
+
},
|
|
1140
|
+
],
|
|
1141
|
+
name: "_reduceReserves",
|
|
1142
|
+
outputs: [
|
|
1143
|
+
{
|
|
1144
|
+
internalType: "uint256",
|
|
1145
|
+
name: "",
|
|
1146
|
+
type: "uint256",
|
|
1147
|
+
},
|
|
1148
|
+
],
|
|
1149
|
+
stateMutability: "nonpayable",
|
|
1150
|
+
type: "function",
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
inputs: [
|
|
1154
|
+
{
|
|
1155
|
+
internalType: "address",
|
|
1156
|
+
name: "newComptroller",
|
|
1157
|
+
type: "address",
|
|
1158
|
+
},
|
|
1159
|
+
],
|
|
1160
|
+
name: "_setComptroller",
|
|
1161
|
+
outputs: [
|
|
1162
|
+
{
|
|
1163
|
+
internalType: "uint256",
|
|
1164
|
+
name: "",
|
|
1165
|
+
type: "uint256",
|
|
1166
|
+
},
|
|
1167
|
+
],
|
|
1168
|
+
stateMutability: "nonpayable",
|
|
1169
|
+
type: "function",
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
inputs: [
|
|
1173
|
+
{
|
|
1174
|
+
internalType: "uint256",
|
|
1175
|
+
name: "discountRateMantissa_",
|
|
1176
|
+
type: "uint256",
|
|
1177
|
+
},
|
|
1178
|
+
],
|
|
1179
|
+
name: "_setDiscountRate",
|
|
1180
|
+
outputs: [
|
|
1181
|
+
{
|
|
1182
|
+
internalType: "uint256",
|
|
1183
|
+
name: "",
|
|
1184
|
+
type: "uint256",
|
|
1185
|
+
},
|
|
1186
|
+
],
|
|
1187
|
+
stateMutability: "nonpayable",
|
|
1188
|
+
type: "function",
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
inputs: [
|
|
1192
|
+
{
|
|
1193
|
+
internalType: "address",
|
|
1194
|
+
name: "newInterestRateModel",
|
|
1195
|
+
type: "address",
|
|
1196
|
+
},
|
|
1197
|
+
],
|
|
1198
|
+
name: "_setInterestRateModel",
|
|
1199
|
+
outputs: [
|
|
1200
|
+
{
|
|
1201
|
+
internalType: "uint256",
|
|
1202
|
+
name: "",
|
|
1203
|
+
type: "uint256",
|
|
1204
|
+
},
|
|
1205
|
+
],
|
|
1206
|
+
stateMutability: "nonpayable",
|
|
1207
|
+
type: "function",
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
inputs: [
|
|
1211
|
+
{
|
|
1212
|
+
internalType: "address payable",
|
|
1213
|
+
name: "newPendingAdmin",
|
|
1214
|
+
type: "address",
|
|
1215
|
+
},
|
|
1216
|
+
],
|
|
1217
|
+
name: "_setPendingAdmin",
|
|
1218
|
+
outputs: [
|
|
1219
|
+
{
|
|
1220
|
+
internalType: "uint256",
|
|
1221
|
+
name: "",
|
|
1222
|
+
type: "uint256",
|
|
1223
|
+
},
|
|
1224
|
+
],
|
|
1225
|
+
stateMutability: "nonpayable",
|
|
1226
|
+
type: "function",
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
inputs: [
|
|
1230
|
+
{
|
|
1231
|
+
internalType: "uint256",
|
|
1232
|
+
name: "newReserveFactorMantissa",
|
|
1233
|
+
type: "uint256",
|
|
1234
|
+
},
|
|
1235
|
+
],
|
|
1236
|
+
name: "_setReserveFactor",
|
|
1237
|
+
outputs: [
|
|
1238
|
+
{
|
|
1239
|
+
internalType: "uint256",
|
|
1240
|
+
name: "",
|
|
1241
|
+
type: "uint256",
|
|
1242
|
+
},
|
|
1243
|
+
],
|
|
1244
|
+
stateMutability: "nonpayable",
|
|
1245
|
+
type: "function",
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
inputs: [
|
|
1249
|
+
{
|
|
1250
|
+
internalType: "address",
|
|
1251
|
+
name: "",
|
|
1252
|
+
type: "address",
|
|
1253
|
+
},
|
|
1254
|
+
],
|
|
1255
|
+
name: "_shares",
|
|
1256
|
+
outputs: [
|
|
1257
|
+
{
|
|
1258
|
+
internalType: "uint256",
|
|
1259
|
+
name: "shares",
|
|
1260
|
+
type: "uint256",
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
internalType: "uint256",
|
|
1264
|
+
name: "lastUpdateTime",
|
|
1265
|
+
type: "uint256",
|
|
1266
|
+
},
|
|
1267
|
+
],
|
|
1268
|
+
stateMutability: "view",
|
|
1269
|
+
type: "function",
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
inputs: [],
|
|
1273
|
+
name: "_syncUnderlyingBalance",
|
|
1274
|
+
outputs: [],
|
|
1275
|
+
stateMutability: "nonpayable",
|
|
1276
|
+
type: "function",
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
inputs: [],
|
|
1280
|
+
name: "accrualBlockTimestamp",
|
|
1281
|
+
outputs: [
|
|
1282
|
+
{
|
|
1283
|
+
internalType: "uint256",
|
|
1284
|
+
name: "",
|
|
1285
|
+
type: "uint256",
|
|
1286
|
+
},
|
|
1287
|
+
],
|
|
1288
|
+
stateMutability: "view",
|
|
1289
|
+
type: "function",
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
inputs: [],
|
|
1293
|
+
name: "accrueInterest",
|
|
1294
|
+
outputs: [
|
|
1295
|
+
{
|
|
1296
|
+
internalType: "uint256",
|
|
1297
|
+
name: "",
|
|
1298
|
+
type: "uint256",
|
|
1299
|
+
},
|
|
1300
|
+
],
|
|
1301
|
+
stateMutability: "nonpayable",
|
|
1302
|
+
type: "function",
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
inputs: [],
|
|
1306
|
+
name: "admin",
|
|
1307
|
+
outputs: [
|
|
1308
|
+
{
|
|
1309
|
+
internalType: "address payable",
|
|
1310
|
+
name: "",
|
|
1311
|
+
type: "address",
|
|
1312
|
+
},
|
|
1313
|
+
],
|
|
1314
|
+
stateMutability: "view",
|
|
1315
|
+
type: "function",
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
inputs: [
|
|
1319
|
+
{
|
|
1320
|
+
internalType: "address",
|
|
1321
|
+
name: "owner",
|
|
1322
|
+
type: "address",
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
internalType: "address",
|
|
1326
|
+
name: "spender",
|
|
1327
|
+
type: "address",
|
|
1328
|
+
},
|
|
1329
|
+
],
|
|
1330
|
+
name: "allowance",
|
|
1331
|
+
outputs: [
|
|
1332
|
+
{
|
|
1333
|
+
internalType: "uint256",
|
|
1334
|
+
name: "",
|
|
1335
|
+
type: "uint256",
|
|
1336
|
+
},
|
|
1337
|
+
],
|
|
1338
|
+
stateMutability: "view",
|
|
1339
|
+
type: "function",
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
inputs: [
|
|
1343
|
+
{
|
|
1344
|
+
internalType: "address",
|
|
1345
|
+
name: "spender",
|
|
1346
|
+
type: "address",
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
internalType: "uint256",
|
|
1350
|
+
name: "amount",
|
|
1351
|
+
type: "uint256",
|
|
1352
|
+
},
|
|
1353
|
+
],
|
|
1354
|
+
name: "approve",
|
|
1355
|
+
outputs: [
|
|
1356
|
+
{
|
|
1357
|
+
internalType: "bool",
|
|
1358
|
+
name: "",
|
|
1359
|
+
type: "bool",
|
|
1360
|
+
},
|
|
1361
|
+
],
|
|
1362
|
+
stateMutability: "nonpayable",
|
|
1363
|
+
type: "function",
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
inputs: [
|
|
1367
|
+
{
|
|
1368
|
+
internalType: "address",
|
|
1369
|
+
name: "owner",
|
|
1370
|
+
type: "address",
|
|
1371
|
+
},
|
|
1372
|
+
],
|
|
1373
|
+
name: "balanceOf",
|
|
1374
|
+
outputs: [
|
|
1375
|
+
{
|
|
1376
|
+
internalType: "uint256",
|
|
1377
|
+
name: "",
|
|
1378
|
+
type: "uint256",
|
|
1379
|
+
},
|
|
1380
|
+
],
|
|
1381
|
+
stateMutability: "view",
|
|
1382
|
+
type: "function",
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
inputs: [
|
|
1386
|
+
{
|
|
1387
|
+
internalType: "address",
|
|
1388
|
+
name: "owner",
|
|
1389
|
+
type: "address",
|
|
1390
|
+
},
|
|
1391
|
+
],
|
|
1392
|
+
name: "balanceOfUnderlying",
|
|
1393
|
+
outputs: [
|
|
1394
|
+
{
|
|
1395
|
+
internalType: "uint256",
|
|
1396
|
+
name: "",
|
|
1397
|
+
type: "uint256",
|
|
1398
|
+
},
|
|
1399
|
+
],
|
|
1400
|
+
stateMutability: "nonpayable",
|
|
1401
|
+
type: "function",
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
inputs: [
|
|
1405
|
+
{
|
|
1406
|
+
internalType: "uint256",
|
|
1407
|
+
name: "borrowAmount",
|
|
1408
|
+
type: "uint256",
|
|
1409
|
+
},
|
|
1410
|
+
],
|
|
1411
|
+
name: "borrow",
|
|
1412
|
+
outputs: [
|
|
1413
|
+
{
|
|
1414
|
+
internalType: "uint256",
|
|
1415
|
+
name: "",
|
|
1416
|
+
type: "uint256",
|
|
1417
|
+
},
|
|
1418
|
+
],
|
|
1419
|
+
stateMutability: "nonpayable",
|
|
1420
|
+
type: "function",
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
inputs: [
|
|
1424
|
+
{
|
|
1425
|
+
internalType: "address",
|
|
1426
|
+
name: "borrower",
|
|
1427
|
+
type: "address",
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
internalType: "uint256",
|
|
1431
|
+
name: "borrowAmount",
|
|
1432
|
+
type: "uint256",
|
|
1433
|
+
},
|
|
1434
|
+
],
|
|
1435
|
+
name: "borrowAndDepositBack",
|
|
1436
|
+
outputs: [
|
|
1437
|
+
{
|
|
1438
|
+
internalType: "uint256",
|
|
1439
|
+
name: "",
|
|
1440
|
+
type: "uint256",
|
|
1441
|
+
},
|
|
1442
|
+
],
|
|
1443
|
+
stateMutability: "nonpayable",
|
|
1444
|
+
type: "function",
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
inputs: [
|
|
1448
|
+
{
|
|
1449
|
+
internalType: "address",
|
|
1450
|
+
name: "account",
|
|
1451
|
+
type: "address",
|
|
1452
|
+
},
|
|
1453
|
+
],
|
|
1454
|
+
name: "borrowBalanceCurrent",
|
|
1455
|
+
outputs: [
|
|
1456
|
+
{
|
|
1457
|
+
internalType: "uint256",
|
|
1458
|
+
name: "",
|
|
1459
|
+
type: "uint256",
|
|
1460
|
+
},
|
|
1461
|
+
],
|
|
1462
|
+
stateMutability: "nonpayable",
|
|
1463
|
+
type: "function",
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
inputs: [
|
|
1467
|
+
{
|
|
1468
|
+
internalType: "address",
|
|
1469
|
+
name: "account",
|
|
1470
|
+
type: "address",
|
|
1471
|
+
},
|
|
1472
|
+
],
|
|
1473
|
+
name: "borrowBalanceStored",
|
|
1474
|
+
outputs: [
|
|
1475
|
+
{
|
|
1476
|
+
internalType: "uint256",
|
|
1477
|
+
name: "",
|
|
1478
|
+
type: "uint256",
|
|
1479
|
+
},
|
|
1480
|
+
],
|
|
1481
|
+
stateMutability: "view",
|
|
1482
|
+
type: "function",
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
inputs: [],
|
|
1486
|
+
name: "borrowIndex",
|
|
1487
|
+
outputs: [
|
|
1488
|
+
{
|
|
1489
|
+
internalType: "uint256",
|
|
1490
|
+
name: "",
|
|
1491
|
+
type: "uint256",
|
|
1492
|
+
},
|
|
1493
|
+
],
|
|
1494
|
+
stateMutability: "view",
|
|
1495
|
+
type: "function",
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
inputs: [],
|
|
1499
|
+
name: "borrowRatePerBlock",
|
|
1500
|
+
outputs: [
|
|
1501
|
+
{
|
|
1502
|
+
internalType: "uint256",
|
|
1503
|
+
name: "",
|
|
1504
|
+
type: "uint256",
|
|
1505
|
+
},
|
|
1506
|
+
],
|
|
1507
|
+
stateMutability: "view",
|
|
1508
|
+
type: "function",
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
inputs: [
|
|
1512
|
+
{
|
|
1513
|
+
internalType: "address",
|
|
1514
|
+
name: "_user",
|
|
1515
|
+
type: "address",
|
|
1516
|
+
},
|
|
1517
|
+
],
|
|
1518
|
+
name: "claim",
|
|
1519
|
+
outputs: [],
|
|
1520
|
+
stateMutability: "nonpayable",
|
|
1521
|
+
type: "function",
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
inputs: [
|
|
1525
|
+
{
|
|
1526
|
+
internalType: "address",
|
|
1527
|
+
name: "_to",
|
|
1528
|
+
type: "address",
|
|
1529
|
+
},
|
|
1530
|
+
],
|
|
1531
|
+
name: "claimProtocolRewards",
|
|
1532
|
+
outputs: [],
|
|
1533
|
+
stateMutability: "nonpayable",
|
|
1534
|
+
type: "function",
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
inputs: [],
|
|
1538
|
+
name: "comptroller",
|
|
1539
|
+
outputs: [
|
|
1540
|
+
{
|
|
1541
|
+
internalType: "address",
|
|
1542
|
+
name: "",
|
|
1543
|
+
type: "address",
|
|
1544
|
+
},
|
|
1545
|
+
],
|
|
1546
|
+
stateMutability: "view",
|
|
1547
|
+
type: "function",
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
inputs: [],
|
|
1551
|
+
name: "decimals",
|
|
1552
|
+
outputs: [
|
|
1553
|
+
{
|
|
1554
|
+
internalType: "uint8",
|
|
1555
|
+
name: "",
|
|
1556
|
+
type: "uint8",
|
|
1557
|
+
},
|
|
1558
|
+
],
|
|
1559
|
+
stateMutability: "view",
|
|
1560
|
+
type: "function",
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
inputs: [],
|
|
1564
|
+
name: "discountRateMantissa",
|
|
1565
|
+
outputs: [
|
|
1566
|
+
{
|
|
1567
|
+
internalType: "uint256",
|
|
1568
|
+
name: "",
|
|
1569
|
+
type: "uint256",
|
|
1570
|
+
},
|
|
1571
|
+
],
|
|
1572
|
+
stateMutability: "view",
|
|
1573
|
+
type: "function",
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
inputs: [
|
|
1577
|
+
{
|
|
1578
|
+
internalType: "address",
|
|
1579
|
+
name: "account",
|
|
1580
|
+
type: "address",
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
internalType: "address",
|
|
1584
|
+
name: "_rewardsToken",
|
|
1585
|
+
type: "address",
|
|
1586
|
+
},
|
|
1587
|
+
],
|
|
1588
|
+
name: "earned",
|
|
1589
|
+
outputs: [
|
|
1590
|
+
{
|
|
1591
|
+
internalType: "uint256",
|
|
1592
|
+
name: "",
|
|
1593
|
+
type: "uint256",
|
|
1594
|
+
},
|
|
1595
|
+
],
|
|
1596
|
+
stateMutability: "view",
|
|
1597
|
+
type: "function",
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
inputs: [],
|
|
1601
|
+
name: "exchangeRateCurrent",
|
|
1602
|
+
outputs: [
|
|
1603
|
+
{
|
|
1604
|
+
internalType: "uint256",
|
|
1605
|
+
name: "",
|
|
1606
|
+
type: "uint256",
|
|
1607
|
+
},
|
|
1608
|
+
],
|
|
1609
|
+
stateMutability: "nonpayable",
|
|
1610
|
+
type: "function",
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
inputs: [],
|
|
1614
|
+
name: "exchangeRateStored",
|
|
1615
|
+
outputs: [
|
|
1616
|
+
{
|
|
1617
|
+
internalType: "uint256",
|
|
1618
|
+
name: "",
|
|
1619
|
+
type: "uint256",
|
|
1620
|
+
},
|
|
1621
|
+
],
|
|
1622
|
+
stateMutability: "view",
|
|
1623
|
+
type: "function",
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
inputs: [
|
|
1627
|
+
{
|
|
1628
|
+
internalType: "address",
|
|
1629
|
+
name: "account",
|
|
1630
|
+
type: "address",
|
|
1631
|
+
},
|
|
1632
|
+
],
|
|
1633
|
+
name: "getAccountSnapshot",
|
|
1634
|
+
outputs: [
|
|
1635
|
+
{
|
|
1636
|
+
internalType: "uint256",
|
|
1637
|
+
name: "",
|
|
1638
|
+
type: "uint256",
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
internalType: "uint256",
|
|
1642
|
+
name: "",
|
|
1643
|
+
type: "uint256",
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
internalType: "uint256",
|
|
1647
|
+
name: "",
|
|
1648
|
+
type: "uint256",
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
internalType: "uint256",
|
|
1652
|
+
name: "",
|
|
1653
|
+
type: "uint256",
|
|
1654
|
+
},
|
|
1655
|
+
],
|
|
1656
|
+
stateMutability: "view",
|
|
1657
|
+
type: "function",
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
inputs: [
|
|
1661
|
+
{
|
|
1662
|
+
internalType: "address",
|
|
1663
|
+
name: "borrower",
|
|
1664
|
+
type: "address",
|
|
1665
|
+
},
|
|
1666
|
+
],
|
|
1667
|
+
name: "getBorrowSnapshot",
|
|
1668
|
+
outputs: [
|
|
1669
|
+
{
|
|
1670
|
+
components: [
|
|
1671
|
+
{
|
|
1672
|
+
internalType: "uint256",
|
|
1673
|
+
name: "principal",
|
|
1674
|
+
type: "uint256",
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
internalType: "uint256",
|
|
1678
|
+
name: "interestIndex",
|
|
1679
|
+
type: "uint256",
|
|
1680
|
+
},
|
|
1681
|
+
],
|
|
1682
|
+
internalType: "struct CTokenStorage.BorrowSnapshot",
|
|
1683
|
+
name: "",
|
|
1684
|
+
type: "tuple",
|
|
1685
|
+
},
|
|
1686
|
+
],
|
|
1687
|
+
stateMutability: "view",
|
|
1688
|
+
type: "function",
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
inputs: [],
|
|
1692
|
+
name: "getCash",
|
|
1693
|
+
outputs: [
|
|
1694
|
+
{
|
|
1695
|
+
internalType: "uint256",
|
|
1696
|
+
name: "",
|
|
1697
|
+
type: "uint256",
|
|
1698
|
+
},
|
|
1699
|
+
],
|
|
1700
|
+
stateMutability: "view",
|
|
1701
|
+
type: "function",
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
inputs: [],
|
|
1705
|
+
name: "infraredVault",
|
|
1706
|
+
outputs: [
|
|
1707
|
+
{
|
|
1708
|
+
internalType: "contract IInfraredVault",
|
|
1709
|
+
name: "",
|
|
1710
|
+
type: "address",
|
|
1711
|
+
},
|
|
1712
|
+
],
|
|
1713
|
+
stateMutability: "view",
|
|
1714
|
+
type: "function",
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
inputs: [
|
|
1718
|
+
{
|
|
1719
|
+
internalType: "address",
|
|
1720
|
+
name: "timeBasedInterestRateModel",
|
|
1721
|
+
type: "address",
|
|
1722
|
+
},
|
|
1723
|
+
],
|
|
1724
|
+
name: "initAccrualBlockTimestamp",
|
|
1725
|
+
outputs: [],
|
|
1726
|
+
stateMutability: "nonpayable",
|
|
1727
|
+
type: "function",
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
inputs: [
|
|
1731
|
+
{
|
|
1732
|
+
internalType: "address",
|
|
1733
|
+
name: "underlying_",
|
|
1734
|
+
type: "address",
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
internalType: "address",
|
|
1738
|
+
name: "comptroller_",
|
|
1739
|
+
type: "address",
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
internalType: "address",
|
|
1743
|
+
name: "interestRateModel_",
|
|
1744
|
+
type: "address",
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
internalType: "uint256",
|
|
1748
|
+
name: "initialExchangeRateMantissa_",
|
|
1749
|
+
type: "uint256",
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
internalType: "string",
|
|
1753
|
+
name: "name_",
|
|
1754
|
+
type: "string",
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
internalType: "string",
|
|
1758
|
+
name: "symbol_",
|
|
1759
|
+
type: "string",
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
internalType: "uint8",
|
|
1763
|
+
name: "decimals_",
|
|
1764
|
+
type: "uint8",
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
internalType: "address payable",
|
|
1768
|
+
name: "admin_",
|
|
1769
|
+
type: "address",
|
|
1770
|
+
},
|
|
1771
|
+
],
|
|
1772
|
+
name: "initialize",
|
|
1773
|
+
outputs: [],
|
|
1774
|
+
stateMutability: "nonpayable",
|
|
1775
|
+
type: "function",
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
inputs: [],
|
|
1779
|
+
name: "interestRateModel",
|
|
1780
|
+
outputs: [
|
|
1781
|
+
{
|
|
1782
|
+
internalType: "address",
|
|
1783
|
+
name: "",
|
|
1784
|
+
type: "address",
|
|
1785
|
+
},
|
|
1786
|
+
],
|
|
1787
|
+
stateMutability: "view",
|
|
1788
|
+
type: "function",
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
inputs: [],
|
|
1792
|
+
name: "isCEther",
|
|
1793
|
+
outputs: [
|
|
1794
|
+
{
|
|
1795
|
+
internalType: "bool",
|
|
1796
|
+
name: "",
|
|
1797
|
+
type: "bool",
|
|
1798
|
+
},
|
|
1799
|
+
],
|
|
1800
|
+
stateMutability: "pure",
|
|
1801
|
+
type: "function",
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
inputs: [],
|
|
1805
|
+
name: "isCEtherDeprecated",
|
|
1806
|
+
outputs: [
|
|
1807
|
+
{
|
|
1808
|
+
internalType: "bool",
|
|
1809
|
+
name: "",
|
|
1810
|
+
type: "bool",
|
|
1811
|
+
},
|
|
1812
|
+
],
|
|
1813
|
+
stateMutability: "view",
|
|
1814
|
+
type: "function",
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
inputs: [],
|
|
1818
|
+
name: "isCToken",
|
|
1819
|
+
outputs: [
|
|
1820
|
+
{
|
|
1821
|
+
internalType: "bool",
|
|
1822
|
+
name: "",
|
|
1823
|
+
type: "bool",
|
|
1824
|
+
},
|
|
1825
|
+
],
|
|
1826
|
+
stateMutability: "pure",
|
|
1827
|
+
type: "function",
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
inputs: [],
|
|
1831
|
+
name: "isCTokenDeprecated",
|
|
1832
|
+
outputs: [
|
|
1833
|
+
{
|
|
1834
|
+
internalType: "bool",
|
|
1835
|
+
name: "",
|
|
1836
|
+
type: "bool",
|
|
1837
|
+
},
|
|
1838
|
+
],
|
|
1839
|
+
stateMutability: "view",
|
|
1840
|
+
type: "function",
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
inputs: [],
|
|
1844
|
+
name: "isDeprecated",
|
|
1845
|
+
outputs: [
|
|
1846
|
+
{
|
|
1847
|
+
internalType: "bool",
|
|
1848
|
+
name: "",
|
|
1849
|
+
type: "bool",
|
|
1850
|
+
},
|
|
1851
|
+
],
|
|
1852
|
+
stateMutability: "view",
|
|
1853
|
+
type: "function",
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
inputs: [
|
|
1857
|
+
{
|
|
1858
|
+
internalType: "address",
|
|
1859
|
+
name: "borrower",
|
|
1860
|
+
type: "address",
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
internalType: "uint256",
|
|
1864
|
+
name: "repayAmount",
|
|
1865
|
+
type: "uint256",
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
internalType: "address",
|
|
1869
|
+
name: "cTokenCollateral",
|
|
1870
|
+
type: "address",
|
|
1871
|
+
},
|
|
1872
|
+
],
|
|
1873
|
+
name: "liquidateBorrow",
|
|
1874
|
+
outputs: [
|
|
1875
|
+
{
|
|
1876
|
+
internalType: "uint256",
|
|
1877
|
+
name: "",
|
|
1878
|
+
type: "uint256",
|
|
1879
|
+
},
|
|
1880
|
+
],
|
|
1881
|
+
stateMutability: "nonpayable",
|
|
1882
|
+
type: "function",
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
inputs: [
|
|
1886
|
+
{
|
|
1887
|
+
internalType: "address",
|
|
1888
|
+
name: "cTokenCollateral",
|
|
1889
|
+
type: "address",
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
internalType: "uint256",
|
|
1893
|
+
name: "actualRepayAmount",
|
|
1894
|
+
type: "uint256",
|
|
1895
|
+
},
|
|
1896
|
+
],
|
|
1897
|
+
name: "liquidateCalculateSeizeTokens",
|
|
1898
|
+
outputs: [
|
|
1899
|
+
{
|
|
1900
|
+
internalType: "uint256",
|
|
1901
|
+
name: "",
|
|
1902
|
+
type: "uint256",
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
internalType: "uint256",
|
|
1906
|
+
name: "",
|
|
1907
|
+
type: "uint256",
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
internalType: "uint256",
|
|
1911
|
+
name: "",
|
|
1912
|
+
type: "uint256",
|
|
1913
|
+
},
|
|
1914
|
+
],
|
|
1915
|
+
stateMutability: "view",
|
|
1916
|
+
type: "function",
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
inputs: [
|
|
1920
|
+
{
|
|
1921
|
+
internalType: "uint256",
|
|
1922
|
+
name: "mintAmount",
|
|
1923
|
+
type: "uint256",
|
|
1924
|
+
},
|
|
1925
|
+
],
|
|
1926
|
+
name: "mint",
|
|
1927
|
+
outputs: [
|
|
1928
|
+
{
|
|
1929
|
+
internalType: "uint256",
|
|
1930
|
+
name: "",
|
|
1931
|
+
type: "uint256",
|
|
1932
|
+
},
|
|
1933
|
+
],
|
|
1934
|
+
stateMutability: "nonpayable",
|
|
1935
|
+
type: "function",
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
inputs: [
|
|
1939
|
+
{
|
|
1940
|
+
internalType: "uint256",
|
|
1941
|
+
name: "mintAmount",
|
|
1942
|
+
type: "uint256",
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
internalType: "uint256",
|
|
1946
|
+
name: "deadline",
|
|
1947
|
+
type: "uint256",
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
internalType: "bytes",
|
|
1951
|
+
name: "signature",
|
|
1952
|
+
type: "bytes",
|
|
1953
|
+
},
|
|
1954
|
+
],
|
|
1955
|
+
name: "mintWithPermit",
|
|
1956
|
+
outputs: [
|
|
1957
|
+
{
|
|
1958
|
+
internalType: "uint256",
|
|
1959
|
+
name: "",
|
|
1960
|
+
type: "uint256",
|
|
1961
|
+
},
|
|
1962
|
+
],
|
|
1963
|
+
stateMutability: "nonpayable",
|
|
1964
|
+
type: "function",
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
inputs: [],
|
|
1968
|
+
name: "name",
|
|
1969
|
+
outputs: [
|
|
1970
|
+
{
|
|
1971
|
+
internalType: "string",
|
|
1972
|
+
name: "",
|
|
1973
|
+
type: "string",
|
|
1974
|
+
},
|
|
1975
|
+
],
|
|
1976
|
+
stateMutability: "view",
|
|
1977
|
+
type: "function",
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
inputs: [],
|
|
1981
|
+
name: "paused",
|
|
1982
|
+
outputs: [
|
|
1983
|
+
{
|
|
1984
|
+
internalType: "bool",
|
|
1985
|
+
name: "",
|
|
1986
|
+
type: "bool",
|
|
1987
|
+
},
|
|
1988
|
+
],
|
|
1989
|
+
stateMutability: "view",
|
|
1990
|
+
type: "function",
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
inputs: [],
|
|
1994
|
+
name: "pendingAdmin",
|
|
1995
|
+
outputs: [
|
|
1996
|
+
{
|
|
1997
|
+
internalType: "address payable",
|
|
1998
|
+
name: "",
|
|
1999
|
+
type: "address",
|
|
2000
|
+
},
|
|
2001
|
+
],
|
|
2002
|
+
stateMutability: "view",
|
|
2003
|
+
type: "function",
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
inputs: [],
|
|
2007
|
+
name: "percentScale",
|
|
2008
|
+
outputs: [
|
|
2009
|
+
{
|
|
2010
|
+
internalType: "uint256",
|
|
2011
|
+
name: "",
|
|
2012
|
+
type: "uint256",
|
|
2013
|
+
},
|
|
2014
|
+
],
|
|
2015
|
+
stateMutability: "view",
|
|
2016
|
+
type: "function",
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
inputs: [],
|
|
2020
|
+
name: "protocolSeizeShareMantissa",
|
|
2021
|
+
outputs: [
|
|
2022
|
+
{
|
|
2023
|
+
internalType: "uint256",
|
|
2024
|
+
name: "",
|
|
2025
|
+
type: "uint256",
|
|
2026
|
+
},
|
|
2027
|
+
],
|
|
2028
|
+
stateMutability: "view",
|
|
2029
|
+
type: "function",
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
inputs: [
|
|
2033
|
+
{
|
|
2034
|
+
internalType: "uint256",
|
|
2035
|
+
name: "redeemTokens",
|
|
2036
|
+
type: "uint256",
|
|
2037
|
+
},
|
|
2038
|
+
],
|
|
2039
|
+
name: "redeem",
|
|
2040
|
+
outputs: [
|
|
2041
|
+
{
|
|
2042
|
+
internalType: "uint256",
|
|
2043
|
+
name: "",
|
|
2044
|
+
type: "uint256",
|
|
2045
|
+
},
|
|
2046
|
+
],
|
|
2047
|
+
stateMutability: "nonpayable",
|
|
2048
|
+
type: "function",
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
inputs: [
|
|
2052
|
+
{
|
|
2053
|
+
internalType: "uint256",
|
|
2054
|
+
name: "redeemAmount",
|
|
2055
|
+
type: "uint256",
|
|
2056
|
+
},
|
|
2057
|
+
],
|
|
2058
|
+
name: "redeemUnderlying",
|
|
2059
|
+
outputs: [
|
|
2060
|
+
{
|
|
2061
|
+
internalType: "uint256",
|
|
2062
|
+
name: "",
|
|
2063
|
+
type: "uint256",
|
|
2064
|
+
},
|
|
2065
|
+
],
|
|
2066
|
+
stateMutability: "nonpayable",
|
|
2067
|
+
type: "function",
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
inputs: [
|
|
2071
|
+
{
|
|
2072
|
+
internalType: "uint256",
|
|
2073
|
+
name: "repayAmount",
|
|
2074
|
+
type: "uint256",
|
|
2075
|
+
},
|
|
2076
|
+
],
|
|
2077
|
+
name: "repayBorrow",
|
|
2078
|
+
outputs: [
|
|
2079
|
+
{
|
|
2080
|
+
internalType: "uint256",
|
|
2081
|
+
name: "",
|
|
2082
|
+
type: "uint256",
|
|
2083
|
+
},
|
|
2084
|
+
],
|
|
2085
|
+
stateMutability: "nonpayable",
|
|
2086
|
+
type: "function",
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
inputs: [
|
|
2090
|
+
{
|
|
2091
|
+
internalType: "address",
|
|
2092
|
+
name: "borrower",
|
|
2093
|
+
type: "address",
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
internalType: "uint256",
|
|
2097
|
+
name: "repayAmount",
|
|
2098
|
+
type: "uint256",
|
|
2099
|
+
},
|
|
2100
|
+
],
|
|
2101
|
+
name: "repayBorrowBehalf",
|
|
2102
|
+
outputs: [
|
|
2103
|
+
{
|
|
2104
|
+
internalType: "uint256",
|
|
2105
|
+
name: "",
|
|
2106
|
+
type: "uint256",
|
|
2107
|
+
},
|
|
2108
|
+
],
|
|
2109
|
+
stateMutability: "nonpayable",
|
|
2110
|
+
type: "function",
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
inputs: [
|
|
2114
|
+
{
|
|
2115
|
+
internalType: "uint256",
|
|
2116
|
+
name: "repayAmount",
|
|
2117
|
+
type: "uint256",
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
internalType: "uint256",
|
|
2121
|
+
name: "deadline",
|
|
2122
|
+
type: "uint256",
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
internalType: "bytes",
|
|
2126
|
+
name: "signature",
|
|
2127
|
+
type: "bytes",
|
|
2128
|
+
},
|
|
2129
|
+
],
|
|
2130
|
+
name: "repayBorrowWithPermit",
|
|
2131
|
+
outputs: [
|
|
2132
|
+
{
|
|
2133
|
+
internalType: "uint256",
|
|
2134
|
+
name: "",
|
|
2135
|
+
type: "uint256",
|
|
2136
|
+
},
|
|
2137
|
+
],
|
|
2138
|
+
stateMutability: "nonpayable",
|
|
2139
|
+
type: "function",
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
inputs: [],
|
|
2143
|
+
name: "reserveFactorMantissa",
|
|
2144
|
+
outputs: [
|
|
2145
|
+
{
|
|
2146
|
+
internalType: "uint256",
|
|
2147
|
+
name: "",
|
|
2148
|
+
type: "uint256",
|
|
2149
|
+
},
|
|
2150
|
+
],
|
|
2151
|
+
stateMutability: "view",
|
|
2152
|
+
type: "function",
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
inputs: [
|
|
2156
|
+
{
|
|
2157
|
+
internalType: "address",
|
|
2158
|
+
name: "liquidator",
|
|
2159
|
+
type: "address",
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
internalType: "address",
|
|
2163
|
+
name: "borrower",
|
|
2164
|
+
type: "address",
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
internalType: "uint256",
|
|
2168
|
+
name: "seizeTokens",
|
|
2169
|
+
type: "uint256",
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
internalType: "uint256",
|
|
2173
|
+
name: "seizeProfitTokens",
|
|
2174
|
+
type: "uint256",
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
internalType: "bool",
|
|
2178
|
+
name: "isRedemption",
|
|
2179
|
+
type: "bool",
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
internalType: "uint256",
|
|
2183
|
+
name: "redemptionRateMantissa",
|
|
2184
|
+
type: "uint256",
|
|
2185
|
+
},
|
|
2186
|
+
],
|
|
2187
|
+
name: "seize",
|
|
2188
|
+
outputs: [
|
|
2189
|
+
{
|
|
2190
|
+
internalType: "uint256",
|
|
2191
|
+
name: "",
|
|
2192
|
+
type: "uint256",
|
|
2193
|
+
},
|
|
2194
|
+
],
|
|
2195
|
+
stateMutability: "nonpayable",
|
|
2196
|
+
type: "function",
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
inputs: [
|
|
2200
|
+
{
|
|
2201
|
+
internalType: "address",
|
|
2202
|
+
name: "account",
|
|
2203
|
+
type: "address",
|
|
2204
|
+
},
|
|
2205
|
+
],
|
|
2206
|
+
name: "shareOf",
|
|
2207
|
+
outputs: [
|
|
2208
|
+
{
|
|
2209
|
+
internalType: "uint256",
|
|
2210
|
+
name: "_share",
|
|
2211
|
+
type: "uint256",
|
|
2212
|
+
},
|
|
2213
|
+
],
|
|
2214
|
+
stateMutability: "view",
|
|
2215
|
+
type: "function",
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
inputs: [],
|
|
2219
|
+
name: "supplyRatePerBlock",
|
|
2220
|
+
outputs: [
|
|
2221
|
+
{
|
|
2222
|
+
internalType: "uint256",
|
|
2223
|
+
name: "",
|
|
2224
|
+
type: "uint256",
|
|
2225
|
+
},
|
|
2226
|
+
],
|
|
2227
|
+
stateMutability: "view",
|
|
2228
|
+
type: "function",
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
inputs: [
|
|
2232
|
+
{
|
|
2233
|
+
internalType: "contract IEIP20NonStandard",
|
|
2234
|
+
name: "token",
|
|
2235
|
+
type: "address",
|
|
2236
|
+
},
|
|
2237
|
+
],
|
|
2238
|
+
name: "sweepToken",
|
|
2239
|
+
outputs: [],
|
|
2240
|
+
stateMutability: "nonpayable",
|
|
2241
|
+
type: "function",
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
inputs: [],
|
|
2245
|
+
name: "symbol",
|
|
2246
|
+
outputs: [
|
|
2247
|
+
{
|
|
2248
|
+
internalType: "string",
|
|
2249
|
+
name: "",
|
|
2250
|
+
type: "string",
|
|
2251
|
+
},
|
|
2252
|
+
],
|
|
2253
|
+
stateMutability: "view",
|
|
2254
|
+
type: "function",
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
inputs: [],
|
|
2258
|
+
name: "totalBorrows",
|
|
2259
|
+
outputs: [
|
|
2260
|
+
{
|
|
2261
|
+
internalType: "uint256",
|
|
2262
|
+
name: "",
|
|
2263
|
+
type: "uint256",
|
|
2264
|
+
},
|
|
2265
|
+
],
|
|
2266
|
+
stateMutability: "view",
|
|
2267
|
+
type: "function",
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
inputs: [],
|
|
2271
|
+
name: "totalBorrowsCurrent",
|
|
2272
|
+
outputs: [
|
|
2273
|
+
{
|
|
2274
|
+
internalType: "uint256",
|
|
2275
|
+
name: "",
|
|
2276
|
+
type: "uint256",
|
|
2277
|
+
},
|
|
2278
|
+
],
|
|
2279
|
+
stateMutability: "nonpayable",
|
|
2280
|
+
type: "function",
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
inputs: [],
|
|
2284
|
+
name: "totalReserves",
|
|
2285
|
+
outputs: [
|
|
2286
|
+
{
|
|
2287
|
+
internalType: "uint256",
|
|
2288
|
+
name: "",
|
|
2289
|
+
type: "uint256",
|
|
2290
|
+
},
|
|
2291
|
+
],
|
|
2292
|
+
stateMutability: "view",
|
|
2293
|
+
type: "function",
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
inputs: [],
|
|
2297
|
+
name: "totalShares",
|
|
2298
|
+
outputs: [
|
|
2299
|
+
{
|
|
2300
|
+
internalType: "uint256",
|
|
2301
|
+
name: "",
|
|
2302
|
+
type: "uint256",
|
|
2303
|
+
},
|
|
2304
|
+
],
|
|
2305
|
+
stateMutability: "view",
|
|
2306
|
+
type: "function",
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
inputs: [],
|
|
2310
|
+
name: "totalStaked",
|
|
2311
|
+
outputs: [
|
|
2312
|
+
{
|
|
2313
|
+
internalType: "uint256",
|
|
2314
|
+
name: "",
|
|
2315
|
+
type: "uint256",
|
|
2316
|
+
},
|
|
2317
|
+
],
|
|
2318
|
+
stateMutability: "view",
|
|
2319
|
+
type: "function",
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
inputs: [],
|
|
2323
|
+
name: "totalSupply",
|
|
2324
|
+
outputs: [
|
|
2325
|
+
{
|
|
2326
|
+
internalType: "uint256",
|
|
2327
|
+
name: "",
|
|
2328
|
+
type: "uint256",
|
|
2329
|
+
},
|
|
2330
|
+
],
|
|
2331
|
+
stateMutability: "view",
|
|
2332
|
+
type: "function",
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
inputs: [
|
|
2336
|
+
{
|
|
2337
|
+
internalType: "address",
|
|
2338
|
+
name: "dst",
|
|
2339
|
+
type: "address",
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
internalType: "uint256",
|
|
2343
|
+
name: "amount",
|
|
2344
|
+
type: "uint256",
|
|
2345
|
+
},
|
|
2346
|
+
],
|
|
2347
|
+
name: "transfer",
|
|
2348
|
+
outputs: [
|
|
2349
|
+
{
|
|
2350
|
+
internalType: "bool",
|
|
2351
|
+
name: "",
|
|
2352
|
+
type: "bool",
|
|
2353
|
+
},
|
|
2354
|
+
],
|
|
2355
|
+
stateMutability: "nonpayable",
|
|
2356
|
+
type: "function",
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
inputs: [
|
|
2360
|
+
{
|
|
2361
|
+
internalType: "address",
|
|
2362
|
+
name: "src",
|
|
2363
|
+
type: "address",
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
internalType: "address",
|
|
2367
|
+
name: "dst",
|
|
2368
|
+
type: "address",
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
internalType: "uint256",
|
|
2372
|
+
name: "amount",
|
|
2373
|
+
type: "uint256",
|
|
2374
|
+
},
|
|
2375
|
+
],
|
|
2376
|
+
name: "transferFrom",
|
|
2377
|
+
outputs: [
|
|
2378
|
+
{
|
|
2379
|
+
internalType: "bool",
|
|
2380
|
+
name: "",
|
|
2381
|
+
type: "bool",
|
|
2382
|
+
},
|
|
2383
|
+
],
|
|
2384
|
+
stateMutability: "nonpayable",
|
|
2385
|
+
type: "function",
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
inputs: [],
|
|
2389
|
+
name: "underlying",
|
|
2390
|
+
outputs: [
|
|
2391
|
+
{
|
|
2392
|
+
internalType: "address",
|
|
2393
|
+
name: "",
|
|
2394
|
+
type: "address",
|
|
2395
|
+
},
|
|
2396
|
+
],
|
|
2397
|
+
stateMutability: "view",
|
|
2398
|
+
type: "function",
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
inputs: [],
|
|
2402
|
+
name: "underlyingBalance",
|
|
2403
|
+
outputs: [
|
|
2404
|
+
{
|
|
2405
|
+
internalType: "uint256",
|
|
2406
|
+
name: "",
|
|
2407
|
+
type: "uint256",
|
|
2408
|
+
},
|
|
2409
|
+
],
|
|
2410
|
+
stateMutability: "view",
|
|
2411
|
+
type: "function",
|
|
2412
|
+
},
|
|
2413
|
+
];
|
|
2414
|
+
const _bytecode = "0x60a03461015757601f61648738819003918201601f19168301916001600160401b0383118484101761015c5780849260209460405283398101031261015757516001600160a01b0381169081900361015757670de0b6b3a764000060115560475460ff8160081c166101025760ff808216106100c7575b506080524260b055604051616314908161017382396080518181816117be015281816131b601528181613c62015281816140a9015281816143d3015281816144c301528181615c7a0152615f420152f35b60ff90811916176047557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a138610076565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b600080fd5b634e487b7160e01b600052604160045260246000fdfe6080604052600436101561001257600080fd5b60003560e01c806306fdde03146104a25780630786f2231461049d578063095ea7b3146104985780630e75270214610493578063134131a21461048e578063173b99041461048957806317bfdfbc1461048457806318160ddd1461047f578063182df0f51461047a5780631be19560146104755780631e83409a14610470578063211dc32d1461046b57806321e5e2c41461046657806323b872dd1461046157806323e69e411461045c5780632608f8181461045757806326782247146104525780632826c1a11461044d5780632d7183f614610448578063313ce567146104435780633a98ef391461043e5780633af9e669146104395780633b1d21a2146104165780633e941010146104345780634000fbad1461042f57806341e340061461042a57806342f3251a146104255780634576b5db1461042057806347bd37181461041b57806359356c5c146104165780635c975abb146104115780635fe3b5671461040c578063601a0bf1146104075780636752e702146104025780636ab3b0e5146103fd5780636f307dc3146103f857806370a08231146103f357806373acee98146103ee578063817b1cd2146103e9578063852a12e3146103e45780638f840ddd146103df57806395d89b41146103da57806395dd9193146103d55780639b1a5bf4146103d05780639e211641146103cb578063a0712d68146103c6578063a3e94ddd146103c1578063a6afed95146103bc578063a9059cbb146103b7578063aa5af0fd146103b2578063ac784ddc146103ad578063ae9d70b0146103a8578063b34c8caf146103a3578063b58663821461039e578063b71d1a0c14610399578063bd6d894d14610394578063c37f68e21461038f578063c5ebeaec1461038a578063c6c02aec14610385578063c717823014610380578063cfa992011461037b578063d4af8de214610376578063db006a7514610371578063dd62ed3e1461036c578063e9c714f214610367578063eac1fed014610362578063f2b3abbd1461035d578063f3fdb15a14610358578063f5e3c46214610353578063f851a4401461034e578063f8f9da2814610349578063fca7820b146103445763fe9c44ae1461033f57600080fd5b612fb0565b612ee7565b612e8e565b612e61565b612a7d565b612a54565b61294a565b612929565b6127f2565b6127ad565b612766565b6126d0565b61267f565b612553565b612395565b6121a4565b612131565b612116565b612067565b611fcb565b611f75565b611ed3565b611eb7565b611e99565b611e53565b611e38565b611db7565b611be5565b611b52565b611b2f565b611b08565b611a60565b611a42565b6118c8565b6118aa565b611857565b61181a565b6117ed565b6117a8565b611785565b61166b565b611642565b61161f565b611319565b611601565b6114f1565b6114d3565b61148a565b61141c565b611337565b6112af565b611291565b611270565b6111b7565b611119565b61104a565b610ffc565b610f13565b610ea5565b610e3d565b610e24565b610c3b565b610a40565b610a1d565b6109ff565b61099b565b61097d565b6107be565b61075f565b6106cf565b610698565b6105b8565b60009103126104b257565b600080fd5b90600182811c921680156104e7575b60208310146104d157565b634e487b7160e01b600052602260045260246000fd5b91607f16916104c6565b634e487b7160e01b600052604160045260246000fd5b602081019081106001600160401b0382111761052257604052565b6104f1565b604081019081106001600160401b0382111761052257604052565b90601f801991011681019081106001600160401b0382111761052257604052565b919082519283825260005b84811061058f575050826000602080949584010152601f8019910116010190565b8060208092840101518282860101520161056e565b9060206105b5928181520190610563565b90565b346104b25760003660031901126104b257604051600154600090816105dc826104b7565b80855291600181169081156106715750600114610614575b6106108461060481860382610542565b604051918291826105a4565b0390f35b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b80821061065757509091508101602001610604826105f4565b91926001816020925483858801015201910190929161063e565b60ff191660208087019190915292151560051b8501909201925061060491508390506105f4565b346104b25760003660031901126104b257602060ff60005460081c166040519015158152f35b6001600160a01b038116036104b257565b346104b25760403660031901126104b2576004356106ec816106be565b6024359033600052600f6020528161071a8260406000209060018060a01b0316600052602052604060002090565b556040519182526001600160a01b03169033907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590602090a360405160018152602090f35b346104b25760203660031901126104b2576107a160043560005461078860ff8260101c16612fcc565b62ff00001916600055610799613a9c565b503333615171565b506000805462ff0000191662010000179055604051908152602090f35b346104b25760403660031901126104b2576004356107db816106be565b602435906000546107f160ff8260101c16612fcc565b62ff00001916600055604051637f4e225760e11b8152602081600481335afa9081156109295760009161095e575b5061094d576005546108479061083b906001600160a01b031681565b6001600160a01b031690565b604051637bca031760e11b8152336004820152602081602481855afa9081156109295760009161092e575b50156108e957604051637bca031760e11b815230600482015290602090829060249082905afa908115610929576000916108fa575b50156108e957610610916108c3916001600160a01b031661418b565b6108d96201000062ff0000196000541617600055565b6040519081529081906020820190565b6334b04fe360e11b60005260046000fd5b61091c915060203d602011610922575b6109148183610542565b810190613005565b386108a7565b503d61090a565b61301a565b610947915060203d602011610922576109148183610542565b38610872565b634a8af12d60e01b60005260046000fd5b610977915060203d602011610922576109148183610542565b3861081f565b346104b25760003660031901126104b2576020600854604051908152f35b346104b25760203660031901126104b25760206109e66004356109bd816106be565b6000546109cf60ff8260101c16612fcc565b62ff000019166000556109e0613a9c565b50614ce3565b6201000062ff0000196000541617600055604051908152f35b346104b25760003660031901126104b2576020600d54604051908152f35b346104b25760003660031901126104b2576020610a38614350565b604051908152f35b346104b25760203660031901126104b257600435610a5d816106be565b6000546001600160a01b0391821691610a799160181c1661083b565b808214610c2a576040516370a0823160e01b81523060048201529190602090839060249082906001600160a01b03165afa91821561092957600092610c09575b506040516370a0823160e01b8152306004820152602081602481855afa90811561092957600091610bea575b5060035460081c6001600160a01b031690823b156104b25760405163a9059cbb60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af1801561092957610bcf575b50600054610b559061083b9060181c6001600160a01b031681565b6040516370a0823160e01b81523060048201529190602090839060249082905afa91821561092957600092610b9e575b5003610b8d57005b6346edcd5360e11b60005260046000fd5b610bc191925060203d602011610bc8575b610bb98183610542565b810190613026565b9038610b85565b503d610baf565b80610bde6000610be493610542565b806104a7565b38610b3a565b610c03915060203d602011610bc857610bb98183610542565b38610ae5565b610c2391925060203d602011610bc857610bb98183610542565b9038610ab9565b632f028cfb60e01b60005260046000fd5b346104b25760203660031901126104b257610cf5600435610c5b816106be565b600054610c6d60ff8260101c16612fcc565b62ff0000191660009081556001600160a01b038216815260ac60205260409020610c9d906001905b0154426130a9565b6001600160a01b038216600090815260ac6020526040902060010154610d8457506001600160a01b038116600090815260ac602052604090204290600101555b610ce960b054426130a9565b80610d0d575b506131b4565b610d0b6201000062ff0000196000541617600055565b005b610d5f610d57610d22610d649360ad546130d6565b610d3d610d38610d33600854613077565b613127565b613093565b90610d52610d4d8260ae5461311a565b60ae55565b6130d6565b60af5461311a565b60af55565b610d75610d4d60af5460ae5461311a565b610d7e4260b055565b38610cef565b80610d90575b50610cdd565b6001600160a01b038216600090815260b160205260409020610db491905b546130d6565b6001600160a01b038216600090815260ac60205260409020610dd9905b91825461311a565b90556001600160a01b038116600090815260ac6020526040902042906001015538610d8a565b60409060031901126104b257600435610e17816106be565b906024356105b5816106be565b346104b2576020610a38610e3736610dff565b90613405565b346104b25760203660031901126104b257600435610e5a816106be565b60018060a01b031660005260ac602052604060002054670de0b6b3a7640000810290808204670de0b6b3a76400001490151715610ea057610a3860209160ae5490613150565b613061565b346104b25760603660031901126104b257610ef6600435610ec5816106be565b602435610ed1816106be565b60443591600054610ee760ff8260101c16612fcc565b62ff00001916600055336145bf565b6000805462ff000019166201000017905560405190158152602090f35b346104b25760203660031901126104b257600435610f30816106be565b60035460081c6001600160a01b03163303610feb57601454610fc55760405163252e40b160e01b8152906020826004816001600160a01b0385165afa91821561092957610d0b92610fa8575b50610f8642601455565b60018060a01b03166bffffffffffffffffffffffff60a01b6006541617600655565b610fc09060203d602011610bc857610bb98183610542565b610f7c565b50610fce613a9c565b506014544203610fda57005b63b7d0949760e01b60005260046000fd5b634755657960e01b60005260046000fd5b346104b25760403660031901126104b2576107a160043561101c816106be565b6024359060005461103260ff8260101c16612fcc565b62ff00001916600055611043613a9c565b5033615171565b346104b25760003660031901126104b2576004546040516001600160a01b039091168152602090f35b60405190611082602083610542565b565b6001600160401b03811161052257601f01601f191660200190565b9291926110ab82611084565b916110b96040519384610542565b8294818452818301116104b2578281602093846000960137010152565b60606003198201126104b2576004359160243591604435906001600160401b0382116104b257806023830112156104b2578160246105b59360040135910161109f565b346104b257611127366110d6565b60005460181c6001600160a01b03169190823b156104b2576111669260009283604051809681958294639fd5a6cf60e01b84528a3033600487016135b5565b03925af1801561092957611193575b61061061118183614795565b50506040519081529081906020820190565b806111a060008093610542565b8003126104b25738611175565b801515036104b257565b346104b25760c03660031901126104b2576106106112366004356111da816106be565b6024356111e6816106be565b60443560643590608435926111fa846111ad565b60a4359460005461121060ff8260101c16612fcc565b62ff000019166000558515611267575b670de0b6b3a76400008611611257575b336149ff565b6000805462ff00001916620100001790556040519081529081906020820190565b670de0b6b3a76400009550611230565b60009550611220565b346104b25760003660031901126104b257602060ff60035416604051908152f35b346104b25760003660031901126104b257602060ae54604051908152f35b346104b25760203660031901126104b2576020670de0b6b3a764000061130f6004356112da816106be565b6112e2613c0b565b90604051916112f083610507565b82526001600160a01b03166000908152600e8552604090205490614dc0565b5104604051908152f35b346104b25760003660031901126104b2576020601254604051908152f35b346104b25760203660031901126104b25760043560005461135d60ff8260101c16612fcc565b62ff0000191660005561136e613a9c565b50601454420361140b576113829033615dc3565b600c5481810190818111610ea05781106113fa57600c8190556040805133815260208101939093528201527fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59080606081015b0390a16113ee6201000062ff0000196000541617600055565b60405160008152602090f35b6335c973c760e21b60005260046000fd5b639d4e8c1b60e01b60005260046000fd5b346104b25760203660031901126104b2576003546004359060081c6001600160a01b03163303610feb57601180549082905560408051918252602082018390527f68e61dbc80efc8af787740901509a321d0fc29f4e432fae6c4e175867b96144391a1604051908152602090f35b346104b25760403660031901126104b2576106106114b66004356114ad816106be565b60243590613712565b604080519384526020840192909252908201529081906060820190565b346104b25760003660031901126104b2576020601154604051908152f35b346104b25760203660031901126104b25760043561150e816106be565b60035460081c6001600160a01b03163303610feb576005546001600160a01b0316604051623f1ee960e11b81529091906020816004816001600160a01b0386165afa908115610929576000916115e2575b50156115d157600580546001600160a01b0319166001600160a01b0383161790557f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d915b604080516001600160a01b039283168152929091166020830152819081015b0390a160405160008152602090f35b6383aebebd60e01b60005260046000fd5b6115fb915060203d602011610922576109148183610542565b3861155f565b346104b25760003660031901126104b2576020600b54604051908152f35b346104b25760003660031901126104b257602060ff607a54166040519015158152f35b346104b25760003660031901126104b2576005546040516001600160a01b039091168152602090f35b346104b25760203660031901126104b257600435611687613a9c565b5060035460081c6001600160a01b03163303610feb576000546116af60ff8260101c16612fcc565b62ff00001916600055601454420361177457806012541061176357600c549081811161175257808203918211610ea0578161170a7f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e93600c55565b60035461172490839060081c6001600160a01b0316615c77565b6003546040805160089290921c6001600160a01b0316825260208201939093529182015280606081016113d5565b63152125f760e21b60005260046000fd5b633345e99960e01b60005260046000fd5b631747e30360e21b60005260046000fd5b346104b25760003660031901126104b2576020604051670429d069189e00008152f35b346104b25760003660031901126104b2576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346104b25760003660031901126104b25760005460405160189190911c6001600160a01b03168152602090f35b346104b25760203660031901126104b257600435611837816106be565b60018060a01b0316600052600e6020526020604060002054604051908152f35b346104b25760003660031901126104b25760005461187a60ff8260101c16612fcc565b62ff0000191660005561188b613a9c565b506020600b546201000062ff0000196000541617600055604051908152f35b346104b25760003660031901126104b257602060ad54604051908152f35b346104b25760203660031901126104b25761061061199461190f6004356000546118f760ff8260101c16612fcc565b62ff00001916600055611908613a9c565b503361573f565b905062ff0000929192196000541661193160ff62010000831760101c16612fcc565b600090815533815260ac6020526040902061194e90600190610c95565b33600090815260ac60205260409020600101546119e8575033600090815260ac602052604090204290600101555b61198860b054426130a9565b806119b3575b50614c3f565b6119aa6201000062ff0000196000541617600055565b6108d933613035565b610d5f610d57610d226119c89360ad546130d6565b6119d9610d4d60af5460ae5461311a565b6119e24260b055565b3861198e565b806119f4575b5061197c565b33600090815260b160205260409020611a0d9190610dae565b33600090815260ac60205260409020611a2590610dd1565b905533600090815260ac60205260409020429060010155386119ee565b346104b25760003660031901126104b2576020600c54604051908152f35b346104b25760003660031901126104b25760405160025460009081611a84826104b7565b80855291600181169081156106715750600114611aab576106108461060481860382610542565b600281527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace939250905b808210611aee57509091508101602001610604826105f4565b919260018160209254838588010152019101909291611ad5565b346104b25760203660031901126104b2576020610a38600435611b2a816106be565b614ce3565b346104b25760003660031901126104b257602060ff600054166040519015158152f35b346104b257611b60366110d6565b60005460181c6001600160a01b03169190823b156104b257611b9f9260009283604051809681958294639fd5a6cf60e01b84528a3033600487016135b5565b03925af1801561092957611bcb575b610610611bba83614160565b506040519081529081906020820190565b80611bd860008093610542565b8003126104b25738611bae565b346104b25760203660031901126104b257611c26600435600054611c0e60ff8260101c16612fcc565b62ff00001916600055611c1f613a9c565b503361557d565b91905062ff00001960005416620100008117806000558215611c4e575b604051838152602090f35b60ff611c5d9160101c16612fcc565b60005560ff607a5416611d7f5733600090815260ac6020526040902061061092611cd391611c8d90600190610c95565b33600090815260ac6020526040902060010154611d25575033600090815260ac602052604090204290600101555b611cc760b054426130a9565b80611cf0575b50614d25565b611ce96201000062ff0000196000541617600055565b3880611c43565b610d5f610d57610d22611d059360ad546130d6565b611d16610d4d60af5460ae5461311a565b611d1f4260b055565b38611ccd565b80611d31575b50611cbb565b33600090815260b160205260409020611d4a9190610dae565b33600090815260ac60205260409020611d6290610dd1565b905533600090815260ac6020526040902042906001015538611d2b565b60405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606490fd5b346104b25760203660031901126104b257600435611dd4816106be565b60006020604051611de481610527565b828152015260018060a01b031660005260106020526106106040600020600160405191611e1083610527565b8054835201546020820152604051918291829190916020806040830194805184520151910152565b346104b25760003660031901126104b2576020610a38613a9c565b346104b25760403660031901126104b257610ef6600435611e73816106be565b60243590600054611e8960ff8260101c16612fcc565b62ff0000191660005533806145bf565b346104b25760003660031901126104b2576020600a54604051908152f35b346104b25760003660031901126104b257602060405160008152f35b346104b25760003660031901126104b257600654601254600b54600c54600854604051635c0b440b60e11b815260048101949094526024840192909252604483015260648201529060209082906001600160a01b03168180608481015b03915afa80156109295761061091600091611f5657506040519081529081906020820190565b611f6f915060203d602011610bc857610bb98183610542565b38611bba565b346104b25760203660031901126104b257600435611f92816106be565b60018060a01b031660005260ac602052604060002060018154910154906106106040519283928360209093929193604081019481520152565b346104b25760003660031901126104b25760035460081c6001600160a01b03163303610feb576000546040516370a0823160e01b815230600482015290602090829060181c6001600160a01b031681806024810103915afa801561092957610d0b9160009161203b575b50601255565b612054915060203d602011610bc857610bb98183610542565b38612035565b60e43590611082826106be565b346104b25760203660031901126104b257600435612084816106be565b60035460081c6001600160a01b03163303610feb576004546001600160a01b03821691908215612105576001600160a01b03198116909217600455604080516001600160a01b0393841681529290911660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a99190819081016115c2565b63e6c4247b60e01b60005260046000fd5b346104b25760003660031901126104b2576020610a38613c0b565b346104b25760203660031901126104b25760043561214e816106be565b6001600160a01b0381166000908152600e60205260409020549061217190614ce3565b9061061061217d614350565b60115490604051948594859094939260609260808301968352602083015260408201520152565b346104b25760203660031901126104b2576004356000546121ca60ff8260101c16612fcc565b62ff000019166000556121db613a9c565b50600554600091906121f79061083b906001600160a01b031681565b803b156123915760405163368f515360e21b8152306004820152336024820152604481018390529083908290606490829084905af180156109295761237d575b50601454420361236e57806012541061235f5781907f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab80336122808361227b83614ce3565b61311a565b6122b68461229081600b5461311a565b336000908152601060205260409020848155600a54600190910155600b8190559361607f565b6040805133815260208101869052908101919091526060810191909152608090a16005546122ee9061083b906001600160a01b031681565b90813b1561235b57604051631407e28160e01b8152336004820152602481019190915291908290604490829084905af1801561092957612347575b50506000805462ff0000191662010000178155604051908152602090f35b80610bde8361235593610542565b38612329565b5050fd5b6348c2588160e01b8252600482fd5b630a42bc3960e41b8252600482fd5b80610bde8461238b93610542565b38612237565b8280fd5b346104b25760203660031901126104b257610cf56004356123b5816106be565b6000546123c760ff8260101c16612fcc565b62ff000019166000908155805260ac60205261240460017fcb32a14641dfad80670595f3e53f5dc52441fb5380c11f8eebcd755e5b33a3d9610c95565b6000805260ac6020527fcb32a14641dfad80670595f3e53f5dc52441fb5380c11f8eebcd755e5b33a3da546124ae57506000805260ac602052427fcb32a14641dfad80670595f3e53f5dc52441fb5380c11f8eebcd755e5b33a3da555b61246d60b054426130a9565b80612479575b50613c4b565b610d5f610d57610d2261248e9360ad546130d6565b61249f610d4d60af5460ae5461311a565b6124a84260b055565b38612473565b806124ba575b50612461565b6000805260b16020526124ed907f8359e41dd58ddca52edd0887711297c9100b1c76786324582672540b24a0a3a8610dae565b6000805260ac60205261251f7fcb32a14641dfad80670595f3e53f5dc52441fb5380c11f8eebcd755e5b33a3d9610dd1565b90556000805260ac602052427fcb32a14641dfad80670595f3e53f5dc52441fb5380c11f8eebcd755e5b33a3da55386124b4565b346104b25760003660031901126104b25760055461257b9061083b906001600160a01b031681565b604051638e8f294b60e01b8152306004820152606081602481855afa80156109295760ff9160009161264d575b50161590816125d9575b50806125c6575b6040519015158152602090f35b50600854670de0b6b3a7640000146125b9565b604051632068e5f960e21b8152306004820152915060c090829060249082905afa908115610929576126189160209160009161261e575b500151151590565b386125b2565b612640915060c03d60c011612646575b6126388183610542565b810190613e81565b38612610565b503d61262e565b61266f915060603d606011612678575b6126678183610542565b8101906135ee565b509050386125a8565b503d61265d565b346104b25760003660031901126104b2576020601454604051908152f35b9080601f830112156104b2578160206105b59335910161109f565b60ff8116036104b257565b60c43590611082826126b8565b346104b2576101003660031901126104b2576004356126ee816106be565b602435906126fb826106be565b60443591612708836106be565b606435926084356001600160401b0381116104b25761272b90369060040161269d565b60a435946001600160401b0386116104b25761274e610d0b96369060040161269d565b926127576126c3565b9461276061205a565b96613f78565b346104b25760203660031901126104b25761061061199461190f60043560005461279560ff8260101c16612fcc565b62ff000019166000556127a6613a9c565b50336159d6565b346104b25760206127e96127c036610dff565b6001600160a01b039182166000908152600f855260408082209290931681526020919091522090565b54604051908152f35b346104b25760003660031901126104b2576004546001600160a01b0381163314801590612921575b612910576003547fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991907ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc9061288c9061287f9060081c6001600160a01b031661083b565b926001600160a01b031690565b60038054610100600160a81b031916600883901b610100600160a81b03161790556001600160a01b031691600480546001600160a01b0319169055600354604080516001600160a01b03938416815260089290921c9092166020820152a1600454604080516001600160a01b039384168152929091166020830152819081016115c2565b63d1ec4b2360e01b60005260046000fd5b50331561281a565b346104b25760003660031901126104b2576020604051655af3107a40008152f35b346104b25760203660031901126104b257600435612967816106be565b61296f613a9c565b5060035460081c6001600160a01b03163303610feb576014544203612a43576006546001600160a01b031690600460206129a88461083b565b6040516310c8fc9560e11b815292839182905afa90811561092957600091612a24575b5015612a1357600680546001600160a01b0319166001600160a01b0383161790557fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926916115a3565b63ee39b72560e01b60005260046000fd5b612a3d915060203d602011610922576109148183610542565b386129cb565b637b964b3b60e01b60005260046000fd5b346104b25760003660031901126104b2576006546040516001600160a01b039091168152602090f35b346104b25760603660031901126104b257600435612a9a816106be565b6024359060443590612aab826106be565b600054612abd60ff8260101c16612fcc565b62ff00001916600055612ace613a9c565b5060405163a6afed9560e01b81526001600160a01b03831693906020816004816000895af1801561092957612e44575b50600554612b169061083b906001600160a01b031681565b803b156104b25760006040518092632fe3f38f60e11b82528180612b418789338c30600487016147c3565b03915afa801561092957612e2f575b506014544203612e1e5760405163cfa9920160e01b81526020816004816000895af190811561092957600091612dff575b504203612dee576001600160a01b0382163314612ddd578015612dcc576000198114612dbb57612bb2908233615171565b919050612bbf8284613712565b6040516370a0823160e01b81526001600160a01b0385166004820152919690925090602081602481855afa8015610929578791600091612d9c575b5010612d8b57308103612d0d5750612c1590858333306147f5565b505b604080513381526001600160a01b0383811660208301529181018490529084166060820152608081018590527f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb529060a090a1600554612c809061083b906001600160a01b031681565b90813b156104b2576040516347ef3b3b60e01b81523060048201526001600160a01b03948516602482015233604482015293166064840152608483019190915260a482019290925290600090829060c490829084905af1801561092957612cf8575b6113ee6201000062ff0000196000541617600055565b80610bde6000612d0793610542565b38612ce2565b6040516316b8c1fb60e11b81523360048201526001600160a01b038416602482015260448101879052606481019290925260006084830181905260a48301819052602091839160c4918391905af1801561092957612d6c575b50612c17565b612d849060203d602011610bc857610bb98183610542565b5038612d66565b630e7a24eb60e11b60005260046000fd5b612db5915060203d602011610bc857610bb98183610542565b38612bfa565b63f72ef4e160e01b60005260046000fd5b63b2f72f4760e01b60005260046000fd5b63039f861b60e51b60005260046000fd5b633e88627b60e11b60005260046000fd5b612e18915060203d602011610bc857610bb98183610542565b38612b81565b63fbf3ea7960e01b60005260046000fd5b80610bde6000612e3e93610542565b38612b50565b612e5c9060203d602011610bc857610bb98183610542565b612afe565b346104b25760003660031901126104b25760035460405160089190911c6001600160a01b03168152602090f35b346104b25760003660031901126104b257600654601254600b54600c546040516315f2405360e01b81526004810193909352602483019190915260448201529060209082906001600160a01b0316818060648101611f30565b346104b25760203660031901126104b257600435600054612f0d60ff8260101c16612fcc565b62ff00001916600055612f1e613a9c565b5060035460081c6001600160a01b03163303610feb576014544203612f9f57670de0b6b3a76400008111612f8e5760088054908290556040805191825260208201929092527faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f82146091819081016113d5565b631b9bc96960e11b60005260046000fd5b637b452e8160e11b60005260046000fd5b346104b25760003660031901126104b257602060405160018152f35b15612fd357565b60405162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b6044820152606490fd5b908160209103126104b257516105b5816111ad565b6040513d6000823e3d90fd5b908160209103126104b2575190565b61304b90600054610c6d60ff8260101c16612fcc565b6110826201000062ff0000196000541617600055565b634e487b7160e01b600052601160045260246000fd5b670de0b6b3a76400000390670de0b6b3a76400008211610ea057565b670de0b6b3a763ffff19810191908211610ea057565b91908203918211610ea057565b90655af3107a4000820291808304655af3107a40001490151715610ea057565b81810292918115918404141715610ea057565b670de0b6b3a7640000019081670de0b6b3a764000011610ea057565b90670de0b6b3a76400008201809211610ea057565b91908201809211610ea057565b801561313a57670de0b6b3a76400000490565b634e487b7160e01b600052601260045260246000fd5b811561313a570490565b805182101561316e5760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b3d156131af573d9061319582611084565b916131a36040519384610542565b82523d6000602084013e565b606090565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104b2576040516377bc854160e11b8152306004820152906000908290602490829084905af18015610929576133f0575b5061321b6143be565b80519060005b828110613261575050506001600160a01b0316600090815260ac60205260409020805461108291610d4d919061325782806130a9565b905560ae546130a9565b61327b61326e828461315a565b516001600160a01b031690565b6040516370a0823160e01b815230600482015291906001600160a01b03811690602084602481855afa8015610929576132da6132e3916001966000916133d2575b506001600160a01b038a16600090815260ac60205260409020610dae565b60ae5490613150565b90816132f4575b5050505b01613221565b60405163a9059cbb60e01b602082019081526001600160a01b038a166024830152604482018490526000928392909190839061333d81606481015b03601f198101835282610542565b51925af1613349613184565b816133a3575b501561339c577f540798df468d7b23d11f156fdb954cb19ad414d150722a7b6d55ba369dea792e60405180613391878060a01b038b1694829190602083019252565b0390a33880806132ea565b50506132ee565b80518015925082156133b8575b50503861334f565b6133cb9250602080918301019101613005565b38806133b0565b6133ea915060203d8111610bc857610bb98183610542565b386132bc565b80610bde60006133ff93610542565b38613212565b6001600160a01b038116600090815260ac6020526040812090919060010154613558575b5061348261343960b054426130a9565b61347c61346e613450610d38610d33600854613077565b61346861346260ae549560ad546130d6565b916130e9565b906130d6565b670de0b6b3a7640000900490565b9061311a565b9061348b6144a8565b9060005b825181101561354e576134b36134a5828561315a565b51516001600160a01b031690565b6001600160a01b03868116911681146134cf575060010161348f565b6040516370a0823160e01b8152306004820152919550602090829060249082905afa8015610929576105b5956135219461346893600093613526575b506020916135189161315a565b5101519061311a565b613150565b61351891935091613545602093843d8111610bc857610bb98183610542565b9391509161350b565b5050505050600090565b6135af915061347c6135816001610c958460018060a01b031660005260ac602052604060002090565b6001600160a01b0392909216600090815260ac602090815260408083205460b1909252909120909290610dae565b38613429565b6001600160a01b039182168152911660208201526040810191909152606081019190915260a0608082018190526105b592910190610563565b908160609103126104b2578051613604816111ad565b9160406020830151613615816126b8565b9201516105b5816111ad565b1561362857565b60405162461bcd60e51b81526020600482015260166024820152751c995c185e481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b1561366d57565b60405162461bcd60e51b81526020600482015260166024820152751cd95a5e99481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b519061ffff821682036104b257565b908160609103126104b25760405190606082018281106001600160401b038211176105225761370a9160409182526136f1816136ab565b84526136ff602082016136ab565b6020850152016136ab565b604082015290565b60055490929061372c9061083b906001600160a01b031681565b604051638e8f294b60e01b81523060048201529092606082602481875afa91821561092957600090600093613a77575b5061376690613621565b604051638e8f294b60e01b81526001600160a01b038616600482015291606083602481885afa92831561092957600090600094613a52575b506137a890613666565b60405163231d97a560e21b815290606082600481895afa91821561092957600092613a21575b5060ff806137f06137eb6137e4865161ffff1690565b61ffff1690565b6130b6565b951691161461399c575b506040516312bdd04160e31b815230600482015291602083602481885afa9283156109295760009361397b575b506040516312bdd04160e31b81526001600160a01b038716600482015294602090869060249082905afa94851561092957600095613956575b5060405163182df0f560e01b81529495939493602090859060049082906001600160a01b03165afa92831561092957826139106139259361390a613903613916986139169661392b9b600092613931575b506138fa906138de6138c287613105565b6138ca611073565b9081526138d5611073565b90838252614bbd565b956138e7611073565b9081526138f2611073565b918252614bbd565b9c6138e7611073565b8092614bf6565b99614bf6565b97614dc0565b670de0b6b3a764000090510490565b94614dc0565b60009291565b6138fa91925061394f9060203d602011610bc857610bb98183610542565b91906138b1565b6004949550613973602091823d8411610bc857610bb98183610542565b959450613860565b61399591935060203d602011610bc857610bb98183610542565b9138613827565b604051637f4e225760e11b815291925090602081600481305afa90811561092957600091613a02575b506139e7576137eb6137e460406139df93015161ffff1690565b905b386137fa565b6137eb6137e460206139fc93015161ffff1690565b906139e1565b613a1b915060203d602011610922576109148183610542565b386139c5565b613a4491925060603d606011613a4b575b613a3c8183610542565b8101906136ba565b90386137ce565b503d613a32565b6137a89450613a70915060603d606011612678576126678183610542565b509361379e565b6137669350613a95915060603d606011612678576126678183610542565b509261375c565b601454428114613c0557601254600b5490600c5492600a5492613acc61083b61083b60065460018060a01b031690565b6040516315f2405360e01b81526004810185905260248101839052604481018790529590602090879060649082905afa95861561092957613b948661227b613916613b8299613b8e613b657f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc049d613bd89b613bb599600092613be0575b50613b5490426130a9565b90613b5d611073565b908152614dc0565b9761227b613916613b796139168d8d614dc0565b9e8f9c8d61311a565b9b600854613b5d611073565b96614dc0565b91613b9e42601455565b613ba783600a55565b613bb084600b55565b600c55565b604051948594859094939260609260808301968352602083015260408201520152565b0390a1600090565b613b54919250613bfe9060203d602011610bc857610bb98183610542565b9190613b49565b50600090565b600054613c1d60ff8260101c16612fcc565b62ff00001916600055613c2e613a9c565b50613c37614350565b906201000062ff0000196000541617600055565b60035460081c6001600160a01b03163303610feb577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104b2576040516377bc854160e11b8152306004820152906000908290602490829084905af1801561092957613e50575b50613cc76143be565b80519060005b828110613cf65750505050611082610d4d60af54613cee610d5f82806130a9565b60ae546130a9565b613d0361326e828461315a565b6040516370a0823160e01b815230600482015291906001600160a01b03811690602084602481855afa8015610929576132da613d4d91600196600091613e32575b5060af546130d6565b9081613d5e575b5050505b01613ccd565b60405163a9059cbb60e01b602082019081526001600160a01b038a1660248301526044820184905260009283929091908390613d9d816064810161332f565b51925af1613da9613184565b81613e03575b5015613dfc577f540798df468d7b23d11f156fdb954cb19ad414d150722a7b6d55ba369dea792e60405180613df1878060a01b038b1694829190602083019252565b0390a3388080613d54565b5050613d58565b8051801592508215613e18575b505038613daf565b613e2b9250602080918301019101613005565b3880613e10565b613e4a915060203d8111610bc857610bb98183610542565b38613d44565b80610bde6000613e5f93610542565b38613cbe565b51906effffffffffffffffffffffffffffff821682036104b257565b908160c09103126104b2576040519060c082018281106001600160401b0382111761052257613f0d9160a0916040528051613ebb816111ad565b84526020810151613ecb816111ad565b60208501526040810151613ede816111ad565b60408501526060810151613ef1816111ad565b6060850152613f0260808201613e65565b608085015201613e65565b60a082015290565b15613f1c57565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9694929091613fc596949260475498613fa960ff8b60081c16151515809b81614043575b8115614023575b50613f15565b89613fbc600160ff196047541617604755565b61400a57614066565b613fcb57565b613fdb61ff001960475416604755565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b61401e61010061ff00196047541617604755565b614066565b303b15915081614035575b5038613fa3565b60ff1660011490503861402e565b600160ff8216109150613f9c565b908160209103126104b257516105b5816106be565b9694929091614076969492614ff0565b6001600160a01b038116156121055760005460181c6001600160a01b03166040516372f702f360e01b81526020816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa90811561092957600091614131575b506001600160a01b0390811691160361412057600080546301000000600160b81b03191660189290921b6301000000600160b81b0316919091179055565b632e55a68b60e21b60005260046000fd5b614153915060203d602011614159575b61414b8183610542565b810190614051565b386140e2565b503d614141565b6141769060005461078860ff8260101c16612fcc565b6000805462ff00001916620100001790559091565b614193613a9c565b5061419e8282615370565b506001600160a01b03169060006141b3614350565b6141bb611073565b8181526005549091906141d89061083b906001600160a01b031681565b90813b1561434c5761420684928392604051948580948193635bca9add60e01b83528b8d3060048601615553565b03925af1801561092957614338575b5060145442036143295761423361422e8460125461311a565b601255565b6103e883111561431a576142479083616292565b92831561430b5761426261425d85600d5461311a565b600d55565b6001600160a01b0381166000908152600e602052604090206142879085905b5461311a565b6001600160a01b0382166000908152600e6020526040902055604080516001600160a01b0383168152602081018590529081018590527f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9080606081010390a160405184815230906000805160206162bf83398151915290602090a3505050600090565b634f87e6f560e01b8252600482fd5b6310deaa5960e01b8252600482fd5b633393b25760e01b8252600482fd5b80610bde8461434693610542565b38614215565b8380fd5b600d548061435f575060075490565b60125490600b548201809211610ea057600c549182810392818411610ea057670de0b6b3a76400008402938404670de0b6b3a76400001491141715610ea0576105b591613150565b6001600160401b0381116105225760051b60200190565b6040516304bb6c9360e21b81526000816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156109295760009161440f575090565b3d8083833e61441e8183610542565b810190602081830312612391578051906001600160401b03821161434c570181601f8201121561239157805190614454826143a7565b936144626040519586610542565b82855260208086019360051b8301019384116144a55750602001905b82821061448b5750505090565b60208091835161449a816106be565b81520191019061447e565b80fd5b60405163150b82a360e11b81523060048201526000816024817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115610929576000916144ff575090565b903d8082843e61450f8184610542565b8201916020818403126145bb578051906001600160401b038211612391570182601f820112156145bb578051614544816143a7565b936145526040519586610542565b81855260208086019260061b840101928184116145b757602001915b83831061457d57505050505090565b6040838303126145b7576020604091825161459781610527565b85516145a2816106be565b8152828601518382015281520192019161456e565b8480fd5b5080fd5b6005546145d69061083b906001600160a01b031681565b803b156104b2576040516317b9b84b60e31b81523060048201526001600160a01b0384811660248301528516604482015260648101869052906000908290608490829084905af1801561092957614780575b506001600160a01b03838116949083169384861461476f576000805160206162bf833981519152936146ff936001600160a01b0381168703614746576000195b61467285826130a9565b936146e561469c876146968760018060a01b0316600052600e602052604060002090565b546130a9565b916146bd886142818360018060a01b0316600052600e602052604060002090565b6001600160a01b038781166000908152600e6020526040808220969096559216825292902090565b5519614707575b5050604051918252509081906020820190565b0390a3600090565b61472661473d9260018060a01b0316600052600f602052604060002090565b9060018060a01b0316600052602052604060002090565b553880806146ec565b6001600160a01b0382166000908152600f60205260409020614769908290614726565b54614668565b638cd22d1960e01b60005260046000fd5b80610bde600061478f93610542565b38614628565b6147ab90600054611c0e60ff8260101c16612fcc565b91929091906201000062ff0000196000541617600055565b6001600160a01b0391821681529181166020830152918216604082015291166060820152608081019190915260a00190565b90919260009161481261083b61083b60055460018060a01b031690565b90813b1561434c57858392868680946148426040519788968795869463d02f735160e01b865230600487016147c3565b03925af18015610929576149eb575b506001600160a01b0383811695908516928387146149dc575061488790614876611073565b90670429d069189e00008252615726565b938482106149cb57847fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc5936148bf6149c597856130a9565b956148d7613916846148cf614350565b613b5d611073565b9361493c6149206148ea87600c5461311a565b976148f489600c55565b61490361425d88600d546130a9565b6001600160a01b0384166000908152600e60205260409020614696565b6001600160a01b039092166000908152600e6020526040902090565b55614960614920886142818460018060a01b0316600052600e602052604060002090565b5587816000805160206162bf833981519152604051806149858b829190602083019252565b0390a360405191825230916000805160206162bf83398151915290602090a3604080513081526020810192909252810191909152606090a1600092615a62565b50505090565b632c3508cb60e21b60005260046000fd5b637a2d3db360e01b8152600490fd5b80610bde846149f993610542565b38614851565b600554919594939291614a1c9061083b906001600160a01b031681565b803b156104b2578260009188838795614a4c6040519788968795869463d02f735160e01b865230600487016147c3565b03925af1801561092957614ba8575b506001600160a01b038581169690821693848814614b97578515614b855750614a8f90614a86611073565b90815283615726565b8083106149cb577fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc593614ac282856130a9565b96614ad2613916846148cf614350565b93614ae56149206148ea87600c5461311a565b55614b09614920896142818460018060a01b0316600052600e602052604060002090565b5587816000805160206162bf83398151915260405180614b2e8c829190602083019252565b0390a360405191825230916000805160206162bf83398151915290602090a3604080513081526020810192909252810191909152606090a115614b7c57614b74916159d6565b505050600090565b614b7491615a62565b614b929150614876611073565b614a8f565b637a2d3db360e01b60005260046000fd5b80610bde6000614bb793610542565b38614a5b565b670de0b6b3a764000091614be3916000604051614bd981610507565b52519051906130d6565b0460405190614bf182610507565b815290565b6000604051614c0481610507565b5251670de0b6b3a7640000810290808204670de0b6b3a76400001490151715610ea057614c32915190613150565b60405190614bf182610507565b8015614caa573360005260b16020526040600020805490828203918211610ea05755614c75614c708260ad546130a9565b60ad55565b60405190815233907f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d59080602081015b0390a2565b60405162461bcd60e51b8152602060048201526011602482015270043616e6e6f74207769746864726177203607c1b6044820152606490fd5b6001600160a01b031660009081526010602052604090208054908115614d1e576001614d156105b593600a54906130d6565b91015490613150565b5050600090565b8015614d8a573360005260b16020526040600020805490828201809211610ea05755614d56614c708260ad5461311a565b60405190815233907f9e71bc8eea02a63969f509818f2dafb9254532904319f9dbda79b67bd34a5f3d908060208101614ca5565b60405162461bcd60e51b815260206004820152600e60248201526d043616e6e6f74207374616b6520360941b6044820152606490fd5b90614c32916000604051614dd381610507565b52516130d6565b601f8211614de757505050565b6000526020600020906020601f840160051c83019310614e22575b601f0160051c01905b818110614e16575050565b60008155600101614e0b565b9091508190614e02565b9081516001600160401b03811161052257614e5381614e4c6001546104b7565b6001614dda565b602092601f8211600114614e9557614e8592938291600092614e8a575b50508160011b916000199060031b1c19161790565b600155565b015190503880614e70565b6001600052601f198216937fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69160005b868110614efc5750836001959610614ee3575b505050811b01600155565b015160001960f88460031b161c19169055388080614ed8565b91926020600181928685015181550194019201614ec5565b9081516001600160401b03811161052257614f3b81614f346002546104b7565b6002614dda565b602092601f8211600114614f7157614f6c92938291600092614e8a5750508160011b916000199060031b1c19161790565b600255565b6002600052601f198216937f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace9160005b868110614fd85750836001959610614fbf575b505050811b01600255565b015160001960f88460031b161c19169055388080614fb4565b91926020600181928685015181550194019201614fa1565b60038054610100600160a81b03191660089890981b610100600160a81b03169790971790965591949192919060145415801590615166575b61515557600755600754156151445761304b947fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f926615127615134957f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d6150ea61512f9661509c670de0b6b3a7640000601155565b6150ad67016345785d8a0000600855565b600580546001600160a01b0319166001600160a01b0383161790555b60408051600081526001600160a01b03909216602083015290918291820190565b0390a16150f642601455565b615107670de0b6b3a7640000600a55565b600680546001600160a01b0319166001600160a01b0383161790556150c9565b0390a1614e2c565b614f14565b60ff1660ff196003541617600355565b63a2ec3a5560e01b60005260046000fd5b634743547560e01b60005260046000fd5b50600a541515615028565b60055492939290919061518e9061083b906001600160a01b031681565b803b156104b257604051631200453160e11b81523060048201526001600160a01b0384811660248301528316604482015260648101869052906000908290608490829084905af180156109295761535b575b50601454420361534a577f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a161523161522a61522461521d85614ce3565b8098615db1565b85615dc3565b80966130a9565b61523d86600b546130a9565b908061525b8560018060a01b03166000526010602052604060002090565b55600a546001600160a01b03851660009081526010602052604090206001015561528482600b55565b604080516001600160a01b038781168252861660208201529081018890526060810191909152608081019190915260a090a16005546152cd9061083b906001600160a01b031681565b91600a5492803b156104b257604051631ededc9160e01b81523060048201526001600160a01b03928316602482015292909116604483015260648201859052608482019290925290600090829060a490829084905af1801561092957615335575b5060009190565b80610bde600061534493610542565b3861532e565b63c714a2d560e01b60005260046000fd5b80610bde600061536a93610542565b386151e0565b60055460009061538a9061083b906001600160a01b031681565b803b156145bb5760405163368f515360e21b81523060048201526001600160a01b0384166024820152604481018590529082908290606490829084905af180156109295761553f575b506014544203615530578260125410615521577f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab809061541e8461227b6001600160a01b038616614ce3565b61542a85600b5461311a565b91816154488660018060a01b03166000526010602052604060002090565b55600a546001600160a01b03861660009081526010602052604090206001015561547183600b55565b5061548161422e866012546130a9565b604080516001600160a01b038616815260208101879052908101919091526060810191909152608090a16005546154c29061083b906001600160a01b031681565b91823b156104b257604051631407e28160e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af180156109295761550c5750600090565b80610bde600061551b93610542565b38613c05565b6348c2588160e01b8152600490fd5b630a42bc3960e41b8152600490fd5b80610bde8361554d93610542565b386153d3565b6001600160a01b039182168152911660208201526040810191909152606081019190915260800190565b9091615587614350565b92615590611073565b8481526005549094906155ad9061083b906001600160a01b031681565b803b156104b257604051635bca9add60e01b81529160009183918290849082906155dd90898c3060048601615553565b03925af1801561092957615711575b506014544203615700576156009083615dc3565b926103e88411156156ef576156159084616292565b9182156156de5761562b61425d84600d5461311a565b6001600160a01b0381166000908152600e6020526040902061564e908490614281565b6001600160a01b0382166000908152600e6020526040902055604080516001600160a01b0383168152602081018690529081018490527f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9080606081010390a16040518381526001600160a01b03919091169030906000805160206162bf83398151915290602090a36000929190565b634f87e6f560e01b60005260046000fd5b6310deaa5960e01b60005260046000fd5b633393b25760e01b60005260046000fd5b80610bde600061572093610542565b386155ec565b61573b90670de0b6b3a76400009251906130d6565b0490565b9091615749614350565b91615752611073565b92835261575f8385616292565b928361577d8360018060a01b0316600052600e602052604060002090565b54036159a1575b60055461579b9061083b906001600160a01b031681565b905190803b156104b2576040516317c4196b60e11b81529160009183918290849082906157ce908b8a3060048601615553565b03925af180156109295761598c575b50601454420361597b57836012541061596a576157ff61425d84600d546130a9565b6001600160a01b0381166000908152600e60205260409020615822908490614696565b6001600160a01b0382166000908152600e60205260409020819055151580615945575b615934576001600160a01b03811661585d858261619e565b6040518481523091906000805160206162bf8339815191529080602081015b0390a3604080516001600160a01b0383168152602081018690529081018490527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a16005546158d99061083b906001600160a01b031681565b803b156104b25783600091868361590895604051968795869485936351dff98960e01b85523060048601615553565b03925af180156109295761591f575b506000929190565b80610bde600061592e93610542565b38615917565b6330a46c4960e21b60005260046000fd5b506001600160a01b0381166000908152600e602052604090206103e890541115615845565b6391240a1b60e01b60005260046000fd5b63a17754ef60e01b60005260046000fd5b80610bde600061599b93610542565b386157dd565b6103e88411156159c5576103e8851161578457632005234160e01b60005260046000fd5b63d1b61f5160e01b60005260046000fd5b81151592908380615a5a575b615a49576159ee614350565b6159f6611073565b9485918252600090600014615a35575050615a146139168486614dc0565b935b6001600160a01b0382166000908152600e60205260409020849061577d565b615a40929450616292565b91600093615a16565b63431f269d60e01b60005260046000fd5b5060006159e2565b811515929060008480615c70575b615c6157615a7c614350565b94615a85611073565b95865215615c4d57615a9a6139168587614dc0565b945b6001600160a01b0383166000908152600e6020526040902085905403615c1c575b600554615ad49061083b906001600160a01b031681565b9051813b1561239157615b03839283926040519485809481936317c4196b60e11b83528c8b3060048601615553565b03925af1801561092957615c08575b506014544203615bf9578460125410615bea57615b3461425d85600d546130a9565b6001600160a01b0382166000908152600e60205260409020615b57908590614696565b6001600160a01b0383166000908152600e60205260409020819055151580615bc5575b615bb65750615b898482615c77565b60405183815230906001600160a01b038316906000805160206162bf83398151915290806020810161587c565b6330a46c4960e21b8152600490fd5b506001600160a01b0382166000908152600e602052604090206103e890541115615b7a565b6391240a1b60e01b8152600490fd5b63a17754ef60e01b8152600490fd5b80610bde83615c1693610542565b38615b12565b6103e8851115615c3e576103e88611615abd57632005234160e01b8252600482fd5b63d1b61f5160e01b8252600482fd5b9250615c598484616292565b928094615a9c565b63431f269d60e01b8152600490fd5b5080615a70565b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104b257604051632e1a7d4d60e01b815260048101839052906000908290602490829084905af1801561092957615d9c575b50600054615cf29061083b9060181c6001600160a01b031681565b803b156104b25760405163a9059cbb60e01b81526001600160a01b03939093166004840152602483018290526000908390604490829084905af190811561092957615d499261422e92615d87575b506012546130a9565b3d8015615d7e57602014615d5c57600080fd5b60206000803e6000515b15615d6d57565b637308799360e11b60005260046000fd5b50600019615d66565b80610bde6000615d9693610542565b38615d40565b80610bde6000615dab93610542565b38615cd7565b9080821015615dbe575090565b905090565b600054909190615dde9060181c6001600160a01b031661083b565b6040516370a0823160e01b815230600482015292906020846024816001600160a01b0385165afa93841561092957600094616020575b506001600160a01b031691823b156104b2576040516323b872dd60e01b81526001600160a01b039290921660048301523060248301526044820152906000908290606490829084905af180156109295761600b575b503d801561600257602014615e7d57600080fd5b60206000803e6000515b15615fd057600054615ea69061083b9060181c6001600160a01b031681565b6040516370a0823160e01b81523060048201529190602090839060249082905afa91821561092957600092615fe1575b50808210615fd057615ee7916130a9565b615ef661422e8260125461311a565b600054615f109061083b9060181c6001600160a01b031681565b6040516370a0823160e01b815230600482015290602090829060249082905afa90811561092957600091615fb1575b507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316803b156104b25760405163534a7e1d60e11b815260048101929092526000908290602490829084905af1801561092957615fa2575090565b80610bde60006105b593610542565b615fca915060203d602011610bc857610bb98183610542565b38615f3f565b63065559c560e51b60005260046000fd5b615ffb91925060203d602011610bc857610bb98183610542565b9038615ed6565b50600019615e87565b80610bde600061601a93610542565b38615e69565b61603a91945060203d602011610bc857610bb98183610542565b9238615e14565b91939260608301946002831015616069576040928452602084015260018060a01b0316910152565b634e487b7160e01b600052602160045260246000fd5b600554600492919060209061609e9061083b906001600160a01b031681565b6040516334cc866d60e21b815294859182905afa9283156109295760009361617d575b506040516379befbd160e01b60208201908152602482018490526000918291906160ee816044810161332f565b519082875af16160fc613184565b50156161155761108292506001600160a01b0316615c77565b616151926020926001600160a01b03909116906161328183615c77565b6000604051809681958294633033674760e11b84528460048501616041565b03925af18015610929576161625750565b61617a9060203d602011610bc857610bb98183610542565b50565b61619791935060203d6020116141595761414b8183610542565b91386160c1565b90600491600060206161bd61083b61083b60055460018060a01b031690565b6040516334cc866d60e21b815295869182905afa938415610929578194616271575b506040516379befbd160e01b6020820190815260248201859052829182919061620b816044810161332f565b519082885af1616219613184565b5015616233575061108292506001600160a01b0316615c77565b616151936020936001600160a01b03909116916162508284615c77565b506000604051809681958294633033674760e11b8452600160048501616041565b61628b91945060203d6020116141595761414b8183610542565b92386161df565b670de0b6b3a7640000810290808204670de0b6b3a76400001490151715610ea0576105b591519061315056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220d6bd06cdd5e9f24d11552e4aa2d23285791b425a32cb1a71781cf48ac972bf5764736f6c634300081a0033";
|
|
2415
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
2416
|
+
class CInfraredVault__factory extends ethers_1.ContractFactory {
|
|
2417
|
+
constructor(...args) {
|
|
2418
|
+
if (isSuperArgs(args)) {
|
|
2419
|
+
super(...args);
|
|
2420
|
+
}
|
|
2421
|
+
else {
|
|
2422
|
+
super(_abi, _bytecode, args[0]);
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
getDeployTransaction(_infraredVault, overrides) {
|
|
2426
|
+
return super.getDeployTransaction(_infraredVault, overrides || {});
|
|
2427
|
+
}
|
|
2428
|
+
deploy(_infraredVault, overrides) {
|
|
2429
|
+
return super.deploy(_infraredVault, overrides || {});
|
|
2430
|
+
}
|
|
2431
|
+
connect(runner) {
|
|
2432
|
+
return super.connect(runner);
|
|
2433
|
+
}
|
|
2434
|
+
static createInterface() {
|
|
2435
|
+
return new ethers_1.Interface(_abi);
|
|
2436
|
+
}
|
|
2437
|
+
static connect(address, runner) {
|
|
2438
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
exports.CInfraredVault__factory = CInfraredVault__factory;
|
|
2442
|
+
CInfraredVault__factory.bytecode = _bytecode;
|
|
2443
|
+
CInfraredVault__factory.abi = _abi;
|
|
2444
|
+
//# sourceMappingURL=CInfraredVault__factory.js.map
|