@gearbox-protocol/sdk 3.0.0-next.102 → 3.0.0-next.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/lib/core/creditManager.d.ts +1 -0
- package/lib/core/creditManager.js +5 -0
- package/lib/core/strategy.d.ts +5 -7
- package/lib/core/strategy.js +4 -6
- package/lib/index.d.ts +1 -3
- package/lib/index.js +1 -3
- package/lib/parsers/ERC20Parser.js +1 -1
- package/lib/parsers/aaveV2LendingPoolAdapterParser.d.ts +7 -0
- package/lib/parsers/aaveV2LendingPoolAdapterParser.js +21 -0
- package/lib/parsers/aaveV2WrappedATokenAdapterParser.d.ts +7 -0
- package/lib/parsers/aaveV2WrappedATokenAdapterParser.js +21 -0
- package/lib/parsers/abstractParser.d.ts +7 -5
- package/lib/parsers/abstractParser.js +3 -0
- package/lib/parsers/addressProviderParser.js +1 -1
- package/lib/parsers/balancerV2VaultParser.d.ts +7 -0
- package/lib/parsers/balancerV2VaultParser.js +34 -0
- package/lib/parsers/compoundV2CTokenAdapterParser.d.ts +7 -0
- package/lib/parsers/compoundV2CTokenAdapterParser.js +21 -0
- package/lib/parsers/convexBaseRewardPoolAdapterParser.js +1 -1
- package/lib/parsers/convexBoosterAdapterParser.js +1 -1
- package/lib/parsers/convextRewardPoolParser.js +1 -1
- package/lib/parsers/creditFacadeParser.js +1 -1
- package/lib/parsers/creditManagerParser.js +1 -1
- package/lib/parsers/curveAdapterParser.js +1 -1
- package/lib/parsers/erc626AdapterParser.d.ts +7 -0
- package/lib/parsers/erc626AdapterParser.js +21 -0
- package/lib/parsers/lidoAdapterParser.js +1 -1
- package/lib/parsers/lidoSTETHParser.js +1 -1
- package/lib/parsers/poolParser.js +1 -1
- package/lib/parsers/priceOracleParser.js +1 -1
- package/lib/parsers/txParser.d.ts +17 -11
- package/lib/parsers/txParser.js +36 -5
- package/lib/parsers/uniV2AdapterParser.js +1 -1
- package/lib/parsers/uniV3AdapterParser.js +1 -1
- package/lib/parsers/wstETHAdapterParser.js +1 -1
- package/lib/parsers/yearnV2AdapterParser.js +1 -1
- package/lib/pathfinder/index.d.ts +4 -0
- package/lib/pathfinder/index.js +20 -0
- package/lib/pathfinder/utils.d.ts +35 -0
- package/lib/pathfinder/utils.js +182 -0
- package/lib/types/contracts/index.d.ts +2 -0
- package/lib/types/contracts/interfaces/IGasPricer.d.ts +44 -0
- package/lib/types/contracts/interfaces/IGasPricer.js +2 -0
- package/lib/types/contracts/interfaces/index.d.ts +1 -0
- package/lib/types/contracts/interfaces/index.js +2 -0
- package/lib/types/factories/AddressProvider__factory.d.ts +111 -111
- package/lib/types/factories/AddressProvider__factory.js +119 -119
- package/lib/types/factories/Balances.sol/BalanceOps__factory.d.ts +3 -3
- package/lib/types/factories/Balances.sol/BalanceOps__factory.js +3 -3
- package/lib/types/factories/CalldataExtractor__factory.d.ts +34 -34
- package/lib/types/factories/CalldataExtractor__factory.js +37 -37
- package/lib/types/factories/Claimable__factory.d.ts +28 -28
- package/lib/types/factories/Claimable__factory.js +32 -32
- package/lib/types/factories/ERC20__factory.d.ts +89 -89
- package/lib/types/factories/ERC20__factory.js +99 -99
- package/lib/types/factories/Errors__factory.d.ts +99 -99
- package/lib/types/factories/Errors__factory.js +99 -99
- package/lib/types/factories/FarmAccounting__factory.d.ts +6 -6
- package/lib/types/factories/FarmAccounting__factory.js +6 -6
- package/lib/types/factories/IAaveV2_LendingPoolAdapter__factory.d.ts +42 -42
- package/lib/types/factories/IAaveV2_LendingPoolAdapter__factory.js +42 -42
- package/lib/types/factories/IAaveV2_WrappedATokenAdapter__factory.d.ts +70 -70
- package/lib/types/factories/IAaveV2_WrappedATokenAdapter__factory.js +70 -70
- package/lib/types/factories/IAdapter__factory.d.ts +15 -15
- package/lib/types/factories/IAdapter__factory.js +15 -15
- package/lib/types/factories/IAddressProvider.sol/IAddressProviderEvents__factory.d.ts +7 -7
- package/lib/types/factories/IAddressProvider.sol/IAddressProviderEvents__factory.js +7 -7
- package/lib/types/factories/IAddressProvider.sol/IAddressProvider__factory.d.ts +48 -48
- package/lib/types/factories/IAddressProvider.sol/IAddressProvider__factory.js +52 -52
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3Events__factory.d.ts +9 -9
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3Events__factory.js +9 -9
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3__factory.d.ts +37 -37
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3__factory.js +42 -42
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.d.ts +25 -25
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.js +25 -25
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributor__factory.d.ts +71 -71
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributor__factory.js +85 -85
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2VaultGetters__factory.d.ts +19 -19
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2VaultGetters__factory.js +19 -19
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2Vault__factory.d.ts +106 -106
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2Vault__factory.js +106 -106
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterEvents__factory.d.ts +7 -7
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterEvents__factory.js +7 -7
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapter__factory.d.ts +161 -161
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapter__factory.js +166 -166
- package/lib/types/factories/IBaseRewardPool__factory.d.ts +114 -114
- package/lib/types/factories/IBaseRewardPool__factory.js +114 -114
- package/lib/types/factories/IBotListV3.sol/IBotListV3Events__factory.d.ts +38 -38
- package/lib/types/factories/IBotListV3.sol/IBotListV3Events__factory.js +43 -43
- package/lib/types/factories/IBotListV3.sol/IBotListV3__factory.d.ts +152 -152
- package/lib/types/factories/IBotListV3.sol/IBotListV3__factory.js +170 -170
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_CTokenAdapter__factory.d.ts +60 -60
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_CTokenAdapter__factory.js +63 -63
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_Exceptions__factory.d.ts +3 -3
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_Exceptions__factory.js +3 -3
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.d.ts +10 -10
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.js +10 -10
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.d.ts +51 -51
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.js +57 -57
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3Events__factory.d.ts +30 -30
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3Events__factory.js +30 -30
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3__factory.d.ts +165 -165
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3__factory.js +182 -182
- package/lib/types/factories/IConvexToken__factory.d.ts +86 -86
- package/lib/types/factories/IConvexToken__factory.js +96 -96
- package/lib/types/factories/IConvexV1BaseRewardPoolAdapter__factory.d.ts +80 -80
- package/lib/types/factories/IConvexV1BaseRewardPoolAdapter__factory.js +80 -80
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.d.ts +7 -7
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.js +7 -7
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.d.ts +62 -62
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.js +66 -66
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Events__factory.d.ts +121 -121
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Events__factory.js +127 -127
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Exceptions__factory.d.ts +18 -18
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Exceptions__factory.js +18 -18
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2__factory.d.ts +376 -376
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2__factory.js +417 -417
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3Events__factory.d.ts +118 -118
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3Events__factory.js +127 -127
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3__factory.d.ts +395 -395
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3__factory.js +420 -420
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Events__factory.d.ts +107 -107
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Events__factory.js +118 -118
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Exceptions__factory.d.ts +65 -65
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Exceptions__factory.js +65 -65
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Extended__factory.d.ts +23 -23
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Extended__factory.js +23 -23
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2V2__factory.d.ts +5 -5
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2V2__factory.js +5 -5
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2__factory.d.ts +601 -601
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2__factory.js +749 -749
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.d.ts +72 -72
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.js +80 -80
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.d.ts +288 -288
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.js +397 -397
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.d.ts +59 -59
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.js +59 -59
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Events__factory.d.ts +11 -11
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Events__factory.js +12 -12
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.d.ts +26 -26
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.js +26 -26
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2__factory.d.ts +252 -252
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2__factory.js +272 -272
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory.d.ts +5 -5
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory.js +5 -5
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3__factory.d.ts +294 -294
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3__factory.js +297 -297
- package/lib/types/factories/ICurvePool_2.sol/ICurvePool2Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_2.sol/ICurvePool2Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool_3.sol/ICurvePool3Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_3.sol/ICurvePool3Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool_4.sol/ICurvePool4Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_4.sol/ICurvePool4Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool__factory.d.ts +159 -159
- package/lib/types/factories/ICurvePool__factory.js +159 -159
- package/lib/types/factories/ICurveV1Adapter__factory.d.ts +169 -169
- package/lib/types/factories/ICurveV1Adapter__factory.js +169 -169
- package/lib/types/factories/ICurveV1_2AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_2AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/ICurveV1_3AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_3AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/ICurveV1_4AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_4AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/IDaiLikePermit__factory.d.ts +10 -10
- package/lib/types/factories/IDaiLikePermit__factory.js +10 -10
- package/lib/types/factories/IDataCompressorV2_10__factory.d.ts +334 -334
- package/lib/types/factories/IDataCompressorV2_10__factory.js +334 -334
- package/lib/types/factories/IDataCompressorV3_00__factory.d.ts +454 -454
- package/lib/types/factories/IDataCompressorV3_00__factory.js +454 -454
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributorEvents__factory.d.ts +14 -14
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributorEvents__factory.js +14 -14
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributor__factory.d.ts +43 -43
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributor__factory.js +51 -51
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Events__factory.d.ts +15 -15
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Events__factory.js +15 -15
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Exceptions__factory.d.ts +8 -8
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Exceptions__factory.js +8 -8
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2__factory.d.ts +180 -180
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2__factory.js +208 -208
- package/lib/types/factories/IERC165__factory.d.ts +4 -4
- package/lib/types/factories/IERC165__factory.js +4 -4
- package/lib/types/factories/IERC20Metadata__factory.d.ts +76 -76
- package/lib/types/factories/IERC20Metadata__factory.js +86 -86
- package/lib/types/factories/IERC20Permit__factory.d.ts +16 -16
- package/lib/types/factories/IERC20Permit__factory.js +16 -16
- package/lib/types/factories/IERC20ZapperDeposits__factory.d.ts +30 -30
- package/lib/types/factories/IERC20ZapperDeposits__factory.js +30 -30
- package/lib/types/factories/IERC20__factory.d.ts +67 -67
- package/lib/types/factories/IERC20__factory.js +77 -77
- package/lib/types/factories/IERC4626Adapter__factory.d.ts +60 -60
- package/lib/types/factories/IERC4626Adapter__factory.js +60 -60
- package/lib/types/factories/IERC4626__factory.d.ts +198 -198
- package/lib/types/factories/IERC4626__factory.js +221 -221
- package/lib/types/factories/IERC721Metadata__factory.d.ts +114 -114
- package/lib/types/factories/IERC721Metadata__factory.js +129 -129
- package/lib/types/factories/IERC721__factory.d.ts +104 -104
- package/lib/types/factories/IERC721__factory.js +119 -119
- package/lib/types/factories/IETHZapperDeposits__factory.d.ts +9 -9
- package/lib/types/factories/IETHZapperDeposits__factory.js +9 -9
- package/lib/types/factories/IFarmingPool__factory.d.ts +134 -134
- package/lib/types/factories/IFarmingPool__factory.js +152 -152
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.d.ts +46 -46
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.js +50 -50
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.d.ts +172 -172
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.js +200 -200
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3Events__factory.d.ts +48 -48
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3Events__factory.js +49 -49
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.d.ts +225 -225
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.js +253 -253
- package/lib/types/factories/IInterestRateModel__factory.d.ts +8 -8
- package/lib/types/factories/IInterestRateModel__factory.js +8 -8
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.d.ts +11 -11
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.js +12 -12
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.d.ts +10 -10
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.js +10 -10
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeed__factory.d.ts +107 -107
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeed__factory.js +119 -119
- package/lib/types/factories/ILidoV1Adapter__factory.d.ts +40 -40
- package/lib/types/factories/ILidoV1Adapter__factory.js +40 -40
- package/lib/types/factories/ILinearInterestRateModelV3__factory.d.ts +25 -25
- package/lib/types/factories/ILinearInterestRateModelV3__factory.js +25 -25
- package/lib/types/factories/IOffchainOracle__factory.d.ts +11 -11
- package/lib/types/factories/IOffchainOracle__factory.js +11 -11
- package/lib/types/factories/IPermit2__factory.d.ts +33 -33
- package/lib/types/factories/IPermit2__factory.js +33 -33
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.d.ts +44 -44
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.js +45 -45
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.d.ts +190 -190
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.js +216 -216
- package/lib/types/factories/IPoolService.sol/IPoolServiceEvents__factory.d.ts +66 -66
- package/lib/types/factories/IPoolService.sol/IPoolServiceEvents__factory.js +72 -72
- package/lib/types/factories/IPoolService.sol/IPoolService__factory.d.ts +235 -235
- package/lib/types/factories/IPoolService.sol/IPoolService__factory.js +286 -286
- package/lib/types/factories/IPoolV3.sol/IPoolV3Events__factory.d.ts +65 -65
- package/lib/types/factories/IPoolV3.sol/IPoolV3Events__factory.js +68 -68
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.d.ts +574 -574
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.js +696 -696
- package/lib/types/factories/IPriceFeed.sol/IPriceFeed__factory.d.ts +22 -22
- package/lib/types/factories/IPriceFeed.sol/IPriceFeed__factory.js +22 -22
- package/lib/types/factories/IPriceFeed.sol/IUpdatablePriceFeed__factory.d.ts +28 -28
- package/lib/types/factories/IPriceFeed.sol/IUpdatablePriceFeed__factory.js +28 -28
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Events__factory.d.ts +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Events__factory.js +7 -7
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.d.ts +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.js +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Ext__factory.d.ts +71 -71
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Ext__factory.js +78 -78
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2__factory.d.ts +68 -68
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2__factory.js +75 -75
- package/lib/types/factories/IPriceOracleBase__factory.d.ts +27 -27
- package/lib/types/factories/IPriceOracleBase__factory.js +27 -27
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3Events__factory.d.ts +28 -28
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3Events__factory.js +31 -31
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3__factory.d.ts +139 -139
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3__factory.js +156 -156
- package/lib/types/factories/IRouterV3__factory.d.ts +178 -178
- package/lib/types/factories/IRouterV3__factory.js +191 -191
- package/lib/types/factories/IRouter__factory.d.ts +159 -159
- package/lib/types/factories/IRouter__factory.js +172 -172
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterEvents__factory.d.ts +8 -8
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterEvents__factory.js +9 -9
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.d.ts +78 -78
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.js +84 -84
- package/lib/types/factories/IUniswapV3.sol/ISwapRouter__factory.d.ts +50 -50
- package/lib/types/factories/IUniswapV3.sol/ISwapRouter__factory.js +50 -50
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterEvents__factory.d.ts +10 -10
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterEvents__factory.js +11 -11
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.d.ts +138 -138
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.js +145 -145
- package/lib/types/factories/IVersion__factory.d.ts +3 -3
- package/lib/types/factories/IVersion__factory.js +3 -3
- package/lib/types/factories/IVotingContractV3__factory.d.ts +10 -10
- package/lib/types/factories/IVotingContractV3__factory.js +10 -10
- package/lib/types/factories/IWETHGateway__factory.d.ts +14 -14
- package/lib/types/factories/IWETHGateway__factory.js +14 -14
- package/lib/types/factories/IWETH__factory.d.ts +102 -102
- package/lib/types/factories/IWETH__factory.js +120 -120
- package/lib/types/factories/IYVault__factory.d.ts +112 -112
- package/lib/types/factories/IYVault__factory.js +122 -122
- package/lib/types/factories/IYearnV2Adapter__factory.d.ts +63 -63
- package/lib/types/factories/IYearnV2Adapter__factory.js +63 -63
- package/lib/types/factories/IZapperRegister__factory.d.ts +20 -20
- package/lib/types/factories/IZapperRegister__factory.js +22 -22
- package/lib/types/factories/IZapper__factory.d.ts +34 -34
- package/lib/types/factories/IZapper__factory.js +34 -34
- package/lib/types/factories/IstETH.sol/IstETHGetters__factory.d.ts +97 -97
- package/lib/types/factories/IstETH.sol/IstETHGetters__factory.js +107 -107
- package/lib/types/factories/IstETH.sol/IstETH__factory.d.ts +101 -101
- package/lib/types/factories/IstETH.sol/IstETH__factory.js +111 -111
- package/lib/types/factories/IwstETH.sol/IwstETHGetters__factory.d.ts +93 -93
- package/lib/types/factories/IwstETH.sol/IwstETHGetters__factory.js +103 -103
- package/lib/types/factories/IwstETH.sol/IwstETH__factory.d.ts +101 -101
- package/lib/types/factories/IwstETH.sol/IwstETH__factory.js +111 -111
- package/lib/types/factories/IwstETHGateway.sol/IwstETHGateWay__factory.d.ts +14 -14
- package/lib/types/factories/IwstETHGateway.sol/IwstETHGateWay__factory.js +15 -15
- package/lib/types/factories/IwstETHV1Adapter__factory.d.ts +44 -44
- package/lib/types/factories/IwstETHV1Adapter__factory.js +44 -44
- package/lib/types/factories/NumericArrayLib__factory.d.ts +2 -2
- package/lib/types/factories/NumericArrayLib__factory.js +2 -2
- package/lib/types/factories/Ownable__factory.d.ts +23 -23
- package/lib/types/factories/Ownable__factory.js +27 -27
- package/lib/types/factories/RedstoneConstants__factory.d.ts +19 -19
- package/lib/types/factories/RedstoneConstants__factory.js +19 -19
- package/lib/types/factories/RedstoneConsumerBase__factory.d.ts +101 -101
- package/lib/types/factories/RedstoneConsumerBase__factory.js +123 -123
- package/lib/types/factories/RedstoneConsumerNumericBase__factory.d.ts +101 -101
- package/lib/types/factories/RedstoneConsumerNumericBase__factory.js +123 -123
- package/lib/types/factories/RedstoneDefaultsLib__factory.d.ts +8 -8
- package/lib/types/factories/RedstoneDefaultsLib__factory.js +8 -8
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedEvents__factory.d.ts +5 -5
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedEvents__factory.js +5 -5
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedExceptions__factory.d.ts +10 -10
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedExceptions__factory.js +10 -10
- package/lib/types/factories/RedstonePriceFeed.sol/RedstonePriceFeed__factory.d.ts +193 -193
- package/lib/types/factories/RedstonePriceFeed.sol/RedstonePriceFeed__factory.js +220 -220
- package/lib/types/factories/SafeERC20__factory.d.ts +14 -14
- package/lib/types/factories/SafeERC20__factory.js +14 -14
- package/lib/types/factories/contracts/index.d.ts +1 -0
- package/lib/types/factories/contracts/index.js +30 -0
- package/lib/types/factories/contracts/interfaces/IGasPricer__factory.d.ts +22 -0
- package/lib/types/factories/contracts/interfaces/index.d.ts +1 -0
- package/lib/types/factories/contracts/interfaces/index.js +8 -0
- package/lib/types/factories/index.d.ts +2 -1
- package/lib/types/factories/index.js +4 -4
- package/lib/types/factories/{IGasPricer__factory.d.ts → interfaces/IGasPricer__factory.d.ts} +5 -5
- package/lib/types/factories/interfaces/IGasPricer__factory.js +38 -0
- package/lib/types/factories/interfaces/index.d.ts +1 -0
- package/lib/types/factories/interfaces/index.js +8 -0
- package/lib/types/index.d.ts +18 -14
- package/lib/types/index.js +25 -25
- package/lib/types/{IGasPricer.d.ts → interfaces/IGasPricer.d.ts} +1 -1
- package/lib/types/interfaces/IGasPricer.js +2 -0
- package/lib/types/interfaces/index.d.ts +1 -0
- package/lib/types/interfaces/index.js +2 -0
- package/package.json +4 -4
- package/lib/types/{IGasPricer.js → contracts/index.js} +0 -0
- package/lib/types/factories/{IGasPricer__factory.js → contracts/interfaces/IGasPricer__factory.js} +4 -4
|
@@ -3,434 +3,434 @@ import type { Provider } from "@ethersproject/providers";
|
|
|
3
3
|
import type { IPoolService, IPoolServiceInterface } from "../../IPoolService.sol/IPoolService";
|
|
4
4
|
export declare class IPoolService__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
|
-
readonly
|
|
7
|
-
readonly inputs: readonly [{
|
|
8
|
-
readonly indexed: true;
|
|
9
|
-
readonly internalType: "address";
|
|
10
|
-
readonly name: "sender";
|
|
11
|
-
readonly type: "address";
|
|
12
|
-
}, {
|
|
13
|
-
readonly indexed: true;
|
|
14
|
-
readonly internalType: "address";
|
|
15
|
-
readonly name: "onBehalfOf";
|
|
16
|
-
readonly type: "address";
|
|
17
|
-
}, {
|
|
18
|
-
readonly indexed: false;
|
|
19
|
-
readonly internalType: "uint256";
|
|
20
|
-
readonly name: "amount";
|
|
21
|
-
readonly type: "uint256";
|
|
22
|
-
}, {
|
|
23
|
-
readonly indexed: false;
|
|
24
|
-
readonly internalType: "uint256";
|
|
25
|
-
readonly name: "referralCode";
|
|
26
|
-
readonly type: "uint256";
|
|
27
|
-
}];
|
|
28
|
-
readonly name: "AddLiquidity";
|
|
29
|
-
readonly type: "event";
|
|
30
|
-
}, {
|
|
31
|
-
readonly anonymous: false;
|
|
32
|
-
readonly inputs: readonly [{
|
|
33
|
-
readonly indexed: true;
|
|
34
|
-
readonly internalType: "address";
|
|
35
|
-
readonly name: "creditManager";
|
|
36
|
-
readonly type: "address";
|
|
37
|
-
}, {
|
|
38
|
-
readonly indexed: true;
|
|
39
|
-
readonly internalType: "address";
|
|
40
|
-
readonly name: "creditAccount";
|
|
41
|
-
readonly type: "address";
|
|
42
|
-
}, {
|
|
43
|
-
readonly indexed: false;
|
|
44
|
-
readonly internalType: "uint256";
|
|
45
|
-
readonly name: "amount";
|
|
46
|
-
readonly type: "uint256";
|
|
47
|
-
}];
|
|
48
|
-
readonly name: "Borrow";
|
|
49
|
-
readonly type: "event";
|
|
50
|
-
}, {
|
|
51
|
-
readonly anonymous: false;
|
|
52
|
-
readonly inputs: readonly [{
|
|
53
|
-
readonly indexed: true;
|
|
54
|
-
readonly internalType: "address";
|
|
55
|
-
readonly name: "creditManager";
|
|
56
|
-
readonly type: "address";
|
|
57
|
-
}];
|
|
58
|
-
readonly name: "BorrowForbidden";
|
|
59
|
-
readonly type: "event";
|
|
60
|
-
}, {
|
|
61
|
-
readonly anonymous: false;
|
|
62
|
-
readonly inputs: readonly [{
|
|
63
|
-
readonly indexed: true;
|
|
64
|
-
readonly internalType: "address";
|
|
65
|
-
readonly name: "creditManager";
|
|
66
|
-
readonly type: "address";
|
|
67
|
-
}];
|
|
68
|
-
readonly name: "NewCreditManagerConnected";
|
|
69
|
-
readonly type: "event";
|
|
70
|
-
}, {
|
|
71
|
-
readonly anonymous: false;
|
|
72
|
-
readonly inputs: readonly [{
|
|
73
|
-
readonly indexed: false;
|
|
74
|
-
readonly internalType: "uint256";
|
|
75
|
-
readonly name: "newLimit";
|
|
76
|
-
readonly type: "uint256";
|
|
77
|
-
}];
|
|
78
|
-
readonly name: "NewExpectedLiquidityLimit";
|
|
79
|
-
readonly type: "event";
|
|
80
|
-
}, {
|
|
81
|
-
readonly anonymous: false;
|
|
82
|
-
readonly inputs: readonly [{
|
|
83
|
-
readonly indexed: true;
|
|
84
|
-
readonly internalType: "address";
|
|
85
|
-
readonly name: "newInterestRateModel";
|
|
86
|
-
readonly type: "address";
|
|
87
|
-
}];
|
|
88
|
-
readonly name: "NewInterestRateModel";
|
|
89
|
-
readonly type: "event";
|
|
90
|
-
}, {
|
|
91
|
-
readonly anonymous: false;
|
|
92
|
-
readonly inputs: readonly [{
|
|
93
|
-
readonly indexed: false;
|
|
94
|
-
readonly internalType: "uint256";
|
|
95
|
-
readonly name: "fee";
|
|
96
|
-
readonly type: "uint256";
|
|
97
|
-
}];
|
|
98
|
-
readonly name: "NewWithdrawFee";
|
|
99
|
-
readonly type: "event";
|
|
100
|
-
}, {
|
|
101
|
-
readonly anonymous: false;
|
|
102
|
-
readonly inputs: readonly [{
|
|
103
|
-
readonly indexed: true;
|
|
104
|
-
readonly internalType: "address";
|
|
105
|
-
readonly name: "sender";
|
|
106
|
-
readonly type: "address";
|
|
107
|
-
}, {
|
|
108
|
-
readonly indexed: true;
|
|
109
|
-
readonly internalType: "address";
|
|
110
|
-
readonly name: "to";
|
|
111
|
-
readonly type: "address";
|
|
112
|
-
}, {
|
|
113
|
-
readonly indexed: false;
|
|
114
|
-
readonly internalType: "uint256";
|
|
115
|
-
readonly name: "amount";
|
|
116
|
-
readonly type: "uint256";
|
|
117
|
-
}];
|
|
118
|
-
readonly name: "RemoveLiquidity";
|
|
119
|
-
readonly type: "event";
|
|
120
|
-
}, {
|
|
121
|
-
readonly anonymous: false;
|
|
122
|
-
readonly inputs: readonly [{
|
|
123
|
-
readonly indexed: true;
|
|
124
|
-
readonly internalType: "address";
|
|
125
|
-
readonly name: "creditManager";
|
|
126
|
-
readonly type: "address";
|
|
127
|
-
}, {
|
|
128
|
-
readonly indexed: false;
|
|
129
|
-
readonly internalType: "uint256";
|
|
130
|
-
readonly name: "borrowedAmount";
|
|
131
|
-
readonly type: "uint256";
|
|
132
|
-
}, {
|
|
133
|
-
readonly indexed: false;
|
|
134
|
-
readonly internalType: "uint256";
|
|
135
|
-
readonly name: "profit";
|
|
136
|
-
readonly type: "uint256";
|
|
137
|
-
}, {
|
|
138
|
-
readonly indexed: false;
|
|
139
|
-
readonly internalType: "uint256";
|
|
140
|
-
readonly name: "loss";
|
|
141
|
-
readonly type: "uint256";
|
|
142
|
-
}];
|
|
143
|
-
readonly name: "Repay";
|
|
144
|
-
readonly type: "event";
|
|
145
|
-
}, {
|
|
146
|
-
readonly anonymous: false;
|
|
147
|
-
readonly inputs: readonly [{
|
|
148
|
-
readonly indexed: true;
|
|
149
|
-
readonly internalType: "address";
|
|
150
|
-
readonly name: "creditManager";
|
|
151
|
-
readonly type: "address";
|
|
152
|
-
}, {
|
|
153
|
-
readonly indexed: false;
|
|
154
|
-
readonly internalType: "uint256";
|
|
155
|
-
readonly name: "loss";
|
|
156
|
-
readonly type: "uint256";
|
|
157
|
-
}];
|
|
158
|
-
readonly name: "UncoveredLoss";
|
|
159
|
-
readonly type: "event";
|
|
160
|
-
}, {
|
|
161
|
-
readonly inputs: readonly [];
|
|
6
|
+
readonly type: "function";
|
|
162
7
|
readonly name: "_cumulativeIndex_RAY";
|
|
8
|
+
readonly inputs: readonly [];
|
|
163
9
|
readonly outputs: readonly [{
|
|
164
|
-
readonly internalType: "uint256";
|
|
165
10
|
readonly name: "";
|
|
166
11
|
readonly type: "uint256";
|
|
12
|
+
readonly internalType: "uint256";
|
|
167
13
|
}];
|
|
168
14
|
readonly stateMutability: "view";
|
|
169
|
-
readonly type: "function";
|
|
170
15
|
}, {
|
|
171
|
-
readonly
|
|
16
|
+
readonly type: "function";
|
|
172
17
|
readonly name: "_timestampLU";
|
|
18
|
+
readonly inputs: readonly [];
|
|
173
19
|
readonly outputs: readonly [{
|
|
174
|
-
readonly internalType: "uint256";
|
|
175
20
|
readonly name: "";
|
|
176
21
|
readonly type: "uint256";
|
|
22
|
+
readonly internalType: "uint256";
|
|
177
23
|
}];
|
|
178
24
|
readonly stateMutability: "view";
|
|
179
|
-
readonly type: "function";
|
|
180
25
|
}, {
|
|
26
|
+
readonly type: "function";
|
|
27
|
+
readonly name: "addLiquidity";
|
|
181
28
|
readonly inputs: readonly [{
|
|
182
|
-
readonly internalType: "uint256";
|
|
183
29
|
readonly name: "amount";
|
|
184
30
|
readonly type: "uint256";
|
|
31
|
+
readonly internalType: "uint256";
|
|
185
32
|
}, {
|
|
186
|
-
readonly internalType: "address";
|
|
187
33
|
readonly name: "onBehalfOf";
|
|
188
34
|
readonly type: "address";
|
|
35
|
+
readonly internalType: "address";
|
|
189
36
|
}, {
|
|
190
|
-
readonly internalType: "uint256";
|
|
191
37
|
readonly name: "referralCode";
|
|
192
38
|
readonly type: "uint256";
|
|
39
|
+
readonly internalType: "uint256";
|
|
193
40
|
}];
|
|
194
|
-
readonly name: "addLiquidity";
|
|
195
41
|
readonly outputs: readonly [];
|
|
196
42
|
readonly stateMutability: "nonpayable";
|
|
197
|
-
readonly type: "function";
|
|
198
43
|
}, {
|
|
199
|
-
readonly
|
|
44
|
+
readonly type: "function";
|
|
200
45
|
readonly name: "addressProvider";
|
|
46
|
+
readonly inputs: readonly [];
|
|
201
47
|
readonly outputs: readonly [{
|
|
202
|
-
readonly internalType: "contract AddressProvider";
|
|
203
48
|
readonly name: "";
|
|
204
49
|
readonly type: "address";
|
|
50
|
+
readonly internalType: "contract AddressProvider";
|
|
205
51
|
}];
|
|
206
52
|
readonly stateMutability: "view";
|
|
207
|
-
readonly type: "function";
|
|
208
53
|
}, {
|
|
209
|
-
readonly
|
|
54
|
+
readonly type: "function";
|
|
210
55
|
readonly name: "availableLiquidity";
|
|
56
|
+
readonly inputs: readonly [];
|
|
211
57
|
readonly outputs: readonly [{
|
|
212
|
-
readonly internalType: "uint256";
|
|
213
58
|
readonly name: "";
|
|
214
59
|
readonly type: "uint256";
|
|
60
|
+
readonly internalType: "uint256";
|
|
215
61
|
}];
|
|
216
62
|
readonly stateMutability: "view";
|
|
217
|
-
readonly type: "function";
|
|
218
63
|
}, {
|
|
219
|
-
readonly
|
|
64
|
+
readonly type: "function";
|
|
220
65
|
readonly name: "borrowAPY_RAY";
|
|
66
|
+
readonly inputs: readonly [];
|
|
221
67
|
readonly outputs: readonly [{
|
|
222
|
-
readonly internalType: "uint256";
|
|
223
68
|
readonly name: "";
|
|
224
69
|
readonly type: "uint256";
|
|
70
|
+
readonly internalType: "uint256";
|
|
225
71
|
}];
|
|
226
72
|
readonly stateMutability: "view";
|
|
227
|
-
readonly type: "function";
|
|
228
73
|
}, {
|
|
229
|
-
readonly
|
|
74
|
+
readonly type: "function";
|
|
230
75
|
readonly name: "calcLinearCumulative_RAY";
|
|
76
|
+
readonly inputs: readonly [];
|
|
231
77
|
readonly outputs: readonly [{
|
|
232
|
-
readonly internalType: "uint256";
|
|
233
78
|
readonly name: "";
|
|
234
79
|
readonly type: "uint256";
|
|
80
|
+
readonly internalType: "uint256";
|
|
235
81
|
}];
|
|
236
82
|
readonly stateMutability: "view";
|
|
237
|
-
readonly type: "function";
|
|
238
83
|
}, {
|
|
84
|
+
readonly type: "function";
|
|
85
|
+
readonly name: "creditManagers";
|
|
239
86
|
readonly inputs: readonly [{
|
|
240
|
-
readonly internalType: "uint256";
|
|
241
87
|
readonly name: "id";
|
|
242
88
|
readonly type: "uint256";
|
|
89
|
+
readonly internalType: "uint256";
|
|
243
90
|
}];
|
|
244
|
-
readonly name: "creditManagers";
|
|
245
91
|
readonly outputs: readonly [{
|
|
246
|
-
readonly internalType: "address";
|
|
247
92
|
readonly name: "";
|
|
248
93
|
readonly type: "address";
|
|
94
|
+
readonly internalType: "address";
|
|
249
95
|
}];
|
|
250
96
|
readonly stateMutability: "view";
|
|
251
|
-
readonly type: "function";
|
|
252
97
|
}, {
|
|
98
|
+
readonly type: "function";
|
|
99
|
+
readonly name: "creditManagersCanBorrow";
|
|
253
100
|
readonly inputs: readonly [{
|
|
254
|
-
readonly internalType: "address";
|
|
255
101
|
readonly name: "id";
|
|
256
102
|
readonly type: "address";
|
|
103
|
+
readonly internalType: "address";
|
|
257
104
|
}];
|
|
258
|
-
readonly name: "creditManagersCanBorrow";
|
|
259
105
|
readonly outputs: readonly [{
|
|
260
|
-
readonly internalType: "bool";
|
|
261
106
|
readonly name: "";
|
|
262
107
|
readonly type: "bool";
|
|
108
|
+
readonly internalType: "bool";
|
|
263
109
|
}];
|
|
264
110
|
readonly stateMutability: "view";
|
|
265
|
-
readonly type: "function";
|
|
266
111
|
}, {
|
|
267
|
-
readonly
|
|
112
|
+
readonly type: "function";
|
|
268
113
|
readonly name: "creditManagersCount";
|
|
114
|
+
readonly inputs: readonly [];
|
|
269
115
|
readonly outputs: readonly [{
|
|
270
|
-
readonly internalType: "uint256";
|
|
271
116
|
readonly name: "";
|
|
272
117
|
readonly type: "uint256";
|
|
118
|
+
readonly internalType: "uint256";
|
|
273
119
|
}];
|
|
274
120
|
readonly stateMutability: "view";
|
|
275
|
-
readonly type: "function";
|
|
276
121
|
}, {
|
|
277
|
-
readonly
|
|
122
|
+
readonly type: "function";
|
|
278
123
|
readonly name: "dieselToken";
|
|
124
|
+
readonly inputs: readonly [];
|
|
279
125
|
readonly outputs: readonly [{
|
|
280
|
-
readonly internalType: "address";
|
|
281
126
|
readonly name: "";
|
|
282
127
|
readonly type: "address";
|
|
128
|
+
readonly internalType: "address";
|
|
283
129
|
}];
|
|
284
130
|
readonly stateMutability: "view";
|
|
285
|
-
readonly type: "function";
|
|
286
131
|
}, {
|
|
287
|
-
readonly
|
|
132
|
+
readonly type: "function";
|
|
288
133
|
readonly name: "expectedLiquidity";
|
|
134
|
+
readonly inputs: readonly [];
|
|
289
135
|
readonly outputs: readonly [{
|
|
290
|
-
readonly internalType: "uint256";
|
|
291
136
|
readonly name: "";
|
|
292
137
|
readonly type: "uint256";
|
|
138
|
+
readonly internalType: "uint256";
|
|
293
139
|
}];
|
|
294
140
|
readonly stateMutability: "view";
|
|
295
|
-
readonly type: "function";
|
|
296
141
|
}, {
|
|
297
|
-
readonly
|
|
142
|
+
readonly type: "function";
|
|
298
143
|
readonly name: "expectedLiquidityLimit";
|
|
144
|
+
readonly inputs: readonly [];
|
|
299
145
|
readonly outputs: readonly [{
|
|
300
|
-
readonly internalType: "uint256";
|
|
301
146
|
readonly name: "";
|
|
302
147
|
readonly type: "uint256";
|
|
148
|
+
readonly internalType: "uint256";
|
|
303
149
|
}];
|
|
304
150
|
readonly stateMutability: "view";
|
|
305
|
-
readonly type: "function";
|
|
306
151
|
}, {
|
|
152
|
+
readonly type: "function";
|
|
153
|
+
readonly name: "fromDiesel";
|
|
307
154
|
readonly inputs: readonly [{
|
|
308
|
-
readonly internalType: "uint256";
|
|
309
155
|
readonly name: "amount";
|
|
310
156
|
readonly type: "uint256";
|
|
157
|
+
readonly internalType: "uint256";
|
|
311
158
|
}];
|
|
312
|
-
readonly name: "fromDiesel";
|
|
313
159
|
readonly outputs: readonly [{
|
|
314
|
-
readonly internalType: "uint256";
|
|
315
160
|
readonly name: "";
|
|
316
161
|
readonly type: "uint256";
|
|
162
|
+
readonly internalType: "uint256";
|
|
317
163
|
}];
|
|
318
164
|
readonly stateMutability: "view";
|
|
319
|
-
readonly type: "function";
|
|
320
165
|
}, {
|
|
321
|
-
readonly
|
|
166
|
+
readonly type: "function";
|
|
322
167
|
readonly name: "getDieselRate_RAY";
|
|
168
|
+
readonly inputs: readonly [];
|
|
323
169
|
readonly outputs: readonly [{
|
|
324
|
-
readonly internalType: "uint256";
|
|
325
170
|
readonly name: "";
|
|
326
171
|
readonly type: "uint256";
|
|
172
|
+
readonly internalType: "uint256";
|
|
327
173
|
}];
|
|
328
174
|
readonly stateMutability: "view";
|
|
329
|
-
readonly type: "function";
|
|
330
175
|
}, {
|
|
176
|
+
readonly type: "function";
|
|
177
|
+
readonly name: "lendCreditAccount";
|
|
331
178
|
readonly inputs: readonly [{
|
|
332
|
-
readonly internalType: "uint256";
|
|
333
179
|
readonly name: "borrowedAmount";
|
|
334
180
|
readonly type: "uint256";
|
|
181
|
+
readonly internalType: "uint256";
|
|
335
182
|
}, {
|
|
336
|
-
readonly internalType: "address";
|
|
337
183
|
readonly name: "creditAccount";
|
|
338
184
|
readonly type: "address";
|
|
185
|
+
readonly internalType: "address";
|
|
339
186
|
}];
|
|
340
|
-
readonly name: "lendCreditAccount";
|
|
341
187
|
readonly outputs: readonly [];
|
|
342
188
|
readonly stateMutability: "nonpayable";
|
|
343
|
-
readonly type: "function";
|
|
344
189
|
}, {
|
|
190
|
+
readonly type: "function";
|
|
191
|
+
readonly name: "removeLiquidity";
|
|
345
192
|
readonly inputs: readonly [{
|
|
346
|
-
readonly internalType: "uint256";
|
|
347
193
|
readonly name: "amount";
|
|
348
194
|
readonly type: "uint256";
|
|
195
|
+
readonly internalType: "uint256";
|
|
349
196
|
}, {
|
|
350
|
-
readonly internalType: "address";
|
|
351
197
|
readonly name: "to";
|
|
352
198
|
readonly type: "address";
|
|
199
|
+
readonly internalType: "address";
|
|
353
200
|
}];
|
|
354
|
-
readonly name: "removeLiquidity";
|
|
355
201
|
readonly outputs: readonly [{
|
|
356
|
-
readonly internalType: "uint256";
|
|
357
202
|
readonly name: "";
|
|
358
203
|
readonly type: "uint256";
|
|
204
|
+
readonly internalType: "uint256";
|
|
359
205
|
}];
|
|
360
206
|
readonly stateMutability: "nonpayable";
|
|
361
|
-
readonly type: "function";
|
|
362
207
|
}, {
|
|
208
|
+
readonly type: "function";
|
|
209
|
+
readonly name: "repayCreditAccount";
|
|
363
210
|
readonly inputs: readonly [{
|
|
364
|
-
readonly internalType: "uint256";
|
|
365
211
|
readonly name: "borrowedAmount";
|
|
366
212
|
readonly type: "uint256";
|
|
367
|
-
}, {
|
|
368
213
|
readonly internalType: "uint256";
|
|
214
|
+
}, {
|
|
369
215
|
readonly name: "profit";
|
|
370
216
|
readonly type: "uint256";
|
|
371
|
-
}, {
|
|
372
217
|
readonly internalType: "uint256";
|
|
218
|
+
}, {
|
|
373
219
|
readonly name: "loss";
|
|
374
220
|
readonly type: "uint256";
|
|
221
|
+
readonly internalType: "uint256";
|
|
375
222
|
}];
|
|
376
|
-
readonly name: "repayCreditAccount";
|
|
377
223
|
readonly outputs: readonly [];
|
|
378
224
|
readonly stateMutability: "nonpayable";
|
|
379
|
-
readonly type: "function";
|
|
380
225
|
}, {
|
|
226
|
+
readonly type: "function";
|
|
227
|
+
readonly name: "toDiesel";
|
|
381
228
|
readonly inputs: readonly [{
|
|
382
|
-
readonly internalType: "uint256";
|
|
383
229
|
readonly name: "amount";
|
|
384
230
|
readonly type: "uint256";
|
|
231
|
+
readonly internalType: "uint256";
|
|
385
232
|
}];
|
|
386
|
-
readonly name: "toDiesel";
|
|
387
233
|
readonly outputs: readonly [{
|
|
388
|
-
readonly internalType: "uint256";
|
|
389
234
|
readonly name: "";
|
|
390
235
|
readonly type: "uint256";
|
|
236
|
+
readonly internalType: "uint256";
|
|
391
237
|
}];
|
|
392
238
|
readonly stateMutability: "view";
|
|
393
|
-
readonly type: "function";
|
|
394
239
|
}, {
|
|
395
|
-
readonly
|
|
240
|
+
readonly type: "function";
|
|
396
241
|
readonly name: "totalBorrowed";
|
|
242
|
+
readonly inputs: readonly [];
|
|
397
243
|
readonly outputs: readonly [{
|
|
398
|
-
readonly internalType: "uint256";
|
|
399
244
|
readonly name: "";
|
|
400
245
|
readonly type: "uint256";
|
|
246
|
+
readonly internalType: "uint256";
|
|
401
247
|
}];
|
|
402
248
|
readonly stateMutability: "view";
|
|
403
|
-
readonly type: "function";
|
|
404
249
|
}, {
|
|
405
|
-
readonly
|
|
250
|
+
readonly type: "function";
|
|
406
251
|
readonly name: "underlyingToken";
|
|
252
|
+
readonly inputs: readonly [];
|
|
407
253
|
readonly outputs: readonly [{
|
|
408
|
-
readonly internalType: "address";
|
|
409
254
|
readonly name: "";
|
|
410
255
|
readonly type: "address";
|
|
256
|
+
readonly internalType: "address";
|
|
411
257
|
}];
|
|
412
258
|
readonly stateMutability: "view";
|
|
413
|
-
readonly type: "function";
|
|
414
259
|
}, {
|
|
415
|
-
readonly
|
|
260
|
+
readonly type: "function";
|
|
416
261
|
readonly name: "version";
|
|
262
|
+
readonly inputs: readonly [];
|
|
417
263
|
readonly outputs: readonly [{
|
|
418
|
-
readonly internalType: "uint256";
|
|
419
264
|
readonly name: "";
|
|
420
265
|
readonly type: "uint256";
|
|
266
|
+
readonly internalType: "uint256";
|
|
421
267
|
}];
|
|
422
268
|
readonly stateMutability: "view";
|
|
423
|
-
readonly type: "function";
|
|
424
269
|
}, {
|
|
425
|
-
readonly
|
|
270
|
+
readonly type: "function";
|
|
426
271
|
readonly name: "withdrawFee";
|
|
272
|
+
readonly inputs: readonly [];
|
|
427
273
|
readonly outputs: readonly [{
|
|
428
|
-
readonly internalType: "uint256";
|
|
429
274
|
readonly name: "";
|
|
430
275
|
readonly type: "uint256";
|
|
276
|
+
readonly internalType: "uint256";
|
|
431
277
|
}];
|
|
432
278
|
readonly stateMutability: "view";
|
|
433
|
-
|
|
279
|
+
}, {
|
|
280
|
+
readonly type: "event";
|
|
281
|
+
readonly name: "AddLiquidity";
|
|
282
|
+
readonly inputs: readonly [{
|
|
283
|
+
readonly name: "sender";
|
|
284
|
+
readonly type: "address";
|
|
285
|
+
readonly indexed: true;
|
|
286
|
+
readonly internalType: "address";
|
|
287
|
+
}, {
|
|
288
|
+
readonly name: "onBehalfOf";
|
|
289
|
+
readonly type: "address";
|
|
290
|
+
readonly indexed: true;
|
|
291
|
+
readonly internalType: "address";
|
|
292
|
+
}, {
|
|
293
|
+
readonly name: "amount";
|
|
294
|
+
readonly type: "uint256";
|
|
295
|
+
readonly indexed: false;
|
|
296
|
+
readonly internalType: "uint256";
|
|
297
|
+
}, {
|
|
298
|
+
readonly name: "referralCode";
|
|
299
|
+
readonly type: "uint256";
|
|
300
|
+
readonly indexed: false;
|
|
301
|
+
readonly internalType: "uint256";
|
|
302
|
+
}];
|
|
303
|
+
readonly anonymous: false;
|
|
304
|
+
}, {
|
|
305
|
+
readonly type: "event";
|
|
306
|
+
readonly name: "Borrow";
|
|
307
|
+
readonly inputs: readonly [{
|
|
308
|
+
readonly name: "creditManager";
|
|
309
|
+
readonly type: "address";
|
|
310
|
+
readonly indexed: true;
|
|
311
|
+
readonly internalType: "address";
|
|
312
|
+
}, {
|
|
313
|
+
readonly name: "creditAccount";
|
|
314
|
+
readonly type: "address";
|
|
315
|
+
readonly indexed: true;
|
|
316
|
+
readonly internalType: "address";
|
|
317
|
+
}, {
|
|
318
|
+
readonly name: "amount";
|
|
319
|
+
readonly type: "uint256";
|
|
320
|
+
readonly indexed: false;
|
|
321
|
+
readonly internalType: "uint256";
|
|
322
|
+
}];
|
|
323
|
+
readonly anonymous: false;
|
|
324
|
+
}, {
|
|
325
|
+
readonly type: "event";
|
|
326
|
+
readonly name: "BorrowForbidden";
|
|
327
|
+
readonly inputs: readonly [{
|
|
328
|
+
readonly name: "creditManager";
|
|
329
|
+
readonly type: "address";
|
|
330
|
+
readonly indexed: true;
|
|
331
|
+
readonly internalType: "address";
|
|
332
|
+
}];
|
|
333
|
+
readonly anonymous: false;
|
|
334
|
+
}, {
|
|
335
|
+
readonly type: "event";
|
|
336
|
+
readonly name: "NewCreditManagerConnected";
|
|
337
|
+
readonly inputs: readonly [{
|
|
338
|
+
readonly name: "creditManager";
|
|
339
|
+
readonly type: "address";
|
|
340
|
+
readonly indexed: true;
|
|
341
|
+
readonly internalType: "address";
|
|
342
|
+
}];
|
|
343
|
+
readonly anonymous: false;
|
|
344
|
+
}, {
|
|
345
|
+
readonly type: "event";
|
|
346
|
+
readonly name: "NewExpectedLiquidityLimit";
|
|
347
|
+
readonly inputs: readonly [{
|
|
348
|
+
readonly name: "newLimit";
|
|
349
|
+
readonly type: "uint256";
|
|
350
|
+
readonly indexed: false;
|
|
351
|
+
readonly internalType: "uint256";
|
|
352
|
+
}];
|
|
353
|
+
readonly anonymous: false;
|
|
354
|
+
}, {
|
|
355
|
+
readonly type: "event";
|
|
356
|
+
readonly name: "NewInterestRateModel";
|
|
357
|
+
readonly inputs: readonly [{
|
|
358
|
+
readonly name: "newInterestRateModel";
|
|
359
|
+
readonly type: "address";
|
|
360
|
+
readonly indexed: true;
|
|
361
|
+
readonly internalType: "address";
|
|
362
|
+
}];
|
|
363
|
+
readonly anonymous: false;
|
|
364
|
+
}, {
|
|
365
|
+
readonly type: "event";
|
|
366
|
+
readonly name: "NewWithdrawFee";
|
|
367
|
+
readonly inputs: readonly [{
|
|
368
|
+
readonly name: "fee";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
readonly indexed: false;
|
|
371
|
+
readonly internalType: "uint256";
|
|
372
|
+
}];
|
|
373
|
+
readonly anonymous: false;
|
|
374
|
+
}, {
|
|
375
|
+
readonly type: "event";
|
|
376
|
+
readonly name: "RemoveLiquidity";
|
|
377
|
+
readonly inputs: readonly [{
|
|
378
|
+
readonly name: "sender";
|
|
379
|
+
readonly type: "address";
|
|
380
|
+
readonly indexed: true;
|
|
381
|
+
readonly internalType: "address";
|
|
382
|
+
}, {
|
|
383
|
+
readonly name: "to";
|
|
384
|
+
readonly type: "address";
|
|
385
|
+
readonly indexed: true;
|
|
386
|
+
readonly internalType: "address";
|
|
387
|
+
}, {
|
|
388
|
+
readonly name: "amount";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
readonly indexed: false;
|
|
391
|
+
readonly internalType: "uint256";
|
|
392
|
+
}];
|
|
393
|
+
readonly anonymous: false;
|
|
394
|
+
}, {
|
|
395
|
+
readonly type: "event";
|
|
396
|
+
readonly name: "Repay";
|
|
397
|
+
readonly inputs: readonly [{
|
|
398
|
+
readonly name: "creditManager";
|
|
399
|
+
readonly type: "address";
|
|
400
|
+
readonly indexed: true;
|
|
401
|
+
readonly internalType: "address";
|
|
402
|
+
}, {
|
|
403
|
+
readonly name: "borrowedAmount";
|
|
404
|
+
readonly type: "uint256";
|
|
405
|
+
readonly indexed: false;
|
|
406
|
+
readonly internalType: "uint256";
|
|
407
|
+
}, {
|
|
408
|
+
readonly name: "profit";
|
|
409
|
+
readonly type: "uint256";
|
|
410
|
+
readonly indexed: false;
|
|
411
|
+
readonly internalType: "uint256";
|
|
412
|
+
}, {
|
|
413
|
+
readonly name: "loss";
|
|
414
|
+
readonly type: "uint256";
|
|
415
|
+
readonly indexed: false;
|
|
416
|
+
readonly internalType: "uint256";
|
|
417
|
+
}];
|
|
418
|
+
readonly anonymous: false;
|
|
419
|
+
}, {
|
|
420
|
+
readonly type: "event";
|
|
421
|
+
readonly name: "UncoveredLoss";
|
|
422
|
+
readonly inputs: readonly [{
|
|
423
|
+
readonly name: "creditManager";
|
|
424
|
+
readonly type: "address";
|
|
425
|
+
readonly indexed: true;
|
|
426
|
+
readonly internalType: "address";
|
|
427
|
+
}, {
|
|
428
|
+
readonly name: "loss";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
readonly indexed: false;
|
|
431
|
+
readonly internalType: "uint256";
|
|
432
|
+
}];
|
|
433
|
+
readonly anonymous: false;
|
|
434
434
|
}];
|
|
435
435
|
static createInterface(): IPoolServiceInterface;
|
|
436
436
|
static connect(address: string, signerOrProvider: Signer | Provider): IPoolService;
|