@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,547 +3,547 @@ import type { Provider } from "@ethersproject/providers";
|
|
|
3
3
|
import type { ICreditFacadeV3, ICreditFacadeV3Interface } from "../../ICreditFacadeV3.sol/ICreditFacadeV3";
|
|
4
4
|
export declare class ICreditFacadeV3__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
|
-
readonly
|
|
7
|
-
readonly inputs: readonly [{
|
|
8
|
-
readonly indexed: true;
|
|
9
|
-
readonly internalType: "address";
|
|
10
|
-
readonly name: "creditAccount";
|
|
11
|
-
readonly type: "address";
|
|
12
|
-
}, {
|
|
13
|
-
readonly indexed: true;
|
|
14
|
-
readonly internalType: "address";
|
|
15
|
-
readonly name: "token";
|
|
16
|
-
readonly type: "address";
|
|
17
|
-
}, {
|
|
18
|
-
readonly indexed: false;
|
|
19
|
-
readonly internalType: "uint256";
|
|
20
|
-
readonly name: "amount";
|
|
21
|
-
readonly type: "uint256";
|
|
22
|
-
}];
|
|
23
|
-
readonly name: "AddCollateral";
|
|
24
|
-
readonly type: "event";
|
|
25
|
-
}, {
|
|
26
|
-
readonly anonymous: false;
|
|
27
|
-
readonly inputs: readonly [{
|
|
28
|
-
readonly indexed: true;
|
|
29
|
-
readonly internalType: "address";
|
|
30
|
-
readonly name: "creditAccount";
|
|
31
|
-
readonly type: "address";
|
|
32
|
-
}, {
|
|
33
|
-
readonly indexed: true;
|
|
34
|
-
readonly internalType: "address";
|
|
35
|
-
readonly name: "borrower";
|
|
36
|
-
readonly type: "address";
|
|
37
|
-
}];
|
|
38
|
-
readonly name: "CloseCreditAccount";
|
|
39
|
-
readonly type: "event";
|
|
40
|
-
}, {
|
|
41
|
-
readonly anonymous: false;
|
|
42
|
-
readonly inputs: readonly [{
|
|
43
|
-
readonly indexed: true;
|
|
44
|
-
readonly internalType: "address";
|
|
45
|
-
readonly name: "creditAccount";
|
|
46
|
-
readonly type: "address";
|
|
47
|
-
}, {
|
|
48
|
-
readonly indexed: false;
|
|
49
|
-
readonly internalType: "uint256";
|
|
50
|
-
readonly name: "amount";
|
|
51
|
-
readonly type: "uint256";
|
|
52
|
-
}];
|
|
53
|
-
readonly name: "DecreaseDebt";
|
|
54
|
-
readonly type: "event";
|
|
55
|
-
}, {
|
|
56
|
-
readonly anonymous: false;
|
|
57
|
-
readonly inputs: readonly [{
|
|
58
|
-
readonly indexed: true;
|
|
59
|
-
readonly internalType: "address";
|
|
60
|
-
readonly name: "creditAccount";
|
|
61
|
-
readonly type: "address";
|
|
62
|
-
}, {
|
|
63
|
-
readonly indexed: true;
|
|
64
|
-
readonly internalType: "address";
|
|
65
|
-
readonly name: "targetContract";
|
|
66
|
-
readonly type: "address";
|
|
67
|
-
}];
|
|
68
|
-
readonly name: "Execute";
|
|
69
|
-
readonly type: "event";
|
|
70
|
-
}, {
|
|
71
|
-
readonly anonymous: false;
|
|
72
|
-
readonly inputs: readonly [];
|
|
73
|
-
readonly name: "FinishMultiCall";
|
|
74
|
-
readonly type: "event";
|
|
75
|
-
}, {
|
|
76
|
-
readonly anonymous: false;
|
|
77
|
-
readonly inputs: readonly [{
|
|
78
|
-
readonly indexed: true;
|
|
79
|
-
readonly internalType: "address";
|
|
80
|
-
readonly name: "creditAccount";
|
|
81
|
-
readonly type: "address";
|
|
82
|
-
}, {
|
|
83
|
-
readonly indexed: false;
|
|
84
|
-
readonly internalType: "uint256";
|
|
85
|
-
readonly name: "amount";
|
|
86
|
-
readonly type: "uint256";
|
|
87
|
-
}];
|
|
88
|
-
readonly name: "IncreaseDebt";
|
|
89
|
-
readonly type: "event";
|
|
90
|
-
}, {
|
|
91
|
-
readonly anonymous: false;
|
|
92
|
-
readonly inputs: readonly [{
|
|
93
|
-
readonly indexed: true;
|
|
94
|
-
readonly internalType: "address";
|
|
95
|
-
readonly name: "creditAccount";
|
|
96
|
-
readonly type: "address";
|
|
97
|
-
}, {
|
|
98
|
-
readonly indexed: true;
|
|
99
|
-
readonly internalType: "address";
|
|
100
|
-
readonly name: "liquidator";
|
|
101
|
-
readonly type: "address";
|
|
102
|
-
}, {
|
|
103
|
-
readonly indexed: false;
|
|
104
|
-
readonly internalType: "address";
|
|
105
|
-
readonly name: "to";
|
|
106
|
-
readonly type: "address";
|
|
107
|
-
}, {
|
|
108
|
-
readonly indexed: false;
|
|
109
|
-
readonly internalType: "uint256";
|
|
110
|
-
readonly name: "remainingFunds";
|
|
111
|
-
readonly type: "uint256";
|
|
112
|
-
}];
|
|
113
|
-
readonly name: "LiquidateCreditAccount";
|
|
114
|
-
readonly type: "event";
|
|
115
|
-
}, {
|
|
116
|
-
readonly anonymous: false;
|
|
117
|
-
readonly inputs: readonly [{
|
|
118
|
-
readonly indexed: true;
|
|
119
|
-
readonly internalType: "address";
|
|
120
|
-
readonly name: "creditAccount";
|
|
121
|
-
readonly type: "address";
|
|
122
|
-
}, {
|
|
123
|
-
readonly indexed: true;
|
|
124
|
-
readonly internalType: "address";
|
|
125
|
-
readonly name: "onBehalfOf";
|
|
126
|
-
readonly type: "address";
|
|
127
|
-
}, {
|
|
128
|
-
readonly indexed: true;
|
|
129
|
-
readonly internalType: "address";
|
|
130
|
-
readonly name: "caller";
|
|
131
|
-
readonly type: "address";
|
|
132
|
-
}, {
|
|
133
|
-
readonly indexed: false;
|
|
134
|
-
readonly internalType: "uint256";
|
|
135
|
-
readonly name: "referralCode";
|
|
136
|
-
readonly type: "uint256";
|
|
137
|
-
}];
|
|
138
|
-
readonly name: "OpenCreditAccount";
|
|
139
|
-
readonly type: "event";
|
|
140
|
-
}, {
|
|
141
|
-
readonly anonymous: false;
|
|
142
|
-
readonly inputs: readonly [{
|
|
143
|
-
readonly indexed: true;
|
|
144
|
-
readonly internalType: "address";
|
|
145
|
-
readonly name: "creditAccount";
|
|
146
|
-
readonly type: "address";
|
|
147
|
-
}, {
|
|
148
|
-
readonly indexed: true;
|
|
149
|
-
readonly internalType: "address";
|
|
150
|
-
readonly name: "caller";
|
|
151
|
-
readonly type: "address";
|
|
152
|
-
}];
|
|
153
|
-
readonly name: "StartMultiCall";
|
|
154
|
-
readonly type: "event";
|
|
155
|
-
}, {
|
|
156
|
-
readonly anonymous: false;
|
|
157
|
-
readonly inputs: readonly [{
|
|
158
|
-
readonly indexed: true;
|
|
159
|
-
readonly internalType: "address";
|
|
160
|
-
readonly name: "creditAccount";
|
|
161
|
-
readonly type: "address";
|
|
162
|
-
}, {
|
|
163
|
-
readonly indexed: true;
|
|
164
|
-
readonly internalType: "address";
|
|
165
|
-
readonly name: "token";
|
|
166
|
-
readonly type: "address";
|
|
167
|
-
}, {
|
|
168
|
-
readonly indexed: false;
|
|
169
|
-
readonly internalType: "uint256";
|
|
170
|
-
readonly name: "amount";
|
|
171
|
-
readonly type: "uint256";
|
|
172
|
-
}, {
|
|
173
|
-
readonly indexed: false;
|
|
174
|
-
readonly internalType: "address";
|
|
175
|
-
readonly name: "to";
|
|
176
|
-
readonly type: "address";
|
|
177
|
-
}];
|
|
178
|
-
readonly name: "WithdrawCollateral";
|
|
179
|
-
readonly type: "event";
|
|
180
|
-
}, {
|
|
181
|
-
readonly inputs: readonly [];
|
|
6
|
+
readonly type: "function";
|
|
182
7
|
readonly name: "botList";
|
|
8
|
+
readonly inputs: readonly [];
|
|
183
9
|
readonly outputs: readonly [{
|
|
184
|
-
readonly internalType: "address";
|
|
185
10
|
readonly name: "";
|
|
186
11
|
readonly type: "address";
|
|
12
|
+
readonly internalType: "address";
|
|
187
13
|
}];
|
|
188
14
|
readonly stateMutability: "view";
|
|
189
|
-
readonly type: "function";
|
|
190
15
|
}, {
|
|
16
|
+
readonly type: "function";
|
|
17
|
+
readonly name: "botMulticall";
|
|
191
18
|
readonly inputs: readonly [{
|
|
192
|
-
readonly internalType: "address";
|
|
193
19
|
readonly name: "creditAccount";
|
|
194
20
|
readonly type: "address";
|
|
21
|
+
readonly internalType: "address";
|
|
195
22
|
}, {
|
|
23
|
+
readonly name: "calls";
|
|
24
|
+
readonly type: "tuple[]";
|
|
25
|
+
readonly internalType: "struct MultiCall[]";
|
|
196
26
|
readonly components: readonly [{
|
|
197
|
-
readonly internalType: "address";
|
|
198
27
|
readonly name: "target";
|
|
199
28
|
readonly type: "address";
|
|
29
|
+
readonly internalType: "address";
|
|
200
30
|
}, {
|
|
201
|
-
readonly internalType: "bytes";
|
|
202
31
|
readonly name: "callData";
|
|
203
32
|
readonly type: "bytes";
|
|
33
|
+
readonly internalType: "bytes";
|
|
204
34
|
}];
|
|
205
|
-
readonly internalType: "struct MultiCall[]";
|
|
206
|
-
readonly name: "calls";
|
|
207
|
-
readonly type: "tuple[]";
|
|
208
35
|
}];
|
|
209
|
-
readonly name: "botMulticall";
|
|
210
36
|
readonly outputs: readonly [];
|
|
211
37
|
readonly stateMutability: "nonpayable";
|
|
212
|
-
readonly type: "function";
|
|
213
38
|
}, {
|
|
39
|
+
readonly type: "function";
|
|
40
|
+
readonly name: "canLiquidateWhilePaused";
|
|
214
41
|
readonly inputs: readonly [{
|
|
215
|
-
readonly internalType: "address";
|
|
216
42
|
readonly name: "";
|
|
217
43
|
readonly type: "address";
|
|
44
|
+
readonly internalType: "address";
|
|
218
45
|
}];
|
|
219
|
-
readonly name: "canLiquidateWhilePaused";
|
|
220
46
|
readonly outputs: readonly [{
|
|
221
|
-
readonly internalType: "bool";
|
|
222
47
|
readonly name: "";
|
|
223
48
|
readonly type: "bool";
|
|
49
|
+
readonly internalType: "bool";
|
|
224
50
|
}];
|
|
225
51
|
readonly stateMutability: "view";
|
|
226
|
-
readonly type: "function";
|
|
227
52
|
}, {
|
|
53
|
+
readonly type: "function";
|
|
54
|
+
readonly name: "closeCreditAccount";
|
|
228
55
|
readonly inputs: readonly [{
|
|
229
|
-
readonly internalType: "address";
|
|
230
56
|
readonly name: "creditAccount";
|
|
231
57
|
readonly type: "address";
|
|
58
|
+
readonly internalType: "address";
|
|
232
59
|
}, {
|
|
60
|
+
readonly name: "calls";
|
|
61
|
+
readonly type: "tuple[]";
|
|
62
|
+
readonly internalType: "struct MultiCall[]";
|
|
233
63
|
readonly components: readonly [{
|
|
234
|
-
readonly internalType: "address";
|
|
235
64
|
readonly name: "target";
|
|
236
65
|
readonly type: "address";
|
|
66
|
+
readonly internalType: "address";
|
|
237
67
|
}, {
|
|
238
|
-
readonly internalType: "bytes";
|
|
239
68
|
readonly name: "callData";
|
|
240
69
|
readonly type: "bytes";
|
|
70
|
+
readonly internalType: "bytes";
|
|
241
71
|
}];
|
|
242
|
-
readonly internalType: "struct MultiCall[]";
|
|
243
|
-
readonly name: "calls";
|
|
244
|
-
readonly type: "tuple[]";
|
|
245
72
|
}];
|
|
246
|
-
readonly name: "closeCreditAccount";
|
|
247
73
|
readonly outputs: readonly [];
|
|
248
74
|
readonly stateMutability: "payable";
|
|
249
|
-
readonly type: "function";
|
|
250
75
|
}, {
|
|
251
|
-
readonly
|
|
76
|
+
readonly type: "function";
|
|
252
77
|
readonly name: "creditManager";
|
|
78
|
+
readonly inputs: readonly [];
|
|
253
79
|
readonly outputs: readonly [{
|
|
254
|
-
readonly internalType: "address";
|
|
255
80
|
readonly name: "";
|
|
256
81
|
readonly type: "address";
|
|
82
|
+
readonly internalType: "address";
|
|
257
83
|
}];
|
|
258
84
|
readonly stateMutability: "view";
|
|
259
|
-
readonly type: "function";
|
|
260
85
|
}, {
|
|
261
|
-
readonly
|
|
86
|
+
readonly type: "function";
|
|
262
87
|
readonly name: "debtLimits";
|
|
88
|
+
readonly inputs: readonly [];
|
|
263
89
|
readonly outputs: readonly [{
|
|
264
|
-
readonly internalType: "uint128";
|
|
265
90
|
readonly name: "minDebt";
|
|
266
91
|
readonly type: "uint128";
|
|
267
|
-
}, {
|
|
268
92
|
readonly internalType: "uint128";
|
|
93
|
+
}, {
|
|
269
94
|
readonly name: "maxDebt";
|
|
270
95
|
readonly type: "uint128";
|
|
96
|
+
readonly internalType: "uint128";
|
|
271
97
|
}];
|
|
272
98
|
readonly stateMutability: "view";
|
|
273
|
-
readonly type: "function";
|
|
274
99
|
}, {
|
|
275
|
-
readonly
|
|
100
|
+
readonly type: "function";
|
|
276
101
|
readonly name: "degenNFT";
|
|
102
|
+
readonly inputs: readonly [];
|
|
277
103
|
readonly outputs: readonly [{
|
|
278
|
-
readonly internalType: "address";
|
|
279
104
|
readonly name: "";
|
|
280
105
|
readonly type: "address";
|
|
106
|
+
readonly internalType: "address";
|
|
281
107
|
}];
|
|
282
108
|
readonly stateMutability: "view";
|
|
283
|
-
readonly type: "function";
|
|
284
109
|
}, {
|
|
285
|
-
readonly
|
|
110
|
+
readonly type: "function";
|
|
286
111
|
readonly name: "expirable";
|
|
112
|
+
readonly inputs: readonly [];
|
|
287
113
|
readonly outputs: readonly [{
|
|
288
|
-
readonly internalType: "bool";
|
|
289
114
|
readonly name: "";
|
|
290
115
|
readonly type: "bool";
|
|
116
|
+
readonly internalType: "bool";
|
|
291
117
|
}];
|
|
292
118
|
readonly stateMutability: "view";
|
|
293
|
-
readonly type: "function";
|
|
294
119
|
}, {
|
|
295
|
-
readonly
|
|
120
|
+
readonly type: "function";
|
|
296
121
|
readonly name: "expirationDate";
|
|
122
|
+
readonly inputs: readonly [];
|
|
297
123
|
readonly outputs: readonly [{
|
|
298
|
-
readonly internalType: "uint40";
|
|
299
124
|
readonly name: "";
|
|
300
125
|
readonly type: "uint40";
|
|
126
|
+
readonly internalType: "uint40";
|
|
301
127
|
}];
|
|
302
128
|
readonly stateMutability: "view";
|
|
303
|
-
readonly type: "function";
|
|
304
129
|
}, {
|
|
305
|
-
readonly
|
|
130
|
+
readonly type: "function";
|
|
306
131
|
readonly name: "forbiddenTokenMask";
|
|
132
|
+
readonly inputs: readonly [];
|
|
307
133
|
readonly outputs: readonly [{
|
|
308
|
-
readonly internalType: "uint256";
|
|
309
134
|
readonly name: "";
|
|
310
135
|
readonly type: "uint256";
|
|
136
|
+
readonly internalType: "uint256";
|
|
311
137
|
}];
|
|
312
138
|
readonly stateMutability: "view";
|
|
313
|
-
readonly type: "function";
|
|
314
139
|
}, {
|
|
140
|
+
readonly type: "function";
|
|
141
|
+
readonly name: "liquidateCreditAccount";
|
|
315
142
|
readonly inputs: readonly [{
|
|
316
|
-
readonly internalType: "address";
|
|
317
143
|
readonly name: "creditAccount";
|
|
318
144
|
readonly type: "address";
|
|
319
|
-
}, {
|
|
320
145
|
readonly internalType: "address";
|
|
146
|
+
}, {
|
|
321
147
|
readonly name: "to";
|
|
322
148
|
readonly type: "address";
|
|
149
|
+
readonly internalType: "address";
|
|
323
150
|
}, {
|
|
151
|
+
readonly name: "calls";
|
|
152
|
+
readonly type: "tuple[]";
|
|
153
|
+
readonly internalType: "struct MultiCall[]";
|
|
324
154
|
readonly components: readonly [{
|
|
325
|
-
readonly internalType: "address";
|
|
326
155
|
readonly name: "target";
|
|
327
156
|
readonly type: "address";
|
|
157
|
+
readonly internalType: "address";
|
|
328
158
|
}, {
|
|
329
|
-
readonly internalType: "bytes";
|
|
330
159
|
readonly name: "callData";
|
|
331
160
|
readonly type: "bytes";
|
|
161
|
+
readonly internalType: "bytes";
|
|
332
162
|
}];
|
|
333
|
-
readonly internalType: "struct MultiCall[]";
|
|
334
|
-
readonly name: "calls";
|
|
335
|
-
readonly type: "tuple[]";
|
|
336
163
|
}];
|
|
337
|
-
readonly name: "liquidateCreditAccount";
|
|
338
164
|
readonly outputs: readonly [];
|
|
339
165
|
readonly stateMutability: "nonpayable";
|
|
340
|
-
readonly type: "function";
|
|
341
166
|
}, {
|
|
342
|
-
readonly
|
|
167
|
+
readonly type: "function";
|
|
343
168
|
readonly name: "lossParams";
|
|
169
|
+
readonly inputs: readonly [];
|
|
344
170
|
readonly outputs: readonly [{
|
|
345
|
-
readonly internalType: "uint128";
|
|
346
171
|
readonly name: "currentCumulativeLoss";
|
|
347
172
|
readonly type: "uint128";
|
|
348
|
-
}, {
|
|
349
173
|
readonly internalType: "uint128";
|
|
174
|
+
}, {
|
|
350
175
|
readonly name: "maxCumulativeLoss";
|
|
351
176
|
readonly type: "uint128";
|
|
177
|
+
readonly internalType: "uint128";
|
|
352
178
|
}];
|
|
353
179
|
readonly stateMutability: "view";
|
|
354
|
-
readonly type: "function";
|
|
355
180
|
}, {
|
|
356
|
-
readonly
|
|
181
|
+
readonly type: "function";
|
|
357
182
|
readonly name: "maxDebtPerBlockMultiplier";
|
|
183
|
+
readonly inputs: readonly [];
|
|
358
184
|
readonly outputs: readonly [{
|
|
359
|
-
readonly internalType: "uint8";
|
|
360
185
|
readonly name: "";
|
|
361
186
|
readonly type: "uint8";
|
|
187
|
+
readonly internalType: "uint8";
|
|
362
188
|
}];
|
|
363
189
|
readonly stateMutability: "view";
|
|
364
|
-
readonly type: "function";
|
|
365
190
|
}, {
|
|
366
|
-
readonly
|
|
191
|
+
readonly type: "function";
|
|
367
192
|
readonly name: "maxQuotaMultiplier";
|
|
193
|
+
readonly inputs: readonly [];
|
|
368
194
|
readonly outputs: readonly [{
|
|
369
|
-
readonly internalType: "uint256";
|
|
370
195
|
readonly name: "";
|
|
371
196
|
readonly type: "uint256";
|
|
197
|
+
readonly internalType: "uint256";
|
|
372
198
|
}];
|
|
373
199
|
readonly stateMutability: "view";
|
|
374
|
-
readonly type: "function";
|
|
375
200
|
}, {
|
|
201
|
+
readonly type: "function";
|
|
202
|
+
readonly name: "multicall";
|
|
376
203
|
readonly inputs: readonly [{
|
|
377
|
-
readonly internalType: "address";
|
|
378
204
|
readonly name: "creditAccount";
|
|
379
205
|
readonly type: "address";
|
|
206
|
+
readonly internalType: "address";
|
|
380
207
|
}, {
|
|
208
|
+
readonly name: "calls";
|
|
209
|
+
readonly type: "tuple[]";
|
|
210
|
+
readonly internalType: "struct MultiCall[]";
|
|
381
211
|
readonly components: readonly [{
|
|
382
|
-
readonly internalType: "address";
|
|
383
212
|
readonly name: "target";
|
|
384
213
|
readonly type: "address";
|
|
214
|
+
readonly internalType: "address";
|
|
385
215
|
}, {
|
|
386
|
-
readonly internalType: "bytes";
|
|
387
216
|
readonly name: "callData";
|
|
388
217
|
readonly type: "bytes";
|
|
218
|
+
readonly internalType: "bytes";
|
|
389
219
|
}];
|
|
390
|
-
readonly internalType: "struct MultiCall[]";
|
|
391
|
-
readonly name: "calls";
|
|
392
|
-
readonly type: "tuple[]";
|
|
393
220
|
}];
|
|
394
|
-
readonly name: "multicall";
|
|
395
221
|
readonly outputs: readonly [];
|
|
396
222
|
readonly stateMutability: "payable";
|
|
397
|
-
readonly type: "function";
|
|
398
223
|
}, {
|
|
224
|
+
readonly type: "function";
|
|
225
|
+
readonly name: "openCreditAccount";
|
|
399
226
|
readonly inputs: readonly [{
|
|
400
|
-
readonly internalType: "address";
|
|
401
227
|
readonly name: "onBehalfOf";
|
|
402
228
|
readonly type: "address";
|
|
229
|
+
readonly internalType: "address";
|
|
403
230
|
}, {
|
|
231
|
+
readonly name: "calls";
|
|
232
|
+
readonly type: "tuple[]";
|
|
233
|
+
readonly internalType: "struct MultiCall[]";
|
|
404
234
|
readonly components: readonly [{
|
|
405
|
-
readonly internalType: "address";
|
|
406
235
|
readonly name: "target";
|
|
407
236
|
readonly type: "address";
|
|
237
|
+
readonly internalType: "address";
|
|
408
238
|
}, {
|
|
409
|
-
readonly internalType: "bytes";
|
|
410
239
|
readonly name: "callData";
|
|
411
240
|
readonly type: "bytes";
|
|
241
|
+
readonly internalType: "bytes";
|
|
412
242
|
}];
|
|
413
|
-
readonly internalType: "struct MultiCall[]";
|
|
414
|
-
readonly name: "calls";
|
|
415
|
-
readonly type: "tuple[]";
|
|
416
243
|
}, {
|
|
417
|
-
readonly internalType: "uint256";
|
|
418
244
|
readonly name: "referralCode";
|
|
419
245
|
readonly type: "uint256";
|
|
246
|
+
readonly internalType: "uint256";
|
|
420
247
|
}];
|
|
421
|
-
readonly name: "openCreditAccount";
|
|
422
248
|
readonly outputs: readonly [{
|
|
423
|
-
readonly internalType: "address";
|
|
424
249
|
readonly name: "creditAccount";
|
|
425
250
|
readonly type: "address";
|
|
251
|
+
readonly internalType: "address";
|
|
426
252
|
}];
|
|
427
253
|
readonly stateMutability: "payable";
|
|
428
|
-
readonly type: "function";
|
|
429
254
|
}, {
|
|
255
|
+
readonly type: "function";
|
|
256
|
+
readonly name: "setBotList";
|
|
430
257
|
readonly inputs: readonly [{
|
|
431
|
-
readonly internalType: "address";
|
|
432
258
|
readonly name: "newBotList";
|
|
433
259
|
readonly type: "address";
|
|
260
|
+
readonly internalType: "address";
|
|
434
261
|
}];
|
|
435
|
-
readonly name: "setBotList";
|
|
436
262
|
readonly outputs: readonly [];
|
|
437
263
|
readonly stateMutability: "nonpayable";
|
|
438
|
-
readonly type: "function";
|
|
439
264
|
}, {
|
|
265
|
+
readonly type: "function";
|
|
266
|
+
readonly name: "setBotPermissions";
|
|
440
267
|
readonly inputs: readonly [{
|
|
441
|
-
readonly internalType: "address";
|
|
442
268
|
readonly name: "creditAccount";
|
|
443
269
|
readonly type: "address";
|
|
444
|
-
}, {
|
|
445
270
|
readonly internalType: "address";
|
|
271
|
+
}, {
|
|
446
272
|
readonly name: "bot";
|
|
447
273
|
readonly type: "address";
|
|
274
|
+
readonly internalType: "address";
|
|
448
275
|
}, {
|
|
449
|
-
readonly internalType: "uint192";
|
|
450
276
|
readonly name: "permissions";
|
|
451
277
|
readonly type: "uint192";
|
|
278
|
+
readonly internalType: "uint192";
|
|
452
279
|
}];
|
|
453
|
-
readonly name: "setBotPermissions";
|
|
454
280
|
readonly outputs: readonly [];
|
|
455
281
|
readonly stateMutability: "nonpayable";
|
|
456
|
-
readonly type: "function";
|
|
457
282
|
}, {
|
|
283
|
+
readonly type: "function";
|
|
284
|
+
readonly name: "setCumulativeLossParams";
|
|
458
285
|
readonly inputs: readonly [{
|
|
459
|
-
readonly internalType: "uint128";
|
|
460
286
|
readonly name: "newMaxCumulativeLoss";
|
|
461
287
|
readonly type: "uint128";
|
|
288
|
+
readonly internalType: "uint128";
|
|
462
289
|
}, {
|
|
463
|
-
readonly internalType: "bool";
|
|
464
290
|
readonly name: "resetCumulativeLoss";
|
|
465
291
|
readonly type: "bool";
|
|
292
|
+
readonly internalType: "bool";
|
|
466
293
|
}];
|
|
467
|
-
readonly name: "setCumulativeLossParams";
|
|
468
294
|
readonly outputs: readonly [];
|
|
469
295
|
readonly stateMutability: "nonpayable";
|
|
470
|
-
readonly type: "function";
|
|
471
296
|
}, {
|
|
297
|
+
readonly type: "function";
|
|
298
|
+
readonly name: "setDebtLimits";
|
|
472
299
|
readonly inputs: readonly [{
|
|
473
|
-
readonly internalType: "uint128";
|
|
474
300
|
readonly name: "newMinDebt";
|
|
475
301
|
readonly type: "uint128";
|
|
476
|
-
}, {
|
|
477
302
|
readonly internalType: "uint128";
|
|
303
|
+
}, {
|
|
478
304
|
readonly name: "newMaxDebt";
|
|
479
305
|
readonly type: "uint128";
|
|
306
|
+
readonly internalType: "uint128";
|
|
480
307
|
}, {
|
|
481
|
-
readonly internalType: "uint8";
|
|
482
308
|
readonly name: "newMaxDebtPerBlockMultiplier";
|
|
483
309
|
readonly type: "uint8";
|
|
310
|
+
readonly internalType: "uint8";
|
|
484
311
|
}];
|
|
485
|
-
readonly name: "setDebtLimits";
|
|
486
312
|
readonly outputs: readonly [];
|
|
487
313
|
readonly stateMutability: "nonpayable";
|
|
488
|
-
readonly type: "function";
|
|
489
314
|
}, {
|
|
315
|
+
readonly type: "function";
|
|
316
|
+
readonly name: "setEmergencyLiquidator";
|
|
490
317
|
readonly inputs: readonly [{
|
|
491
|
-
readonly internalType: "address";
|
|
492
318
|
readonly name: "liquidator";
|
|
493
319
|
readonly type: "address";
|
|
320
|
+
readonly internalType: "address";
|
|
494
321
|
}, {
|
|
495
|
-
readonly internalType: "enum AllowanceAction";
|
|
496
322
|
readonly name: "allowance";
|
|
497
323
|
readonly type: "uint8";
|
|
324
|
+
readonly internalType: "enum AllowanceAction";
|
|
498
325
|
}];
|
|
499
|
-
readonly name: "setEmergencyLiquidator";
|
|
500
326
|
readonly outputs: readonly [];
|
|
501
327
|
readonly stateMutability: "nonpayable";
|
|
502
|
-
readonly type: "function";
|
|
503
328
|
}, {
|
|
329
|
+
readonly type: "function";
|
|
330
|
+
readonly name: "setExpirationDate";
|
|
504
331
|
readonly inputs: readonly [{
|
|
505
|
-
readonly internalType: "uint40";
|
|
506
332
|
readonly name: "newExpirationDate";
|
|
507
333
|
readonly type: "uint40";
|
|
334
|
+
readonly internalType: "uint40";
|
|
508
335
|
}];
|
|
509
|
-
readonly name: "setExpirationDate";
|
|
510
336
|
readonly outputs: readonly [];
|
|
511
337
|
readonly stateMutability: "nonpayable";
|
|
512
|
-
readonly type: "function";
|
|
513
338
|
}, {
|
|
339
|
+
readonly type: "function";
|
|
340
|
+
readonly name: "setTokenAllowance";
|
|
514
341
|
readonly inputs: readonly [{
|
|
515
|
-
readonly internalType: "address";
|
|
516
342
|
readonly name: "token";
|
|
517
343
|
readonly type: "address";
|
|
344
|
+
readonly internalType: "address";
|
|
518
345
|
}, {
|
|
519
|
-
readonly internalType: "enum AllowanceAction";
|
|
520
346
|
readonly name: "allowance";
|
|
521
347
|
readonly type: "uint8";
|
|
348
|
+
readonly internalType: "enum AllowanceAction";
|
|
522
349
|
}];
|
|
523
|
-
readonly name: "setTokenAllowance";
|
|
524
350
|
readonly outputs: readonly [];
|
|
525
351
|
readonly stateMutability: "nonpayable";
|
|
526
|
-
readonly type: "function";
|
|
527
352
|
}, {
|
|
528
|
-
readonly
|
|
353
|
+
readonly type: "function";
|
|
529
354
|
readonly name: "version";
|
|
355
|
+
readonly inputs: readonly [];
|
|
530
356
|
readonly outputs: readonly [{
|
|
531
|
-
readonly internalType: "uint256";
|
|
532
357
|
readonly name: "";
|
|
533
358
|
readonly type: "uint256";
|
|
359
|
+
readonly internalType: "uint256";
|
|
534
360
|
}];
|
|
535
361
|
readonly stateMutability: "view";
|
|
536
|
-
readonly type: "function";
|
|
537
362
|
}, {
|
|
538
|
-
readonly
|
|
363
|
+
readonly type: "function";
|
|
539
364
|
readonly name: "weth";
|
|
365
|
+
readonly inputs: readonly [];
|
|
540
366
|
readonly outputs: readonly [{
|
|
541
|
-
readonly internalType: "address";
|
|
542
367
|
readonly name: "";
|
|
543
368
|
readonly type: "address";
|
|
369
|
+
readonly internalType: "address";
|
|
544
370
|
}];
|
|
545
371
|
readonly stateMutability: "view";
|
|
546
|
-
|
|
372
|
+
}, {
|
|
373
|
+
readonly type: "event";
|
|
374
|
+
readonly name: "AddCollateral";
|
|
375
|
+
readonly inputs: readonly [{
|
|
376
|
+
readonly name: "creditAccount";
|
|
377
|
+
readonly type: "address";
|
|
378
|
+
readonly indexed: true;
|
|
379
|
+
readonly internalType: "address";
|
|
380
|
+
}, {
|
|
381
|
+
readonly name: "token";
|
|
382
|
+
readonly type: "address";
|
|
383
|
+
readonly indexed: true;
|
|
384
|
+
readonly internalType: "address";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "amount";
|
|
387
|
+
readonly type: "uint256";
|
|
388
|
+
readonly indexed: false;
|
|
389
|
+
readonly internalType: "uint256";
|
|
390
|
+
}];
|
|
391
|
+
readonly anonymous: false;
|
|
392
|
+
}, {
|
|
393
|
+
readonly type: "event";
|
|
394
|
+
readonly name: "CloseCreditAccount";
|
|
395
|
+
readonly inputs: readonly [{
|
|
396
|
+
readonly name: "creditAccount";
|
|
397
|
+
readonly type: "address";
|
|
398
|
+
readonly indexed: true;
|
|
399
|
+
readonly internalType: "address";
|
|
400
|
+
}, {
|
|
401
|
+
readonly name: "borrower";
|
|
402
|
+
readonly type: "address";
|
|
403
|
+
readonly indexed: true;
|
|
404
|
+
readonly internalType: "address";
|
|
405
|
+
}];
|
|
406
|
+
readonly anonymous: false;
|
|
407
|
+
}, {
|
|
408
|
+
readonly type: "event";
|
|
409
|
+
readonly name: "DecreaseDebt";
|
|
410
|
+
readonly inputs: readonly [{
|
|
411
|
+
readonly name: "creditAccount";
|
|
412
|
+
readonly type: "address";
|
|
413
|
+
readonly indexed: true;
|
|
414
|
+
readonly internalType: "address";
|
|
415
|
+
}, {
|
|
416
|
+
readonly name: "amount";
|
|
417
|
+
readonly type: "uint256";
|
|
418
|
+
readonly indexed: false;
|
|
419
|
+
readonly internalType: "uint256";
|
|
420
|
+
}];
|
|
421
|
+
readonly anonymous: false;
|
|
422
|
+
}, {
|
|
423
|
+
readonly type: "event";
|
|
424
|
+
readonly name: "Execute";
|
|
425
|
+
readonly inputs: readonly [{
|
|
426
|
+
readonly name: "creditAccount";
|
|
427
|
+
readonly type: "address";
|
|
428
|
+
readonly indexed: true;
|
|
429
|
+
readonly internalType: "address";
|
|
430
|
+
}, {
|
|
431
|
+
readonly name: "targetContract";
|
|
432
|
+
readonly type: "address";
|
|
433
|
+
readonly indexed: true;
|
|
434
|
+
readonly internalType: "address";
|
|
435
|
+
}];
|
|
436
|
+
readonly anonymous: false;
|
|
437
|
+
}, {
|
|
438
|
+
readonly type: "event";
|
|
439
|
+
readonly name: "FinishMultiCall";
|
|
440
|
+
readonly inputs: readonly [];
|
|
441
|
+
readonly anonymous: false;
|
|
442
|
+
}, {
|
|
443
|
+
readonly type: "event";
|
|
444
|
+
readonly name: "IncreaseDebt";
|
|
445
|
+
readonly inputs: readonly [{
|
|
446
|
+
readonly name: "creditAccount";
|
|
447
|
+
readonly type: "address";
|
|
448
|
+
readonly indexed: true;
|
|
449
|
+
readonly internalType: "address";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "amount";
|
|
452
|
+
readonly type: "uint256";
|
|
453
|
+
readonly indexed: false;
|
|
454
|
+
readonly internalType: "uint256";
|
|
455
|
+
}];
|
|
456
|
+
readonly anonymous: false;
|
|
457
|
+
}, {
|
|
458
|
+
readonly type: "event";
|
|
459
|
+
readonly name: "LiquidateCreditAccount";
|
|
460
|
+
readonly inputs: readonly [{
|
|
461
|
+
readonly name: "creditAccount";
|
|
462
|
+
readonly type: "address";
|
|
463
|
+
readonly indexed: true;
|
|
464
|
+
readonly internalType: "address";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "liquidator";
|
|
467
|
+
readonly type: "address";
|
|
468
|
+
readonly indexed: true;
|
|
469
|
+
readonly internalType: "address";
|
|
470
|
+
}, {
|
|
471
|
+
readonly name: "to";
|
|
472
|
+
readonly type: "address";
|
|
473
|
+
readonly indexed: false;
|
|
474
|
+
readonly internalType: "address";
|
|
475
|
+
}, {
|
|
476
|
+
readonly name: "remainingFunds";
|
|
477
|
+
readonly type: "uint256";
|
|
478
|
+
readonly indexed: false;
|
|
479
|
+
readonly internalType: "uint256";
|
|
480
|
+
}];
|
|
481
|
+
readonly anonymous: false;
|
|
482
|
+
}, {
|
|
483
|
+
readonly type: "event";
|
|
484
|
+
readonly name: "OpenCreditAccount";
|
|
485
|
+
readonly inputs: readonly [{
|
|
486
|
+
readonly name: "creditAccount";
|
|
487
|
+
readonly type: "address";
|
|
488
|
+
readonly indexed: true;
|
|
489
|
+
readonly internalType: "address";
|
|
490
|
+
}, {
|
|
491
|
+
readonly name: "onBehalfOf";
|
|
492
|
+
readonly type: "address";
|
|
493
|
+
readonly indexed: true;
|
|
494
|
+
readonly internalType: "address";
|
|
495
|
+
}, {
|
|
496
|
+
readonly name: "caller";
|
|
497
|
+
readonly type: "address";
|
|
498
|
+
readonly indexed: true;
|
|
499
|
+
readonly internalType: "address";
|
|
500
|
+
}, {
|
|
501
|
+
readonly name: "referralCode";
|
|
502
|
+
readonly type: "uint256";
|
|
503
|
+
readonly indexed: false;
|
|
504
|
+
readonly internalType: "uint256";
|
|
505
|
+
}];
|
|
506
|
+
readonly anonymous: false;
|
|
507
|
+
}, {
|
|
508
|
+
readonly type: "event";
|
|
509
|
+
readonly name: "StartMultiCall";
|
|
510
|
+
readonly inputs: readonly [{
|
|
511
|
+
readonly name: "creditAccount";
|
|
512
|
+
readonly type: "address";
|
|
513
|
+
readonly indexed: true;
|
|
514
|
+
readonly internalType: "address";
|
|
515
|
+
}, {
|
|
516
|
+
readonly name: "caller";
|
|
517
|
+
readonly type: "address";
|
|
518
|
+
readonly indexed: true;
|
|
519
|
+
readonly internalType: "address";
|
|
520
|
+
}];
|
|
521
|
+
readonly anonymous: false;
|
|
522
|
+
}, {
|
|
523
|
+
readonly type: "event";
|
|
524
|
+
readonly name: "WithdrawCollateral";
|
|
525
|
+
readonly inputs: readonly [{
|
|
526
|
+
readonly name: "creditAccount";
|
|
527
|
+
readonly type: "address";
|
|
528
|
+
readonly indexed: true;
|
|
529
|
+
readonly internalType: "address";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "token";
|
|
532
|
+
readonly type: "address";
|
|
533
|
+
readonly indexed: true;
|
|
534
|
+
readonly internalType: "address";
|
|
535
|
+
}, {
|
|
536
|
+
readonly name: "amount";
|
|
537
|
+
readonly type: "uint256";
|
|
538
|
+
readonly indexed: false;
|
|
539
|
+
readonly internalType: "uint256";
|
|
540
|
+
}, {
|
|
541
|
+
readonly name: "to";
|
|
542
|
+
readonly type: "address";
|
|
543
|
+
readonly indexed: false;
|
|
544
|
+
readonly internalType: "address";
|
|
545
|
+
}];
|
|
546
|
+
readonly anonymous: false;
|
|
547
547
|
}];
|
|
548
548
|
static createInterface(): ICreditFacadeV3Interface;
|
|
549
549
|
static connect(address: string, signerOrProvider: Signer | Provider): ICreditFacadeV3;
|