@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
|
@@ -15,335 +15,335 @@ export declare class Errors__factory extends ContractFactory {
|
|
|
15
15
|
connect(signer: Signer): Errors__factory;
|
|
16
16
|
static readonly bytecode = "0x610a8e61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106102155760003560e01c806387f88ef411610134578063bdcb2576116100c7578063de63cd4011610096578063ebbd977f1161007b578063ebbd977f14610938578063fe32e65d14610974578063ff2a04e3146109b057600080fd5b8063de63cd40146108c0578063e7f3be0c146108fc57600080fd5b8063bdcb2576146107d0578063beea5ec21461080c578063ccbf927814610848578063d1a65a381461088457600080fd5b8063a988ac6011610103578063a988ac60146106e0578063abc3d2541461071c578063ac75713914610758578063b563b3001461079457600080fd5b806387f88ef4146105f057806394391a4a1461062c57806399a98c9914610668578063a27c0370146106a457600080fd5b80633647c9f9116101ac57806343f6e4ab1161017b57806343f6e4ab14610500578063447d8e421461053c578063532789111461057857806376d9ebb8146105b457600080fd5b80633647c9f9146104105780633df46fe51461044c5780633f3153b2146104885780634349e3d8146104c457600080fd5b80630f5ee482116101e85780630f5ee48214610320578063119427c51461035c5780632357f3621461039857806328432c22146103d457600080fd5b8063029d23441461021a5780630a2b1d3a1461026c5780630afeee97146102a85780630c9409e7146102e4575b600080fd5b6102566040518060400160405280600281526020017f4d3100000000000000000000000000000000000000000000000000000000000081525081565b60405161026391906109ec565b60405180910390f35b6102566040518060400160405280600381526020017f435231000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f525000000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f414631000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f4d3200000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f505332000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f434132000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f505333000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f574731000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f504c00000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f4d3300000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f4e4900000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f574732000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f544431000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f505330000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f414632000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f435000000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f435232000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f505331000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f544433000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f414633000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f544434000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f495000000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f574733000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f505334000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f414634000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f415031000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600281526020017f435200000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f544432000000000000000000000000000000000000000000000000000000000081525081565b6102566040518060400160405280600381526020017f434131000000000000000000000000000000000000000000000000000000000081525081565b600060208083528351808285015260005b81811015610a19578581018301518582016040015282016109fd565b5060006040828601015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f830116850101925050509291505056fea2646970667358221220e2e63073553c1bd2f25826276818268716ff6f417c7403be26db1261c98d1fe564736f6c63430008110033";
|
|
17
17
|
static readonly abi: readonly [{
|
|
18
|
-
readonly
|
|
18
|
+
readonly type: "function";
|
|
19
19
|
readonly name: "ACL_CALLER_NOT_CONFIGURATOR";
|
|
20
|
+
readonly inputs: readonly [];
|
|
20
21
|
readonly outputs: readonly [{
|
|
21
|
-
readonly internalType: "string";
|
|
22
22
|
readonly name: "";
|
|
23
23
|
readonly type: "string";
|
|
24
|
+
readonly internalType: "string";
|
|
24
25
|
}];
|
|
25
26
|
readonly stateMutability: "view";
|
|
26
|
-
readonly type: "function";
|
|
27
27
|
}, {
|
|
28
|
-
readonly
|
|
28
|
+
readonly type: "function";
|
|
29
29
|
readonly name: "ACL_CALLER_NOT_PAUSABLE_ADMIN";
|
|
30
|
+
readonly inputs: readonly [];
|
|
30
31
|
readonly outputs: readonly [{
|
|
31
|
-
readonly internalType: "string";
|
|
32
32
|
readonly name: "";
|
|
33
33
|
readonly type: "string";
|
|
34
|
+
readonly internalType: "string";
|
|
34
35
|
}];
|
|
35
36
|
readonly stateMutability: "view";
|
|
36
|
-
readonly type: "function";
|
|
37
37
|
}, {
|
|
38
|
-
readonly
|
|
38
|
+
readonly type: "function";
|
|
39
39
|
readonly name: "AF_CANT_CLOSE_CREDIT_ACCOUNT_IN_THE_SAME_BLOCK";
|
|
40
|
+
readonly inputs: readonly [];
|
|
40
41
|
readonly outputs: readonly [{
|
|
41
|
-
readonly internalType: "string";
|
|
42
42
|
readonly name: "";
|
|
43
43
|
readonly type: "string";
|
|
44
|
+
readonly internalType: "string";
|
|
44
45
|
}];
|
|
45
46
|
readonly stateMutability: "view";
|
|
46
|
-
readonly type: "function";
|
|
47
47
|
}, {
|
|
48
|
-
readonly
|
|
48
|
+
readonly type: "function";
|
|
49
49
|
readonly name: "AF_CREDIT_ACCOUNT_NOT_IN_STOCK";
|
|
50
|
+
readonly inputs: readonly [];
|
|
50
51
|
readonly outputs: readonly [{
|
|
51
|
-
readonly internalType: "string";
|
|
52
52
|
readonly name: "";
|
|
53
53
|
readonly type: "string";
|
|
54
|
+
readonly internalType: "string";
|
|
54
55
|
}];
|
|
55
56
|
readonly stateMutability: "view";
|
|
56
|
-
readonly type: "function";
|
|
57
57
|
}, {
|
|
58
|
-
readonly
|
|
58
|
+
readonly type: "function";
|
|
59
59
|
readonly name: "AF_EXTERNAL_ACCOUNTS_ARE_FORBIDDEN";
|
|
60
|
+
readonly inputs: readonly [];
|
|
60
61
|
readonly outputs: readonly [{
|
|
61
|
-
readonly internalType: "string";
|
|
62
62
|
readonly name: "";
|
|
63
63
|
readonly type: "string";
|
|
64
|
+
readonly internalType: "string";
|
|
64
65
|
}];
|
|
65
66
|
readonly stateMutability: "view";
|
|
66
|
-
readonly type: "function";
|
|
67
67
|
}, {
|
|
68
|
-
readonly
|
|
68
|
+
readonly type: "function";
|
|
69
69
|
readonly name: "AF_MINING_IS_FINISHED";
|
|
70
|
+
readonly inputs: readonly [];
|
|
70
71
|
readonly outputs: readonly [{
|
|
71
|
-
readonly internalType: "string";
|
|
72
72
|
readonly name: "";
|
|
73
73
|
readonly type: "string";
|
|
74
|
+
readonly internalType: "string";
|
|
74
75
|
}];
|
|
75
76
|
readonly stateMutability: "view";
|
|
76
|
-
readonly type: "function";
|
|
77
77
|
}, {
|
|
78
|
-
readonly
|
|
78
|
+
readonly type: "function";
|
|
79
79
|
readonly name: "AS_ADDRESS_NOT_FOUND";
|
|
80
|
+
readonly inputs: readonly [];
|
|
80
81
|
readonly outputs: readonly [{
|
|
81
|
-
readonly internalType: "string";
|
|
82
82
|
readonly name: "";
|
|
83
83
|
readonly type: "string";
|
|
84
|
+
readonly internalType: "string";
|
|
84
85
|
}];
|
|
85
86
|
readonly stateMutability: "view";
|
|
86
|
-
readonly type: "function";
|
|
87
87
|
}, {
|
|
88
|
-
readonly
|
|
88
|
+
readonly type: "function";
|
|
89
89
|
readonly name: "CA_CONNECTED_CREDIT_MANAGER_ONLY";
|
|
90
|
+
readonly inputs: readonly [];
|
|
90
91
|
readonly outputs: readonly [{
|
|
91
|
-
readonly internalType: "string";
|
|
92
92
|
readonly name: "";
|
|
93
93
|
readonly type: "string";
|
|
94
|
+
readonly internalType: "string";
|
|
94
95
|
}];
|
|
95
96
|
readonly stateMutability: "view";
|
|
96
|
-
readonly type: "function";
|
|
97
97
|
}, {
|
|
98
|
-
readonly
|
|
98
|
+
readonly type: "function";
|
|
99
99
|
readonly name: "CA_FACTORY_ONLY";
|
|
100
|
+
readonly inputs: readonly [];
|
|
100
101
|
readonly outputs: readonly [{
|
|
101
|
-
readonly internalType: "string";
|
|
102
102
|
readonly name: "";
|
|
103
103
|
readonly type: "string";
|
|
104
|
+
readonly internalType: "string";
|
|
104
105
|
}];
|
|
105
106
|
readonly stateMutability: "view";
|
|
106
|
-
readonly type: "function";
|
|
107
107
|
}, {
|
|
108
|
-
readonly
|
|
108
|
+
readonly type: "function";
|
|
109
109
|
readonly name: "CR_CREDIT_MANAGER_ALREADY_ADDED";
|
|
110
|
+
readonly inputs: readonly [];
|
|
110
111
|
readonly outputs: readonly [{
|
|
111
|
-
readonly internalType: "string";
|
|
112
112
|
readonly name: "";
|
|
113
113
|
readonly type: "string";
|
|
114
|
+
readonly internalType: "string";
|
|
114
115
|
}];
|
|
115
116
|
readonly stateMutability: "view";
|
|
116
|
-
readonly type: "function";
|
|
117
117
|
}, {
|
|
118
|
-
readonly
|
|
118
|
+
readonly type: "function";
|
|
119
119
|
readonly name: "CR_POOL_ALREADY_ADDED";
|
|
120
|
+
readonly inputs: readonly [];
|
|
120
121
|
readonly outputs: readonly [{
|
|
121
|
-
readonly internalType: "string";
|
|
122
122
|
readonly name: "";
|
|
123
123
|
readonly type: "string";
|
|
124
|
+
readonly internalType: "string";
|
|
124
125
|
}];
|
|
125
126
|
readonly stateMutability: "view";
|
|
126
|
-
readonly type: "function";
|
|
127
127
|
}, {
|
|
128
|
-
readonly
|
|
128
|
+
readonly type: "function";
|
|
129
129
|
readonly name: "INCORRECT_ARRAY_LENGTH";
|
|
130
|
+
readonly inputs: readonly [];
|
|
130
131
|
readonly outputs: readonly [{
|
|
131
|
-
readonly internalType: "string";
|
|
132
132
|
readonly name: "";
|
|
133
133
|
readonly type: "string";
|
|
134
|
+
readonly internalType: "string";
|
|
134
135
|
}];
|
|
135
136
|
readonly stateMutability: "view";
|
|
136
|
-
readonly type: "function";
|
|
137
137
|
}, {
|
|
138
|
-
readonly
|
|
138
|
+
readonly type: "function";
|
|
139
139
|
readonly name: "INCORRECT_PARAMETER";
|
|
140
|
+
readonly inputs: readonly [];
|
|
140
141
|
readonly outputs: readonly [{
|
|
141
|
-
readonly internalType: "string";
|
|
142
142
|
readonly name: "";
|
|
143
143
|
readonly type: "string";
|
|
144
|
+
readonly internalType: "string";
|
|
144
145
|
}];
|
|
145
146
|
readonly stateMutability: "view";
|
|
146
|
-
readonly type: "function";
|
|
147
147
|
}, {
|
|
148
|
-
readonly
|
|
148
|
+
readonly type: "function";
|
|
149
149
|
readonly name: "INCORRECT_PATH_LENGTH";
|
|
150
|
+
readonly inputs: readonly [];
|
|
150
151
|
readonly outputs: readonly [{
|
|
151
|
-
readonly internalType: "string";
|
|
152
152
|
readonly name: "";
|
|
153
153
|
readonly type: "string";
|
|
154
|
+
readonly internalType: "string";
|
|
154
155
|
}];
|
|
155
156
|
readonly stateMutability: "view";
|
|
156
|
-
readonly type: "function";
|
|
157
157
|
}, {
|
|
158
|
-
readonly
|
|
158
|
+
readonly type: "function";
|
|
159
159
|
readonly name: "MATH_ADDITION_OVERFLOW";
|
|
160
|
+
readonly inputs: readonly [];
|
|
160
161
|
readonly outputs: readonly [{
|
|
161
|
-
readonly internalType: "string";
|
|
162
162
|
readonly name: "";
|
|
163
163
|
readonly type: "string";
|
|
164
|
+
readonly internalType: "string";
|
|
164
165
|
}];
|
|
165
166
|
readonly stateMutability: "view";
|
|
166
|
-
readonly type: "function";
|
|
167
167
|
}, {
|
|
168
|
-
readonly
|
|
168
|
+
readonly type: "function";
|
|
169
169
|
readonly name: "MATH_DIVISION_BY_ZERO";
|
|
170
|
+
readonly inputs: readonly [];
|
|
170
171
|
readonly outputs: readonly [{
|
|
171
|
-
readonly internalType: "string";
|
|
172
172
|
readonly name: "";
|
|
173
173
|
readonly type: "string";
|
|
174
|
+
readonly internalType: "string";
|
|
174
175
|
}];
|
|
175
176
|
readonly stateMutability: "view";
|
|
176
|
-
readonly type: "function";
|
|
177
177
|
}, {
|
|
178
|
-
readonly
|
|
178
|
+
readonly type: "function";
|
|
179
179
|
readonly name: "MATH_MULTIPLICATION_OVERFLOW";
|
|
180
|
+
readonly inputs: readonly [];
|
|
180
181
|
readonly outputs: readonly [{
|
|
181
|
-
readonly internalType: "string";
|
|
182
182
|
readonly name: "";
|
|
183
183
|
readonly type: "string";
|
|
184
|
+
readonly internalType: "string";
|
|
184
185
|
}];
|
|
185
186
|
readonly stateMutability: "view";
|
|
186
|
-
readonly type: "function";
|
|
187
187
|
}, {
|
|
188
|
-
readonly
|
|
188
|
+
readonly type: "function";
|
|
189
189
|
readonly name: "NOT_IMPLEMENTED";
|
|
190
|
+
readonly inputs: readonly [];
|
|
190
191
|
readonly outputs: readonly [{
|
|
191
|
-
readonly internalType: "string";
|
|
192
192
|
readonly name: "";
|
|
193
193
|
readonly type: "string";
|
|
194
|
+
readonly internalType: "string";
|
|
194
195
|
}];
|
|
195
196
|
readonly stateMutability: "view";
|
|
196
|
-
readonly type: "function";
|
|
197
197
|
}, {
|
|
198
|
-
readonly
|
|
198
|
+
readonly type: "function";
|
|
199
199
|
readonly name: "POOL_CANT_ADD_CREDIT_MANAGER_TWICE";
|
|
200
|
+
readonly inputs: readonly [];
|
|
200
201
|
readonly outputs: readonly [{
|
|
201
|
-
readonly internalType: "string";
|
|
202
202
|
readonly name: "";
|
|
203
203
|
readonly type: "string";
|
|
204
|
+
readonly internalType: "string";
|
|
204
205
|
}];
|
|
205
206
|
readonly stateMutability: "view";
|
|
206
|
-
readonly type: "function";
|
|
207
207
|
}, {
|
|
208
|
-
readonly
|
|
208
|
+
readonly type: "function";
|
|
209
209
|
readonly name: "POOL_CONNECTED_CREDIT_MANAGERS_ONLY";
|
|
210
|
+
readonly inputs: readonly [];
|
|
210
211
|
readonly outputs: readonly [{
|
|
211
|
-
readonly internalType: "string";
|
|
212
212
|
readonly name: "";
|
|
213
213
|
readonly type: "string";
|
|
214
|
+
readonly internalType: "string";
|
|
214
215
|
}];
|
|
215
216
|
readonly stateMutability: "view";
|
|
216
|
-
readonly type: "function";
|
|
217
217
|
}, {
|
|
218
|
-
readonly
|
|
218
|
+
readonly type: "function";
|
|
219
219
|
readonly name: "POOL_INCOMPATIBLE_CREDIT_ACCOUNT_MANAGER";
|
|
220
|
+
readonly inputs: readonly [];
|
|
220
221
|
readonly outputs: readonly [{
|
|
221
|
-
readonly internalType: "string";
|
|
222
222
|
readonly name: "";
|
|
223
223
|
readonly type: "string";
|
|
224
|
+
readonly internalType: "string";
|
|
224
225
|
}];
|
|
225
226
|
readonly stateMutability: "view";
|
|
226
|
-
readonly type: "function";
|
|
227
227
|
}, {
|
|
228
|
-
readonly
|
|
228
|
+
readonly type: "function";
|
|
229
229
|
readonly name: "POOL_INCORRECT_WITHDRAW_FEE";
|
|
230
|
+
readonly inputs: readonly [];
|
|
230
231
|
readonly outputs: readonly [{
|
|
231
|
-
readonly internalType: "string";
|
|
232
232
|
readonly name: "";
|
|
233
233
|
readonly type: "string";
|
|
234
|
+
readonly internalType: "string";
|
|
234
235
|
}];
|
|
235
236
|
readonly stateMutability: "view";
|
|
236
|
-
readonly type: "function";
|
|
237
237
|
}, {
|
|
238
|
-
readonly
|
|
238
|
+
readonly type: "function";
|
|
239
239
|
readonly name: "POOL_MORE_THAN_EXPECTED_LIQUIDITY_LIMIT";
|
|
240
|
+
readonly inputs: readonly [];
|
|
240
241
|
readonly outputs: readonly [{
|
|
241
|
-
readonly internalType: "string";
|
|
242
242
|
readonly name: "";
|
|
243
243
|
readonly type: "string";
|
|
244
|
+
readonly internalType: "string";
|
|
244
245
|
}];
|
|
245
246
|
readonly stateMutability: "view";
|
|
246
|
-
readonly type: "function";
|
|
247
247
|
}, {
|
|
248
|
-
readonly
|
|
248
|
+
readonly type: "function";
|
|
249
249
|
readonly name: "REGISTERED_CREDIT_ACCOUNT_MANAGERS_ONLY";
|
|
250
|
+
readonly inputs: readonly [];
|
|
250
251
|
readonly outputs: readonly [{
|
|
251
|
-
readonly internalType: "string";
|
|
252
252
|
readonly name: "";
|
|
253
253
|
readonly type: "string";
|
|
254
|
+
readonly internalType: "string";
|
|
254
255
|
}];
|
|
255
256
|
readonly stateMutability: "view";
|
|
256
|
-
readonly type: "function";
|
|
257
257
|
}, {
|
|
258
|
-
readonly
|
|
258
|
+
readonly type: "function";
|
|
259
259
|
readonly name: "REGISTERED_POOLS_ONLY";
|
|
260
|
+
readonly inputs: readonly [];
|
|
260
261
|
readonly outputs: readonly [{
|
|
261
|
-
readonly internalType: "string";
|
|
262
262
|
readonly name: "";
|
|
263
263
|
readonly type: "string";
|
|
264
|
+
readonly internalType: "string";
|
|
264
265
|
}];
|
|
265
266
|
readonly stateMutability: "view";
|
|
266
|
-
readonly type: "function";
|
|
267
267
|
}, {
|
|
268
|
-
readonly
|
|
268
|
+
readonly type: "function";
|
|
269
269
|
readonly name: "TD_CONTRIBUTOR_IS_NOT_REGISTERED";
|
|
270
|
+
readonly inputs: readonly [];
|
|
270
271
|
readonly outputs: readonly [{
|
|
271
|
-
readonly internalType: "string";
|
|
272
272
|
readonly name: "";
|
|
273
273
|
readonly type: "string";
|
|
274
|
+
readonly internalType: "string";
|
|
274
275
|
}];
|
|
275
276
|
readonly stateMutability: "view";
|
|
276
|
-
readonly type: "function";
|
|
277
277
|
}, {
|
|
278
|
-
readonly
|
|
278
|
+
readonly type: "function";
|
|
279
279
|
readonly name: "TD_INCORRECT_WEIGHTS";
|
|
280
|
+
readonly inputs: readonly [];
|
|
280
281
|
readonly outputs: readonly [{
|
|
281
|
-
readonly internalType: "string";
|
|
282
282
|
readonly name: "";
|
|
283
283
|
readonly type: "string";
|
|
284
|
+
readonly internalType: "string";
|
|
284
285
|
}];
|
|
285
286
|
readonly stateMutability: "view";
|
|
286
|
-
readonly type: "function";
|
|
287
287
|
}, {
|
|
288
|
-
readonly
|
|
288
|
+
readonly type: "function";
|
|
289
289
|
readonly name: "TD_NON_ZERO_BALANCE_AFTER_DISTRIBUTION";
|
|
290
|
+
readonly inputs: readonly [];
|
|
290
291
|
readonly outputs: readonly [{
|
|
291
|
-
readonly internalType: "string";
|
|
292
292
|
readonly name: "";
|
|
293
293
|
readonly type: "string";
|
|
294
|
+
readonly internalType: "string";
|
|
294
295
|
}];
|
|
295
296
|
readonly stateMutability: "view";
|
|
296
|
-
readonly type: "function";
|
|
297
297
|
}, {
|
|
298
|
-
readonly
|
|
298
|
+
readonly type: "function";
|
|
299
299
|
readonly name: "TD_WALLET_IS_ALREADY_CONNECTED_TO_VC";
|
|
300
|
+
readonly inputs: readonly [];
|
|
300
301
|
readonly outputs: readonly [{
|
|
301
|
-
readonly internalType: "string";
|
|
302
302
|
readonly name: "";
|
|
303
303
|
readonly type: "string";
|
|
304
|
+
readonly internalType: "string";
|
|
304
305
|
}];
|
|
305
306
|
readonly stateMutability: "view";
|
|
306
|
-
readonly type: "function";
|
|
307
307
|
}, {
|
|
308
|
-
readonly
|
|
308
|
+
readonly type: "function";
|
|
309
309
|
readonly name: "WG_DESTINATION_IS_NOT_WETH_COMPATIBLE";
|
|
310
|
+
readonly inputs: readonly [];
|
|
310
311
|
readonly outputs: readonly [{
|
|
311
|
-
readonly internalType: "string";
|
|
312
312
|
readonly name: "";
|
|
313
313
|
readonly type: "string";
|
|
314
|
+
readonly internalType: "string";
|
|
314
315
|
}];
|
|
315
316
|
readonly stateMutability: "view";
|
|
316
|
-
readonly type: "function";
|
|
317
317
|
}, {
|
|
318
|
-
readonly
|
|
318
|
+
readonly type: "function";
|
|
319
319
|
readonly name: "WG_NOT_ENOUGH_FUNDS";
|
|
320
|
+
readonly inputs: readonly [];
|
|
320
321
|
readonly outputs: readonly [{
|
|
321
|
-
readonly internalType: "string";
|
|
322
322
|
readonly name: "";
|
|
323
323
|
readonly type: "string";
|
|
324
|
+
readonly internalType: "string";
|
|
324
325
|
}];
|
|
325
326
|
readonly stateMutability: "view";
|
|
326
|
-
readonly type: "function";
|
|
327
327
|
}, {
|
|
328
|
-
readonly
|
|
328
|
+
readonly type: "function";
|
|
329
329
|
readonly name: "WG_RECEIVE_IS_NOT_ALLOWED";
|
|
330
|
+
readonly inputs: readonly [];
|
|
330
331
|
readonly outputs: readonly [{
|
|
331
|
-
readonly internalType: "string";
|
|
332
332
|
readonly name: "";
|
|
333
333
|
readonly type: "string";
|
|
334
|
+
readonly internalType: "string";
|
|
334
335
|
}];
|
|
335
336
|
readonly stateMutability: "view";
|
|
336
|
-
readonly type: "function";
|
|
337
337
|
}, {
|
|
338
|
-
readonly
|
|
338
|
+
readonly type: "function";
|
|
339
339
|
readonly name: "ZERO_ADDRESS_IS_NOT_ALLOWED";
|
|
340
|
+
readonly inputs: readonly [];
|
|
340
341
|
readonly outputs: readonly [{
|
|
341
|
-
readonly internalType: "string";
|
|
342
342
|
readonly name: "";
|
|
343
343
|
readonly type: "string";
|
|
344
|
+
readonly internalType: "string";
|
|
344
345
|
}];
|
|
345
346
|
readonly stateMutability: "view";
|
|
346
|
-
readonly type: "function";
|
|
347
347
|
}];
|
|
348
348
|
static createInterface(): ErrorsInterface;
|
|
349
349
|
static connect(address: string, signerOrProvider: Signer | Provider): Errors;
|