@meterio/sumer-js 0.2.117 → 0.2.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/sumer.min.js +10 -10
- package/dist/nodejs/abi.d.ts +55 -346
- package/dist/nodejs/abi.js +10133 -15862
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/arbitrum.d.ts +0 -1
- package/dist/nodejs/constants/arbitrum.js +1 -2
- package/dist/nodejs/constants/arbitrum.js.map +1 -1
- package/dist/nodejs/constants/beramain.d.ts +5 -0
- package/dist/nodejs/constants/beramain.js +50 -11
- package/dist/nodejs/constants/beramain.js.map +1 -1
- package/dist/nodejs/constants/core.d.ts +4 -0
- package/dist/nodejs/constants/core.js +37 -10
- package/dist/nodejs/constants/core.js.map +1 -1
- package/dist/nodejs/constants/hemi.d.ts +79 -0
- package/dist/nodejs/constants/hemi.js +180 -0
- package/dist/nodejs/constants/hemi.js.map +1 -0
- package/dist/nodejs/constants/monadtest.js +1 -1
- package/dist/nodejs/constants/zklink.d.ts +4 -4
- package/dist/nodejs/constants/zklink.js +4 -4
- package/dist/nodejs/constants/zklink.js.map +1 -1
- package/dist/nodejs/errorABIs.js +10 -1207
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +55 -346
- package/dist/nodejs/typechain/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
- package/dist/nodejs/typechain/contracts/CToken/CErc20.d.ts +9 -46
- package/dist/nodejs/typechain/contracts/CToken/CEther.d.ts +33 -74
- package/dist/nodejs/typechain/contracts/CToken/CToken.d.ts +21 -66
- package/dist/nodejs/typechain/contracts/CToken/CTokenStorage.d.ts +16 -20
- package/dist/nodejs/typechain/contracts/CToken/SuErc20.d.ts +9 -46
- package/dist/nodejs/typechain/contracts/Comptroller/CompLogic.d.ts +9 -1
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.d.ts +1094 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/CInfraredVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/IPool.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/CInfraredVault.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/IInfraredVault.d.ts +4 -313
- package/dist/nodejs/typechain/contracts/Infrared/IMultiRewards.d.ts +1 -17
- 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/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/VaultReentrancyLib.sol/IVault.d.ts +55 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/IVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/IVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.d.ts +20 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Infrared/index.d.ts +4 -4
- 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/ICErc20.d.ts +16 -16
- package/dist/nodejs/typechain/contracts/Interfaces/ICToken.d.ts +16 -20
- package/dist/nodejs/typechain/contracts/Interfaces/ICTokenExternal.sol/ICToken.d.ts +6 -6
- 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/IPool.d.ts +41 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IPool.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IPool.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVault.d.ts +83 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Interfaces/IVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +2 -2
- 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 +108 -6
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.d.ts +25 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/IDualCore.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/index.d.ts +0 -2
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.d.ts +0 -1
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js +1 -3
- package/dist/nodejs/typechain/factories/@openzeppelin/contracts-upgradeable/security/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.d.ts +13 -54
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js +16 -72
- package/dist/nodejs/typechain/factories/contracts/CToken/CErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.d.ts +80 -113
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js +97 -154
- package/dist/nodejs/typechain/factories/contracts/CToken/CEther__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.d.ts +8 -40
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js +8 -56
- package/dist/nodejs/typechain/factories/contracts/CToken/CTokenStorage__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.d.ts +65 -92
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js +79 -125
- package/dist/nodejs/typechain/factories/contracts/CToken/CToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.d.ts +13 -54
- package/dist/nodejs/typechain/factories/contracts/CToken/SuErc20__factory.js +16 -72
- 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/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.sol/CInfraredVault__factory.d.ts +1804 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js +2315 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/CInfraredVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.d.ts +17 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.js +33 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/IPool__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.d.ts +1 -5
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js +1 -6
- package/dist/nodejs/typechain/factories/contracts/Infrared/CInfraredVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.d.ts +0 -359
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js +0 -463
- package/dist/nodejs/typechain/factories/contracts/Infrared/IInfraredVault__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.d.ts +0 -30
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js +0 -39
- package/dist/nodejs/typechain/factories/contracts/Infrared/IMultiRewards__factory.js.map +1 -1
- 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/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/VaultReentrancyLib.sol/IVault__factory.d.ts +38 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/IVault__factory.js +60 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/IVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.d.ts +26 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.js +45 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/VaultReentrancyLib.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.d.ts +2 -4
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.js +26 -9
- package/dist/nodejs/typechain/factories/contracts/Infrared/index.js.map +1 -1
- 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/ICErc20__factory.d.ts +8 -40
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js +8 -56
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICErc20__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.d.ts +2 -14
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js +2 -19
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICTokenExternal.sol/ICToken__factory.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.d.ts +8 -40
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js +8 -56
- package/dist/nodejs/typechain/factories/contracts/Interfaces/ICToken__factory.js.map +1 -1
- 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/IPool__factory.d.ts +57 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IPool__factory.js +85 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IPool__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.d.ts +60 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.js +89 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/IVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +2 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +5 -2
- 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 +119 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/FeedPriceOracle__factory.js +154 -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/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.d.ts +44 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.js +69 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/DualCoreAdapter__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.d.ts +21 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.js +39 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/IDualCore__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/dualCoreAdapter.sol/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +2 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +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 +0 -1
- package/dist/nodejs/typechain/factories/contracts/index.js +1 -2
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +96 -168
- package/dist/nodejs/typechain/index.d.ts +12 -24
- package/dist/nodejs/typechain/index.js +14 -26
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { BaseContract, FunctionFragment, Interface, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener } from "../../../common";
|
|
3
|
+
export interface VaultReentrancyLibInterface extends Interface {
|
|
4
|
+
}
|
|
5
|
+
export interface VaultReentrancyLib extends BaseContract {
|
|
6
|
+
connect(runner?: ContractRunner | null): VaultReentrancyLib;
|
|
7
|
+
waitForDeployment(): Promise<this>;
|
|
8
|
+
interface: VaultReentrancyLibInterface;
|
|
9
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
10
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
11
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
12
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
13
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
14
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
15
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
16
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
17
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
18
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
19
|
+
filters: {};
|
|
20
|
+
}
|
package/dist/nodejs/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VaultReentrancyLib.js","sourceRoot":"","sources":["../../../../../../src/typechain/contracts/Infrared/VaultReentrancyLib.sol/VaultReentrancyLib.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/typechain/contracts/Infrared/VaultReentrancyLib.sol/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export type {
|
|
1
|
+
import type * as cInfraredVaultSol from "./CInfraredVault.sol";
|
|
2
|
+
export type { cInfraredVaultSol };
|
|
3
|
+
import type * as vaultReentrancyLibSol from "./VaultReentrancyLib.sol";
|
|
4
|
+
export type { vaultReentrancyLibSol };
|
|
3
5
|
export type { IInfraredVault } from "./IInfraredVault";
|
|
4
|
-
export type { IMultiRewards } from "./IMultiRewards";
|
|
5
|
-
export type { MultiRewards } from "./MultiRewards";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { BaseContract, BytesLike, FunctionFragment, Result, Interface, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener, TypedContractMethod } from "../../../common";
|
|
3
|
+
export interface IBalancerLPInterface extends Interface {
|
|
4
|
+
getFunction(nameOrSignature: "getPoolId" | "getVault" | "totalSupply"): FunctionFragment;
|
|
5
|
+
encodeFunctionData(functionFragment: "getPoolId", values?: undefined): string;
|
|
6
|
+
encodeFunctionData(functionFragment: "getVault", values?: undefined): string;
|
|
7
|
+
encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
|
|
8
|
+
decodeFunctionResult(functionFragment: "getPoolId", data: BytesLike): Result;
|
|
9
|
+
decodeFunctionResult(functionFragment: "getVault", data: BytesLike): Result;
|
|
10
|
+
decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
|
|
11
|
+
}
|
|
12
|
+
export interface IBalancerLP extends BaseContract {
|
|
13
|
+
connect(runner?: ContractRunner | null): IBalancerLP;
|
|
14
|
+
waitForDeployment(): Promise<this>;
|
|
15
|
+
interface: IBalancerLPInterface;
|
|
16
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
17
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
18
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
19
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
20
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
21
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
22
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
23
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
24
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
25
|
+
getPoolId: TypedContractMethod<[], [string], "view">;
|
|
26
|
+
getVault: TypedContractMethod<[], [string], "view">;
|
|
27
|
+
totalSupply: TypedContractMethod<[], [bigint], "view">;
|
|
28
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
29
|
+
getFunction(nameOrSignature: "getPoolId"): TypedContractMethod<[], [string], "view">;
|
|
30
|
+
getFunction(nameOrSignature: "getVault"): TypedContractMethod<[], [string], "view">;
|
|
31
|
+
getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
|
|
32
|
+
filters: {};
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBalancerLP.js","sourceRoot":"","sources":["../../../../../../src/typechain/contracts/Interfaces/Balancer.sol/IBalancerLP.ts"],"names":[],"mappings":""}
|
|
@@ -37,62 +37,62 @@ export interface ICErc20 extends BaseContract {
|
|
|
37
37
|
_addReserves: TypedContractMethod<[
|
|
38
38
|
addAmount: BigNumberish
|
|
39
39
|
], [
|
|
40
|
-
|
|
40
|
+
void
|
|
41
41
|
], "nonpayable">;
|
|
42
42
|
borrow: TypedContractMethod<[
|
|
43
43
|
borrowAmount: BigNumberish
|
|
44
44
|
], [
|
|
45
|
-
|
|
45
|
+
void
|
|
46
46
|
], "nonpayable">;
|
|
47
47
|
liquidateBorrow: TypedContractMethod<[
|
|
48
48
|
borrower: AddressLike,
|
|
49
49
|
repayAmount: BigNumberish,
|
|
50
50
|
cTokenCollateral: AddressLike
|
|
51
51
|
], [
|
|
52
|
-
|
|
52
|
+
void
|
|
53
53
|
], "nonpayable">;
|
|
54
|
-
mint: TypedContractMethod<[mintAmount: BigNumberish], [
|
|
54
|
+
mint: TypedContractMethod<[mintAmount: BigNumberish], [void], "nonpayable">;
|
|
55
55
|
redeem: TypedContractMethod<[
|
|
56
56
|
redeemTokens: BigNumberish
|
|
57
57
|
], [
|
|
58
|
-
|
|
58
|
+
void
|
|
59
59
|
], "nonpayable">;
|
|
60
60
|
redeemUnderlying: TypedContractMethod<[
|
|
61
61
|
redeemAmount: BigNumberish
|
|
62
62
|
], [
|
|
63
|
-
|
|
63
|
+
void
|
|
64
64
|
], "nonpayable">;
|
|
65
65
|
repayBorrow: TypedContractMethod<[
|
|
66
66
|
repayAmount: BigNumberish
|
|
67
67
|
], [
|
|
68
|
-
|
|
68
|
+
void
|
|
69
69
|
], "nonpayable">;
|
|
70
70
|
repayBorrowBehalf: TypedContractMethod<[
|
|
71
71
|
borrower: AddressLike,
|
|
72
72
|
repayAmount: BigNumberish
|
|
73
73
|
], [
|
|
74
|
-
|
|
74
|
+
void
|
|
75
75
|
], "nonpayable">;
|
|
76
76
|
sweepToken: TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
|
|
77
77
|
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
78
|
-
getFunction(nameOrSignature: "_addReserves"): TypedContractMethod<[addAmount: BigNumberish], [
|
|
79
|
-
getFunction(nameOrSignature: "borrow"): TypedContractMethod<[borrowAmount: BigNumberish], [
|
|
78
|
+
getFunction(nameOrSignature: "_addReserves"): TypedContractMethod<[addAmount: BigNumberish], [void], "nonpayable">;
|
|
79
|
+
getFunction(nameOrSignature: "borrow"): TypedContractMethod<[borrowAmount: BigNumberish], [void], "nonpayable">;
|
|
80
80
|
getFunction(nameOrSignature: "liquidateBorrow"): TypedContractMethod<[
|
|
81
81
|
borrower: AddressLike,
|
|
82
82
|
repayAmount: BigNumberish,
|
|
83
83
|
cTokenCollateral: AddressLike
|
|
84
84
|
], [
|
|
85
|
-
|
|
85
|
+
void
|
|
86
86
|
], "nonpayable">;
|
|
87
|
-
getFunction(nameOrSignature: "mint"): TypedContractMethod<[mintAmount: BigNumberish], [
|
|
88
|
-
getFunction(nameOrSignature: "redeem"): TypedContractMethod<[redeemTokens: BigNumberish], [
|
|
89
|
-
getFunction(nameOrSignature: "redeemUnderlying"): TypedContractMethod<[redeemAmount: BigNumberish], [
|
|
90
|
-
getFunction(nameOrSignature: "repayBorrow"): TypedContractMethod<[repayAmount: BigNumberish], [
|
|
87
|
+
getFunction(nameOrSignature: "mint"): TypedContractMethod<[mintAmount: BigNumberish], [void], "nonpayable">;
|
|
88
|
+
getFunction(nameOrSignature: "redeem"): TypedContractMethod<[redeemTokens: BigNumberish], [void], "nonpayable">;
|
|
89
|
+
getFunction(nameOrSignature: "redeemUnderlying"): TypedContractMethod<[redeemAmount: BigNumberish], [void], "nonpayable">;
|
|
90
|
+
getFunction(nameOrSignature: "repayBorrow"): TypedContractMethod<[repayAmount: BigNumberish], [void], "nonpayable">;
|
|
91
91
|
getFunction(nameOrSignature: "repayBorrowBehalf"): TypedContractMethod<[
|
|
92
92
|
borrower: AddressLike,
|
|
93
93
|
repayAmount: BigNumberish
|
|
94
94
|
], [
|
|
95
|
-
|
|
95
|
+
void
|
|
96
96
|
], "nonpayable">;
|
|
97
97
|
getFunction(nameOrSignature: "sweepToken"): TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
|
|
98
98
|
filters: {};
|
|
@@ -75,16 +75,16 @@ export interface ICToken extends BaseContract {
|
|
|
75
75
|
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
76
76
|
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
77
77
|
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
78
|
-
_acceptAdmin: TypedContractMethod<[], [
|
|
78
|
+
_acceptAdmin: TypedContractMethod<[], [void], "nonpayable">;
|
|
79
79
|
_reduceReserves: TypedContractMethod<[
|
|
80
80
|
reduceAmount: BigNumberish
|
|
81
81
|
], [
|
|
82
|
-
|
|
82
|
+
void
|
|
83
83
|
], "nonpayable">;
|
|
84
84
|
_setComptroller: TypedContractMethod<[
|
|
85
85
|
newComptroller: AddressLike
|
|
86
86
|
], [
|
|
87
|
-
|
|
87
|
+
void
|
|
88
88
|
], "nonpayable">;
|
|
89
89
|
_setDiscountRate: TypedContractMethod<[
|
|
90
90
|
discountRateMantissa: BigNumberish
|
|
@@ -94,20 +94,20 @@ export interface ICToken extends BaseContract {
|
|
|
94
94
|
_setInterestRateModel: TypedContractMethod<[
|
|
95
95
|
newInterestRateModel: AddressLike
|
|
96
96
|
], [
|
|
97
|
-
|
|
97
|
+
void
|
|
98
98
|
], "nonpayable">;
|
|
99
99
|
_setPendingAdmin: TypedContractMethod<[
|
|
100
100
|
newPendingAdmin: AddressLike
|
|
101
101
|
], [
|
|
102
|
-
|
|
102
|
+
void
|
|
103
103
|
], "nonpayable">;
|
|
104
104
|
_setReserveFactor: TypedContractMethod<[
|
|
105
105
|
newReserveFactorMantissa: BigNumberish
|
|
106
106
|
], [
|
|
107
|
-
|
|
107
|
+
void
|
|
108
108
|
], "nonpayable">;
|
|
109
109
|
accrualBlockTimestamp: TypedContractMethod<[], [bigint], "nonpayable">;
|
|
110
|
-
accrueInterest: TypedContractMethod<[], [
|
|
110
|
+
accrueInterest: TypedContractMethod<[], [void], "nonpayable">;
|
|
111
111
|
allowance: TypedContractMethod<[
|
|
112
112
|
owner: AddressLike,
|
|
113
113
|
spender: AddressLike
|
|
@@ -153,7 +153,7 @@ export interface ICToken extends BaseContract {
|
|
|
153
153
|
isRedemption: boolean,
|
|
154
154
|
redemptionRateMantissa: BigNumberish
|
|
155
155
|
], [
|
|
156
|
-
|
|
156
|
+
void
|
|
157
157
|
], "nonpayable">;
|
|
158
158
|
supplyRatePerBlock: TypedContractMethod<[], [bigint], "view">;
|
|
159
159
|
totalBorrowsCurrent: TypedContractMethod<[], [bigint], "nonpayable">;
|
|
@@ -172,9 +172,9 @@ export interface ICToken extends BaseContract {
|
|
|
172
172
|
boolean
|
|
173
173
|
], "nonpayable">;
|
|
174
174
|
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
175
|
-
getFunction(nameOrSignature: "_acceptAdmin"): TypedContractMethod<[], [
|
|
176
|
-
getFunction(nameOrSignature: "_reduceReserves"): TypedContractMethod<[reduceAmount: BigNumberish], [
|
|
177
|
-
getFunction(nameOrSignature: "_setComptroller"): TypedContractMethod<[newComptroller: AddressLike], [
|
|
175
|
+
getFunction(nameOrSignature: "_acceptAdmin"): TypedContractMethod<[], [void], "nonpayable">;
|
|
176
|
+
getFunction(nameOrSignature: "_reduceReserves"): TypedContractMethod<[reduceAmount: BigNumberish], [void], "nonpayable">;
|
|
177
|
+
getFunction(nameOrSignature: "_setComptroller"): TypedContractMethod<[newComptroller: AddressLike], [void], "nonpayable">;
|
|
178
178
|
getFunction(nameOrSignature: "_setDiscountRate"): TypedContractMethod<[
|
|
179
179
|
discountRateMantissa: BigNumberish
|
|
180
180
|
], [
|
|
@@ -183,20 +183,16 @@ export interface ICToken extends BaseContract {
|
|
|
183
183
|
getFunction(nameOrSignature: "_setInterestRateModel"): TypedContractMethod<[
|
|
184
184
|
newInterestRateModel: AddressLike
|
|
185
185
|
], [
|
|
186
|
-
|
|
187
|
-
], "nonpayable">;
|
|
188
|
-
getFunction(nameOrSignature: "_setPendingAdmin"): TypedContractMethod<[
|
|
189
|
-
newPendingAdmin: AddressLike
|
|
190
|
-
], [
|
|
191
|
-
bigint
|
|
186
|
+
void
|
|
192
187
|
], "nonpayable">;
|
|
188
|
+
getFunction(nameOrSignature: "_setPendingAdmin"): TypedContractMethod<[newPendingAdmin: AddressLike], [void], "nonpayable">;
|
|
193
189
|
getFunction(nameOrSignature: "_setReserveFactor"): TypedContractMethod<[
|
|
194
190
|
newReserveFactorMantissa: BigNumberish
|
|
195
191
|
], [
|
|
196
|
-
|
|
192
|
+
void
|
|
197
193
|
], "nonpayable">;
|
|
198
194
|
getFunction(nameOrSignature: "accrualBlockTimestamp"): TypedContractMethod<[], [bigint], "nonpayable">;
|
|
199
|
-
getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [
|
|
195
|
+
getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [void], "nonpayable">;
|
|
200
196
|
getFunction(nameOrSignature: "allowance"): TypedContractMethod<[
|
|
201
197
|
owner: AddressLike,
|
|
202
198
|
spender: AddressLike
|
|
@@ -230,7 +226,7 @@ export interface ICToken extends BaseContract {
|
|
|
230
226
|
isRedemption: boolean,
|
|
231
227
|
redemptionRateMantissa: BigNumberish
|
|
232
228
|
], [
|
|
233
|
-
|
|
229
|
+
void
|
|
234
230
|
], "nonpayable">;
|
|
235
231
|
getFunction(nameOrSignature: "supplyRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
|
|
236
232
|
getFunction(nameOrSignature: "totalBorrowsCurrent"): TypedContractMethod<[], [bigint], "nonpayable">;
|
|
@@ -81,7 +81,7 @@ export interface ICToken extends BaseContract {
|
|
|
81
81
|
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
82
82
|
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
83
83
|
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
84
|
-
accrueInterest: TypedContractMethod<[], [
|
|
84
|
+
accrueInterest: TypedContractMethod<[], [void], "nonpayable">;
|
|
85
85
|
allowance: TypedContractMethod<[
|
|
86
86
|
owner: AddressLike,
|
|
87
87
|
spender: AddressLike
|
|
@@ -120,7 +120,7 @@ export interface ICToken extends BaseContract {
|
|
|
120
120
|
seizeAmount: BigNumberish,
|
|
121
121
|
redemptionRateMantissa: BigNumberish
|
|
122
122
|
], [
|
|
123
|
-
|
|
123
|
+
void
|
|
124
124
|
], "nonpayable">;
|
|
125
125
|
getAccountSnapshot: TypedContractMethod<[
|
|
126
126
|
account: AddressLike
|
|
@@ -146,7 +146,7 @@ export interface ICToken extends BaseContract {
|
|
|
146
146
|
cTokenCollateral: AddressLike,
|
|
147
147
|
actualRepayAmount: BigNumberish
|
|
148
148
|
], [
|
|
149
|
-
[bigint, bigint
|
|
149
|
+
[bigint, bigint]
|
|
150
150
|
], "view">;
|
|
151
151
|
reserveFactorMantissa: TypedContractMethod<[], [bigint], "view">;
|
|
152
152
|
supplyRatePerBlock: TypedContractMethod<[], [bigint], "view">;
|
|
@@ -155,7 +155,7 @@ export interface ICToken extends BaseContract {
|
|
|
155
155
|
totalSupply: TypedContractMethod<[], [bigint], "view">;
|
|
156
156
|
underlying: TypedContractMethod<[], [string], "view">;
|
|
157
157
|
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
158
|
-
getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [
|
|
158
|
+
getFunction(nameOrSignature: "accrueInterest"): TypedContractMethod<[], [void], "nonpayable">;
|
|
159
159
|
getFunction(nameOrSignature: "allowance"): TypedContractMethod<[
|
|
160
160
|
owner: AddressLike,
|
|
161
161
|
spender: AddressLike
|
|
@@ -182,7 +182,7 @@ export interface ICToken extends BaseContract {
|
|
|
182
182
|
seizeAmount: BigNumberish,
|
|
183
183
|
redemptionRateMantissa: BigNumberish
|
|
184
184
|
], [
|
|
185
|
-
|
|
185
|
+
void
|
|
186
186
|
], "nonpayable">;
|
|
187
187
|
getFunction(nameOrSignature: "getAccountSnapshot"): TypedContractMethod<[
|
|
188
188
|
account: AddressLike
|
|
@@ -204,7 +204,7 @@ export interface ICToken extends BaseContract {
|
|
|
204
204
|
cTokenCollateral: AddressLike,
|
|
205
205
|
actualRepayAmount: BigNumberish
|
|
206
206
|
], [
|
|
207
|
-
[bigint, bigint
|
|
207
|
+
[bigint, bigint]
|
|
208
208
|
], "view">;
|
|
209
209
|
getFunction(nameOrSignature: "reserveFactorMantissa"): TypedContractMethod<[], [bigint], "view">;
|
|
210
210
|
getFunction(nameOrSignature: "supplyRatePerBlock"): TypedContractMethod<[], [bigint], "view">;
|
|
@@ -9,12 +9,13 @@ export declare namespace ICompLogic {
|
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
11
|
export interface ICompLogicInterface extends Interface {
|
|
12
|
-
getFunction(nameOrSignature: "distributeBorrowerComp" | "distributeSupplierComp" | "getHypotheticalSafeLimit" | "initializeMarket" | "setCompSpeed" | "updateCompBorrowIndex" | "updateCompSupplyIndex"): FunctionFragment;
|
|
12
|
+
getFunction(nameOrSignature: "distributeBorrowerComp" | "distributeSupplierComp" | "getHypotheticalSafeLimit" | "initializeMarket" | "setCompSpeed" | "uninitializeMarket" | "updateCompBorrowIndex" | "updateCompSupplyIndex"): FunctionFragment;
|
|
13
13
|
encodeFunctionData(functionFragment: "distributeBorrowerComp", values: [AddressLike, AddressLike, ICompLogic.ExpStruct]): string;
|
|
14
14
|
encodeFunctionData(functionFragment: "distributeSupplierComp", values: [AddressLike, AddressLike]): string;
|
|
15
15
|
encodeFunctionData(functionFragment: "getHypotheticalSafeLimit", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
16
16
|
encodeFunctionData(functionFragment: "initializeMarket", values: [AddressLike, BigNumberish]): string;
|
|
17
17
|
encodeFunctionData(functionFragment: "setCompSpeed", values: [AddressLike, BigNumberish, BigNumberish]): string;
|
|
18
|
+
encodeFunctionData(functionFragment: "uninitializeMarket", values: [AddressLike]): string;
|
|
18
19
|
encodeFunctionData(functionFragment: "updateCompBorrowIndex", values: [AddressLike, ICompLogic.ExpStruct]): string;
|
|
19
20
|
encodeFunctionData(functionFragment: "updateCompSupplyIndex", values: [AddressLike]): string;
|
|
20
21
|
decodeFunctionResult(functionFragment: "distributeBorrowerComp", data: BytesLike): Result;
|
|
@@ -22,6 +23,7 @@ export interface ICompLogicInterface extends Interface {
|
|
|
22
23
|
decodeFunctionResult(functionFragment: "getHypotheticalSafeLimit", data: BytesLike): Result;
|
|
23
24
|
decodeFunctionResult(functionFragment: "initializeMarket", data: BytesLike): Result;
|
|
24
25
|
decodeFunctionResult(functionFragment: "setCompSpeed", data: BytesLike): Result;
|
|
26
|
+
decodeFunctionResult(functionFragment: "uninitializeMarket", data: BytesLike): Result;
|
|
25
27
|
decodeFunctionResult(functionFragment: "updateCompBorrowIndex", data: BytesLike): Result;
|
|
26
28
|
decodeFunctionResult(functionFragment: "updateCompSupplyIndex", data: BytesLike): Result;
|
|
27
29
|
}
|
|
@@ -72,6 +74,11 @@ export interface ICompLogic extends BaseContract {
|
|
|
72
74
|
], [
|
|
73
75
|
void
|
|
74
76
|
], "nonpayable">;
|
|
77
|
+
uninitializeMarket: TypedContractMethod<[
|
|
78
|
+
cToken: AddressLike
|
|
79
|
+
], [
|
|
80
|
+
void
|
|
81
|
+
], "nonpayable">;
|
|
75
82
|
updateCompBorrowIndex: TypedContractMethod<[
|
|
76
83
|
cToken: AddressLike,
|
|
77
84
|
marketBorrowIndex: ICompLogic.ExpStruct
|
|
@@ -118,6 +125,7 @@ export interface ICompLogic extends BaseContract {
|
|
|
118
125
|
], [
|
|
119
126
|
void
|
|
120
127
|
], "nonpayable">;
|
|
128
|
+
getFunction(nameOrSignature: "uninitializeMarket"): TypedContractMethod<[cToken: AddressLike], [void], "nonpayable">;
|
|
121
129
|
getFunction(nameOrSignature: "updateCompBorrowIndex"): TypedContractMethod<[
|
|
122
130
|
cToken: AddressLike,
|
|
123
131
|
marketBorrowIndex: ICompLogic.ExpStruct
|
|
@@ -81,7 +81,7 @@ export type MarketConfigStructOutput = [
|
|
|
81
81
|
supplyCap: bigint;
|
|
82
82
|
};
|
|
83
83
|
export interface IComptrollerInterface extends Interface {
|
|
84
|
-
getFunction(nameOrSignature: "assetGroup" | "borrowAllowed" | "borrowVerify" | "claimSumer" | "compAccrued" | "enterMarkets" | "exitMarket" | "getAllMarkets" | "getAssetsIn" | "getHypotheticalAccountLiquidity" | "getUnderlyingPriceNormalized" | "globalConfig" | "interMintAllowed" | "isComptroller" | "isListed" | "liquidateBorrowAllowed" | "liquidationIncentive" | "marketConfig" | "markets" | "mintAllowed" | "oracle" | "redeemAllowed" | "redemptionManager" | "repayBorrowAllowed" | "seizeAllowed" | "seizeVerify" | "timelock" | "transferAllowed"): FunctionFragment;
|
|
84
|
+
getFunction(nameOrSignature: "assetGroup" | "borrowAllowed" | "borrowVerify" | "claimSumer" | "compAccrued" | "enterMarkets" | "exitMarket" | "getAllMarkets" | "getAssetsIn" | "getHypotheticalAccountLiquidity" | "getUnderlyingPriceNormalized" | "globalConfig" | "interMintAllowed" | "isComptroller" | "isListed" | "liquidateBorrowAllowed" | "liquidateBorrowVerify" | "liquidationIncentive" | "marketConfig" | "markets" | "mintAllowed" | "oracle" | "redeemAllowed" | "redeemVerify" | "redemptionManager" | "repayBorrowAllowed" | "repayBorrowVerify" | "seizeAllowed" | "seizeVerify" | "timelock" | "transferAllowed"): FunctionFragment;
|
|
85
85
|
getEvent(nameOrSignatureOrTopic: "ActionPaused" | "NewBorrowCap" | "NewBorrowCapGuardian" | "NewPauseGuardian" | "RemoveAssetGroup"): EventFragment;
|
|
86
86
|
encodeFunctionData(functionFragment: "assetGroup", values: [BigNumberish]): string;
|
|
87
87
|
encodeFunctionData(functionFragment: "borrowAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
@@ -99,14 +99,24 @@ export interface IComptrollerInterface extends Interface {
|
|
|
99
99
|
encodeFunctionData(functionFragment: "isComptroller", values?: undefined): string;
|
|
100
100
|
encodeFunctionData(functionFragment: "isListed", values: [AddressLike]): string;
|
|
101
101
|
encodeFunctionData(functionFragment: "liquidateBorrowAllowed", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
102
|
+
encodeFunctionData(functionFragment: "liquidateBorrowVerify", values: [
|
|
103
|
+
AddressLike,
|
|
104
|
+
AddressLike,
|
|
105
|
+
AddressLike,
|
|
106
|
+
AddressLike,
|
|
107
|
+
BigNumberish,
|
|
108
|
+
BigNumberish
|
|
109
|
+
]): string;
|
|
102
110
|
encodeFunctionData(functionFragment: "liquidationIncentive", values?: undefined): string;
|
|
103
111
|
encodeFunctionData(functionFragment: "marketConfig", values: [AddressLike]): string;
|
|
104
112
|
encodeFunctionData(functionFragment: "markets", values: [AddressLike]): string;
|
|
105
|
-
encodeFunctionData(functionFragment: "mintAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
113
|
+
encodeFunctionData(functionFragment: "mintAllowed", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
106
114
|
encodeFunctionData(functionFragment: "oracle", values?: undefined): string;
|
|
107
|
-
encodeFunctionData(functionFragment: "redeemAllowed", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
115
|
+
encodeFunctionData(functionFragment: "redeemAllowed", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
116
|
+
encodeFunctionData(functionFragment: "redeemVerify", values: [AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
108
117
|
encodeFunctionData(functionFragment: "redemptionManager", values?: undefined): string;
|
|
109
118
|
encodeFunctionData(functionFragment: "repayBorrowAllowed", values: [AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
119
|
+
encodeFunctionData(functionFragment: "repayBorrowVerify", values: [AddressLike, AddressLike, AddressLike, BigNumberish, BigNumberish]): string;
|
|
110
120
|
encodeFunctionData(functionFragment: "seizeAllowed", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
111
121
|
encodeFunctionData(functionFragment: "seizeVerify", values: [AddressLike, AddressLike, AddressLike, AddressLike, BigNumberish]): string;
|
|
112
122
|
encodeFunctionData(functionFragment: "timelock", values?: undefined): string;
|
|
@@ -127,14 +137,17 @@ export interface IComptrollerInterface extends Interface {
|
|
|
127
137
|
decodeFunctionResult(functionFragment: "isComptroller", data: BytesLike): Result;
|
|
128
138
|
decodeFunctionResult(functionFragment: "isListed", data: BytesLike): Result;
|
|
129
139
|
decodeFunctionResult(functionFragment: "liquidateBorrowAllowed", data: BytesLike): Result;
|
|
140
|
+
decodeFunctionResult(functionFragment: "liquidateBorrowVerify", data: BytesLike): Result;
|
|
130
141
|
decodeFunctionResult(functionFragment: "liquidationIncentive", data: BytesLike): Result;
|
|
131
142
|
decodeFunctionResult(functionFragment: "marketConfig", data: BytesLike): Result;
|
|
132
143
|
decodeFunctionResult(functionFragment: "markets", data: BytesLike): Result;
|
|
133
144
|
decodeFunctionResult(functionFragment: "mintAllowed", data: BytesLike): Result;
|
|
134
145
|
decodeFunctionResult(functionFragment: "oracle", data: BytesLike): Result;
|
|
135
146
|
decodeFunctionResult(functionFragment: "redeemAllowed", data: BytesLike): Result;
|
|
147
|
+
decodeFunctionResult(functionFragment: "redeemVerify", data: BytesLike): Result;
|
|
136
148
|
decodeFunctionResult(functionFragment: "redemptionManager", data: BytesLike): Result;
|
|
137
149
|
decodeFunctionResult(functionFragment: "repayBorrowAllowed", data: BytesLike): Result;
|
|
150
|
+
decodeFunctionResult(functionFragment: "repayBorrowVerify", data: BytesLike): Result;
|
|
138
151
|
decodeFunctionResult(functionFragment: "seizeAllowed", data: BytesLike): Result;
|
|
139
152
|
decodeFunctionResult(functionFragment: "seizeVerify", data: BytesLike): Result;
|
|
140
153
|
decodeFunctionResult(functionFragment: "timelock", data: BytesLike): Result;
|
|
@@ -291,6 +304,16 @@ export interface IComptroller extends BaseContract {
|
|
|
291
304
|
], [
|
|
292
305
|
void
|
|
293
306
|
], "view">;
|
|
307
|
+
liquidateBorrowVerify: TypedContractMethod<[
|
|
308
|
+
cTokenBorrowed: AddressLike,
|
|
309
|
+
cTokenCollateral: AddressLike,
|
|
310
|
+
liquidator: AddressLike,
|
|
311
|
+
borrower: AddressLike,
|
|
312
|
+
repayAmount: BigNumberish,
|
|
313
|
+
seizeTokens: BigNumberish
|
|
314
|
+
], [
|
|
315
|
+
void
|
|
316
|
+
], "nonpayable">;
|
|
294
317
|
liquidationIncentive: TypedContractMethod<[
|
|
295
318
|
], [
|
|
296
319
|
LiquidationIncentiveStructOutput
|
|
@@ -308,7 +331,8 @@ export interface IComptroller extends BaseContract {
|
|
|
308
331
|
mintAllowed: TypedContractMethod<[
|
|
309
332
|
cToken: AddressLike,
|
|
310
333
|
minter: AddressLike,
|
|
311
|
-
mintAmount: BigNumberish
|
|
334
|
+
mintAmount: BigNumberish,
|
|
335
|
+
exchangeRate: BigNumberish
|
|
312
336
|
], [
|
|
313
337
|
void
|
|
314
338
|
], "nonpayable">;
|
|
@@ -316,6 +340,15 @@ export interface IComptroller extends BaseContract {
|
|
|
316
340
|
redeemAllowed: TypedContractMethod<[
|
|
317
341
|
cToken: AddressLike,
|
|
318
342
|
redeemer: AddressLike,
|
|
343
|
+
redeemTokens: BigNumberish,
|
|
344
|
+
exchangeRate: BigNumberish
|
|
345
|
+
], [
|
|
346
|
+
void
|
|
347
|
+
], "nonpayable">;
|
|
348
|
+
redeemVerify: TypedContractMethod<[
|
|
349
|
+
cToken: AddressLike,
|
|
350
|
+
redeemer: AddressLike,
|
|
351
|
+
redeemAmount: BigNumberish,
|
|
319
352
|
redeemTokens: BigNumberish
|
|
320
353
|
], [
|
|
321
354
|
void
|
|
@@ -329,6 +362,15 @@ export interface IComptroller extends BaseContract {
|
|
|
329
362
|
], [
|
|
330
363
|
void
|
|
331
364
|
], "nonpayable">;
|
|
365
|
+
repayBorrowVerify: TypedContractMethod<[
|
|
366
|
+
cToken: AddressLike,
|
|
367
|
+
payer: AddressLike,
|
|
368
|
+
borrower: AddressLike,
|
|
369
|
+
actualRepayAmount: BigNumberish,
|
|
370
|
+
borrowIndex: BigNumberish
|
|
371
|
+
], [
|
|
372
|
+
void
|
|
373
|
+
], "nonpayable">;
|
|
332
374
|
seizeAllowed: TypedContractMethod<[
|
|
333
375
|
cTokenCollateral: AddressLike,
|
|
334
376
|
cTokenBorrowed: AddressLike,
|
|
@@ -403,6 +445,16 @@ export interface IComptroller extends BaseContract {
|
|
|
403
445
|
], [
|
|
404
446
|
void
|
|
405
447
|
], "view">;
|
|
448
|
+
getFunction(nameOrSignature: "liquidateBorrowVerify"): TypedContractMethod<[
|
|
449
|
+
cTokenBorrowed: AddressLike,
|
|
450
|
+
cTokenCollateral: AddressLike,
|
|
451
|
+
liquidator: AddressLike,
|
|
452
|
+
borrower: AddressLike,
|
|
453
|
+
repayAmount: BigNumberish,
|
|
454
|
+
seizeTokens: BigNumberish
|
|
455
|
+
], [
|
|
456
|
+
void
|
|
457
|
+
], "nonpayable">;
|
|
406
458
|
getFunction(nameOrSignature: "liquidationIncentive"): TypedContractMethod<[], [LiquidationIncentiveStructOutput], "view">;
|
|
407
459
|
getFunction(nameOrSignature: "marketConfig"): TypedContractMethod<[
|
|
408
460
|
cToken: AddressLike
|
|
@@ -417,7 +469,8 @@ export interface IComptroller extends BaseContract {
|
|
|
417
469
|
getFunction(nameOrSignature: "mintAllowed"): TypedContractMethod<[
|
|
418
470
|
cToken: AddressLike,
|
|
419
471
|
minter: AddressLike,
|
|
420
|
-
mintAmount: BigNumberish
|
|
472
|
+
mintAmount: BigNumberish,
|
|
473
|
+
exchangeRate: BigNumberish
|
|
421
474
|
], [
|
|
422
475
|
void
|
|
423
476
|
], "nonpayable">;
|
|
@@ -425,6 +478,15 @@ export interface IComptroller extends BaseContract {
|
|
|
425
478
|
getFunction(nameOrSignature: "redeemAllowed"): TypedContractMethod<[
|
|
426
479
|
cToken: AddressLike,
|
|
427
480
|
redeemer: AddressLike,
|
|
481
|
+
redeemTokens: BigNumberish,
|
|
482
|
+
exchangeRate: BigNumberish
|
|
483
|
+
], [
|
|
484
|
+
void
|
|
485
|
+
], "nonpayable">;
|
|
486
|
+
getFunction(nameOrSignature: "redeemVerify"): TypedContractMethod<[
|
|
487
|
+
cToken: AddressLike,
|
|
488
|
+
redeemer: AddressLike,
|
|
489
|
+
redeemAmount: BigNumberish,
|
|
428
490
|
redeemTokens: BigNumberish
|
|
429
491
|
], [
|
|
430
492
|
void
|
|
@@ -438,6 +500,15 @@ export interface IComptroller extends BaseContract {
|
|
|
438
500
|
], [
|
|
439
501
|
void
|
|
440
502
|
], "nonpayable">;
|
|
503
|
+
getFunction(nameOrSignature: "repayBorrowVerify"): TypedContractMethod<[
|
|
504
|
+
cToken: AddressLike,
|
|
505
|
+
payer: AddressLike,
|
|
506
|
+
borrower: AddressLike,
|
|
507
|
+
actualRepayAmount: BigNumberish,
|
|
508
|
+
borrowIndex: BigNumberish
|
|
509
|
+
], [
|
|
510
|
+
void
|
|
511
|
+
], "nonpayable">;
|
|
441
512
|
getFunction(nameOrSignature: "seizeAllowed"): TypedContractMethod<[
|
|
442
513
|
cTokenCollateral: AddressLike,
|
|
443
514
|
cTokenBorrowed: AddressLike,
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { BaseContract, BytesLike, FunctionFragment, Result, Interface, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedListener, TypedContractMethod } from "../../common";
|
|
3
|
+
export interface IPoolInterface extends Interface {
|
|
4
|
+
getFunction(nameOrSignature: "decimals" | "getActualSupply" | "getPoolId" | "getVault" | "totalSupply"): FunctionFragment;
|
|
5
|
+
encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
|
|
6
|
+
encodeFunctionData(functionFragment: "getActualSupply", values?: undefined): string;
|
|
7
|
+
encodeFunctionData(functionFragment: "getPoolId", values?: undefined): string;
|
|
8
|
+
encodeFunctionData(functionFragment: "getVault", values?: undefined): string;
|
|
9
|
+
encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
|
|
10
|
+
decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
|
|
11
|
+
decodeFunctionResult(functionFragment: "getActualSupply", data: BytesLike): Result;
|
|
12
|
+
decodeFunctionResult(functionFragment: "getPoolId", data: BytesLike): Result;
|
|
13
|
+
decodeFunctionResult(functionFragment: "getVault", data: BytesLike): Result;
|
|
14
|
+
decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
|
|
15
|
+
}
|
|
16
|
+
export interface IPool extends BaseContract {
|
|
17
|
+
connect(runner?: ContractRunner | null): IPool;
|
|
18
|
+
waitForDeployment(): Promise<this>;
|
|
19
|
+
interface: IPoolInterface;
|
|
20
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
21
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
22
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
23
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
24
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
25
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
26
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
27
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
28
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
29
|
+
decimals: TypedContractMethod<[], [bigint], "view">;
|
|
30
|
+
getActualSupply: TypedContractMethod<[], [bigint], "view">;
|
|
31
|
+
getPoolId: TypedContractMethod<[], [string], "view">;
|
|
32
|
+
getVault: TypedContractMethod<[], [string], "view">;
|
|
33
|
+
totalSupply: TypedContractMethod<[], [bigint], "view">;
|
|
34
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
35
|
+
getFunction(nameOrSignature: "decimals"): TypedContractMethod<[], [bigint], "view">;
|
|
36
|
+
getFunction(nameOrSignature: "getActualSupply"): TypedContractMethod<[], [bigint], "view">;
|
|
37
|
+
getFunction(nameOrSignature: "getPoolId"): TypedContractMethod<[], [string], "view">;
|
|
38
|
+
getFunction(nameOrSignature: "getVault"): TypedContractMethod<[], [string], "view">;
|
|
39
|
+
getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
|
|
40
|
+
filters: {};
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPool.js","sourceRoot":"","sources":["../../../../../src/typechain/contracts/Interfaces/IPool.ts"],"names":[],"mappings":""}
|