@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,427 +15,427 @@ export declare class RedstonePriceFeed__factory extends ContractFactory {
|
|
|
15
15
|
connect(signer: Signer): RedstonePriceFeed__factory;
|
|
16
16
|
static readonly bytecode = "0x6102206040523480156200001257600080fd5b50604051620023d9380380620023d9833981016040819052620000359162000227565b60ff81161580620000495750600a8160ff16115b156200006857604051630d211b8f60e31b815260040160405180910390fd5b6000805b600a8110156200012f5760008482600a81106200008d576200008d620002e6565b60200201516001600160a01b0316146200012657600181015b600a8110156200011e578482600a8110620000c557620000c5620002e6565b60200201516001600160a01b03168582600a8110620000e857620000e8620002e6565b60200201516001600160a01b031603620001155760405163495df29160e11b815260040160405180910390fd5b600101620000a6565b508160010191505b6001016200006c565b508160ff168110156200015557604051630416f49d60e21b815260040160405180910390fd5b506001600160a01b03938416608090815260a09384528251851660c09081526020840151861660e0908152604085015187166101009081526060860151881661012090815293860151881661014052958501518716610160529084015186166101805283015185166101a0529282015184166101c0529101519091166101e05260ff1661020052620002fc565b80516001600160a01b0381168114620001fa57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b805160ff81168114620001fa57600080fd5b6000806000806101a085870312156200023f57600080fd5b6200024a85620001e2565b9350602080860151935086605f8701126200026457600080fd5b60405161014081016001600160401b03811182821017156200028a576200028a620001ff565b60405280610180880189811115620002a157600080fd5b604089015b81811015620002c857620002ba81620001e2565b8352918401918401620002a6565b50829550620002d78162000215565b94505050505092959194509250565b634e487b7160e01b600052603260045260246000fd5b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516101e05161020051611fd762000402600039600081816104f3015281816113c7015281816116be015261185901526000818161043201526109390152600081816102fa01526108de01526000818161025c01526108830152600081816103f801526108280152600081816104b401526107cd01526000818161036e015261077201526000818161021001526107170152600081816103d101526106bc0152600081816103320152610661015260008181610395015261060601526000818161029d0152610ca301526000818161051c0152610b430152611fd76000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c80638736ec47116100f9578063d62ada1111610097578063f50b2efe11610071578063f50b2efe146104de578063f90c4924146104f1578063fc0c546a14610517578063feaf968c1461053e57600080fd5b8063d62ada1114610497578063dcdacf89146104af578063e75aeec8146104d657600080fd5b8063b24ebfcc116100d3578063b24ebfcc1461041a578063bc48da9e1461042d578063bdbe420414610454578063c274583a1461048f57600080fd5b80638736ec47146103b75780638dba0538146103cc5780639e0153d4146103f357600080fd5b80634ee1a1e6116101665780635decfe37116101405780635decfe371461032d5780637284e416146103545780637ed0185f14610369578063816f444a1461039057600080fd5b80634ee1a1e6146102f557806354fd4d501461031c57806355a547d51461032557600080fd5b8063313ce567116101a2578063313ce5671461027e578063370c826b146102985780633ce142f5146102cd5780633fd0875f146102e057600080fd5b8063053f14da146101c957806309c032ba1461020b5780631ac23b3d14610257575b600080fd5b6000546101e5906fffffffffffffffffffffffffffffffff1681565b6040516fffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6102327f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610202565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b610286600881565b60405160ff9091168152602001610202565b6102bf7f000000000000000000000000000000000000000000000000000000000000000081565b604051908152602001610202565b6102866102db366004611a60565b610598565b6102e8600f81565b6040516102029190611a96565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b6102bf61012c81565b6102bf6109dc565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b61035c610b3f565b6040516102029190611afb565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b6103ca6103c5366004611b4c565b610c16565b005b6102327f000000000000000000000000000000000000000000000000000000000000000081565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b6102bf610428366004611c3c565b610da2565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b60005461047990700100000000000000000000000000000000900464ffffffffff1681565b60405164ffffffffff9091168152602001610202565b61035c610db3565b61049f600081565b6040519015158152602001610202565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b61049f600181565b6103ca6104ec366004611cd6565b610de7565b7f0000000000000000000000000000000000000000000000000000000000000000610286565b6102327f000000000000000000000000000000000000000000000000000000000000000081565b60008054604080518381526fffffffffffffffffffffffffffffffff8316602082015290810183905270010000000000000000000000000000000090910464ffffffffff166060820152608081019190915260a001610202565b600073ffffffffffffffffffffffffffffffffffffffff8216610604576040517fec459bc000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201526024015b60405180910390fd5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361065f57506000919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036106ba57506001919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361071557506002919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361077057506003919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036107cb57506004919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361082657506005919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361088157506006919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108dc57506007919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361093757506008919050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361099257506009919050565b6040517fec459bc000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201526024016105fb565b6000806109e7610e52565b905060006109f482610f87565b61ffff16905080600003610a34576040517f8552ff3c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610a3f600283611d1e565b915060005b81811015610b39576000610a5784610fda565b9050600080610a67606887611d1e565b90506000610a758236611d31565b9050803592508265ffffffffffff16600003610abd576040517f336dc9d000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b87600003610ad5578265ffffffffffff169750610b16565b878365ffffffffffff1614610b16576040517fd9d1f46500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610b208488611d1e565b9650505050508080610b3190611d44565b915050610a44565b50505090565b60607f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa158015610bac573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610bf29190810190611dc2565b604051602001610c029190611e3e565b604051602081830303815290604052905090565b6000610c2482840184611e7f565b50600054909150700100000000000000000000000000000000900464ffffffffff168111610c5157505050565b610c5a81611016565b600080547fffffffffffffffffffffff0000000000ffffffffffffffffffffffffffffffff1670010000000000000000000000000000000064ffffffffff841602178155610cc77f0000000000000000000000000000000000000000000000000000000000000000611072565b905080600003610d03576040517f53b798e200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000546fffffffffffffffffffffffffffffffff168114610d9c57610d27816110e2565b600080547fffffffffffffffffffffffffffffffff00000000000000000000000000000000166fffffffffffffffffffffffffffffffff929092169190911790556040518181527f1a15ab7124a4e1ce00837351261771caf1691cd7d85ed3a0ac3157a1ee1a38059060200160405180910390a15b50505050565b6000610dad82611188565b92915050565b60606040517f608b530700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000610df56103e883611f33565b600054909150700100000000000000000000000000000000900464ffffffffff168114610e4e576040517f13f5f29000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050565b60006602ed57011e00007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe036013581161480610eba576040517fe7764c9e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60003660291115610ef7576040517f5796f78a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd736013560006009610f30600362ffffff8516611d1e565b610f3a9190611d1e565b905036610f48600283611d1e565b1115610f80576040517fc30a7bd700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b9392505050565b600080610f95602084611d1e565b905036811115610fd1576040517f5796f78a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b36033592915050565b6000806000610fe884611193565b9092509050604e610ffa826020611d1e565b6110049084611f47565b61100e9190611d1e565b949350505050565b8042101561106557603c61102a4283611d31565b1115611062576040517f36764ab900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b61025861102a8242611d31565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106110ab576110ab611f5e565b6020026020010181815250506110c0816111ea565b6000815181106110d2576110d2611f5e565b6020026020010151915050919050565b60006fffffffffffffffffffffffffffffffff821115611184576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203160448201527f323820626974730000000000000000000000000000000000000000000000000060648201526084016105fb565b5090565b6000610dad826111f5565b6000808080806111a4604187611d1e565b905060006111bd6111b6602084611d1e565b36906112c9565b8035945090506111ce8160036112c9565b62ffffff9490941697933563ffffffff16965092945050505050565b6060610dad826112d5565b60008151600003611232576040517f9e198af900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61123b826114e1565b60006002835161124b9190611f33565b90506002835161125b9190611f8d565b6000036112b75760006112aa84611273600185611d31565b8151811061128357611283611f5e565b602002602001015185848151811061129d5761129d611f5e565b6020026020010151611529565b905061100e600282611f33565b8281815181106110d2576110d2611f5e565b6000610f808284611d31565b60606000825167ffffffffffffffff8111156112f3576112f3611bbe565b60405190808252806020026020018201604052801561131c578160200160208202803683370190505b5090506000835167ffffffffffffffff81111561133b5761133b611bbe565b604051908082528060200260200182016040528015611364578160200160208202803683370190505b5090506000845167ffffffffffffffff81111561138357611383611bbe565b6040519080825280602002602001820160405280156113b657816020015b60608152602001906001900390816113a15790505b50905060005b855181101561145b577f000000000000000000000000000000000000000000000000000000000000000060ff1667ffffffffffffffff81111561140157611401611bbe565b60405190808252806020026020018201604052801561142a578160200160208202803683370190505b5082828151811061143d5761143d611f5e565b6020026020010181905250808061145390611d44565b9150506113bc565b506000611466610e52565b9050600061147382610f87565b61ffff169050611484600283611d1e565b60405190925060005b828110156114ca5760006114a48a89898989611535565b90506114b08186611d1e565b9450826040525080806114c290611d44565b91505061148d565b506114d5848761180b565b98975050505050505050565b8051602082016020820281019150805b82811015610d9c57815b81811015611520578151815180821015611516578084528183525b50506020016114fb565b506020016114f1565b6000610f808284611d1e565b60008060008061154485611193565b909250905060008080606081600d611567611560602089611d1e565b899061195f565b6115719190611d1e565b905060006115836111b660688d611d1e565b905060006115a08361159660418f611d1e565b6111b69190611d1e565b90506115ac83826115bf565b9350826020850120945081359650611601565b604080518381526020818501810190925260009101838382377fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0019392505050565b6116128765ffffffffffff16610de7565b6116268561162160418f611d1e565b61196b565b955061163186610598565b60ff1699505050505050505060008060005b848110156117d857611656888583611a01565b909350915060005b8c518110156117c5578c818151811061167957611679611f5e565b602002602001015184036117b35760008b828151811061169b5761169b611f5e565b602002602001015190506116b481896001901b16151590565b1580156116fc57507f000000000000000000000000000000000000000000000000000000000000000060ff168d83815181106116f2576116f2611f5e565b6020026020010151105b156117ad578c828151811061171357611713611f5e565b60200260200101805180919061172890611d44565b81525050838b838151811061173f5761173f611f5e565b602002602001015160018f858151811061175b5761175b611f5e565b602002602001015161176d9190611d31565b8151811061177d5761177d611f5e565b60209081029190910101526001881b81178c83815181106117a0576117a0611f5e565b6020026020010181815250505b506117c5565b806117bd81611d44565b91505061165e565b50806117d081611d44565b915050611643565b505050816020826117e99190611d1e565b6117f39190611f47565b6117fe90604e611d1e565b9998505050505050505050565b60606000835167ffffffffffffffff81111561182957611829611bbe565b604051908082528060200260200182016040528015611852578160200160208202803683370190505b50905060ff7f00000000000000000000000000000000000000000000000000000000000000001660005b8551811015611955578185828151811061189857611898611f5e565b602002602001015110156118fe578481815181106118b8576118b8611f5e565b6020026020010151826040517f2b13aef50000000000000000000000000000000000000000000000000000000081526004016105fb929190918252602082015260400190565b600061192287838151811061191557611915611f5e565b6020026020010151610da2565b90508084838151811061193757611937611f5e565b6020908102919091010152508061194d81611d44565b91505061187c565b5090949350505050565b6000610f808284611f47565b60408051600080825260208083018085528690523685900380850135831a948401859052803560608501819052910135608084018190529193909260019060a0016020604051602081039080840390855afa1580156119ce573d6000803e3d6000fd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00151979650505050505050565b60008080611a10604e87611d1e565b90506000611a3d611a36611a25602089611d1e565b611a30886001611d1e565b9061195f565b8390611529565b90506000611a4b36836112c9565b80359960209091013598509650505050505050565b600060208284031215611a7257600080fd5b813573ffffffffffffffffffffffffffffffffffffffff81168114610f8057600080fd5b6020810160138310611ad1577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60005b83811015611af2578181015183820152602001611ada565b50506000910152565b6020815260008251806020840152611b1a816040850160208701611ad7565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b60008060208385031215611b5f57600080fd5b823567ffffffffffffffff80821115611b7757600080fd5b818501915085601f830112611b8b57600080fd5b813581811115611b9a57600080fd5b866020828501011115611bac57600080fd5b60209290920196919550909350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715611c3457611c34611bbe565b604052919050565b60006020808385031215611c4f57600080fd5b823567ffffffffffffffff80821115611c6757600080fd5b818501915085601f830112611c7b57600080fd5b813581811115611c8d57611c8d611bbe565b8060051b9150611c9e848301611bed565b8181529183018401918481019088841115611cb857600080fd5b938501935b838510156114d557843582529385019390850190611cbd565b600060208284031215611ce857600080fd5b5035919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115610dad57610dad611cef565b81810381811115610dad57610dad611cef565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203611d7557611d75611cef565b5060010190565b600067ffffffffffffffff821115611d9657611d96611bbe565b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b600060208284031215611dd457600080fd5b815167ffffffffffffffff811115611deb57600080fd5b8201601f81018413611dfc57600080fd5b8051611e0f611e0a82611d7c565b611bed565b818152856020838501011115611e2457600080fd5b611e35826020830160208601611ad7565b95945050505050565b60008251611e50818460208701611ad7565b7f202f205553442052656473746f6e652070726963652066656564000000000000920191825250601a01919050565b60008060408385031215611e9257600080fd5b82359150602083013567ffffffffffffffff811115611eb057600080fd5b8301601f81018513611ec157600080fd5b8035611ecf611e0a82611d7c565b818152866020838501011115611ee457600080fd5b816020840160208301376000602083830101528093505050509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082611f4257611f42611f04565b500490565b8082028115828204841417610dad57610dad611cef565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082611f9c57611f9c611f04565b50069056fea2646970667358221220f70d881468a2a162d972ba3462bec5df846412ea1fc5c3701f1d77837836302364736f6c63430008110033";
|
|
17
17
|
static readonly abi: readonly [{
|
|
18
|
+
readonly type: "constructor";
|
|
18
19
|
readonly inputs: readonly [{
|
|
19
|
-
readonly internalType: "address";
|
|
20
20
|
readonly name: "_token";
|
|
21
21
|
readonly type: "address";
|
|
22
|
+
readonly internalType: "address";
|
|
22
23
|
}, {
|
|
23
|
-
readonly internalType: "bytes32";
|
|
24
24
|
readonly name: "_dataFeedId";
|
|
25
25
|
readonly type: "bytes32";
|
|
26
|
+
readonly internalType: "bytes32";
|
|
26
27
|
}, {
|
|
27
|
-
readonly internalType: "address[10]";
|
|
28
28
|
readonly name: "_signers";
|
|
29
29
|
readonly type: "address[10]";
|
|
30
|
+
readonly internalType: "address[10]";
|
|
30
31
|
}, {
|
|
31
|
-
readonly internalType: "uint8";
|
|
32
32
|
readonly name: "signersThreshold";
|
|
33
33
|
readonly type: "uint8";
|
|
34
|
+
readonly internalType: "uint8";
|
|
34
35
|
}];
|
|
35
36
|
readonly stateMutability: "nonpayable";
|
|
36
|
-
readonly type: "constructor";
|
|
37
|
-
}, {
|
|
38
|
-
readonly inputs: readonly [];
|
|
39
|
-
readonly name: "CalldataMustHaveValidPayload";
|
|
40
|
-
readonly type: "error";
|
|
41
|
-
}, {
|
|
42
|
-
readonly inputs: readonly [];
|
|
43
|
-
readonly name: "CalldataOverOrUnderFlow";
|
|
44
|
-
readonly type: "error";
|
|
45
|
-
}, {
|
|
46
|
-
readonly inputs: readonly [];
|
|
47
|
-
readonly name: "CanNotPickMedianOfEmptyArray";
|
|
48
|
-
readonly type: "error";
|
|
49
|
-
}, {
|
|
50
|
-
readonly inputs: readonly [];
|
|
51
|
-
readonly name: "DataPackageTimestampIncorrect";
|
|
52
|
-
readonly type: "error";
|
|
53
|
-
}, {
|
|
54
|
-
readonly inputs: readonly [];
|
|
55
|
-
readonly name: "DataPackageTimestampMustNotBeZero";
|
|
56
|
-
readonly type: "error";
|
|
57
|
-
}, {
|
|
58
|
-
readonly inputs: readonly [];
|
|
59
|
-
readonly name: "DataPackageTimestampsMustBeEqual";
|
|
60
|
-
readonly type: "error";
|
|
61
|
-
}, {
|
|
62
|
-
readonly inputs: readonly [];
|
|
63
|
-
readonly name: "DuplicateSignersException";
|
|
64
|
-
readonly type: "error";
|
|
65
|
-
}, {
|
|
66
|
-
readonly inputs: readonly [];
|
|
67
|
-
readonly name: "EachSignerMustProvideTheSameValue";
|
|
68
|
-
readonly type: "error";
|
|
69
|
-
}, {
|
|
70
|
-
readonly inputs: readonly [];
|
|
71
|
-
readonly name: "EmptyCalldataPointersArr";
|
|
72
|
-
readonly type: "error";
|
|
73
|
-
}, {
|
|
74
|
-
readonly inputs: readonly [];
|
|
75
|
-
readonly name: "GetDataServiceIdNotImplemented";
|
|
76
|
-
readonly type: "error";
|
|
77
|
-
}, {
|
|
78
|
-
readonly inputs: readonly [];
|
|
79
|
-
readonly name: "IncorrectPriceException";
|
|
80
|
-
readonly type: "error";
|
|
81
|
-
}, {
|
|
82
|
-
readonly inputs: readonly [];
|
|
83
|
-
readonly name: "IncorrectSignersThresholdException";
|
|
84
|
-
readonly type: "error";
|
|
85
|
-
}, {
|
|
86
|
-
readonly inputs: readonly [];
|
|
87
|
-
readonly name: "IncorrectUnsignedMetadataSize";
|
|
88
|
-
readonly type: "error";
|
|
89
|
-
}, {
|
|
90
|
-
readonly inputs: readonly [{
|
|
91
|
-
readonly internalType: "uint256";
|
|
92
|
-
readonly name: "receivedSignersCount";
|
|
93
|
-
readonly type: "uint256";
|
|
94
|
-
}, {
|
|
95
|
-
readonly internalType: "uint256";
|
|
96
|
-
readonly name: "requiredSignersCount";
|
|
97
|
-
readonly type: "uint256";
|
|
98
|
-
}];
|
|
99
|
-
readonly name: "InsufficientNumberOfUniqueSigners";
|
|
100
|
-
readonly type: "error";
|
|
101
|
-
}, {
|
|
102
|
-
readonly inputs: readonly [];
|
|
103
|
-
readonly name: "InvalidCalldataPointer";
|
|
104
|
-
readonly type: "error";
|
|
105
|
-
}, {
|
|
106
|
-
readonly inputs: readonly [];
|
|
107
|
-
readonly name: "NotEnoughSignersException";
|
|
108
|
-
readonly type: "error";
|
|
109
|
-
}, {
|
|
110
|
-
readonly inputs: readonly [];
|
|
111
|
-
readonly name: "RedstonePayloadMustHaveAtLeastOneDataPackage";
|
|
112
|
-
readonly type: "error";
|
|
113
|
-
}, {
|
|
114
|
-
readonly inputs: readonly [];
|
|
115
|
-
readonly name: "RedstonePayloadTimestampIncorrect";
|
|
116
|
-
readonly type: "error";
|
|
117
|
-
}, {
|
|
118
|
-
readonly inputs: readonly [{
|
|
119
|
-
readonly internalType: "address";
|
|
120
|
-
readonly name: "receivedSigner";
|
|
121
|
-
readonly type: "address";
|
|
122
|
-
}];
|
|
123
|
-
readonly name: "SignerNotAuthorised";
|
|
124
|
-
readonly type: "error";
|
|
125
|
-
}, {
|
|
126
|
-
readonly anonymous: false;
|
|
127
|
-
readonly inputs: readonly [{
|
|
128
|
-
readonly indexed: false;
|
|
129
|
-
readonly internalType: "uint256";
|
|
130
|
-
readonly name: "price";
|
|
131
|
-
readonly type: "uint256";
|
|
132
|
-
}];
|
|
133
|
-
readonly name: "UpdatePrice";
|
|
134
|
-
readonly type: "event";
|
|
135
37
|
}, {
|
|
38
|
+
readonly type: "function";
|
|
39
|
+
readonly name: "aggregateValues";
|
|
136
40
|
readonly inputs: readonly [{
|
|
137
|
-
readonly internalType: "uint256[]";
|
|
138
41
|
readonly name: "values";
|
|
139
42
|
readonly type: "uint256[]";
|
|
43
|
+
readonly internalType: "uint256[]";
|
|
140
44
|
}];
|
|
141
|
-
readonly name: "aggregateValues";
|
|
142
45
|
readonly outputs: readonly [{
|
|
143
|
-
readonly internalType: "uint256";
|
|
144
46
|
readonly name: "";
|
|
145
47
|
readonly type: "uint256";
|
|
48
|
+
readonly internalType: "uint256";
|
|
146
49
|
}];
|
|
147
50
|
readonly stateMutability: "view";
|
|
148
|
-
readonly type: "function";
|
|
149
51
|
}, {
|
|
150
|
-
readonly
|
|
52
|
+
readonly type: "function";
|
|
151
53
|
readonly name: "dataFeedId";
|
|
54
|
+
readonly inputs: readonly [];
|
|
152
55
|
readonly outputs: readonly [{
|
|
153
|
-
readonly internalType: "bytes32";
|
|
154
56
|
readonly name: "";
|
|
155
57
|
readonly type: "bytes32";
|
|
58
|
+
readonly internalType: "bytes32";
|
|
156
59
|
}];
|
|
157
60
|
readonly stateMutability: "view";
|
|
158
|
-
readonly type: "function";
|
|
159
61
|
}, {
|
|
160
|
-
readonly
|
|
62
|
+
readonly type: "function";
|
|
161
63
|
readonly name: "decimals";
|
|
64
|
+
readonly inputs: readonly [];
|
|
162
65
|
readonly outputs: readonly [{
|
|
163
|
-
readonly internalType: "uint8";
|
|
164
66
|
readonly name: "";
|
|
165
67
|
readonly type: "uint8";
|
|
68
|
+
readonly internalType: "uint8";
|
|
166
69
|
}];
|
|
167
70
|
readonly stateMutability: "view";
|
|
168
|
-
readonly type: "function";
|
|
169
71
|
}, {
|
|
170
|
-
readonly
|
|
72
|
+
readonly type: "function";
|
|
171
73
|
readonly name: "description";
|
|
74
|
+
readonly inputs: readonly [];
|
|
172
75
|
readonly outputs: readonly [{
|
|
173
|
-
readonly internalType: "string";
|
|
174
76
|
readonly name: "";
|
|
175
77
|
readonly type: "string";
|
|
78
|
+
readonly internalType: "string";
|
|
176
79
|
}];
|
|
177
80
|
readonly stateMutability: "view";
|
|
178
|
-
readonly type: "function";
|
|
179
81
|
}, {
|
|
180
|
-
readonly
|
|
82
|
+
readonly type: "function";
|
|
181
83
|
readonly name: "extractTimestampsAndAssertAllAreEqual";
|
|
84
|
+
readonly inputs: readonly [];
|
|
182
85
|
readonly outputs: readonly [{
|
|
183
|
-
readonly internalType: "uint256";
|
|
184
86
|
readonly name: "extractedTimestamp";
|
|
185
87
|
readonly type: "uint256";
|
|
88
|
+
readonly internalType: "uint256";
|
|
186
89
|
}];
|
|
187
90
|
readonly stateMutability: "pure";
|
|
188
|
-
readonly type: "function";
|
|
189
91
|
}, {
|
|
92
|
+
readonly type: "function";
|
|
93
|
+
readonly name: "getAuthorisedSignerIndex";
|
|
190
94
|
readonly inputs: readonly [{
|
|
191
|
-
readonly internalType: "address";
|
|
192
95
|
readonly name: "signerAddress";
|
|
193
96
|
readonly type: "address";
|
|
97
|
+
readonly internalType: "address";
|
|
194
98
|
}];
|
|
195
|
-
readonly name: "getAuthorisedSignerIndex";
|
|
196
99
|
readonly outputs: readonly [{
|
|
197
|
-
readonly internalType: "uint8";
|
|
198
100
|
readonly name: "";
|
|
199
101
|
readonly type: "uint8";
|
|
102
|
+
readonly internalType: "uint8";
|
|
200
103
|
}];
|
|
201
104
|
readonly stateMutability: "view";
|
|
202
|
-
readonly type: "function";
|
|
203
105
|
}, {
|
|
204
|
-
readonly
|
|
106
|
+
readonly type: "function";
|
|
205
107
|
readonly name: "getDataServiceId";
|
|
108
|
+
readonly inputs: readonly [];
|
|
206
109
|
readonly outputs: readonly [{
|
|
207
|
-
readonly internalType: "string";
|
|
208
110
|
readonly name: "";
|
|
209
111
|
readonly type: "string";
|
|
112
|
+
readonly internalType: "string";
|
|
210
113
|
}];
|
|
211
114
|
readonly stateMutability: "view";
|
|
212
|
-
readonly type: "function";
|
|
213
115
|
}, {
|
|
214
|
-
readonly
|
|
116
|
+
readonly type: "function";
|
|
215
117
|
readonly name: "getUniqueSignersThreshold";
|
|
118
|
+
readonly inputs: readonly [];
|
|
216
119
|
readonly outputs: readonly [{
|
|
217
|
-
readonly internalType: "uint8";
|
|
218
120
|
readonly name: "";
|
|
219
121
|
readonly type: "uint8";
|
|
122
|
+
readonly internalType: "uint8";
|
|
220
123
|
}];
|
|
221
124
|
readonly stateMutability: "view";
|
|
222
|
-
readonly type: "function";
|
|
223
125
|
}, {
|
|
224
|
-
readonly
|
|
126
|
+
readonly type: "function";
|
|
225
127
|
readonly name: "lastPayloadTimestamp";
|
|
128
|
+
readonly inputs: readonly [];
|
|
226
129
|
readonly outputs: readonly [{
|
|
227
|
-
readonly internalType: "uint40";
|
|
228
130
|
readonly name: "";
|
|
229
131
|
readonly type: "uint40";
|
|
132
|
+
readonly internalType: "uint40";
|
|
230
133
|
}];
|
|
231
134
|
readonly stateMutability: "view";
|
|
232
|
-
readonly type: "function";
|
|
233
135
|
}, {
|
|
234
|
-
readonly
|
|
136
|
+
readonly type: "function";
|
|
235
137
|
readonly name: "lastPrice";
|
|
138
|
+
readonly inputs: readonly [];
|
|
236
139
|
readonly outputs: readonly [{
|
|
237
|
-
readonly internalType: "uint128";
|
|
238
140
|
readonly name: "";
|
|
239
141
|
readonly type: "uint128";
|
|
142
|
+
readonly internalType: "uint128";
|
|
240
143
|
}];
|
|
241
144
|
readonly stateMutability: "view";
|
|
242
|
-
readonly type: "function";
|
|
243
145
|
}, {
|
|
244
|
-
readonly
|
|
146
|
+
readonly type: "function";
|
|
245
147
|
readonly name: "latestRoundData";
|
|
148
|
+
readonly inputs: readonly [];
|
|
246
149
|
readonly outputs: readonly [{
|
|
247
|
-
readonly internalType: "uint80";
|
|
248
150
|
readonly name: "";
|
|
249
151
|
readonly type: "uint80";
|
|
152
|
+
readonly internalType: "uint80";
|
|
250
153
|
}, {
|
|
251
|
-
readonly internalType: "int256";
|
|
252
154
|
readonly name: "";
|
|
253
155
|
readonly type: "int256";
|
|
156
|
+
readonly internalType: "int256";
|
|
254
157
|
}, {
|
|
255
|
-
readonly internalType: "uint256";
|
|
256
158
|
readonly name: "";
|
|
257
159
|
readonly type: "uint256";
|
|
258
|
-
}, {
|
|
259
160
|
readonly internalType: "uint256";
|
|
161
|
+
}, {
|
|
260
162
|
readonly name: "";
|
|
261
163
|
readonly type: "uint256";
|
|
164
|
+
readonly internalType: "uint256";
|
|
262
165
|
}, {
|
|
263
|
-
readonly internalType: "uint80";
|
|
264
166
|
readonly name: "";
|
|
265
167
|
readonly type: "uint80";
|
|
168
|
+
readonly internalType: "uint80";
|
|
266
169
|
}];
|
|
267
170
|
readonly stateMutability: "view";
|
|
268
|
-
readonly type: "function";
|
|
269
171
|
}, {
|
|
270
|
-
readonly
|
|
172
|
+
readonly type: "function";
|
|
271
173
|
readonly name: "priceFeedType";
|
|
174
|
+
readonly inputs: readonly [];
|
|
272
175
|
readonly outputs: readonly [{
|
|
273
|
-
readonly internalType: "enum PriceFeedType";
|
|
274
176
|
readonly name: "";
|
|
275
177
|
readonly type: "uint8";
|
|
178
|
+
readonly internalType: "enum PriceFeedType";
|
|
276
179
|
}];
|
|
277
180
|
readonly stateMutability: "view";
|
|
278
|
-
readonly type: "function";
|
|
279
181
|
}, {
|
|
280
|
-
readonly
|
|
182
|
+
readonly type: "function";
|
|
281
183
|
readonly name: "signerAddress0";
|
|
184
|
+
readonly inputs: readonly [];
|
|
282
185
|
readonly outputs: readonly [{
|
|
283
|
-
readonly internalType: "address";
|
|
284
186
|
readonly name: "";
|
|
285
187
|
readonly type: "address";
|
|
188
|
+
readonly internalType: "address";
|
|
286
189
|
}];
|
|
287
190
|
readonly stateMutability: "view";
|
|
288
|
-
readonly type: "function";
|
|
289
191
|
}, {
|
|
290
|
-
readonly
|
|
192
|
+
readonly type: "function";
|
|
291
193
|
readonly name: "signerAddress1";
|
|
194
|
+
readonly inputs: readonly [];
|
|
292
195
|
readonly outputs: readonly [{
|
|
293
|
-
readonly internalType: "address";
|
|
294
196
|
readonly name: "";
|
|
295
197
|
readonly type: "address";
|
|
198
|
+
readonly internalType: "address";
|
|
296
199
|
}];
|
|
297
200
|
readonly stateMutability: "view";
|
|
298
|
-
readonly type: "function";
|
|
299
201
|
}, {
|
|
300
|
-
readonly
|
|
202
|
+
readonly type: "function";
|
|
301
203
|
readonly name: "signerAddress2";
|
|
204
|
+
readonly inputs: readonly [];
|
|
302
205
|
readonly outputs: readonly [{
|
|
303
|
-
readonly internalType: "address";
|
|
304
206
|
readonly name: "";
|
|
305
207
|
readonly type: "address";
|
|
208
|
+
readonly internalType: "address";
|
|
306
209
|
}];
|
|
307
210
|
readonly stateMutability: "view";
|
|
308
|
-
readonly type: "function";
|
|
309
211
|
}, {
|
|
310
|
-
readonly
|
|
212
|
+
readonly type: "function";
|
|
311
213
|
readonly name: "signerAddress3";
|
|
214
|
+
readonly inputs: readonly [];
|
|
312
215
|
readonly outputs: readonly [{
|
|
313
|
-
readonly internalType: "address";
|
|
314
216
|
readonly name: "";
|
|
315
217
|
readonly type: "address";
|
|
218
|
+
readonly internalType: "address";
|
|
316
219
|
}];
|
|
317
220
|
readonly stateMutability: "view";
|
|
318
|
-
readonly type: "function";
|
|
319
221
|
}, {
|
|
320
|
-
readonly
|
|
222
|
+
readonly type: "function";
|
|
321
223
|
readonly name: "signerAddress4";
|
|
224
|
+
readonly inputs: readonly [];
|
|
322
225
|
readonly outputs: readonly [{
|
|
323
|
-
readonly internalType: "address";
|
|
324
226
|
readonly name: "";
|
|
325
227
|
readonly type: "address";
|
|
228
|
+
readonly internalType: "address";
|
|
326
229
|
}];
|
|
327
230
|
readonly stateMutability: "view";
|
|
328
|
-
readonly type: "function";
|
|
329
231
|
}, {
|
|
330
|
-
readonly
|
|
232
|
+
readonly type: "function";
|
|
331
233
|
readonly name: "signerAddress5";
|
|
234
|
+
readonly inputs: readonly [];
|
|
332
235
|
readonly outputs: readonly [{
|
|
333
|
-
readonly internalType: "address";
|
|
334
236
|
readonly name: "";
|
|
335
237
|
readonly type: "address";
|
|
238
|
+
readonly internalType: "address";
|
|
336
239
|
}];
|
|
337
240
|
readonly stateMutability: "view";
|
|
338
|
-
readonly type: "function";
|
|
339
241
|
}, {
|
|
340
|
-
readonly
|
|
242
|
+
readonly type: "function";
|
|
341
243
|
readonly name: "signerAddress6";
|
|
244
|
+
readonly inputs: readonly [];
|
|
342
245
|
readonly outputs: readonly [{
|
|
343
|
-
readonly internalType: "address";
|
|
344
246
|
readonly name: "";
|
|
345
247
|
readonly type: "address";
|
|
248
|
+
readonly internalType: "address";
|
|
346
249
|
}];
|
|
347
250
|
readonly stateMutability: "view";
|
|
348
|
-
readonly type: "function";
|
|
349
251
|
}, {
|
|
350
|
-
readonly
|
|
252
|
+
readonly type: "function";
|
|
351
253
|
readonly name: "signerAddress7";
|
|
254
|
+
readonly inputs: readonly [];
|
|
352
255
|
readonly outputs: readonly [{
|
|
353
|
-
readonly internalType: "address";
|
|
354
256
|
readonly name: "";
|
|
355
257
|
readonly type: "address";
|
|
258
|
+
readonly internalType: "address";
|
|
356
259
|
}];
|
|
357
260
|
readonly stateMutability: "view";
|
|
358
|
-
readonly type: "function";
|
|
359
261
|
}, {
|
|
360
|
-
readonly
|
|
262
|
+
readonly type: "function";
|
|
361
263
|
readonly name: "signerAddress8";
|
|
264
|
+
readonly inputs: readonly [];
|
|
362
265
|
readonly outputs: readonly [{
|
|
363
|
-
readonly internalType: "address";
|
|
364
266
|
readonly name: "";
|
|
365
267
|
readonly type: "address";
|
|
268
|
+
readonly internalType: "address";
|
|
366
269
|
}];
|
|
367
270
|
readonly stateMutability: "view";
|
|
368
|
-
readonly type: "function";
|
|
369
271
|
}, {
|
|
370
|
-
readonly
|
|
272
|
+
readonly type: "function";
|
|
371
273
|
readonly name: "signerAddress9";
|
|
274
|
+
readonly inputs: readonly [];
|
|
372
275
|
readonly outputs: readonly [{
|
|
373
|
-
readonly internalType: "address";
|
|
374
276
|
readonly name: "";
|
|
375
277
|
readonly type: "address";
|
|
278
|
+
readonly internalType: "address";
|
|
376
279
|
}];
|
|
377
280
|
readonly stateMutability: "view";
|
|
378
|
-
readonly type: "function";
|
|
379
281
|
}, {
|
|
380
|
-
readonly
|
|
282
|
+
readonly type: "function";
|
|
381
283
|
readonly name: "skipPriceCheck";
|
|
284
|
+
readonly inputs: readonly [];
|
|
382
285
|
readonly outputs: readonly [{
|
|
383
|
-
readonly internalType: "bool";
|
|
384
286
|
readonly name: "";
|
|
385
287
|
readonly type: "bool";
|
|
288
|
+
readonly internalType: "bool";
|
|
386
289
|
}];
|
|
387
290
|
readonly stateMutability: "view";
|
|
388
|
-
readonly type: "function";
|
|
389
291
|
}, {
|
|
390
|
-
readonly
|
|
292
|
+
readonly type: "function";
|
|
391
293
|
readonly name: "token";
|
|
294
|
+
readonly inputs: readonly [];
|
|
392
295
|
readonly outputs: readonly [{
|
|
393
|
-
readonly internalType: "address";
|
|
394
296
|
readonly name: "";
|
|
395
297
|
readonly type: "address";
|
|
298
|
+
readonly internalType: "address";
|
|
396
299
|
}];
|
|
397
300
|
readonly stateMutability: "view";
|
|
398
|
-
readonly type: "function";
|
|
399
301
|
}, {
|
|
400
|
-
readonly
|
|
302
|
+
readonly type: "function";
|
|
401
303
|
readonly name: "updatable";
|
|
304
|
+
readonly inputs: readonly [];
|
|
402
305
|
readonly outputs: readonly [{
|
|
403
|
-
readonly internalType: "bool";
|
|
404
306
|
readonly name: "";
|
|
405
307
|
readonly type: "bool";
|
|
308
|
+
readonly internalType: "bool";
|
|
406
309
|
}];
|
|
407
310
|
readonly stateMutability: "view";
|
|
408
|
-
readonly type: "function";
|
|
409
311
|
}, {
|
|
312
|
+
readonly type: "function";
|
|
313
|
+
readonly name: "updatePrice";
|
|
410
314
|
readonly inputs: readonly [{
|
|
411
|
-
readonly internalType: "bytes";
|
|
412
315
|
readonly name: "data";
|
|
413
316
|
readonly type: "bytes";
|
|
317
|
+
readonly internalType: "bytes";
|
|
414
318
|
}];
|
|
415
|
-
readonly name: "updatePrice";
|
|
416
319
|
readonly outputs: readonly [];
|
|
417
320
|
readonly stateMutability: "nonpayable";
|
|
418
|
-
readonly type: "function";
|
|
419
321
|
}, {
|
|
322
|
+
readonly type: "function";
|
|
323
|
+
readonly name: "validateTimestamp";
|
|
420
324
|
readonly inputs: readonly [{
|
|
421
|
-
readonly internalType: "uint256";
|
|
422
325
|
readonly name: "receivedTimestampMilliseconds";
|
|
423
326
|
readonly type: "uint256";
|
|
327
|
+
readonly internalType: "uint256";
|
|
424
328
|
}];
|
|
425
|
-
readonly name: "validateTimestamp";
|
|
426
329
|
readonly outputs: readonly [];
|
|
427
330
|
readonly stateMutability: "view";
|
|
428
|
-
readonly type: "function";
|
|
429
331
|
}, {
|
|
430
|
-
readonly
|
|
332
|
+
readonly type: "function";
|
|
431
333
|
readonly name: "version";
|
|
334
|
+
readonly inputs: readonly [];
|
|
432
335
|
readonly outputs: readonly [{
|
|
433
|
-
readonly internalType: "uint256";
|
|
434
336
|
readonly name: "";
|
|
435
337
|
readonly type: "uint256";
|
|
338
|
+
readonly internalType: "uint256";
|
|
436
339
|
}];
|
|
437
340
|
readonly stateMutability: "view";
|
|
438
|
-
|
|
341
|
+
}, {
|
|
342
|
+
readonly type: "event";
|
|
343
|
+
readonly name: "UpdatePrice";
|
|
344
|
+
readonly inputs: readonly [{
|
|
345
|
+
readonly name: "price";
|
|
346
|
+
readonly type: "uint256";
|
|
347
|
+
readonly indexed: false;
|
|
348
|
+
readonly internalType: "uint256";
|
|
349
|
+
}];
|
|
350
|
+
readonly anonymous: false;
|
|
351
|
+
}, {
|
|
352
|
+
readonly type: "error";
|
|
353
|
+
readonly name: "CalldataMustHaveValidPayload";
|
|
354
|
+
readonly inputs: readonly [];
|
|
355
|
+
}, {
|
|
356
|
+
readonly type: "error";
|
|
357
|
+
readonly name: "CalldataOverOrUnderFlow";
|
|
358
|
+
readonly inputs: readonly [];
|
|
359
|
+
}, {
|
|
360
|
+
readonly type: "error";
|
|
361
|
+
readonly name: "CanNotPickMedianOfEmptyArray";
|
|
362
|
+
readonly inputs: readonly [];
|
|
363
|
+
}, {
|
|
364
|
+
readonly type: "error";
|
|
365
|
+
readonly name: "DataPackageTimestampIncorrect";
|
|
366
|
+
readonly inputs: readonly [];
|
|
367
|
+
}, {
|
|
368
|
+
readonly type: "error";
|
|
369
|
+
readonly name: "DataPackageTimestampMustNotBeZero";
|
|
370
|
+
readonly inputs: readonly [];
|
|
371
|
+
}, {
|
|
372
|
+
readonly type: "error";
|
|
373
|
+
readonly name: "DataPackageTimestampsMustBeEqual";
|
|
374
|
+
readonly inputs: readonly [];
|
|
375
|
+
}, {
|
|
376
|
+
readonly type: "error";
|
|
377
|
+
readonly name: "DuplicateSignersException";
|
|
378
|
+
readonly inputs: readonly [];
|
|
379
|
+
}, {
|
|
380
|
+
readonly type: "error";
|
|
381
|
+
readonly name: "EachSignerMustProvideTheSameValue";
|
|
382
|
+
readonly inputs: readonly [];
|
|
383
|
+
}, {
|
|
384
|
+
readonly type: "error";
|
|
385
|
+
readonly name: "EmptyCalldataPointersArr";
|
|
386
|
+
readonly inputs: readonly [];
|
|
387
|
+
}, {
|
|
388
|
+
readonly type: "error";
|
|
389
|
+
readonly name: "GetDataServiceIdNotImplemented";
|
|
390
|
+
readonly inputs: readonly [];
|
|
391
|
+
}, {
|
|
392
|
+
readonly type: "error";
|
|
393
|
+
readonly name: "IncorrectPriceException";
|
|
394
|
+
readonly inputs: readonly [];
|
|
395
|
+
}, {
|
|
396
|
+
readonly type: "error";
|
|
397
|
+
readonly name: "IncorrectSignersThresholdException";
|
|
398
|
+
readonly inputs: readonly [];
|
|
399
|
+
}, {
|
|
400
|
+
readonly type: "error";
|
|
401
|
+
readonly name: "IncorrectUnsignedMetadataSize";
|
|
402
|
+
readonly inputs: readonly [];
|
|
403
|
+
}, {
|
|
404
|
+
readonly type: "error";
|
|
405
|
+
readonly name: "InsufficientNumberOfUniqueSigners";
|
|
406
|
+
readonly inputs: readonly [{
|
|
407
|
+
readonly name: "receivedSignersCount";
|
|
408
|
+
readonly type: "uint256";
|
|
409
|
+
readonly internalType: "uint256";
|
|
410
|
+
}, {
|
|
411
|
+
readonly name: "requiredSignersCount";
|
|
412
|
+
readonly type: "uint256";
|
|
413
|
+
readonly internalType: "uint256";
|
|
414
|
+
}];
|
|
415
|
+
}, {
|
|
416
|
+
readonly type: "error";
|
|
417
|
+
readonly name: "InvalidCalldataPointer";
|
|
418
|
+
readonly inputs: readonly [];
|
|
419
|
+
}, {
|
|
420
|
+
readonly type: "error";
|
|
421
|
+
readonly name: "NotEnoughSignersException";
|
|
422
|
+
readonly inputs: readonly [];
|
|
423
|
+
}, {
|
|
424
|
+
readonly type: "error";
|
|
425
|
+
readonly name: "RedstonePayloadMustHaveAtLeastOneDataPackage";
|
|
426
|
+
readonly inputs: readonly [];
|
|
427
|
+
}, {
|
|
428
|
+
readonly type: "error";
|
|
429
|
+
readonly name: "RedstonePayloadTimestampIncorrect";
|
|
430
|
+
readonly inputs: readonly [];
|
|
431
|
+
}, {
|
|
432
|
+
readonly type: "error";
|
|
433
|
+
readonly name: "SignerNotAuthorised";
|
|
434
|
+
readonly inputs: readonly [{
|
|
435
|
+
readonly name: "receivedSigner";
|
|
436
|
+
readonly type: "address";
|
|
437
|
+
readonly internalType: "address";
|
|
438
|
+
}];
|
|
439
439
|
}];
|
|
440
440
|
static createInterface(): RedstonePriceFeedInterface;
|
|
441
441
|
static connect(address: string, signerOrProvider: Signer | Provider): RedstonePriceFeed;
|