@gearbox-protocol/sdk 0.0.61 → 0.0.64
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/contracts.js +5 -5
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -1
- package/lib/pathfinder/path.js +9 -8
- package/lib/pathfinder/priority.d.ts +1 -1
- package/lib/pathfinder/priority.js +11 -11
- package/lib/tokens/convex.d.ts +2 -1
- package/lib/tokens/convex.js +11 -11
- package/lib/tokens/curveLP.d.ts +2 -1
- package/lib/tokens/curveLP.js +7 -7
- package/lib/tokens/gear.d.ts +2 -1
- package/lib/tokens/gear.js +6 -6
- package/lib/tokens/normal.d.ts +2 -1
- package/lib/tokens/normal.js +29 -29
- package/lib/tokens/token.d.ts +0 -12
- package/lib/tokens/token.js +7 -20
- package/lib/tokens/tokenType.d.ts +12 -0
- package/lib/tokens/tokenType.js +16 -0
- package/lib/tokens/yearn.d.ts +2 -1
- package/lib/tokens/yearn.js +7 -7
- package/package.json +1 -1
- package/src/core/contracts.ts +6 -6
- package/src/index.ts +1 -0
- package/src/pathfinder/path.ts +3 -2
- package/src/pathfinder/priority.ts +1 -1
- package/src/tokens/convex.ts +2 -1
- package/src/tokens/curveLP.ts +2 -1
- package/src/tokens/gear.ts +2 -1
- package/src/tokens/normal.ts +2 -1
- package/src/tokens/token.ts +6 -19
- package/src/tokens/tokenType.ts +12 -0
- package/src/tokens/yearn.ts +2 -1
- package/lib/core/pathfinder.d.ts +0 -54
- package/lib/core/pathfinder.js +0 -612
- package/lib/core/token.d.ts +0 -104
- package/lib/core/token.js +0 -1359
- package/lib/core/tokenData.d.ts +0 -24
- package/lib/core/tokenData.js +0 -57
- package/lib/pathfinder/connector.d.ts +0 -7
- package/lib/pathfinder/connector.js +0 -78
- package/lib/pathfinder/connectorPathAsset.d.ts +0 -7
- package/lib/pathfinder/connectorPathAsset.js +0 -144
- package/lib/pathfinder/convexLPTokenPathAsset.d.ts +0 -5
- package/lib/pathfinder/convexLPTokenPathAsset.js +0 -77
- package/lib/pathfinder/curveLPPathAsset.d.ts +0 -5
- package/lib/pathfinder/curveLPPathAsset.js +0 -72
- package/lib/pathfinder/curveMetaLP.d.ts +0 -5
- package/lib/pathfinder/curveMetaLP.js +0 -72
- package/lib/pathfinder/metaCurveLPPathAsset.d.ts +0 -5
- package/lib/pathfinder/metaCurveLPPathAsset.js +0 -72
- package/lib/pathfinder/normalToken.d.ts +0 -7
- package/lib/pathfinder/normalToken.js +0 -78
- package/lib/pathfinder/normalTokenPathAsset.d.ts +0 -5
- package/lib/pathfinder/normalTokenPathAsset.js +0 -136
- package/lib/pathfinder/notes.d.ts +0 -4
- package/lib/pathfinder/notes.js +0 -58
- package/lib/pathfinder/pathfinder.d.ts +0 -24
- package/lib/pathfinder/pathfinder.js +0 -132
- package/lib/pathfinder/yearnVaultOfCurveLPPathAsset.d.ts +0 -5
- package/lib/pathfinder/yearnVaultOfCurveLPPathAsset.js +0 -87
- package/lib/pathfinder/yearnVaultOfMetaCurveLPPathAsset.d.ts +0 -5
- package/lib/pathfinder/yearnVaultOfMetaCurveLPPathAsset.js +0 -87
- package/lib/pathfinder/yearnVaultPathAsset.d.ts +0 -5
- package/lib/pathfinder/yearnVaultPathAsset.js +0 -87
- package/lib/types/ACL.d.ts +0 -491
- package/lib/types/ACLTrait.d.ts +0 -148
- package/lib/types/ACLTraitTest.d.ts +0 -209
- package/lib/types/AccountFactory.d.ts +0 -716
- package/lib/types/AccountMining.d.ts +0 -222
- package/lib/types/AddressProvider.d.ts +0 -912
- package/lib/types/AggregatorV3Interface.d.ts +0 -234
- package/lib/types/ChainlinkPriceFeedMock.d.ts +0 -215
- package/lib/types/ContractsRegister.d.ts +0 -398
- package/lib/types/CreditAccount.d.ts +0 -443
- package/lib/types/CreditFilter.d.ts +0 -1609
- package/lib/types/CreditFilterMock.d.ts +0 -1687
- package/lib/types/CreditManager.d.ts +0 -1285
- package/lib/types/CreditManagerMockForFilter.d.ts +0 -605
- package/lib/types/CreditManagerMockForPoolTest.d.ts +0 -204
- package/lib/types/CurveMock.d.ts +0 -298
- package/lib/types/CurveV1Adapter.d.ts +0 -349
- package/lib/types/DataCompressor.d.ts +0 -1331
- package/lib/types/DieselToken.d.ts +0 -567
- package/lib/types/ERC165.d.ts +0 -116
- package/lib/types/ERC20.d.ts +0 -411
- package/lib/types/ERC20BlockingMock.d.ts +0 -568
- package/lib/types/ERC721.d.ts +0 -625
- package/lib/types/Errors.d.ts +0 -1854
- package/lib/types/ExecutorMock.d.ts +0 -140
- package/lib/types/FlashLoanAttacker.d.ts +0 -170
- package/lib/types/FuzzHarness.d.ts +0 -124
- package/lib/types/GearBeta.d.ts +0 -745
- package/lib/types/GearToken.d.ts +0 -888
- package/lib/types/IAccountFactory.d.ts +0 -317
- package/lib/types/IAccountMiner.d.ts +0 -124
- package/lib/types/IAppAddressProvider.d.ts +0 -198
- package/lib/types/IAppCreditManager.d.ts +0 -408
- package/lib/types/IAppERC20.d.ts +0 -309
- package/lib/types/IAppPoolService.d.ts +0 -166
- package/lib/types/ICreditAccount.d.ts +0 -430
- package/lib/types/ICreditFilter.d.ts +0 -1162
- package/lib/types/ICreditManager.d.ts +0 -971
- package/lib/types/ICurvePool.d.ts +0 -298
- package/lib/types/IDataCompressor.d.ts +0 -1231
- package/lib/types/IERC165.d.ts +0 -116
- package/lib/types/IERC20.d.ts +0 -294
- package/lib/types/IERC721.d.ts +0 -472
- package/lib/types/IERC721Enumerable.d.ts +0 -564
- package/lib/types/IERC721Metadata.d.ts +0 -523
- package/lib/types/IERC721Receiver.d.ts +0 -132
- package/lib/types/IGearToken.d.ts +0 -527
- package/lib/types/IInterestRateModel.d.ts +0 -121
- package/lib/types/IMerkleDistributor.d.ts +0 -190
- package/lib/types/IPoolService.d.ts +0 -772
- package/lib/types/IPriceOracle.d.ts +0 -211
- package/lib/types/IQuoter.d.ts +0 -269
- package/lib/types/ISwapRouter.d.ts +0 -404
- package/lib/types/IUniswapV2Migrator.d.ts +0 -134
- package/lib/types/IUniswapV2Router01.d.ts +0 -1119
- package/lib/types/IUniswapV2Router02.d.ts +0 -1432
- package/lib/types/IUniswapV3SwapCallback.d.ts +0 -127
- package/lib/types/IWETH.d.ts +0 -169
- package/lib/types/IWETHGateway.d.ts +0 -335
- package/lib/types/IYVault.d.ts +0 -558
- package/lib/types/LeveragedActions.d.ts +0 -772
- package/lib/types/LinearInterestRateModel.d.ts +0 -279
- package/lib/types/MockPoolService.d.ts +0 -1271
- package/lib/types/Multicall2.d.ts +0 -449
- package/lib/types/Ownable.d.ts +0 -169
- package/lib/types/PathFinder.d.ts +0 -379
- package/lib/types/Pausable.d.ts +0 -105
- package/lib/types/PercentageMathTest.d.ts +0 -154
- package/lib/types/PoolService.d.ts +0 -1174
- package/lib/types/PriceOracle.d.ts +0 -387
- package/lib/types/StepVesting.d.ts +0 -411
- package/lib/types/TestPoolService.d.ts +0 -1294
- package/lib/types/TokenDistributor.d.ts +0 -640
- package/lib/types/TokenFeeMock.d.ts +0 -544
- package/lib/types/TokenMock.d.ts +0 -531
- package/lib/types/TreasuryMock.d.ts +0 -86
- package/lib/types/UniswapRouterMock.d.ts +0 -1520
- package/lib/types/UniswapV2Adapter.d.ts +0 -1463
- package/lib/types/UniswapV3Adapter.d.ts +0 -455
- package/lib/types/WETHGateway.d.ts +0 -376
- package/lib/types/WETHMock.d.ts +0 -433
- package/lib/types/WadRayMathTest.d.ts +0 -316
- package/lib/types/YearnAdapter.d.ts +0 -609
- package/lib/types/YearnMock.d.ts +0 -795
- package/lib/types/YearnPriceFeed.d.ts +0 -399
- package/lib/types/commons.d.ts +0 -16
- package/lib/types/commons.js +0 -5
- package/lib/types/contracts/support/PathFinder.d.ts +0 -154
- package/lib/types/contracts/support/PathFinder.js +0 -2
- package/lib/types/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/ClaimZapFormatter.d.ts +0 -52
- package/lib/types/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/ClaimZapFormatter.js +0 -2
- package/lib/types/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/index.d.ts +0 -1
- package/lib/types/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/index.js +0 -2
- package/lib/types/factories/ACLTraitTest__factory.d.ts +0 -52
- package/lib/types/factories/ACLTraitTest__factory.js +0 -138
- package/lib/types/factories/ACLTrait__factory.d.ts +0 -31
- package/lib/types/factories/ACLTrait__factory.js +0 -75
- package/lib/types/factories/ACL__factory.d.ts +0 -45
- package/lib/types/factories/ACL__factory.js +0 -317
- package/lib/types/factories/AccountFactory__factory.d.ts +0 -72
- package/lib/types/factories/AccountFactory__factory.js +0 -508
- package/lib/types/factories/AccountMining__factory.d.ts +0 -56
- package/lib/types/factories/AccountMining__factory.js +0 -192
- package/lib/types/factories/AddressProvider__factory.d.ts +0 -52
- package/lib/types/factories/AddressProvider__factory.js +0 -582
- package/lib/types/factories/AggregatorV3Interface__factory.d.ts +0 -22
- package/lib/types/factories/AggregatorV3Interface__factory.js +0 -133
- package/lib/types/factories/ChainlinkPriceFeedMock__factory.d.ts +0 -42
- package/lib/types/factories/ChainlinkPriceFeedMock__factory.js +0 -193
- package/lib/types/factories/ContractsRegister__factory.d.ts +0 -56
- package/lib/types/factories/ContractsRegister__factory.js +0 -310
- package/lib/types/factories/CreditAccount__factory.d.ts +0 -32
- package/lib/types/factories/CreditAccount__factory.js +0 -262
- package/lib/types/factories/CreditFilterMock__factory.d.ts +0 -56
- package/lib/types/factories/CreditFilterMock__factory.js +0 -1083
- package/lib/types/factories/CreditFilter__factory.d.ts +0 -56
- package/lib/types/factories/CreditFilter__factory.js +0 -1047
- package/lib/types/factories/CreditManagerMockForFilter__factory.d.ts +0 -38
- package/lib/types/factories/CreditManagerMockForFilter__factory.js +0 -324
- package/lib/types/factories/CreditManagerMockForPoolTest__factory.d.ts +0 -48
- package/lib/types/factories/CreditManagerMockForPoolTest__factory.js +0 -131
- package/lib/types/factories/CreditManager__factory.d.ts +0 -77
- package/lib/types/factories/CreditManager__factory.js +0 -1030
- package/lib/types/factories/CurveMock__factory.d.ts +0 -42
- package/lib/types/factories/CurveMock__factory.js +0 -210
- package/lib/types/factories/CurveV1Adapter__factory.d.ts +0 -42
- package/lib/types/factories/CurveV1Adapter__factory.js +0 -254
- package/lib/types/factories/DataCompressor__factory.d.ts +0 -71
- package/lib/types/factories/DataCompressor__factory.js +0 -944
- package/lib/types/factories/DieselToken__factory.d.ts +0 -56
- package/lib/types/factories/DieselToken__factory.js +0 -432
- package/lib/types/factories/ERC165__factory.d.ts +0 -22
- package/lib/types/factories/ERC165__factory.js +0 -41
- package/lib/types/factories/ERC20BlockingMock__factory.d.ts +0 -56
- package/lib/types/factories/ERC20BlockingMock__factory.js +0 -429
- package/lib/types/factories/ERC20__factory.d.ts +0 -56
- package/lib/types/factories/ERC20__factory.js +0 -339
- package/lib/types/factories/ERC721__factory.d.ts +0 -56
- package/lib/types/factories/ERC721__factory.js +0 -468
- package/lib/types/factories/Errors__factory.d.ts +0 -28
- package/lib/types/factories/Errors__factory.js +0 -1015
- package/lib/types/factories/ExecutorMock__factory.d.ts +0 -38
- package/lib/types/factories/ExecutorMock__factory.js +0 -103
- package/lib/types/factories/FlashLoanAttacker__factory.d.ts +0 -48
- package/lib/types/factories/FlashLoanAttacker__factory.js +0 -117
- package/lib/types/factories/FuzzHarness__factory.d.ts +0 -38
- package/lib/types/factories/FuzzHarness__factory.js +0 -92
- package/lib/types/factories/GearBeta__factory.d.ts +0 -52
- package/lib/types/factories/GearBeta__factory.js +0 -527
- package/lib/types/factories/GearToken__factory.d.ts +0 -56
- package/lib/types/factories/GearToken__factory.js +0 -708
- package/lib/types/factories/IAccountFactory__factory.d.ts +0 -35
- package/lib/types/factories/IAccountFactory__factory.js +0 -226
- package/lib/types/factories/IAccountMiner__factory.d.ts +0 -28
- package/lib/types/factories/IAccountMiner__factory.js +0 -48
- package/lib/types/factories/IAppAddressProvider__factory.d.ts +0 -18
- package/lib/types/factories/IAppAddressProvider__factory.js +0 -100
- package/lib/types/factories/IAppCreditManager__factory.d.ts +0 -42
- package/lib/types/factories/IAppCreditManager__factory.js +0 -204
- package/lib/types/factories/IAppERC20__factory.d.ts +0 -22
- package/lib/types/factories/IAppERC20__factory.js +0 -194
- package/lib/types/factories/IAppPoolService__factory.d.ts +0 -22
- package/lib/types/factories/IAppPoolService__factory.js +0 -69
- package/lib/types/factories/ICreditAccount__factory.d.ts +0 -22
- package/lib/types/factories/ICreditAccount__factory.js +0 -218
- package/lib/types/factories/ICreditFilter__factory.d.ts +0 -35
- package/lib/types/factories/ICreditFilter__factory.js +0 -700
- package/lib/types/factories/ICreditManager__factory.d.ts +0 -56
- package/lib/types/factories/ICreditManager__factory.js +0 -720
- package/lib/types/factories/ICurvePool__factory.d.ts +0 -22
- package/lib/types/factories/ICurvePool__factory.js +0 -168
- package/lib/types/factories/IDataCompressor__factory.d.ts +0 -51
- package/lib/types/factories/IDataCompressor__factory.js +0 -826
- package/lib/types/factories/IERC165__factory.d.ts +0 -22
- package/lib/types/factories/IERC165__factory.js +0 -41
- package/lib/types/factories/IERC20__factory.d.ts +0 -35
- package/lib/types/factories/IERC20__factory.js +0 -205
- package/lib/types/factories/IERC721Enumerable__factory.d.ts +0 -35
- package/lib/types/factories/IERC721Enumerable__factory.js +0 -363
- package/lib/types/factories/IERC721Metadata__factory.d.ts +0 -35
- package/lib/types/factories/IERC721Metadata__factory.js +0 -352
- package/lib/types/factories/IERC721Receiver__factory.d.ts +0 -22
- package/lib/types/factories/IERC721Receiver__factory.js +0 -56
- package/lib/types/factories/IERC721__factory.d.ts +0 -35
- package/lib/types/factories/IERC721__factory.js +0 -307
- package/lib/types/factories/IGearToken__factory.d.ts +0 -35
- package/lib/types/factories/IGearToken__factory.js +0 -342
- package/lib/types/factories/IInterestRateModel__factory.d.ts +0 -22
- package/lib/types/factories/IInterestRateModel__factory.js +0 -46
- package/lib/types/factories/IMerkleDistributor__factory.d.ts +0 -35
- package/lib/types/factories/IMerkleDistributor__factory.js +0 -109
- package/lib/types/factories/IPoolService__factory.d.ts +0 -35
- package/lib/types/factories/IPoolService__factory.js +0 -580
- package/lib/types/factories/IPriceOracle__factory.d.ts +0 -35
- package/lib/types/factories/IPriceOracle__factory.js +0 -112
- package/lib/types/factories/IQuoter__factory.d.ts +0 -22
- package/lib/types/factories/IQuoter__factory.js +0 -148
- package/lib/types/factories/ISwapRouter__factory.d.ts +0 -27
- package/lib/types/factories/ISwapRouter__factory.js +0 -236
- package/lib/types/factories/IUniswapV2Migrator__factory.d.ts +0 -18
- package/lib/types/factories/IUniswapV2Migrator__factory.js +0 -55
- package/lib/types/factories/IUniswapV2Router01__factory.d.ts +0 -22
- package/lib/types/factories/IUniswapV2Router01__factory.js +0 -771
- package/lib/types/factories/IUniswapV2Router02__factory.d.ts +0 -22
- package/lib/types/factories/IUniswapV2Router02__factory.js +0 -973
- package/lib/types/factories/IUniswapV3SwapCallback__factory.d.ts +0 -18
- package/lib/types/factories/IUniswapV3SwapCallback__factory.js +0 -45
- package/lib/types/factories/IWETHGateway__factory.d.ts +0 -18
- package/lib/types/factories/IWETHGateway__factory.js +0 -150
- package/lib/types/factories/IWETH__factory.d.ts +0 -22
- package/lib/types/factories/IWETH__factory.js +0 -66
- package/lib/types/factories/IYVault__factory.d.ts +0 -35
- package/lib/types/factories/IYVault__factory.js +0 -411
- package/lib/types/factories/LeveragedActions__factory.d.ts +0 -84
- package/lib/types/factories/LeveragedActions__factory.js +0 -569
- package/lib/types/factories/LinearInterestRateModel__factory.d.ts +0 -42
- package/lib/types/factories/LinearInterestRateModel__factory.js +0 -209
- package/lib/types/factories/MockPoolService__factory.d.ts +0 -56
- package/lib/types/factories/MockPoolService__factory.js +0 -889
- package/lib/types/factories/Multicall2__factory.d.ts +0 -52
- package/lib/types/factories/Multicall2__factory.js +0 -364
- package/lib/types/factories/Ownable__factory.d.ts +0 -42
- package/lib/types/factories/Ownable__factory.js +0 -74
- package/lib/types/factories/PathFinder__factory.d.ts +0 -61
- package/lib/types/factories/PathFinder__factory.js +0 -302
- package/lib/types/factories/Pausable__factory.d.ts +0 -31
- package/lib/types/factories/Pausable__factory.js +0 -61
- package/lib/types/factories/PercentageMathTest__factory.d.ts +0 -32
- package/lib/types/factories/PercentageMathTest__factory.js +0 -101
- package/lib/types/factories/PoolService__factory.d.ts +0 -56
- package/lib/types/factories/PoolService__factory.js +0 -873
- package/lib/types/factories/PriceOracle__factory.d.ts +0 -56
- package/lib/types/factories/PriceOracle__factory.js +0 -290
- package/lib/types/factories/StepVesting__factory.d.ts +0 -52
- package/lib/types/factories/StepVesting__factory.js +0 -296
- package/lib/types/factories/TestPoolService__factory.d.ts +0 -56
- package/lib/types/factories/TestPoolService__factory.js +0 -932
- package/lib/types/factories/TokenDistributor__factory.d.ts +0 -82
- package/lib/types/factories/TokenDistributor__factory.js +0 -481
- package/lib/types/factories/TokenFeeMock__factory.d.ts +0 -56
- package/lib/types/factories/TokenFeeMock__factory.js +0 -427
- package/lib/types/factories/TokenMock__factory.d.ts +0 -56
- package/lib/types/factories/TokenMock__factory.js +0 -409
- package/lib/types/factories/TreasuryMock__factory.d.ts +0 -35
- package/lib/types/factories/TreasuryMock__factory.js +0 -70
- package/lib/types/factories/UniswapRouterMock__factory.d.ts +0 -32
- package/lib/types/factories/UniswapRouterMock__factory.js +0 -1046
- package/lib/types/factories/UniswapV2Adapter__factory.d.ts +0 -42
- package/lib/types/factories/UniswapV2Adapter__factory.js +0 -1059
- package/lib/types/factories/UniswapV3Adapter__factory.d.ts +0 -47
- package/lib/types/factories/UniswapV3Adapter__factory.js +0 -322
- package/lib/types/factories/WETHGateway__factory.d.ts +0 -70
- package/lib/types/factories/WETHGateway__factory.js +0 -241
- package/lib/types/factories/WETHMock__factory.d.ts +0 -52
- package/lib/types/factories/WETHMock__factory.js +0 -355
- package/lib/types/factories/WadRayMathTest__factory.d.ts +0 -32
- package/lib/types/factories/WadRayMathTest__factory.js +0 -239
- package/lib/types/factories/YearnAdapter__factory.d.ts +0 -56
- package/lib/types/factories/YearnAdapter__factory.js +0 -497
- package/lib/types/factories/YearnMock__factory.d.ts +0 -56
- package/lib/types/factories/YearnMock__factory.js +0 -598
- package/lib/types/factories/YearnPriceFeed__factory.d.ts +0 -56
- package/lib/types/factories/YearnPriceFeed__factory.js +0 -350
- package/lib/types/factories/contracts/support/PathFinder__factory.d.ts +0 -63
- package/lib/types/factories/contracts/support/PathFinder__factory.js +0 -319
- package/lib/types/factories/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/ClaimZapFormatter__factory.d.ts +0 -34
- package/lib/types/factories/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/ClaimZapFormatter__factory.js +0 -124
- package/lib/types/factories/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/index.d.ts +0 -1
- package/lib/types/factories/contracts/test/mocks/integrations/ConvexClaimZapFormatter.sol/index.js +0 -8
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { Signer, ContractFactory, Overrides } from "ethers";
|
|
2
|
-
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
3
|
-
import type { Multicall2, Multicall2Interface } from "../Multicall2";
|
|
4
|
-
export declare class Multicall2__factory extends ContractFactory {
|
|
5
|
-
constructor(signer?: Signer);
|
|
6
|
-
deploy(overrides?: Overrides & {
|
|
7
|
-
from?: string | Promise<string>;
|
|
8
|
-
}): Promise<Multicall2>;
|
|
9
|
-
getDeployTransaction(overrides?: Overrides & {
|
|
10
|
-
from?: string | Promise<string>;
|
|
11
|
-
}): TransactionRequest;
|
|
12
|
-
attach(address: string): Multicall2;
|
|
13
|
-
connect(signer: Signer): Multicall2__factory;
|
|
14
|
-
static readonly bytecode = "0x608060405234801561001057600080fd5b50610eec806100206000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806372425d9d1161007157806372425d9d146101a657806386d516e8146101c4578063a8b0574e146101e2578063bce38bd714610200578063c3077fa914610230578063ee82ac5e14610262576100b4565b80630f28c97d146100b9578063252dba42146100d757806327e86d6e14610108578063399542e91461012657806342cbb15c146101585780634d2301cc14610176575b600080fd5b6100c1610292565b6040516100ce9190610c0a565b60405180910390f35b6100f160048036038101906100ec9190610802565b61029a565b6040516100ff929190610c25565b60405180910390f35b610110610406565b60405161011d9190610baf565b60405180910390f35b610140600480360381019061013b9190610843565b610412565b60405161014f93929190610c55565b60405180910390f35b610160610431565b60405161016d9190610c0a565b60405180910390f35b610190600480360381019061018b91906107d9565b610439565b60405161019d9190610c0a565b60405180910390f35b6101ae61045a565b6040516101bb9190610c0a565b60405180910390f35b6101cc610462565b6040516101d99190610c0a565b60405180910390f35b6101ea61046a565b6040516101f79190610b72565b60405180910390f35b61021a60048036038101906102159190610843565b610472565b6040516102279190610b8d565b60405180910390f35b61024a60048036038101906102459190610802565b6105fd565b60405161025993929190610c55565b60405180910390f35b61027c60048036038101906102779190610897565b610620565b6040516102899190610baf565b60405180910390f35b600042905090565b60006060439150825167ffffffffffffffff811180156102b957600080fd5b506040519080825280602002602001820160405280156102ed57816020015b60608152602001906001900390816102d85790505b50905060005b83518110156104005760008085838151811061030b57fe5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1686848151811061033957fe5b6020026020010151602001516040516103529190610b5b565b6000604051808303816000865af19150503d806000811461038f576040519150601f19603f3d011682016040523d82523d6000602084013e610394565b606091505b5091509150816103d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d090610bea565b60405180910390fd5b808484815181106103e657fe5b6020026020010181905250505080806001019150506102f3565b50915091565b60006001430340905090565b6000806060439250434091506104288585610472565b90509250925092565b600043905090565b60008173ffffffffffffffffffffffffffffffffffffffff16319050919050565b600044905090565b600045905090565b600041905090565b6060815167ffffffffffffffff8111801561048c57600080fd5b506040519080825280602002602001820160405280156104c657816020015b6104b361062b565b8152602001906001900390816104ab5790505b50905060005b82518110156105f6576000808483815181106104e457fe5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1685848151811061051257fe5b60200260200101516020015160405161052b9190610b5b565b6000604051808303816000865af19150503d8060008114610568576040519150601f19603f3d011682016040523d82523d6000602084013e61056d565b606091505b509150915085156105b957816105b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105af90610bca565b60405180910390fd5b5b60405180604001604052808315158152602001828152508484815181106105dc57fe5b6020026020010181905250505080806001019150506104cc565b5092915050565b600080606061060d600185610412565b8093508194508295505050509193909250565b600081409050919050565b6040518060400160405280600015158152602001606081525090565b600061065a61065584610cc4565b610c93565b9050808382526020820190508260005b8581101561069a57813585016106808882610760565b84526020840193506020830192505060018101905061066a565b5050509392505050565b60006106b76106b284610cf0565b610c93565b9050828152602081018484840111156106cf57600080fd5b6106da848285610e1c565b509392505050565b6000813590506106f181610e71565b92915050565b600082601f83011261070857600080fd5b8135610718848260208601610647565b91505092915050565b60008135905061073081610e88565b92915050565b600082601f83011261074757600080fd5b81356107578482602086016106a4565b91505092915050565b60006040828403121561077257600080fd5b61077c6040610c93565b9050600061078c848285016106e2565b600083015250602082013567ffffffffffffffff8111156107ac57600080fd5b6107b884828501610736565b60208301525092915050565b6000813590506107d381610e9f565b92915050565b6000602082840312156107eb57600080fd5b60006107f9848285016106e2565b91505092915050565b60006020828403121561081457600080fd5b600082013567ffffffffffffffff81111561082e57600080fd5b61083a848285016106f7565b91505092915050565b6000806040838503121561085657600080fd5b600061086485828601610721565b925050602083013567ffffffffffffffff81111561088157600080fd5b61088d858286016106f7565b9150509250929050565b6000602082840312156108a957600080fd5b60006108b7848285016107c4565b91505092915050565b60006108cc83836109ff565b905092915050565b60006108e08383610b0f565b905092915050565b6108f181610dca565b82525050565b600061090282610d40565b61090c8185610d7b565b93508360208202850161091e85610d20565b8060005b8581101561095a578484038952815161093b85826108c0565b945061094683610d61565b925060208a01995050600181019050610922565b50829750879550505050505092915050565b600061097782610d4b565b6109818185610d8c565b93508360208202850161099385610d30565b8060005b858110156109cf57848403895281516109b085826108d4565b94506109bb83610d6e565b925060208a01995050600181019050610997565b50829750879550505050505092915050565b6109ea81610ddc565b82525050565b6109f981610de8565b82525050565b6000610a0a82610d56565b610a148185610d9d565b9350610a24818560208601610e2b565b610a2d81610e60565b840191505092915050565b6000610a4382610d56565b610a4d8185610dae565b9350610a5d818560208601610e2b565b80840191505092915050565b6000610a76602183610db9565b91507f4d756c746963616c6c32206167677265676174653a2063616c6c206661696c6560008301527f64000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610adc602083610db9565b91507f4d756c746963616c6c206167677265676174653a2063616c6c206661696c65646000830152602082019050919050565b6000604083016000830151610b2760008601826109e1565b5060208301518482036020860152610b3f82826109ff565b9150508091505092915050565b610b5581610e12565b82525050565b6000610b678284610a38565b915081905092915050565b6000602082019050610b8760008301846108e8565b92915050565b60006020820190508181036000830152610ba7818461096c565b905092915050565b6000602082019050610bc460008301846109f0565b92915050565b60006020820190508181036000830152610be381610a69565b9050919050565b60006020820190508181036000830152610c0381610acf565b9050919050565b6000602082019050610c1f6000830184610b4c565b92915050565b6000604082019050610c3a6000830185610b4c565b8181036020830152610c4c81846108f7565b90509392505050565b6000606082019050610c6a6000830186610b4c565b610c7760208301856109f0565b8181036040830152610c89818461096c565b9050949350505050565b6000604051905081810181811067ffffffffffffffff82111715610cba57610cb9610e5e565b5b8060405250919050565b600067ffffffffffffffff821115610cdf57610cde610e5e565b5b602082029050602081019050919050565b600067ffffffffffffffff821115610d0b57610d0a610e5e565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b6000610dd582610df2565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015610e49578082015181840152602081019050610e2e565b83811115610e58576000848401525b50505050565bfe5b6000601f19601f8301169050919050565b610e7a81610dca565b8114610e8557600080fd5b50565b610e9181610ddc565b8114610e9c57600080fd5b50565b610ea881610e12565b8114610eb357600080fd5b5056fea264697066735822122018b10b1044742ba80841bd1eb1a590330b0c11786ed33018cb37087c19e27cc664736f6c63430007060033";
|
|
15
|
-
static readonly abi: {
|
|
16
|
-
inputs: ({
|
|
17
|
-
internalType: string;
|
|
18
|
-
name: string;
|
|
19
|
-
type: string;
|
|
20
|
-
components?: undefined;
|
|
21
|
-
} | {
|
|
22
|
-
components: {
|
|
23
|
-
internalType: string;
|
|
24
|
-
name: string;
|
|
25
|
-
type: string;
|
|
26
|
-
}[];
|
|
27
|
-
internalType: string;
|
|
28
|
-
name: string;
|
|
29
|
-
type: string;
|
|
30
|
-
})[];
|
|
31
|
-
name: string;
|
|
32
|
-
outputs: ({
|
|
33
|
-
internalType: string;
|
|
34
|
-
name: string;
|
|
35
|
-
type: string;
|
|
36
|
-
components?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
components: {
|
|
39
|
-
internalType: string;
|
|
40
|
-
name: string;
|
|
41
|
-
type: string;
|
|
42
|
-
}[];
|
|
43
|
-
internalType: string;
|
|
44
|
-
name: string;
|
|
45
|
-
type: string;
|
|
46
|
-
})[];
|
|
47
|
-
stateMutability: string;
|
|
48
|
-
type: string;
|
|
49
|
-
}[];
|
|
50
|
-
static createInterface(): Multicall2Interface;
|
|
51
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Multicall2;
|
|
52
|
-
}
|
|
@@ -1,364 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.Multicall2__factory = void 0;
|
|
22
|
-
var ethers_1 = require("ethers");
|
|
23
|
-
var _abi = [
|
|
24
|
-
{
|
|
25
|
-
inputs: [
|
|
26
|
-
{
|
|
27
|
-
components: [
|
|
28
|
-
{
|
|
29
|
-
internalType: "address",
|
|
30
|
-
name: "target",
|
|
31
|
-
type: "address",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
internalType: "bytes",
|
|
35
|
-
name: "callData",
|
|
36
|
-
type: "bytes",
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
internalType: "struct Multicall2.Call[]",
|
|
40
|
-
name: "calls",
|
|
41
|
-
type: "tuple[]",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
name: "aggregate",
|
|
45
|
-
outputs: [
|
|
46
|
-
{
|
|
47
|
-
internalType: "uint256",
|
|
48
|
-
name: "blockNumber",
|
|
49
|
-
type: "uint256",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
internalType: "bytes[]",
|
|
53
|
-
name: "returnData",
|
|
54
|
-
type: "bytes[]",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
stateMutability: "nonpayable",
|
|
58
|
-
type: "function",
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
inputs: [
|
|
62
|
-
{
|
|
63
|
-
components: [
|
|
64
|
-
{
|
|
65
|
-
internalType: "address",
|
|
66
|
-
name: "target",
|
|
67
|
-
type: "address",
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
internalType: "bytes",
|
|
71
|
-
name: "callData",
|
|
72
|
-
type: "bytes",
|
|
73
|
-
},
|
|
74
|
-
],
|
|
75
|
-
internalType: "struct Multicall2.Call[]",
|
|
76
|
-
name: "calls",
|
|
77
|
-
type: "tuple[]",
|
|
78
|
-
},
|
|
79
|
-
],
|
|
80
|
-
name: "blockAndAggregate",
|
|
81
|
-
outputs: [
|
|
82
|
-
{
|
|
83
|
-
internalType: "uint256",
|
|
84
|
-
name: "blockNumber",
|
|
85
|
-
type: "uint256",
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
internalType: "bytes32",
|
|
89
|
-
name: "blockHash",
|
|
90
|
-
type: "bytes32",
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
components: [
|
|
94
|
-
{
|
|
95
|
-
internalType: "bool",
|
|
96
|
-
name: "success",
|
|
97
|
-
type: "bool",
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
internalType: "bytes",
|
|
101
|
-
name: "returnData",
|
|
102
|
-
type: "bytes",
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
internalType: "struct Multicall2.Result[]",
|
|
106
|
-
name: "returnData",
|
|
107
|
-
type: "tuple[]",
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
stateMutability: "nonpayable",
|
|
111
|
-
type: "function",
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
inputs: [
|
|
115
|
-
{
|
|
116
|
-
internalType: "uint256",
|
|
117
|
-
name: "blockNumber",
|
|
118
|
-
type: "uint256",
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
name: "getBlockHash",
|
|
122
|
-
outputs: [
|
|
123
|
-
{
|
|
124
|
-
internalType: "bytes32",
|
|
125
|
-
name: "blockHash",
|
|
126
|
-
type: "bytes32",
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
stateMutability: "view",
|
|
130
|
-
type: "function",
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
inputs: [],
|
|
134
|
-
name: "getBlockNumber",
|
|
135
|
-
outputs: [
|
|
136
|
-
{
|
|
137
|
-
internalType: "uint256",
|
|
138
|
-
name: "blockNumber",
|
|
139
|
-
type: "uint256",
|
|
140
|
-
},
|
|
141
|
-
],
|
|
142
|
-
stateMutability: "view",
|
|
143
|
-
type: "function",
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
inputs: [],
|
|
147
|
-
name: "getCurrentBlockCoinbase",
|
|
148
|
-
outputs: [
|
|
149
|
-
{
|
|
150
|
-
internalType: "address",
|
|
151
|
-
name: "coinbase",
|
|
152
|
-
type: "address",
|
|
153
|
-
},
|
|
154
|
-
],
|
|
155
|
-
stateMutability: "view",
|
|
156
|
-
type: "function",
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
inputs: [],
|
|
160
|
-
name: "getCurrentBlockDifficulty",
|
|
161
|
-
outputs: [
|
|
162
|
-
{
|
|
163
|
-
internalType: "uint256",
|
|
164
|
-
name: "difficulty",
|
|
165
|
-
type: "uint256",
|
|
166
|
-
},
|
|
167
|
-
],
|
|
168
|
-
stateMutability: "view",
|
|
169
|
-
type: "function",
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
inputs: [],
|
|
173
|
-
name: "getCurrentBlockGasLimit",
|
|
174
|
-
outputs: [
|
|
175
|
-
{
|
|
176
|
-
internalType: "uint256",
|
|
177
|
-
name: "gaslimit",
|
|
178
|
-
type: "uint256",
|
|
179
|
-
},
|
|
180
|
-
],
|
|
181
|
-
stateMutability: "view",
|
|
182
|
-
type: "function",
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
inputs: [],
|
|
186
|
-
name: "getCurrentBlockTimestamp",
|
|
187
|
-
outputs: [
|
|
188
|
-
{
|
|
189
|
-
internalType: "uint256",
|
|
190
|
-
name: "timestamp",
|
|
191
|
-
type: "uint256",
|
|
192
|
-
},
|
|
193
|
-
],
|
|
194
|
-
stateMutability: "view",
|
|
195
|
-
type: "function",
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
inputs: [
|
|
199
|
-
{
|
|
200
|
-
internalType: "address",
|
|
201
|
-
name: "addr",
|
|
202
|
-
type: "address",
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
-
name: "getEthBalance",
|
|
206
|
-
outputs: [
|
|
207
|
-
{
|
|
208
|
-
internalType: "uint256",
|
|
209
|
-
name: "balance",
|
|
210
|
-
type: "uint256",
|
|
211
|
-
},
|
|
212
|
-
],
|
|
213
|
-
stateMutability: "view",
|
|
214
|
-
type: "function",
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
inputs: [],
|
|
218
|
-
name: "getLastBlockHash",
|
|
219
|
-
outputs: [
|
|
220
|
-
{
|
|
221
|
-
internalType: "bytes32",
|
|
222
|
-
name: "blockHash",
|
|
223
|
-
type: "bytes32",
|
|
224
|
-
},
|
|
225
|
-
],
|
|
226
|
-
stateMutability: "view",
|
|
227
|
-
type: "function",
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
inputs: [
|
|
231
|
-
{
|
|
232
|
-
internalType: "bool",
|
|
233
|
-
name: "requireSuccess",
|
|
234
|
-
type: "bool",
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
components: [
|
|
238
|
-
{
|
|
239
|
-
internalType: "address",
|
|
240
|
-
name: "target",
|
|
241
|
-
type: "address",
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
internalType: "bytes",
|
|
245
|
-
name: "callData",
|
|
246
|
-
type: "bytes",
|
|
247
|
-
},
|
|
248
|
-
],
|
|
249
|
-
internalType: "struct Multicall2.Call[]",
|
|
250
|
-
name: "calls",
|
|
251
|
-
type: "tuple[]",
|
|
252
|
-
},
|
|
253
|
-
],
|
|
254
|
-
name: "tryAggregate",
|
|
255
|
-
outputs: [
|
|
256
|
-
{
|
|
257
|
-
components: [
|
|
258
|
-
{
|
|
259
|
-
internalType: "bool",
|
|
260
|
-
name: "success",
|
|
261
|
-
type: "bool",
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
internalType: "bytes",
|
|
265
|
-
name: "returnData",
|
|
266
|
-
type: "bytes",
|
|
267
|
-
},
|
|
268
|
-
],
|
|
269
|
-
internalType: "struct Multicall2.Result[]",
|
|
270
|
-
name: "returnData",
|
|
271
|
-
type: "tuple[]",
|
|
272
|
-
},
|
|
273
|
-
],
|
|
274
|
-
stateMutability: "nonpayable",
|
|
275
|
-
type: "function",
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
inputs: [
|
|
279
|
-
{
|
|
280
|
-
internalType: "bool",
|
|
281
|
-
name: "requireSuccess",
|
|
282
|
-
type: "bool",
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
components: [
|
|
286
|
-
{
|
|
287
|
-
internalType: "address",
|
|
288
|
-
name: "target",
|
|
289
|
-
type: "address",
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
internalType: "bytes",
|
|
293
|
-
name: "callData",
|
|
294
|
-
type: "bytes",
|
|
295
|
-
},
|
|
296
|
-
],
|
|
297
|
-
internalType: "struct Multicall2.Call[]",
|
|
298
|
-
name: "calls",
|
|
299
|
-
type: "tuple[]",
|
|
300
|
-
},
|
|
301
|
-
],
|
|
302
|
-
name: "tryBlockAndAggregate",
|
|
303
|
-
outputs: [
|
|
304
|
-
{
|
|
305
|
-
internalType: "uint256",
|
|
306
|
-
name: "blockNumber",
|
|
307
|
-
type: "uint256",
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
internalType: "bytes32",
|
|
311
|
-
name: "blockHash",
|
|
312
|
-
type: "bytes32",
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
components: [
|
|
316
|
-
{
|
|
317
|
-
internalType: "bool",
|
|
318
|
-
name: "success",
|
|
319
|
-
type: "bool",
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
internalType: "bytes",
|
|
323
|
-
name: "returnData",
|
|
324
|
-
type: "bytes",
|
|
325
|
-
},
|
|
326
|
-
],
|
|
327
|
-
internalType: "struct Multicall2.Result[]",
|
|
328
|
-
name: "returnData",
|
|
329
|
-
type: "tuple[]",
|
|
330
|
-
},
|
|
331
|
-
],
|
|
332
|
-
stateMutability: "nonpayable",
|
|
333
|
-
type: "function",
|
|
334
|
-
},
|
|
335
|
-
];
|
|
336
|
-
var _bytecode = "0x608060405234801561001057600080fd5b50610eec806100206000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806372425d9d1161007157806372425d9d146101a657806386d516e8146101c4578063a8b0574e146101e2578063bce38bd714610200578063c3077fa914610230578063ee82ac5e14610262576100b4565b80630f28c97d146100b9578063252dba42146100d757806327e86d6e14610108578063399542e91461012657806342cbb15c146101585780634d2301cc14610176575b600080fd5b6100c1610292565b6040516100ce9190610c0a565b60405180910390f35b6100f160048036038101906100ec9190610802565b61029a565b6040516100ff929190610c25565b60405180910390f35b610110610406565b60405161011d9190610baf565b60405180910390f35b610140600480360381019061013b9190610843565b610412565b60405161014f93929190610c55565b60405180910390f35b610160610431565b60405161016d9190610c0a565b60405180910390f35b610190600480360381019061018b91906107d9565b610439565b60405161019d9190610c0a565b60405180910390f35b6101ae61045a565b6040516101bb9190610c0a565b60405180910390f35b6101cc610462565b6040516101d99190610c0a565b60405180910390f35b6101ea61046a565b6040516101f79190610b72565b60405180910390f35b61021a60048036038101906102159190610843565b610472565b6040516102279190610b8d565b60405180910390f35b61024a60048036038101906102459190610802565b6105fd565b60405161025993929190610c55565b60405180910390f35b61027c60048036038101906102779190610897565b610620565b6040516102899190610baf565b60405180910390f35b600042905090565b60006060439150825167ffffffffffffffff811180156102b957600080fd5b506040519080825280602002602001820160405280156102ed57816020015b60608152602001906001900390816102d85790505b50905060005b83518110156104005760008085838151811061030b57fe5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1686848151811061033957fe5b6020026020010151602001516040516103529190610b5b565b6000604051808303816000865af19150503d806000811461038f576040519150601f19603f3d011682016040523d82523d6000602084013e610394565b606091505b5091509150816103d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d090610bea565b60405180910390fd5b808484815181106103e657fe5b6020026020010181905250505080806001019150506102f3565b50915091565b60006001430340905090565b6000806060439250434091506104288585610472565b90509250925092565b600043905090565b60008173ffffffffffffffffffffffffffffffffffffffff16319050919050565b600044905090565b600045905090565b600041905090565b6060815167ffffffffffffffff8111801561048c57600080fd5b506040519080825280602002602001820160405280156104c657816020015b6104b361062b565b8152602001906001900390816104ab5790505b50905060005b82518110156105f6576000808483815181106104e457fe5b60200260200101516000015173ffffffffffffffffffffffffffffffffffffffff1685848151811061051257fe5b60200260200101516020015160405161052b9190610b5b565b6000604051808303816000865af19150503d8060008114610568576040519150601f19603f3d011682016040523d82523d6000602084013e61056d565b606091505b509150915085156105b957816105b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105af90610bca565b60405180910390fd5b5b60405180604001604052808315158152602001828152508484815181106105dc57fe5b6020026020010181905250505080806001019150506104cc565b5092915050565b600080606061060d600185610412565b8093508194508295505050509193909250565b600081409050919050565b6040518060400160405280600015158152602001606081525090565b600061065a61065584610cc4565b610c93565b9050808382526020820190508260005b8581101561069a57813585016106808882610760565b84526020840193506020830192505060018101905061066a565b5050509392505050565b60006106b76106b284610cf0565b610c93565b9050828152602081018484840111156106cf57600080fd5b6106da848285610e1c565b509392505050565b6000813590506106f181610e71565b92915050565b600082601f83011261070857600080fd5b8135610718848260208601610647565b91505092915050565b60008135905061073081610e88565b92915050565b600082601f83011261074757600080fd5b81356107578482602086016106a4565b91505092915050565b60006040828403121561077257600080fd5b61077c6040610c93565b9050600061078c848285016106e2565b600083015250602082013567ffffffffffffffff8111156107ac57600080fd5b6107b884828501610736565b60208301525092915050565b6000813590506107d381610e9f565b92915050565b6000602082840312156107eb57600080fd5b60006107f9848285016106e2565b91505092915050565b60006020828403121561081457600080fd5b600082013567ffffffffffffffff81111561082e57600080fd5b61083a848285016106f7565b91505092915050565b6000806040838503121561085657600080fd5b600061086485828601610721565b925050602083013567ffffffffffffffff81111561088157600080fd5b61088d858286016106f7565b9150509250929050565b6000602082840312156108a957600080fd5b60006108b7848285016107c4565b91505092915050565b60006108cc83836109ff565b905092915050565b60006108e08383610b0f565b905092915050565b6108f181610dca565b82525050565b600061090282610d40565b61090c8185610d7b565b93508360208202850161091e85610d20565b8060005b8581101561095a578484038952815161093b85826108c0565b945061094683610d61565b925060208a01995050600181019050610922565b50829750879550505050505092915050565b600061097782610d4b565b6109818185610d8c565b93508360208202850161099385610d30565b8060005b858110156109cf57848403895281516109b085826108d4565b94506109bb83610d6e565b925060208a01995050600181019050610997565b50829750879550505050505092915050565b6109ea81610ddc565b82525050565b6109f981610de8565b82525050565b6000610a0a82610d56565b610a148185610d9d565b9350610a24818560208601610e2b565b610a2d81610e60565b840191505092915050565b6000610a4382610d56565b610a4d8185610dae565b9350610a5d818560208601610e2b565b80840191505092915050565b6000610a76602183610db9565b91507f4d756c746963616c6c32206167677265676174653a2063616c6c206661696c6560008301527f64000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610adc602083610db9565b91507f4d756c746963616c6c206167677265676174653a2063616c6c206661696c65646000830152602082019050919050565b6000604083016000830151610b2760008601826109e1565b5060208301518482036020860152610b3f82826109ff565b9150508091505092915050565b610b5581610e12565b82525050565b6000610b678284610a38565b915081905092915050565b6000602082019050610b8760008301846108e8565b92915050565b60006020820190508181036000830152610ba7818461096c565b905092915050565b6000602082019050610bc460008301846109f0565b92915050565b60006020820190508181036000830152610be381610a69565b9050919050565b60006020820190508181036000830152610c0381610acf565b9050919050565b6000602082019050610c1f6000830184610b4c565b92915050565b6000604082019050610c3a6000830185610b4c565b8181036020830152610c4c81846108f7565b90509392505050565b6000606082019050610c6a6000830186610b4c565b610c7760208301856109f0565b8181036040830152610c89818461096c565b9050949350505050565b6000604051905081810181811067ffffffffffffffff82111715610cba57610cb9610e5e565b5b8060405250919050565b600067ffffffffffffffff821115610cdf57610cde610e5e565b5b602082029050602081019050919050565b600067ffffffffffffffff821115610d0b57610d0a610e5e565b5b601f19601f8301169050602081019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600082825260208201905092915050565b6000610dd582610df2565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b83811015610e49578082015181840152602081019050610e2e565b83811115610e58576000848401525b50505050565bfe5b6000601f19601f8301169050919050565b610e7a81610dca565b8114610e8557600080fd5b50565b610e9181610ddc565b8114610e9c57600080fd5b50565b610ea881610e12565b8114610eb357600080fd5b5056fea264697066735822122018b10b1044742ba80841bd1eb1a590330b0c11786ed33018cb37087c19e27cc664736f6c63430007060033";
|
|
337
|
-
var Multicall2__factory = /** @class */ (function (_super) {
|
|
338
|
-
__extends(Multicall2__factory, _super);
|
|
339
|
-
function Multicall2__factory(signer) {
|
|
340
|
-
return _super.call(this, _abi, _bytecode, signer) || this;
|
|
341
|
-
}
|
|
342
|
-
Multicall2__factory.prototype.deploy = function (overrides) {
|
|
343
|
-
return _super.prototype.deploy.call(this, overrides || {});
|
|
344
|
-
};
|
|
345
|
-
Multicall2__factory.prototype.getDeployTransaction = function (overrides) {
|
|
346
|
-
return _super.prototype.getDeployTransaction.call(this, overrides || {});
|
|
347
|
-
};
|
|
348
|
-
Multicall2__factory.prototype.attach = function (address) {
|
|
349
|
-
return _super.prototype.attach.call(this, address);
|
|
350
|
-
};
|
|
351
|
-
Multicall2__factory.prototype.connect = function (signer) {
|
|
352
|
-
return _super.prototype.connect.call(this, signer);
|
|
353
|
-
};
|
|
354
|
-
Multicall2__factory.createInterface = function () {
|
|
355
|
-
return new ethers_1.utils.Interface(_abi);
|
|
356
|
-
};
|
|
357
|
-
Multicall2__factory.connect = function (address, signerOrProvider) {
|
|
358
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
359
|
-
};
|
|
360
|
-
Multicall2__factory.bytecode = _bytecode;
|
|
361
|
-
Multicall2__factory.abi = _abi;
|
|
362
|
-
return Multicall2__factory;
|
|
363
|
-
}(ethers_1.ContractFactory));
|
|
364
|
-
exports.Multicall2__factory = Multicall2__factory;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Signer } from "ethers";
|
|
2
|
-
import { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { Ownable, OwnableInterface } from "../Ownable";
|
|
4
|
-
export declare class Ownable__factory {
|
|
5
|
-
static readonly abi: ({
|
|
6
|
-
anonymous: boolean;
|
|
7
|
-
inputs: {
|
|
8
|
-
indexed: boolean;
|
|
9
|
-
internalType: string;
|
|
10
|
-
name: string;
|
|
11
|
-
type: string;
|
|
12
|
-
}[];
|
|
13
|
-
name: string;
|
|
14
|
-
type: string;
|
|
15
|
-
outputs?: undefined;
|
|
16
|
-
stateMutability?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
inputs: never[];
|
|
19
|
-
name: string;
|
|
20
|
-
outputs: {
|
|
21
|
-
internalType: string;
|
|
22
|
-
name: string;
|
|
23
|
-
type: string;
|
|
24
|
-
}[];
|
|
25
|
-
stateMutability: string;
|
|
26
|
-
type: string;
|
|
27
|
-
anonymous?: undefined;
|
|
28
|
-
} | {
|
|
29
|
-
inputs: {
|
|
30
|
-
internalType: string;
|
|
31
|
-
name: string;
|
|
32
|
-
type: string;
|
|
33
|
-
}[];
|
|
34
|
-
name: string;
|
|
35
|
-
outputs: never[];
|
|
36
|
-
stateMutability: string;
|
|
37
|
-
type: string;
|
|
38
|
-
anonymous?: undefined;
|
|
39
|
-
})[];
|
|
40
|
-
static createInterface(): OwnableInterface;
|
|
41
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Ownable;
|
|
42
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Ownable__factory = void 0;
|
|
7
|
-
var ethers_1 = require("ethers");
|
|
8
|
-
var _abi = [
|
|
9
|
-
{
|
|
10
|
-
anonymous: false,
|
|
11
|
-
inputs: [
|
|
12
|
-
{
|
|
13
|
-
indexed: true,
|
|
14
|
-
internalType: "address",
|
|
15
|
-
name: "previousOwner",
|
|
16
|
-
type: "address",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
indexed: true,
|
|
20
|
-
internalType: "address",
|
|
21
|
-
name: "newOwner",
|
|
22
|
-
type: "address",
|
|
23
|
-
},
|
|
24
|
-
],
|
|
25
|
-
name: "OwnershipTransferred",
|
|
26
|
-
type: "event",
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
inputs: [],
|
|
30
|
-
name: "owner",
|
|
31
|
-
outputs: [
|
|
32
|
-
{
|
|
33
|
-
internalType: "address",
|
|
34
|
-
name: "",
|
|
35
|
-
type: "address",
|
|
36
|
-
},
|
|
37
|
-
],
|
|
38
|
-
stateMutability: "view",
|
|
39
|
-
type: "function",
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
inputs: [],
|
|
43
|
-
name: "renounceOwnership",
|
|
44
|
-
outputs: [],
|
|
45
|
-
stateMutability: "nonpayable",
|
|
46
|
-
type: "function",
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
inputs: [
|
|
50
|
-
{
|
|
51
|
-
internalType: "address",
|
|
52
|
-
name: "newOwner",
|
|
53
|
-
type: "address",
|
|
54
|
-
},
|
|
55
|
-
],
|
|
56
|
-
name: "transferOwnership",
|
|
57
|
-
outputs: [],
|
|
58
|
-
stateMutability: "nonpayable",
|
|
59
|
-
type: "function",
|
|
60
|
-
},
|
|
61
|
-
];
|
|
62
|
-
var Ownable__factory = /** @class */ (function () {
|
|
63
|
-
function Ownable__factory() {
|
|
64
|
-
}
|
|
65
|
-
Ownable__factory.createInterface = function () {
|
|
66
|
-
return new ethers_1.utils.Interface(_abi);
|
|
67
|
-
};
|
|
68
|
-
Ownable__factory.connect = function (address, signerOrProvider) {
|
|
69
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
70
|
-
};
|
|
71
|
-
Ownable__factory.abi = _abi;
|
|
72
|
-
return Ownable__factory;
|
|
73
|
-
}());
|
|
74
|
-
exports.Ownable__factory = Ownable__factory;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { Signer, ContractFactory, Overrides } from "ethers";
|
|
2
|
-
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
3
|
-
import type { PathFinder, PathFinderInterface } from "../PathFinder";
|
|
4
|
-
export declare class PathFinder__factory extends ContractFactory {
|
|
5
|
-
constructor(signer?: Signer);
|
|
6
|
-
deploy(_addressProvider: string, overrides?: Overrides & {
|
|
7
|
-
from?: string | Promise<string>;
|
|
8
|
-
}): Promise<PathFinder>;
|
|
9
|
-
getDeployTransaction(_addressProvider: string, overrides?: Overrides & {
|
|
10
|
-
from?: string | Promise<string>;
|
|
11
|
-
}): TransactionRequest;
|
|
12
|
-
attach(address: string): PathFinder;
|
|
13
|
-
connect(signer: Signer): PathFinder__factory;
|
|
14
|
-
static readonly bytecode = "0x60a06040523480156200001157600080fd5b5060405162002bcd38038062002bcd833981810160405281019062000037919062000331565b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663c513c9bb6040518163ffffffff1660e01b815260040160206040518083038186803b158015620000de57600080fd5b505afa158015620000f3573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000119919062000331565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff1660601b8152505060008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fca513a86040518163ffffffff1660e01b815260040160206040518083038186803b158015620001b657600080fd5b505afa158015620001cb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001f1919062000331565b600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634c252f916040518163ffffffff1660e01b815260040160206040518083038186803b1580156200029857600080fd5b505afa158015620002ad573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002d3919062000331565b600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050620003ab565b6000815190506200032b8162000391565b92915050565b6000602082840312156200034457600080fd5b600062000354848285016200031a565b91505092915050565b60006200036a8262000371565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6200039c816200035d565b8114620003a857600080fd5b50565b60805160601c6127ff620003ce60003980610737528061075e52506127ff6000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c806354fd4d501161006657806354fd4d501461014b5780637a0c7b21146101695780638b7ce872146101875780638fb5a482146101b7578063e2430f93146101e75761009e565b80630c1bc044146100a35780632630c12f146100c15780632954018c146100df578063457b2030146100fd5780634b57b0be1461012d575b600080fd5b6100ab610217565b6040516100b891906121e1565b60405180910390f35b6100c961022f565b6040516100d691906122f1565b60405180910390f35b6100e7610255565b6040516100f491906122bb565b60405180910390f35b61011760048036038101906101129190611c88565b610279565b604051610124919061234e565b60405180910390f35b61013561070a565b60405161014291906121e1565b60405180910390f35b610153610730565b6040516101609190612370565b60405180910390f35b610171610735565b60405161017e91906122d6565b60405180910390f35b6101a1600480360381019061019c9190611a55565b610759565b6040516101ae9190612225565b60405180910390f35b6101d160048036038101906101cc9190611b33565b610cd0565b6040516101de9190612247565b60405180910390f35b61020160048036038101906101fc9190611b78565b610fb9565b60405161020e9190612269565b60405180910390f35b735f4ec3df9cbd43714fe2740f5e3616155c5b841981565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6102816117af565b60008314156102f5576040518060600160405280600367ffffffffffffffff811180156102ad57600080fd5b506040519080825280602002602001820160405280156102dc5781602001602082028036833780820191505090505b50815260200160008152602001600081525090506106ff565b6000600267ffffffffffffffff8111801561030f57600080fd5b5060405190808252806020026020018201604052801561033e5781602001602082028036833780820191505090505b509050858160008151811061034f57fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050848160018151811061039757fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506000806104128b8b8b868a60018f1461040a577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61040d565b60005b61115c565b91509150606060008215610424578491505b60005b875181101561062957600367ffffffffffffffff8111801561044857600080fd5b506040519080825280602002602001820160405280156104775781602001602082028036833780820191505090505b5095508a8660008151811061048857fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505089866002815181106104d057fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250508a73ffffffffffffffffffffffffffffffffffffffff1688828151811061052d57fe5b602002602001015173ffffffffffffffffffffffffffffffffffffffff161415801561059857508973ffffffffffffffffffffffffffffffffffffffff1688828151811061057757fe5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1614155b1561061c578781815181106105a957fe5b6020026020010151866001815181106105be57fe5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506106068e8e8e898d8a61115c565b8095508193505050831561061b578194508592505b5b8080600101915050610427565b5060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff85141561065957600094505b6000851415801561066b575060008914155b156106db5760018c146106aa576106a58961069787670de0b6b3a764000061119690919063ffffffff16565b61121c90919063ffffffff16565b6106d8565b6106d7856106c98b670de0b6b3a764000061119690919063ffffffff16565b61121c90919063ffffffff16565b5b90505b60405180606001604052808481526020018281526020018681525096505050505050505b979650505050505050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600181565b7f000000000000000000000000000000000000000000000000000000000000000081565b6060837f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16636fbc6f6b826040518263ffffffff1660e01b81526004016107b591906121e1565b60206040518083038186803b1580156107cd57600080fd5b505afa1580156107e1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108059190611c0d565b6040518060400160405280600281526020017f43500000000000000000000000000000000000000000000000000000000000008152509061087c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610873919061230c565b60405180910390fd5b5060008573ffffffffffffffffffffffffffffffffffffffff1663f93f515b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156108c557600080fd5b505afa1580156108d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108fd9190611c36565b90508073ffffffffffffffffffffffffffffffffffffffff166320a05ff76040518163ffffffff1660e01b815260040160206040518083038186803b15801561094557600080fd5b505afa158015610959573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097d9190611c5f565b67ffffffffffffffff8111801561099357600080fd5b506040519080825280602002602001820160405280156109cd57816020015b6109ba6117af565b8152602001906001900390816109b25790505b50925060008673ffffffffffffffffffffffffffffffffffffffff1663e958b704876040518263ffffffff1660e01b8152600401610a0b91906121e1565b60206040518083038186803b158015610a2357600080fd5b505afa158015610a37573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a5b9190611a2c565b905060008273ffffffffffffffffffffffffffffffffffffffff16632495a5996040518163ffffffff1660e01b815260040160206040518083038186803b158015610aa557600080fd5b505afa158015610ab9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610add9190611a2c565b905060005b8373ffffffffffffffffffffffffffffffffffffffff166320a05ff76040518163ffffffff1660e01b815260040160206040518083038186803b158015610b2857600080fd5b505afa158015610b3c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b609190611c5f565b811015610cc3576000808573ffffffffffffffffffffffffffffffffffffffff1663af0a650286856040518363ffffffff1660e01b8152600401610ba59291906121fc565b60806040518083038186803b158015610bbd57600080fd5b505afa158015610bd1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf59190611ad0565b5050915091506000831415610c8b576040518060600160405280600367ffffffffffffffff81118015610c2757600080fd5b50604051908082528060200260200182016040528015610c565781602001602082028036833780820191505090505b508152602001670de0b6b3a764000081526020018281525088600081518110610c7b57fe5b6020026020010181905250610cb4565b610c9c60018d60018588868f610279565b888481518110610ca857fe5b60200260200101819052505b50508080600101915050610ae2565b5050505050949350505050565b60606000735f4ec3df9cbd43714fe2740f5e3616155c5b841973ffffffffffffffffffffffffffffffffffffffff1663feaf968c6040518163ffffffff1660e01b815260040160a06040518083038186803b158015610d2e57600080fd5b505afa158015610d42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d669190611d3e565b5050509150508383905067ffffffffffffffff81118015610d8657600080fd5b50604051908082528060200260200182016040528015610db55781602001602082028036833780820191505090505b50915060005b84849050811015610fb1576000858583818110610dd457fe5b9050602002016020810190610de99190611a03565b73ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b815260040160206040518083038186803b158015610e2e57600080fd5b505afa158015610e42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e669190611db5565b60ff169050610f8b670de0b6b3a7640000610f7d85600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df86600a0a8c8c8a818110610ec957fe5b9050602002016020810190610ede9190611a03565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401610f1f9392919061238b565b60206040518083038186803b158015610f3757600080fd5b505afa158015610f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6f9190611c5f565b61119690919063ffffffff16565b61121c90919063ffffffff16565b848381518110610f9757fe5b602002602001018181525050508080600101915050610dbb565b505092915050565b60606000610bb8905060018314156110915760005b610fe3600186516112a590919063ffffffff16565b81101561104057611031858281518110610ff957fe5b6020026020010151836040516020016110139291906121b5565b6040516020818303038152906040528461132890919063ffffffff16565b92508080600101915050610fce565b5061108a8460018651038151811061105457fe5b602002602001015160405160200161106c919061219a565b6040516020818303038152906040528361132890919063ffffffff16565b9150611155565b60006110a8600186516112a590919063ffffffff16565b90505b600081111561110b576110fb8582815181106110c357fe5b6020026020010151836040516020016110dd9291906121b5565b6040516020818303038152906040528461132890919063ffffffff16565b92508080600190039150506110ab565b506111528460008151811061111c57fe5b6020026020010151604051602001611134919061219a565b6040516020818303038152906040528361132890919063ffffffff16565b91505b5092915050565b600080600188146111795761117487878787876113b2565b611187565b61118687878787876115a1565b5b91509150965096945050505050565b6000808314156111a95760009050611216565b60008284029050828482816111ba57fe5b0414611211576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806127a96021913960400191505060405180910390fd5b809150505b92915050565b6000808211611293576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b81838161129c57fe5b04905092915050565b60008282111561131d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525060200191505060405180910390fd5b818303905092915050565b6060806040519050835180825260208201818101602087015b8183101561135e5780518352602083019250602081019050611341565b50855192508351830184528091508282019050602086015b818310156113935780518352602083019250602081019050611376565b50601f19601f8851850115830101166040525050508091505092915050565b60008060006001871415611469578773ffffffffffffffffffffffffffffffffffffffff1663cdca17536113e6888a610fb9565b876040518363ffffffff1660e01b815260040161140492919061228b565b602060405180830381600087803b15801561141e57600080fd5b505af192505050801561144f57506040513d601f19601f8201168201806040525081019061144c9190611c5f565b60015b611460578360009250925050611597565b80915050611557565b600287141561151b578773ffffffffffffffffffffffffffffffffffffffff16632f80bb1d611498888a610fb9565b876040518363ffffffff1660e01b81526004016114b692919061228b565b602060405180830381600087803b1580156114d057600080fd5b505af192505050801561150157506040513d601f19601f820116820180604052508101906114fe9190611c5f565b60015b611512578360009250925050611597565b80915050611556565b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161154d9061232e565b60405180910390fd5b5b60018714801561156657508381115b8061157c575060028714801561157b57508381105b5b1561158e578060019250925050611597565b83600092509250505b9550959350505050565b60008060006001871415611669578773ffffffffffffffffffffffffffffffffffffffff1663d06ca61f86886040518363ffffffff1660e01b81526004016115ea9291906123c2565b60006040518083038186803b15801561160257600080fd5b505afa92505050801561163857506040513d6000823e3d601f19601f820116820180604052508101906116359190611bcc565b60015b6116495783600092509250506117a5565b8060018851038151811061165957fe5b6020026020010151915050611765565b6002871415611729578773ffffffffffffffffffffffffffffffffffffffff16631f00ca7486886040518363ffffffff1660e01b81526004016116ad9291906123c2565b60006040518083038186803b1580156116c557600080fd5b505afa9250505080156116fb57506040513d6000823e3d601f19601f820116820180604052508101906116f89190611bcc565b60015b61170c5783600092509250506117a5565b8060008151811061171957fe5b6020026020010151915050611764565b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161175b9061232e565b60405180910390fd5b5b60018714801561177457508381115b8061178a575060028714801561178957508381105b5b1561179c5780600192509250506117a5565b83600092509250505b9550959350505050565b60405180606001604052806060815260200160008152602001600081525090565b60006117e36117de84612423565b6123f2565b9050808382526020820190508285602086028201111561180257600080fd5b60005b85811015611832578161181888826118a8565b845260208401935060208301925050600181019050611805565b5050509392505050565b600061184f61184a8461244f565b6123f2565b9050808382526020820190508285602086028201111561186e57600080fd5b60005b8581101561189e578161188488826119c4565b845260208401935060208301925050600181019050611871565b5050509392505050565b6000813590506118b781612707565b92915050565b6000815190506118cc81612707565b92915050565b60008083601f8401126118e457600080fd5b8235905067ffffffffffffffff8111156118fd57600080fd5b60208301915083602082028301111561191557600080fd5b9250929050565b600082601f83011261192d57600080fd5b813561193d8482602086016117d0565b91505092915050565b600082601f83011261195757600080fd5b815161196784826020860161183c565b91505092915050565b60008151905061197f8161271e565b92915050565b60008151905061199481612735565b92915050565b6000815190506119a98161274c565b92915050565b6000813590506119be81612763565b92915050565b6000815190506119d381612763565b92915050565b6000815190506119e881612791565b92915050565b6000815190506119fd8161277a565b92915050565b600060208284031215611a1557600080fd5b6000611a23848285016118a8565b91505092915050565b600060208284031215611a3e57600080fd5b6000611a4c848285016118bd565b91505092915050565b60008060008060808587031215611a6b57600080fd5b6000611a79878288016118a8565b9450506020611a8a878288016118a8565b9350506040611a9b878288016118a8565b925050606085013567ffffffffffffffff811115611ab857600080fd5b611ac48782880161191c565b91505092959194509250565b60008060008060808587031215611ae657600080fd5b6000611af4878288016118bd565b9450506020611b05878288016119c4565b9350506040611b16878288016119c4565b9250506060611b27878288016119c4565b91505092959194509250565b60008060208385031215611b4657600080fd5b600083013567ffffffffffffffff811115611b6057600080fd5b611b6c858286016118d2565b92509250509250929050565b60008060408385031215611b8b57600080fd5b600083013567ffffffffffffffff811115611ba557600080fd5b611bb18582860161191c565b9250506020611bc2858286016119af565b9150509250929050565b600060208284031215611bde57600080fd5b600082015167ffffffffffffffff811115611bf857600080fd5b611c0484828501611946565b91505092915050565b600060208284031215611c1f57600080fd5b6000611c2d84828501611970565b91505092915050565b600060208284031215611c4857600080fd5b6000611c5684828501611985565b91505092915050565b600060208284031215611c7157600080fd5b6000611c7f848285016119c4565b91505092915050565b600080600080600080600060e0888a031215611ca357600080fd5b6000611cb18a828b016119af565b9750506020611cc28a828b016118a8565b9650506040611cd38a828b016119af565b9550506060611ce48a828b016118a8565b9450506080611cf58a828b016118a8565b93505060a0611d068a828b016119af565b92505060c088013567ffffffffffffffff811115611d2357600080fd5b611d2f8a828b0161191c565b91505092959891949750929550565b600080600080600060a08688031215611d5657600080fd5b6000611d64888289016119d9565b9550506020611d758882890161199a565b9450506040611d86888289016119c4565b9350506060611d97888289016119c4565b9250506080611da8888289016119d9565b9150509295509295909350565b600060208284031215611dc757600080fd5b6000611dd5848285016119ee565b91505092915050565b6000611dea8383611e22565b60208301905092915050565b6000611e0283836120c5565b905092915050565b6000611e16838361217c565b60208301905092915050565b611e2b8161256f565b82525050565b611e3a8161256f565b82525050565b611e51611e4c8261256f565b6126a4565b82525050565b6000611e62826124ab565b611e6c8185612509565b9350611e778361247b565b8060005b83811015611ea8578151611e8f8882611dde565b9750611e9a836124e2565b925050600181019050611e7b565b5085935050505092915050565b6000611ec0826124ab565b611eca818561251a565b9350611ed58361247b565b8060005b83811015611f06578151611eed8882611dde565b9750611ef8836124e2565b925050600181019050611ed9565b5085935050505092915050565b6000611f1e826124b6565b611f28818561252b565b935083602082028501611f3a8561248b565b8060005b85811015611f765784840389528151611f578582611df6565b9450611f62836124ef565b925060208a01995050600181019050611f3e565b50829750879550505050505092915050565b6000611f93826124c1565b611f9d818561253c565b9350611fa88361249b565b8060005b83811015611fd9578151611fc08882611e0a565b9750611fcb836124fc565b925050600181019050611fac565b5085935050505092915050565b6000611ff1826124cc565b611ffb818561254d565b935061200b818560208601612671565b612014816126dc565b840191505092915050565b61202881612605565b82525050565b61203781612629565b82525050565b6120468161264d565b82525050565b6000612057826124d7565b612061818561255e565b9350612071818560208601612671565b61207a816126dc565b840191505092915050565b600061209260118361255e565b91507f556e6b6e6f776e207377617020747970650000000000000000000000000000006000830152602082019050919050565b600060608301600083015184820360008601526120e28282611e57565b91505060208301516120f7602086018261217c565b50604083015161210a604086018261217c565b508091505092915050565b600060608301600083015184820360008601526121328282611e57565b9150506020830151612147602086018261217c565b50604083015161215a604086018261217c565b508091505092915050565b612176612171826125c9565b6126c8565b82525050565b612185816125d8565b82525050565b612194816125d8565b82525050565b60006121a68284611e40565b60148201915081905092915050565b60006121c18285611e40565b6014820191506121d18284612165565b6003820191508190509392505050565b60006020820190506121f66000830184611e31565b92915050565b60006040820190506122116000830185611e31565b61221e602083018461218b565b9392505050565b6000602082019050818103600083015261223f8184611f13565b905092915050565b600060208201905081810360008301526122618184611f88565b905092915050565b600060208201905081810360008301526122838184611fe6565b905092915050565b600060408201905081810360008301526122a58185611fe6565b90506122b4602083018461218b565b9392505050565b60006020820190506122d0600083018461201f565b92915050565b60006020820190506122eb600083018461202e565b92915050565b6000602082019050612306600083018461203d565b92915050565b60006020820190508181036000830152612326818461204c565b905092915050565b6000602082019050818103600083015261234781612085565b9050919050565b600060208201905081810360008301526123688184612115565b905092915050565b6000602082019050612385600083018461218b565b92915050565b60006060820190506123a0600083018661218b565b6123ad6020830185611e31565b6123ba6040830184611e31565b949350505050565b60006040820190506123d7600083018561218b565b81810360208301526123e98184611eb5565b90509392505050565b6000604051905081810181811067ffffffffffffffff82111715612419576124186126da565b5b8060405250919050565b600067ffffffffffffffff82111561243e5761243d6126da565b5b602082029050602081019050919050565b600067ffffffffffffffff82111561246a576124696126da565b5b602082029050602081019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b6000602082019050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600082825260208201905092915050565b600061257a826125a9565b9050919050565b60008115159050919050565b60006125988261256f565b9050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062ffffff82169050919050565b6000819050919050565b600060ff82169050919050565b600069ffffffffffffffffffff82169050919050565b600061261082612617565b9050919050565b6000612622826125a9565b9050919050565b60006126348261263b565b9050919050565b6000612646826125a9565b9050919050565b60006126588261265f565b9050919050565b600061266a826125a9565b9050919050565b60005b8381101561268f578082015181840152602081019050612674565b8381111561269e576000848401525b50505050565b60006126af826126b6565b9050919050565b60006126c1826126fa565b9050919050565b60006126d3826126ed565b9050919050565bfe5b6000601f19601f8301169050919050565b60008160e81b9050919050565b60008160601b9050919050565b6127108161256f565b811461271b57600080fd5b50565b61272781612581565b811461273257600080fd5b50565b61273e8161258d565b811461274957600080fd5b50565b6127558161259f565b811461276057600080fd5b50565b61276c816125d8565b811461277757600080fd5b50565b612783816125e2565b811461278e57600080fd5b50565b61279a816125ef565b81146127a557600080fd5b5056fe536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a26469706673582212208822dccf86948111eab5160a14f13d500f96cc475c0a2eaa961245b2eb061e4964736f6c63430007060033";
|
|
15
|
-
static readonly abi: ({
|
|
16
|
-
inputs: {
|
|
17
|
-
internalType: string;
|
|
18
|
-
name: string;
|
|
19
|
-
type: string;
|
|
20
|
-
}[];
|
|
21
|
-
stateMutability: string;
|
|
22
|
-
type: string;
|
|
23
|
-
name?: undefined;
|
|
24
|
-
outputs?: undefined;
|
|
25
|
-
} | {
|
|
26
|
-
inputs: {
|
|
27
|
-
internalType: string;
|
|
28
|
-
name: string;
|
|
29
|
-
type: string;
|
|
30
|
-
}[];
|
|
31
|
-
name: string;
|
|
32
|
-
outputs: {
|
|
33
|
-
components: {
|
|
34
|
-
internalType: string;
|
|
35
|
-
name: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}[];
|
|
38
|
-
internalType: string;
|
|
39
|
-
name: string;
|
|
40
|
-
type: string;
|
|
41
|
-
}[];
|
|
42
|
-
stateMutability: string;
|
|
43
|
-
type: string;
|
|
44
|
-
} | {
|
|
45
|
-
inputs: {
|
|
46
|
-
internalType: string;
|
|
47
|
-
name: string;
|
|
48
|
-
type: string;
|
|
49
|
-
}[];
|
|
50
|
-
name: string;
|
|
51
|
-
outputs: {
|
|
52
|
-
internalType: string;
|
|
53
|
-
name: string;
|
|
54
|
-
type: string;
|
|
55
|
-
}[];
|
|
56
|
-
stateMutability: string;
|
|
57
|
-
type: string;
|
|
58
|
-
})[];
|
|
59
|
-
static createInterface(): PathFinderInterface;
|
|
60
|
-
static connect(address: string, signerOrProvider: Signer | Provider): PathFinder;
|
|
61
|
-
}
|