@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,1083 +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.CreditFilterMock__factory = void 0;
|
|
22
|
-
var ethers_1 = require("ethers");
|
|
23
|
-
var _abi = [
|
|
24
|
-
{
|
|
25
|
-
inputs: [
|
|
26
|
-
{
|
|
27
|
-
internalType: "address",
|
|
28
|
-
name: "_addressProvider",
|
|
29
|
-
type: "address",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
internalType: "address",
|
|
33
|
-
name: "_underlyingToken",
|
|
34
|
-
type: "address",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
stateMutability: "nonpayable",
|
|
38
|
-
type: "constructor",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
anonymous: false,
|
|
42
|
-
inputs: [
|
|
43
|
-
{
|
|
44
|
-
indexed: true,
|
|
45
|
-
internalType: "address",
|
|
46
|
-
name: "protocol",
|
|
47
|
-
type: "address",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
indexed: true,
|
|
51
|
-
internalType: "address",
|
|
52
|
-
name: "adapter",
|
|
53
|
-
type: "address",
|
|
54
|
-
},
|
|
55
|
-
],
|
|
56
|
-
name: "ContractAllowed",
|
|
57
|
-
type: "event",
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
anonymous: false,
|
|
61
|
-
inputs: [
|
|
62
|
-
{
|
|
63
|
-
indexed: true,
|
|
64
|
-
internalType: "address",
|
|
65
|
-
name: "protocol",
|
|
66
|
-
type: "address",
|
|
67
|
-
},
|
|
68
|
-
],
|
|
69
|
-
name: "ContractForbidden",
|
|
70
|
-
type: "event",
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
anonymous: false,
|
|
74
|
-
inputs: [
|
|
75
|
-
{
|
|
76
|
-
indexed: false,
|
|
77
|
-
internalType: "uint256",
|
|
78
|
-
name: "chiThreshold",
|
|
79
|
-
type: "uint256",
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
indexed: false,
|
|
83
|
-
internalType: "uint256",
|
|
84
|
-
name: "fastCheckDelay",
|
|
85
|
-
type: "uint256",
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
name: "NewFastCheckParameters",
|
|
89
|
-
type: "event",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
anonymous: false,
|
|
93
|
-
inputs: [
|
|
94
|
-
{
|
|
95
|
-
indexed: false,
|
|
96
|
-
internalType: "address",
|
|
97
|
-
name: "account",
|
|
98
|
-
type: "address",
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
name: "Paused",
|
|
102
|
-
type: "event",
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
anonymous: false,
|
|
106
|
-
inputs: [
|
|
107
|
-
{
|
|
108
|
-
indexed: true,
|
|
109
|
-
internalType: "address",
|
|
110
|
-
name: "newPriceOracle",
|
|
111
|
-
type: "address",
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
name: "PriceOracleUpdated",
|
|
115
|
-
type: "event",
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
anonymous: false,
|
|
119
|
-
inputs: [
|
|
120
|
-
{
|
|
121
|
-
indexed: true,
|
|
122
|
-
internalType: "address",
|
|
123
|
-
name: "token",
|
|
124
|
-
type: "address",
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
indexed: false,
|
|
128
|
-
internalType: "uint256",
|
|
129
|
-
name: "liquidityThreshold",
|
|
130
|
-
type: "uint256",
|
|
131
|
-
},
|
|
132
|
-
],
|
|
133
|
-
name: "TokenAllowed",
|
|
134
|
-
type: "event",
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
anonymous: false,
|
|
138
|
-
inputs: [
|
|
139
|
-
{
|
|
140
|
-
indexed: true,
|
|
141
|
-
internalType: "address",
|
|
142
|
-
name: "token",
|
|
143
|
-
type: "address",
|
|
144
|
-
},
|
|
145
|
-
],
|
|
146
|
-
name: "TokenForbidden",
|
|
147
|
-
type: "event",
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
anonymous: false,
|
|
151
|
-
inputs: [
|
|
152
|
-
{
|
|
153
|
-
indexed: true,
|
|
154
|
-
internalType: "address",
|
|
155
|
-
name: "from",
|
|
156
|
-
type: "address",
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
indexed: true,
|
|
160
|
-
internalType: "address",
|
|
161
|
-
name: "to",
|
|
162
|
-
type: "address",
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
indexed: false,
|
|
166
|
-
internalType: "bool",
|
|
167
|
-
name: "state",
|
|
168
|
-
type: "bool",
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
name: "TransferAccountAllowed",
|
|
172
|
-
type: "event",
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
anonymous: false,
|
|
176
|
-
inputs: [
|
|
177
|
-
{
|
|
178
|
-
indexed: true,
|
|
179
|
-
internalType: "address",
|
|
180
|
-
name: "pugin",
|
|
181
|
-
type: "address",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
indexed: false,
|
|
185
|
-
internalType: "bool",
|
|
186
|
-
name: "state",
|
|
187
|
-
type: "bool",
|
|
188
|
-
},
|
|
189
|
-
],
|
|
190
|
-
name: "TransferPluginAllowed",
|
|
191
|
-
type: "event",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
anonymous: false,
|
|
195
|
-
inputs: [
|
|
196
|
-
{
|
|
197
|
-
indexed: false,
|
|
198
|
-
internalType: "address",
|
|
199
|
-
name: "account",
|
|
200
|
-
type: "address",
|
|
201
|
-
},
|
|
202
|
-
],
|
|
203
|
-
name: "Unpaused",
|
|
204
|
-
type: "event",
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
inputs: [],
|
|
208
|
-
name: "addressProvider",
|
|
209
|
-
outputs: [
|
|
210
|
-
{
|
|
211
|
-
internalType: "contract AddressProvider",
|
|
212
|
-
name: "",
|
|
213
|
-
type: "address",
|
|
214
|
-
},
|
|
215
|
-
],
|
|
216
|
-
stateMutability: "view",
|
|
217
|
-
type: "function",
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
inputs: [
|
|
221
|
-
{
|
|
222
|
-
internalType: "address",
|
|
223
|
-
name: "targetContract",
|
|
224
|
-
type: "address",
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
internalType: "address",
|
|
228
|
-
name: "adapter",
|
|
229
|
-
type: "address",
|
|
230
|
-
},
|
|
231
|
-
],
|
|
232
|
-
name: "allowContract",
|
|
233
|
-
outputs: [],
|
|
234
|
-
stateMutability: "nonpayable",
|
|
235
|
-
type: "function",
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
inputs: [
|
|
239
|
-
{
|
|
240
|
-
internalType: "address",
|
|
241
|
-
name: "plugin",
|
|
242
|
-
type: "address",
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
internalType: "bool",
|
|
246
|
-
name: "state",
|
|
247
|
-
type: "bool",
|
|
248
|
-
},
|
|
249
|
-
],
|
|
250
|
-
name: "allowPlugin",
|
|
251
|
-
outputs: [],
|
|
252
|
-
stateMutability: "nonpayable",
|
|
253
|
-
type: "function",
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
inputs: [
|
|
257
|
-
{
|
|
258
|
-
internalType: "address",
|
|
259
|
-
name: "token",
|
|
260
|
-
type: "address",
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
internalType: "uint256",
|
|
264
|
-
name: "liquidationThreshold",
|
|
265
|
-
type: "uint256",
|
|
266
|
-
},
|
|
267
|
-
],
|
|
268
|
-
name: "allowToken",
|
|
269
|
-
outputs: [],
|
|
270
|
-
stateMutability: "nonpayable",
|
|
271
|
-
type: "function",
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
inputs: [
|
|
275
|
-
{
|
|
276
|
-
internalType: "address",
|
|
277
|
-
name: "from",
|
|
278
|
-
type: "address",
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
internalType: "address",
|
|
282
|
-
name: "to",
|
|
283
|
-
type: "address",
|
|
284
|
-
},
|
|
285
|
-
],
|
|
286
|
-
name: "allowanceForAccountTransfers",
|
|
287
|
-
outputs: [
|
|
288
|
-
{
|
|
289
|
-
internalType: "bool",
|
|
290
|
-
name: "",
|
|
291
|
-
type: "bool",
|
|
292
|
-
},
|
|
293
|
-
],
|
|
294
|
-
stateMutability: "view",
|
|
295
|
-
type: "function",
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
inputs: [
|
|
299
|
-
{
|
|
300
|
-
internalType: "address",
|
|
301
|
-
name: "",
|
|
302
|
-
type: "address",
|
|
303
|
-
},
|
|
304
|
-
],
|
|
305
|
-
name: "allowedAdapters",
|
|
306
|
-
outputs: [
|
|
307
|
-
{
|
|
308
|
-
internalType: "bool",
|
|
309
|
-
name: "",
|
|
310
|
-
type: "bool",
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
stateMutability: "view",
|
|
314
|
-
type: "function",
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
inputs: [
|
|
318
|
-
{
|
|
319
|
-
internalType: "uint256",
|
|
320
|
-
name: "i",
|
|
321
|
-
type: "uint256",
|
|
322
|
-
},
|
|
323
|
-
],
|
|
324
|
-
name: "allowedContracts",
|
|
325
|
-
outputs: [
|
|
326
|
-
{
|
|
327
|
-
internalType: "address",
|
|
328
|
-
name: "",
|
|
329
|
-
type: "address",
|
|
330
|
-
},
|
|
331
|
-
],
|
|
332
|
-
stateMutability: "view",
|
|
333
|
-
type: "function",
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
inputs: [],
|
|
337
|
-
name: "allowedContractsCount",
|
|
338
|
-
outputs: [
|
|
339
|
-
{
|
|
340
|
-
internalType: "uint256",
|
|
341
|
-
name: "",
|
|
342
|
-
type: "uint256",
|
|
343
|
-
},
|
|
344
|
-
],
|
|
345
|
-
stateMutability: "view",
|
|
346
|
-
type: "function",
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
inputs: [
|
|
350
|
-
{
|
|
351
|
-
internalType: "address",
|
|
352
|
-
name: "",
|
|
353
|
-
type: "address",
|
|
354
|
-
},
|
|
355
|
-
],
|
|
356
|
-
name: "allowedPlugins",
|
|
357
|
-
outputs: [
|
|
358
|
-
{
|
|
359
|
-
internalType: "bool",
|
|
360
|
-
name: "",
|
|
361
|
-
type: "bool",
|
|
362
|
-
},
|
|
363
|
-
],
|
|
364
|
-
stateMutability: "view",
|
|
365
|
-
type: "function",
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
inputs: [
|
|
369
|
-
{
|
|
370
|
-
internalType: "uint256",
|
|
371
|
-
name: "",
|
|
372
|
-
type: "uint256",
|
|
373
|
-
},
|
|
374
|
-
],
|
|
375
|
-
name: "allowedTokens",
|
|
376
|
-
outputs: [
|
|
377
|
-
{
|
|
378
|
-
internalType: "address",
|
|
379
|
-
name: "",
|
|
380
|
-
type: "address",
|
|
381
|
-
},
|
|
382
|
-
],
|
|
383
|
-
stateMutability: "view",
|
|
384
|
-
type: "function",
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
inputs: [],
|
|
388
|
-
name: "allowedTokensCount",
|
|
389
|
-
outputs: [
|
|
390
|
-
{
|
|
391
|
-
internalType: "uint256",
|
|
392
|
-
name: "",
|
|
393
|
-
type: "uint256",
|
|
394
|
-
},
|
|
395
|
-
],
|
|
396
|
-
stateMutability: "view",
|
|
397
|
-
type: "function",
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
inputs: [
|
|
401
|
-
{
|
|
402
|
-
internalType: "address",
|
|
403
|
-
name: "from",
|
|
404
|
-
type: "address",
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
internalType: "bool",
|
|
408
|
-
name: "state",
|
|
409
|
-
type: "bool",
|
|
410
|
-
},
|
|
411
|
-
],
|
|
412
|
-
name: "approveAccountTransfers",
|
|
413
|
-
outputs: [],
|
|
414
|
-
stateMutability: "nonpayable",
|
|
415
|
-
type: "function",
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
inputs: [
|
|
419
|
-
{
|
|
420
|
-
internalType: "address",
|
|
421
|
-
name: "creditAccount",
|
|
422
|
-
type: "address",
|
|
423
|
-
},
|
|
424
|
-
],
|
|
425
|
-
name: "calcCreditAccountAccruedInterest",
|
|
426
|
-
outputs: [
|
|
427
|
-
{
|
|
428
|
-
internalType: "uint256",
|
|
429
|
-
name: "",
|
|
430
|
-
type: "uint256",
|
|
431
|
-
},
|
|
432
|
-
],
|
|
433
|
-
stateMutability: "view",
|
|
434
|
-
type: "function",
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
inputs: [
|
|
438
|
-
{
|
|
439
|
-
internalType: "address",
|
|
440
|
-
name: "creditAccount",
|
|
441
|
-
type: "address",
|
|
442
|
-
},
|
|
443
|
-
],
|
|
444
|
-
name: "calcCreditAccountHealthFactor",
|
|
445
|
-
outputs: [
|
|
446
|
-
{
|
|
447
|
-
internalType: "uint256",
|
|
448
|
-
name: "",
|
|
449
|
-
type: "uint256",
|
|
450
|
-
},
|
|
451
|
-
],
|
|
452
|
-
stateMutability: "view",
|
|
453
|
-
type: "function",
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
inputs: [
|
|
457
|
-
{
|
|
458
|
-
internalType: "uint256",
|
|
459
|
-
name: "percentage",
|
|
460
|
-
type: "uint256",
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
internalType: "uint256",
|
|
464
|
-
name: "times",
|
|
465
|
-
type: "uint256",
|
|
466
|
-
},
|
|
467
|
-
],
|
|
468
|
-
name: "calcMaxPossibleDrop",
|
|
469
|
-
outputs: [
|
|
470
|
-
{
|
|
471
|
-
internalType: "uint256",
|
|
472
|
-
name: "value",
|
|
473
|
-
type: "uint256",
|
|
474
|
-
},
|
|
475
|
-
],
|
|
476
|
-
stateMutability: "pure",
|
|
477
|
-
type: "function",
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
inputs: [
|
|
481
|
-
{
|
|
482
|
-
internalType: "address",
|
|
483
|
-
name: "creditAccount",
|
|
484
|
-
type: "address",
|
|
485
|
-
},
|
|
486
|
-
],
|
|
487
|
-
name: "calcThresholdWeightedValue",
|
|
488
|
-
outputs: [
|
|
489
|
-
{
|
|
490
|
-
internalType: "uint256",
|
|
491
|
-
name: "total",
|
|
492
|
-
type: "uint256",
|
|
493
|
-
},
|
|
494
|
-
],
|
|
495
|
-
stateMutability: "view",
|
|
496
|
-
type: "function",
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
inputs: [
|
|
500
|
-
{
|
|
501
|
-
internalType: "address",
|
|
502
|
-
name: "creditAccount",
|
|
503
|
-
type: "address",
|
|
504
|
-
},
|
|
505
|
-
],
|
|
506
|
-
name: "calcTotalValue",
|
|
507
|
-
outputs: [
|
|
508
|
-
{
|
|
509
|
-
internalType: "uint256",
|
|
510
|
-
name: "total",
|
|
511
|
-
type: "uint256",
|
|
512
|
-
},
|
|
513
|
-
],
|
|
514
|
-
stateMutability: "view",
|
|
515
|
-
type: "function",
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
inputs: [
|
|
519
|
-
{
|
|
520
|
-
internalType: "address",
|
|
521
|
-
name: "creditAccount",
|
|
522
|
-
type: "address",
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
internalType: "address",
|
|
526
|
-
name: "token",
|
|
527
|
-
type: "address",
|
|
528
|
-
},
|
|
529
|
-
],
|
|
530
|
-
name: "checkAndEnableToken",
|
|
531
|
-
outputs: [],
|
|
532
|
-
stateMutability: "nonpayable",
|
|
533
|
-
type: "function",
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
inputs: [
|
|
537
|
-
{
|
|
538
|
-
internalType: "address",
|
|
539
|
-
name: "creditAccount",
|
|
540
|
-
type: "address",
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
internalType: "address",
|
|
544
|
-
name: "tokenIn",
|
|
545
|
-
type: "address",
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
internalType: "address",
|
|
549
|
-
name: "tokenOut",
|
|
550
|
-
type: "address",
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
internalType: "uint256",
|
|
554
|
-
name: "amountIn",
|
|
555
|
-
type: "uint256",
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
internalType: "uint256",
|
|
559
|
-
name: "amountOut",
|
|
560
|
-
type: "uint256",
|
|
561
|
-
},
|
|
562
|
-
],
|
|
563
|
-
name: "checkCollateralChange",
|
|
564
|
-
outputs: [],
|
|
565
|
-
stateMutability: "nonpayable",
|
|
566
|
-
type: "function",
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
inputs: [
|
|
570
|
-
{
|
|
571
|
-
internalType: "address",
|
|
572
|
-
name: "creditAccount",
|
|
573
|
-
type: "address",
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
internalType: "uint256[]",
|
|
577
|
-
name: "amountIn",
|
|
578
|
-
type: "uint256[]",
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
internalType: "uint256[]",
|
|
582
|
-
name: "amountOut",
|
|
583
|
-
type: "uint256[]",
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
internalType: "address[]",
|
|
587
|
-
name: "tokenIn",
|
|
588
|
-
type: "address[]",
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
internalType: "address[]",
|
|
592
|
-
name: "tokenOut",
|
|
593
|
-
type: "address[]",
|
|
594
|
-
},
|
|
595
|
-
],
|
|
596
|
-
name: "checkMultiTokenCollateral",
|
|
597
|
-
outputs: [],
|
|
598
|
-
stateMutability: "nonpayable",
|
|
599
|
-
type: "function",
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
inputs: [],
|
|
603
|
-
name: "chiThreshold",
|
|
604
|
-
outputs: [
|
|
605
|
-
{
|
|
606
|
-
internalType: "uint256",
|
|
607
|
-
name: "",
|
|
608
|
-
type: "uint256",
|
|
609
|
-
},
|
|
610
|
-
],
|
|
611
|
-
stateMutability: "view",
|
|
612
|
-
type: "function",
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
inputs: [
|
|
616
|
-
{
|
|
617
|
-
internalType: "address",
|
|
618
|
-
name: "_creditManager",
|
|
619
|
-
type: "address",
|
|
620
|
-
},
|
|
621
|
-
],
|
|
622
|
-
name: "connectCreditManager",
|
|
623
|
-
outputs: [],
|
|
624
|
-
stateMutability: "nonpayable",
|
|
625
|
-
type: "function",
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
inputs: [
|
|
629
|
-
{
|
|
630
|
-
internalType: "address",
|
|
631
|
-
name: "",
|
|
632
|
-
type: "address",
|
|
633
|
-
},
|
|
634
|
-
],
|
|
635
|
-
name: "contractToAdapter",
|
|
636
|
-
outputs: [
|
|
637
|
-
{
|
|
638
|
-
internalType: "address",
|
|
639
|
-
name: "",
|
|
640
|
-
type: "address",
|
|
641
|
-
},
|
|
642
|
-
],
|
|
643
|
-
stateMutability: "view",
|
|
644
|
-
type: "function",
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
inputs: [],
|
|
648
|
-
name: "creditManager",
|
|
649
|
-
outputs: [
|
|
650
|
-
{
|
|
651
|
-
internalType: "address",
|
|
652
|
-
name: "",
|
|
653
|
-
type: "address",
|
|
654
|
-
},
|
|
655
|
-
],
|
|
656
|
-
stateMutability: "view",
|
|
657
|
-
type: "function",
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
inputs: [
|
|
661
|
-
{
|
|
662
|
-
internalType: "address",
|
|
663
|
-
name: "",
|
|
664
|
-
type: "address",
|
|
665
|
-
},
|
|
666
|
-
],
|
|
667
|
-
name: "enabledTokens",
|
|
668
|
-
outputs: [
|
|
669
|
-
{
|
|
670
|
-
internalType: "uint256",
|
|
671
|
-
name: "",
|
|
672
|
-
type: "uint256",
|
|
673
|
-
},
|
|
674
|
-
],
|
|
675
|
-
stateMutability: "view",
|
|
676
|
-
type: "function",
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
inputs: [
|
|
680
|
-
{
|
|
681
|
-
internalType: "address",
|
|
682
|
-
name: "",
|
|
683
|
-
type: "address",
|
|
684
|
-
},
|
|
685
|
-
],
|
|
686
|
-
name: "fastCheckCounter",
|
|
687
|
-
outputs: [
|
|
688
|
-
{
|
|
689
|
-
internalType: "uint256",
|
|
690
|
-
name: "",
|
|
691
|
-
type: "uint256",
|
|
692
|
-
},
|
|
693
|
-
],
|
|
694
|
-
stateMutability: "view",
|
|
695
|
-
type: "function",
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
inputs: [
|
|
699
|
-
{
|
|
700
|
-
internalType: "address",
|
|
701
|
-
name: "targetContract",
|
|
702
|
-
type: "address",
|
|
703
|
-
},
|
|
704
|
-
],
|
|
705
|
-
name: "forbidContract",
|
|
706
|
-
outputs: [],
|
|
707
|
-
stateMutability: "nonpayable",
|
|
708
|
-
type: "function",
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
inputs: [
|
|
712
|
-
{
|
|
713
|
-
internalType: "address",
|
|
714
|
-
name: "token",
|
|
715
|
-
type: "address",
|
|
716
|
-
},
|
|
717
|
-
],
|
|
718
|
-
name: "forbidToken",
|
|
719
|
-
outputs: [],
|
|
720
|
-
stateMutability: "nonpayable",
|
|
721
|
-
type: "function",
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
inputs: [
|
|
725
|
-
{
|
|
726
|
-
internalType: "address",
|
|
727
|
-
name: "creditAccount",
|
|
728
|
-
type: "address",
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
internalType: "uint256",
|
|
732
|
-
name: "id",
|
|
733
|
-
type: "uint256",
|
|
734
|
-
},
|
|
735
|
-
],
|
|
736
|
-
name: "getCreditAccountTokenById",
|
|
737
|
-
outputs: [
|
|
738
|
-
{
|
|
739
|
-
internalType: "address",
|
|
740
|
-
name: "token",
|
|
741
|
-
type: "address",
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
internalType: "uint256",
|
|
745
|
-
name: "balance",
|
|
746
|
-
type: "uint256",
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
internalType: "uint256",
|
|
750
|
-
name: "tv",
|
|
751
|
-
type: "uint256",
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
internalType: "uint256",
|
|
755
|
-
name: "tvw",
|
|
756
|
-
type: "uint256",
|
|
757
|
-
},
|
|
758
|
-
],
|
|
759
|
-
stateMutability: "view",
|
|
760
|
-
type: "function",
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
inputs: [],
|
|
764
|
-
name: "hfCheckInterval",
|
|
765
|
-
outputs: [
|
|
766
|
-
{
|
|
767
|
-
internalType: "uint256",
|
|
768
|
-
name: "",
|
|
769
|
-
type: "uint256",
|
|
770
|
-
},
|
|
771
|
-
],
|
|
772
|
-
stateMutability: "view",
|
|
773
|
-
type: "function",
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
inputs: [
|
|
777
|
-
{
|
|
778
|
-
internalType: "address",
|
|
779
|
-
name: "creditAccount",
|
|
780
|
-
type: "address",
|
|
781
|
-
},
|
|
782
|
-
],
|
|
783
|
-
name: "initEnabledTokens",
|
|
784
|
-
outputs: [],
|
|
785
|
-
stateMutability: "nonpayable",
|
|
786
|
-
type: "function",
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
inputs: [
|
|
790
|
-
{
|
|
791
|
-
internalType: "address",
|
|
792
|
-
name: "",
|
|
793
|
-
type: "address",
|
|
794
|
-
},
|
|
795
|
-
],
|
|
796
|
-
name: "isTokenAllowed",
|
|
797
|
-
outputs: [
|
|
798
|
-
{
|
|
799
|
-
internalType: "bool",
|
|
800
|
-
name: "",
|
|
801
|
-
type: "bool",
|
|
802
|
-
},
|
|
803
|
-
],
|
|
804
|
-
stateMutability: "view",
|
|
805
|
-
type: "function",
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
inputs: [
|
|
809
|
-
{
|
|
810
|
-
internalType: "address",
|
|
811
|
-
name: "",
|
|
812
|
-
type: "address",
|
|
813
|
-
},
|
|
814
|
-
],
|
|
815
|
-
name: "liquidationThresholds",
|
|
816
|
-
outputs: [
|
|
817
|
-
{
|
|
818
|
-
internalType: "uint256",
|
|
819
|
-
name: "",
|
|
820
|
-
type: "uint256",
|
|
821
|
-
},
|
|
822
|
-
],
|
|
823
|
-
stateMutability: "view",
|
|
824
|
-
type: "function",
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
inputs: [],
|
|
828
|
-
name: "pause",
|
|
829
|
-
outputs: [],
|
|
830
|
-
stateMutability: "nonpayable",
|
|
831
|
-
type: "function",
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
inputs: [],
|
|
835
|
-
name: "paused",
|
|
836
|
-
outputs: [
|
|
837
|
-
{
|
|
838
|
-
internalType: "bool",
|
|
839
|
-
name: "",
|
|
840
|
-
type: "bool",
|
|
841
|
-
},
|
|
842
|
-
],
|
|
843
|
-
stateMutability: "view",
|
|
844
|
-
type: "function",
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
inputs: [],
|
|
848
|
-
name: "poolService",
|
|
849
|
-
outputs: [
|
|
850
|
-
{
|
|
851
|
-
internalType: "address",
|
|
852
|
-
name: "",
|
|
853
|
-
type: "address",
|
|
854
|
-
},
|
|
855
|
-
],
|
|
856
|
-
stateMutability: "view",
|
|
857
|
-
type: "function",
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
inputs: [],
|
|
861
|
-
name: "priceOracle",
|
|
862
|
-
outputs: [
|
|
863
|
-
{
|
|
864
|
-
internalType: "address",
|
|
865
|
-
name: "",
|
|
866
|
-
type: "address",
|
|
867
|
-
},
|
|
868
|
-
],
|
|
869
|
-
stateMutability: "view",
|
|
870
|
-
type: "function",
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
inputs: [
|
|
874
|
-
{
|
|
875
|
-
internalType: "address",
|
|
876
|
-
name: "owner",
|
|
877
|
-
type: "address",
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
internalType: "address",
|
|
881
|
-
name: "newOwner",
|
|
882
|
-
type: "address",
|
|
883
|
-
},
|
|
884
|
-
],
|
|
885
|
-
name: "revertIfAccountTransferIsNotAllowed",
|
|
886
|
-
outputs: [],
|
|
887
|
-
stateMutability: "view",
|
|
888
|
-
type: "function",
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
inputs: [
|
|
892
|
-
{
|
|
893
|
-
internalType: "address",
|
|
894
|
-
name: "creditAccount",
|
|
895
|
-
type: "address",
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
internalType: "uint256",
|
|
899
|
-
name: "minHealthFactor",
|
|
900
|
-
type: "uint256",
|
|
901
|
-
},
|
|
902
|
-
],
|
|
903
|
-
name: "revertIfCantIncreaseBorrowing",
|
|
904
|
-
outputs: [],
|
|
905
|
-
stateMutability: "view",
|
|
906
|
-
type: "function",
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
inputs: [
|
|
910
|
-
{
|
|
911
|
-
internalType: "address",
|
|
912
|
-
name: "token",
|
|
913
|
-
type: "address",
|
|
914
|
-
},
|
|
915
|
-
],
|
|
916
|
-
name: "revertIfTokenNotAllowed",
|
|
917
|
-
outputs: [],
|
|
918
|
-
stateMutability: "view",
|
|
919
|
-
type: "function",
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
inputs: [
|
|
923
|
-
{
|
|
924
|
-
internalType: "address",
|
|
925
|
-
name: "creditAccount",
|
|
926
|
-
type: "address",
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
internalType: "uint256",
|
|
930
|
-
name: "tokenMask",
|
|
931
|
-
type: "uint256",
|
|
932
|
-
},
|
|
933
|
-
],
|
|
934
|
-
name: "setEnabledTokens",
|
|
935
|
-
outputs: [],
|
|
936
|
-
stateMutability: "nonpayable",
|
|
937
|
-
type: "function",
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
inputs: [
|
|
941
|
-
{
|
|
942
|
-
internalType: "address",
|
|
943
|
-
name: "creditAccount",
|
|
944
|
-
type: "address",
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
internalType: "uint256",
|
|
948
|
-
name: "blockNum",
|
|
949
|
-
type: "uint256",
|
|
950
|
-
},
|
|
951
|
-
],
|
|
952
|
-
name: "setFastCheckBlock",
|
|
953
|
-
outputs: [],
|
|
954
|
-
stateMutability: "nonpayable",
|
|
955
|
-
type: "function",
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
inputs: [
|
|
959
|
-
{
|
|
960
|
-
internalType: "uint256",
|
|
961
|
-
name: "_chiThreshold",
|
|
962
|
-
type: "uint256",
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
internalType: "uint256",
|
|
966
|
-
name: "_hfCheckInterval",
|
|
967
|
-
type: "uint256",
|
|
968
|
-
},
|
|
969
|
-
],
|
|
970
|
-
name: "setFastCheckParameters",
|
|
971
|
-
outputs: [],
|
|
972
|
-
stateMutability: "nonpayable",
|
|
973
|
-
type: "function",
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
inputs: [
|
|
977
|
-
{
|
|
978
|
-
internalType: "address",
|
|
979
|
-
name: "",
|
|
980
|
-
type: "address",
|
|
981
|
-
},
|
|
982
|
-
],
|
|
983
|
-
name: "tokenMasksMap",
|
|
984
|
-
outputs: [
|
|
985
|
-
{
|
|
986
|
-
internalType: "uint256",
|
|
987
|
-
name: "",
|
|
988
|
-
type: "uint256",
|
|
989
|
-
},
|
|
990
|
-
],
|
|
991
|
-
stateMutability: "view",
|
|
992
|
-
type: "function",
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
inputs: [],
|
|
996
|
-
name: "underlyingToken",
|
|
997
|
-
outputs: [
|
|
998
|
-
{
|
|
999
|
-
internalType: "address",
|
|
1000
|
-
name: "",
|
|
1001
|
-
type: "address",
|
|
1002
|
-
},
|
|
1003
|
-
],
|
|
1004
|
-
stateMutability: "view",
|
|
1005
|
-
type: "function",
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
inputs: [],
|
|
1009
|
-
name: "unpause",
|
|
1010
|
-
outputs: [],
|
|
1011
|
-
stateMutability: "nonpayable",
|
|
1012
|
-
type: "function",
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
inputs: [],
|
|
1016
|
-
name: "updateUnderlyingTokenLiquidationThreshold",
|
|
1017
|
-
outputs: [],
|
|
1018
|
-
stateMutability: "nonpayable",
|
|
1019
|
-
type: "function",
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
inputs: [],
|
|
1023
|
-
name: "upgradePriceOracle",
|
|
1024
|
-
outputs: [],
|
|
1025
|
-
stateMutability: "nonpayable",
|
|
1026
|
-
type: "function",
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
inputs: [],
|
|
1030
|
-
name: "version",
|
|
1031
|
-
outputs: [
|
|
1032
|
-
{
|
|
1033
|
-
internalType: "uint256",
|
|
1034
|
-
name: "",
|
|
1035
|
-
type: "uint256",
|
|
1036
|
-
},
|
|
1037
|
-
],
|
|
1038
|
-
stateMutability: "view",
|
|
1039
|
-
type: "function",
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
inputs: [],
|
|
1043
|
-
name: "wethAddress",
|
|
1044
|
-
outputs: [
|
|
1045
|
-
{
|
|
1046
|
-
internalType: "address",
|
|
1047
|
-
name: "",
|
|
1048
|
-
type: "address",
|
|
1049
|
-
},
|
|
1050
|
-
],
|
|
1051
|
-
stateMutability: "view",
|
|
1052
|
-
type: "function",
|
|
1053
|
-
},
|
|
1054
|
-
];
|
|
1055
|
-
var _bytecode = "0x60806040523480156200001157600080fd5b506040516200772f3803806200772f833981810160405260408110156200003757600080fd5b81019080805190602001909291908051906020019092919050505081818160008060006101000a81548160ff021916908315150217905550600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a300000000000000000000000000000000000000000000000000000000000008152509062000180576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156200014457808201518184015260208101905062000127565b50505050905090810190601f168015620001725780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b508073ffffffffffffffffffffffffffffffffffffffff1663087376956040518163ffffffff1660e01b815260040160206040518083038186803b158015620001c857600080fd5b505afa158015620001dd573d6000803e3d6000fd5b505050506040513d6020811015620001f457600080fd5b8101908080519060200190929190505050600060016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614158015620002b15750600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b6040518060400160405280600281526020017f5a30000000000000000000000000000000000000000000000000000000000000815250906200032b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200032291906200130b565b60405180910390fd5b5081600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fca513a86040518163ffffffff1660e01b815260040160206040518083038186803b158015620003d657600080fd5b505afa158015620003eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000411919062001206565b600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634c252f916040518163ffffffff1660e01b815260040160206040518083038186803b158015620004ba57600080fd5b505afa158015620004cf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004f5919062001206565b601060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060c861251c0360056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506200061a600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660c861251c036200073460201b60201c565b6200062f6126de600462000d8060201b60201c565b600160146000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166377532ed96040518163ffffffff1660e01b815260040160206040518083038186803b1580156200069e57600080fd5b505afa158015620006b3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006d9919062001206565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550505050506200144e565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525090620007df576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620007d691906200130b565b60405180910390fd5b5060008111801562000852575060056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111155b6040518060400160405280600381526020017f434631000000000000000000000000000000000000000000000000000000000081525090620008cc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008c391906200130b565b60405180910390fd5b506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180620009225750610100600480549050105b6040518060400160405280600381526020017f4346360000000000000000000000000000000000000000000000000000000000815250906200099c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200099391906200130b565b60405180910390fd5b5060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401620009da9190620012c1565b60206040518083038186803b158015620009f357600080fd5b505afa15801562000a08573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000a2e919062001232565b101562000a3a57600080fd5b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663743b908684600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b815260040162000abd929190620012de565b60206040518083038186803b15801562000ad657600080fd5b505afa15801562000aeb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b11919062001232565b116040518060400160405280600381526020017f43464500000000000000000000000000000000000000000000000000000000008152509062000b8c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000b8391906200130b565b60405180910390fd5b50600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1662000ce8576001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506004805490506001901b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506004829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b80600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff167fa52fb6bfa514a4ddcb31de40a5f6c20d767db1f921a8b7747973d93dc5da7a028260405162000d7491906200132f565b60405180910390a25050565b816011819055508060128190555062000d9e62000ddd60201b60201c565b7f727652fff0946c19c233fd3eab5fc03db9e9fdd907e902d9136c2a9cac47101c828260405162000dd19291906200134c565b60405180910390a15050565b600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161462000f8c57600062000e6762000e5060115460125462000f8e60201b60201c565b6127106200103e60201b62004dd61790919060201c565b9050600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801562000ed257600080fd5b505afa15801562000ee7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000f0d919062001232565b81106040518060400160405280600381526020017f43464200000000000000000000000000000000000000000000000000000000008152509062000f89576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000f8091906200130b565b60405180910390fd5b50505b565b600062000fac83612710620010c260201b62004e591790919060201c565b905060005b62000fcc6001846200103e60201b62004dd61790919060201c565b81101562001019576200100961271062000ff58685620010c260201b62004e591790919060201c565b6200114d60201b62004edf1790919060201c565b9150808060010191505062000fb1565b5062001036612710826200114d60201b62004edf1790919060201c565b905092915050565b600082821115620010b7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525060200191505060405180910390fd5b818303905092915050565b600080831415620010d7576000905062001147565b6000828402905082848281620010e957fe5b041462001142576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806200770e6021913960400191505060405180910390fd5b809150505b92915050565b6000808211620011c5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b818381620011cf57fe5b04905092915050565b600081519050620011e9816200141a565b92915050565b600081519050620012008162001434565b92915050565b6000602082840312156200121957600080fd5b60006200122984828501620011d8565b91505092915050565b6000602082840312156200124557600080fd5b60006200125584828501620011ef565b91505092915050565b620012698162001395565b82525050565b60006200127c8262001379565b62001288818562001384565b93506200129a818560208601620013d3565b620012a58162001409565b840191505092915050565b620012bb81620013c9565b82525050565b6000602082019050620012d860008301846200125e565b92915050565b6000604082019050620012f560008301856200125e565b6200130460208301846200125e565b9392505050565b600060208201905081810360008301526200132781846200126f565b905092915050565b6000602082019050620013466000830184620012b0565b92915050565b6000604082019050620013636000830185620012b0565b620013726020830184620012b0565b9392505050565b600081519050919050565b600082825260208201905092915050565b6000620013a282620013a9565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b83811015620013f3578082015181840152602081019050620013d6565b8381111562001403576000848401525b50505050565b6000601f19601f8301169050919050565b620014258162001395565b81146200143157600080fd5b50565b6200143f81620013c9565b81146200144b57600080fd5b50565b6162b0806200145e6000396000f3fe608060405234801561001057600080fd5b50600436106102d65760003560e01c80635f598edd11610182578063b3c61943116100e9578063e1c8ef0d116100a2578063f0527ac61161007c578063f0527ac6146111c2578063f67c5bd0146111cc578063f9eaee0d14611224578063fdd576451461127e576102d6565b8063e1c8ef0d146110c8578063e54fe9c814611160578063e6dee2cc146111a4576102d6565b8063b3c6194314610efc578063b451cecc14610f48578063c12c21c014610fa0578063c7de38a614610fd4578063cf33d9551461102c578063dfd5946514611070576102d6565b80638456cb591161013b5780638456cb5914610d2357806390b1300a14610d2d578063a147c6c614610d85578063a575751714610dd3578063a77e0ba814610e21578063af0a650214610e6f576102d6565b80635f598edd146108fd57806362061c6d14610957578063783274381461098f5780637bccacee146109e75780637dd0ba8214610a4b5780637e4a686314610a8f576102d6565b806347dedfc91161024157806352438e54116101fa5780635a29be45116101d45780635a29be45146107bb5780635c975abb146108355780635e5f2e26146108555780635f27212a146108ad576102d6565b806352438e541461072557806354fd4d5014610769578063570a7af214610787576102d6565b806347dedfc9146105a15780634cba294a146105bf5780634f0e0ef3146106175780635094cb4f1461064b57806350e036ff146106a357806351e3f160146106c1576102d6565b80632e2986dd116102935780632e2986dd146104275780633192195c146104775780633b00ae70146104cf5780633bdfe4f5146105335780633f4ba83a1461058d5780634063182814610597576102d6565b8063044078b3146102db57806320a05ff71461032957806324147708146103475780632495a5991461038b5780632630c12f146103bf5780632954018c146103f3575b600080fd5b610327600480360360408110156102f157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506112ec565b005b610331611334565b6040518082815260200191505060405180910390f35b6103896004803603602081101561035d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611341565b005b610393611580565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6103c76115a6565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6103fb6115cc565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6104756004803603604081101561043d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035151590602001909291905050506115f2565b005b6104b96004803603602081101561048d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061183c565b6040518082815260200191505060405180910390f35b610531600480360360408110156104e557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611a03565b005b6105756004803603602081101561054957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611bb1565b60405180821515815260200191505060405180910390f35b610595611bd1565b005b61059f611d7c565b005b6105a961250a565b6040518082815260200191505060405180910390f35b610601600480360360208110156105d557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612510565b6040518082815260200191505060405180910390f35b61061f612528565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6106776004803603602081101561066157600080fd5b810190808035906020019092919050505061254e565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6106ab61256b565b6040518082815260200191505060405180910390f35b610723600480360360408110156106d757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061257c565b005b6107676004803603602081101561073b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612653565b005b610771612aa5565b6040518082815260200191505060405180910390f35b61078f612aaa565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61081d600480360360408110156107d157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612ad0565b60405180821515815260200191505060405180910390f35b61083d612b64565b60405180821515815260200191505060405180910390f35b6108816004803603602081101561086b57600080fd5b8101908080359060200190929190505050612b7a565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6108fb600480360360408110156108c357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803515159060200190929190505050612bb9565b005b61093f6004803603602081101561091357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612cb6565b60405180821515815260200191505060405180910390f35b61098d6004803603604081101561096d57600080fd5b810190808035906020019092919080359060200190929190505050612cd6565b005b6109d1600480360360208110156109a557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612e85565b6040518082815260200191505060405180910390f35b610a49600480360360408110156109fd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612e9d565b005b610a8d60048036036020811015610a6157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506133ec565b005b610d21600480360360a0811015610aa557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190640100000000811115610ae257600080fd5b820183602082011115610af457600080fd5b80359060200191846020830284011164010000000083111715610b1657600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050919291929080359060200190640100000000811115610b7657600080fd5b820183602082011115610b8857600080fd5b80359060200191846020830284011164010000000083111715610baa57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050919291929080359060200190640100000000811115610c0a57600080fd5b820183602082011115610c1c57600080fd5b80359060200191846020830284011164010000000083111715610c3e57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f82011690508083019250505050505050919291929080359060200190640100000000811115610c9e57600080fd5b820183602082011115610cb057600080fd5b80359060200191846020830284011164010000000083111715610cd257600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600081840152601f19601f8201169050808301925050505050505091929192905050506134b4565b005b610d2b613881565b005b610d6f60048036036020811015610d4357600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050613a2c565b6040518082815260200191505060405180910390f35b610dd160048036036040811015610d9b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050613ae9565b005b610e1f60048036036040811015610de957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050613c98565b005b610e6d60048036036040811015610e3757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050613d20565b005b610ebb60048036036040811015610e8557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050613d68565b604051808573ffffffffffffffffffffffffffffffffffffffff16815260200184815260200183815260200182815260200194505050505060405180910390f35b610f3260048036036040811015610f1257600080fd5b810190808035906020019092919080359060200190929190505050613f6d565b6040518082815260200191505060405180910390f35b610f8a60048036036020811015610f5e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050613ff8565b6040518082815260200191505060405180910390f35b610fa8614010565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61101660048036036020811015610fea57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050614036565b6040518082815260200191505060405180910390f35b61106e6004803603602081101561104257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506140dc565b005b6110b26004803603602081101561108657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061465a565b6040518082815260200191505060405180910390f35b61115e600480360360a08110156110de57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291908035906020019092919050505061469a565b005b6111a26004803603602081101561117657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050614927565b005b6111ac614a7d565b6040518082815260200191505060405180910390f35b6111ca614a83565b005b61120e600480360360208110156111e257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050614d6b565b6040518082815260200191505060405180910390f35b6112666004803603602081101561123a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050614d83565b60405180821515815260200191505060405180910390f35b6112c06004803603602081101561129457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050614da3565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b80600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b6000600480549050905090565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156113ca57600080fd5b505afa1580156113de573d6000803e3d6000fd5b505050506040513d60208110156113f457600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c3200000000000000000000000000000000000000000000000000000000815250906114e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156114a657808201518184015260208101905061148b565b50505050905090810190601f1680156114d35780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508073ffffffffffffffffffffffffffffffffffffffff167ff17b849746e74d7186170c9553d4bbf60b4f8bb1ed81fe50c099b934fb078f0560405160405180910390a250565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561167b57600080fd5b505afa15801561168f573d6000803e3d6000fd5b505050506040513d60208110156116a557600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090611792576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561175757808201518184015260208101905061173c565b50505050905090810190601f1680156117845780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5080601460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167fc7d2592986c53f858769b011e8ce6298936f8609789988e9f5ad4f0a207988978260405161183091906160a9565b60405180910390a25050565b60006119fc8273ffffffffffffffffffffffffffffffffffffffff166317d11a156040518163ffffffff1660e01b815260040160206040518083038186803b15801561188757600080fd5b505afa15801561189b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118bf9190615fd6565b6119ee600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16630fce70fb6040518163ffffffff1660e01b815260040160206040518083038186803b15801561192a57600080fd5b505afa15801561193e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119629190615fd6565b8573ffffffffffffffffffffffffffffffffffffffff16631afbb7a46040518163ffffffff1660e01b815260040160206040518083038186803b1580156119a857600080fd5b505afa1580156119bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119e09190615fd6565b614e5990919063ffffffff16565b614edf90919063ffffffff16565b9050919050565b601460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580611aa55750601460008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15611bad57601360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434646000000000000000000000000000000000000000000000000000000000081525090611bab576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ba291906160c4565b60405180910390fd5b505b5050565b600b6020528060005260406000206000915054906101000a900460ff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663d4eb5db0336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611c5a57600080fd5b505afa158015611c6e573d6000803e3d6000fd5b505050506040513d6020811015611c8457600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525090611d71576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611d36578082015181840152602081019050611d1b565b50505050905090810190601f168015611d635780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50611d7a614f68565b565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434633000000000000000000000000000000000000000000000000000000000081525090611e44576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3b91906160c4565b60405180910390fd5b50612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635e0b63d36040518163ffffffff1660e01b815260040160206040518083038186803b158015611eb057600080fd5b505afa158015611ec4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee89190615fd6565b108015611f955750612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b158015611f5b57600080fd5b505afa158015611f6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f939190615fd6565b105b80156120415750612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638053fcbe6040518163ffffffff1660e01b815260040160206040518083038186803b15801561200757600080fd5b505afa15801561201b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061203f9190615fd6565b105b6040518060400160405280600381526020017f434d380000000000000000000000000000000000000000000000000000000000815250906120b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120af91906160c4565b60405180910390fd5b50612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e1b4264c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561212457600080fd5b505afa158015612138573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061215c9190615fd6565b116040518060400160405280600381526020017f434d390000000000000000000000000000000000000000000000000000000000815250906121d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121cb91906160c4565b60405180910390fd5b50612326600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801561224057600080fd5b505afa158015612254573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122789190615fd6565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638053fcbe6040518163ffffffff1660e01b815260040160206040518083038186803b1580156122e057600080fd5b505afa1580156122f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123189190615fd6565b614dd690919063ffffffff16565b60056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600190505b6004805490508110156124ff5760056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054600560006004848154811061241257fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411156040518060400160405280600381526020017f4346430000000000000000000000000000000000000000000000000000000000815250906124f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e891906160c4565b60405180910390fd5b508080600101915050612392565b50612508615052565b565b60115481565b60086020528060005260406000206000915090505481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60006125648260096151ec90919063ffffffff16565b9050919050565b60006125776009615206565b905090565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434633000000000000000000000000000000000000000000000000000000000081525090612644576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161263b91906160c4565b60405180910390fd5b5061264f828261521b565b5050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156126dc57600080fd5b505afa1580156126f0573d6000803e3d6000fd5b505050506040513d602081101561270657600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c3200000000000000000000000000000000000000000000000000000000815250906127f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156127b857808201518184015260208101905061279d565b50505050905090810190601f1680156127e55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a300000000000000000000000000000000000000000000000000000000000008152509061289c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161289391906160c4565b60405180910390fd5b506128b181600961537690919063ffffffff16565b6040518060400160405280600381526020017f434641000000000000000000000000000000000000000000000000000000000081525090612928576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161291f91906160c4565b60405180910390fd5b506000600b6000600c60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167fab9f405bf0c19b97f65a7031634db41569cd2f0e0376a610a1e977f9ab22b58f60405160405180910390a250565b600181565b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000601360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60008060009054906101000a900460ff16905090565b60048181548110612b8a57600080fd5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b80601360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055503373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f9b3258bc4904fd6426b99843e206c6c7cdb1fd0f040121c25b71dafbb3851ee083604051612caa91906160a9565b60405180910390a35050565b60146020528060005260406000206000915054906101000a900460ff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015612d5f57600080fd5b505afa158015612d73573d6000803e3d6000fd5b505050506040513d6020811015612d8957600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090612e76576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612e3b578082015181840152602081019050612e20565b50505050905090810190601f168015612e685780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50612e8182826153a6565b5050565b60056020528060005260406000206000915090505481565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015612f2657600080fd5b505afa158015612f3a573d6000803e3d6000fd5b505050506040513d6020811015612f5057600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c32000000000000000000000000000000000000000000000000000000008152509061303d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613002578082015181840152602081019050612fe7565b50505050905090810190601f16801561302f5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141580156130a85750600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b6040518060400160405280600281526020017f5a300000000000000000000000000000000000000000000000000000000000008152509061311f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161311691906160c4565b60405180910390fd5b5060001515600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161515146040518060400160405280600381526020017f4346440000000000000000000000000000000000000000000000000000000000815250906131eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131e291906160c4565b60405180910390fd5b506000600b6000600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555061330f8260096153f990919063ffffffff16565b5080600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4bcbefaef68b99503d502f5a6abe7bca2b183ab8ac55457013c77d084ebd130560405160405180910390a35050565b600360008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f4346320000000000000000000000000000000000000000000000000000000000815250906134b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016134a791906160c4565b60405180910390fd5b5050565b600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434634000000000000000000000000000000000000000000000000000000000081525090613578576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161356f91906160c4565b60405180910390fd5b506000808351865114801561358e575082518551145b6040518060400160405280600281526020017f435200000000000000000000000000000000000000000000000000000000000081525090613605576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016135fc91906160c4565b60405180910390fd5b5060005b865181101561372a5761371b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df89848151811061365f57fe5b602002602001015188858151811061367357fe5b6020026020010151601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b81526004016136bc93929190616101565b60206040518083038186803b1580156136d457600080fd5b505afa1580156136e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061370c9190615fd6565b8461542990919063ffffffff16565b92508080600101915050613609565b5060005b855181101561386c576137548885838151811061374757fe5b602002602001015161521b565b61385d600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8884815181106137a157fe5b60200260200101518785815181106137b557fe5b6020026020010151601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b81526004016137fe93929190616101565b60206040518083038186803b15801561381657600080fd5b505afa15801561382a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061384e9190615fd6565b8361542990919063ffffffff16565b9150808060010191505061372e565b506138788783836154b1565b50505050505050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633a41ec64336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561390a57600080fd5b505afa15801561391e573d6000803e3d6000fd5b505050506040513d602081101561393457600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525090613a21576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156139e65780820151818401526020810190506139cb565b50505050905090810190601f168015613a135780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50613a2a615653565b565b6000806000600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060005b600480549050811015613aca57806001901b925060008383161115613abd576000613aa18683613d68565b9350505050613ab9818661542990919063ffffffff16565b9450505b8080600101915050613a76565b50613ae061271084614edf90919063ffffffff16565b92505050919050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015613b7257600080fd5b505afa158015613b86573d6000803e3d6000fd5b505050506040513d6020811015613b9c57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090613c89576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613c4e578082015181840152602081019050613c33565b50505050905090810190601f168015613c7b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50613c94828261573e565b5050565b80613ca28361465a565b10156040518060400160405280600381526020017f434d35000000000000000000000000000000000000000000000000000000000081525090613d1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613d1291906160c4565b60405180910390fd5b505050565b80600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b60008060008060048581548110613d7b57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1693508373ffffffffffffffffffffffffffffffffffffffff166370a08231876040518263ffffffff1660e01b8152600401613de19190616065565b60206040518083038186803b158015613df957600080fd5b505afa158015613e0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613e319190615fd6565b92506001831115613f6457600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8486600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401613ebd93929190616101565b60206040518083038186803b158015613ed557600080fd5b505afa158015613ee9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613f0d9190615fd6565b9150613f61600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205483614e5990919063ffffffff16565b90505b92959194509250565b6000613f8483612710614e5990919063ffffffff16565b905060005b613f9d600184614dd690919063ffffffff16565b811015613fda57613fcb612710613fbd8685614e5990919063ffffffff16565b614edf90919063ffffffff16565b91508080600101915050613f89565b50613ff061271082614edf90919063ffffffff16565b905092915050565b60076020528060005260406000206000915090505481565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000806000600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060005b6004805490508110156140d457806001901b9250600083831611156140c75760006140ab8683613d68565b50925050506140c3818661542990919063ffffffff16565b9450505b8080600101915050614080565b505050919050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561416557600080fd5b505afa158015614179573d6000803e3d6000fd5b505050506040513d602081101561418f57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c32000000000000000000000000000000000000000000000000000000008152509061427c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015614241578082015181840152602081019050614226565b50505050905090810190601f16801561426e5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525090614325576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161431c91906160c4565b60405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f4346470000000000000000000000000000000000000000000000000000000000815250906143ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016143e691906160c4565b60405180910390fd5b5080600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1663570a7af26040518163ffffffff1660e01b815260040160206040518083038186803b15801561447757600080fd5b505afa15801561448b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906144af9190615fad565b600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632495a5996040518163ffffffff1660e01b815260040160206040518083038186803b15801561459057600080fd5b505afa1580156145a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906145c89190615fad565b73ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434630000000000000000000000000000000000000000000000000000000000081525090614656576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161464d91906160c4565b60405180910390fd5b5050565b60006146936146688361183c565b61468561271061467786613a2c565b614e5990919063ffffffff16565b614edf90919063ffffffff16565b9050919050565b600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f43463400000000000000000000000000000000000000000000000000000000008152509061475e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161475591906160c4565b60405180910390fd5b50614769858461521b565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8487601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b81526004016147ec93929190616101565b60206040518083038186803b15801561480457600080fd5b505afa158015614818573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061483c9190615fd6565b90506000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8487601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b81526004016148c193929190616101565b60206040518083038186803b1580156148d957600080fd5b505afa1580156148ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906149119190615fd6565b905061491e8783836154b1565b50505050505050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f4346330000000000000000000000000000000000000000000000000000000000815250906149ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016149e691906160c4565b60405180910390fd5b506001600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555050565b60125481565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015614b0c57600080fd5b505afa158015614b20573d6000803e3d6000fd5b505050506040513d6020811015614b3657600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090614c23576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015614be8578082015181840152602081019050614bcd565b50505050905090810190601f168015614c155780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fca513a86040518163ffffffff1660e01b815260040160206040518083038186803b158015614c8c57600080fd5b505afa158015614ca0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614cc49190615fad565b600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167fefe8ab924ca486283a79dc604baa67add51afb82af1db8ac386ebbba643cdffd60405160405180910390a2565b60066020528060005260406000206000915090505481565b60036020528060005260406000206000915054906101000a900460ff1681565b600c6020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600082821115614e4e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525060200191505060405180910390fd5b818303905092915050565b600080831415614e6c5760009050614ed9565b6000828402905082848281614e7d57fe5b0414614ed4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602181526020018061625a6021913960400191505060405180910390fd5b809150505b92915050565b6000808211614f56576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b818381614f5f57fe5b04905092915050565b614f70612b64565b614fe2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b60008060006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa615025615d6c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146151ea5760006150cc6150bb601154601254613f6d565b612710614dd690919063ffffffff16565b9050600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801561513657600080fd5b505afa15801561514a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061516e9190615fd6565b81106040518060400160405280600381526020017f4346420000000000000000000000000000000000000000000000000000000000815250906151e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016151de91906160c4565b60405180910390fd5b50505b565b60006151fb8360000183615d74565b60001c905092915050565b600061521482600001615df7565b9050919050565b615224816133ec565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205416141561537257600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205417600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5050565b600061539e836000018373ffffffffffffffffffffffffffffffffffffffff1660001b615e08565b905092915050565b81601181905550806012819055506153bc615052565b7f727652fff0946c19c233fd3eab5fc03db9e9fdd907e902d9136c2a9cac47101c82826040516153ed929190616138565b60405180910390a15050565b6000615421836000018373ffffffffffffffffffffffffffffffffffffffff1660001b615ef0565b905092915050565b6000808284019050838110156154a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b6154c660115483614e5990919063ffffffff16565b6154db61271083614e5990919063ffffffff16565b1180156155295750601254600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411155b1561558257600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190600101919050555061564e565b61271061558e8461465a565b10156040518060400160405280600381526020017f434635000000000000000000000000000000000000000000000000000000000081525090615607576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016155fe91906160c4565b60405180910390fd5b506001600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b505050565b61565b612b64565b156156ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60016000806101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258615711615d6c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a30000000000000000000000000000000000000000000000000000000000000815250906157e6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016157dd91906160c4565b60405180910390fd5b50600081118015615858575060056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111155b6040518060400160405280600381526020017f4346310000000000000000000000000000000000000000000000000000000000815250906158cf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016158c691906160c4565b60405180910390fd5b506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411806159245750610100600480549050105b6040518060400160405280600381526020017f43463600000000000000000000000000000000000000000000000000000000008152509061599b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161599291906160c4565b60405180910390fd5b5060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016159d79190616065565b60206040518083038186803b1580156159ef57600080fd5b505afa158015615a03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190615a279190615fd6565b1015615a3257600080fd5b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663743b908684600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b8152600401615ab3929190616080565b60206040518083038186803b158015615acb57600080fd5b505afa158015615adf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190615b039190615fd6565b116040518060400160405280600381526020017f434645000000000000000000000000000000000000000000000000000000000081525090615b7b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401615b7291906160c4565b60405180910390fd5b50600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16615cd6576001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506004805490506001901b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506004829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b80600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff167fa52fb6bfa514a4ddcb31de40a5f6c20d767db1f921a8b7747973d93dc5da7a0282604051615d6091906160e6565b60405180910390a25050565b600033905090565b600081836000018054905011615dd5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806162386022913960400191505060405180910390fd5b826000018281548110615de457fe5b9060005260206000200154905092915050565b600081600001805490509050919050565b60008083600101600084815260200190815260200160002054905060008114615ee45760006001820390506000600186600001805490500390506000866000018281548110615e5357fe5b9060005260206000200154905080876000018481548110615e7057fe5b9060005260206000200181905550600183018760010160008381526020019081526020016000208190555086600001805480615ea857fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050615eea565b60009150505b92915050565b6000615efc8383615f60565b615f55578260000182908060018154018082558091505060019003906000526020600020016000909190919091505582600001805490508360010160008481526020019081526020016000208190555060019050615f5a565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b600081519050615f9281616209565b92915050565b600081519050615fa781616220565b92915050565b600060208284031215615fbf57600080fd5b6000615fcd84828501615f83565b91505092915050565b600060208284031215615fe857600080fd5b6000615ff684828501615f98565b91505092915050565b6160088161617d565b82525050565b6160178161618f565b82525050565b600061602882616161565b616032818561616c565b93506160428185602086016161c5565b61604b816161f8565b840191505092915050565b61605f816161bb565b82525050565b600060208201905061607a6000830184615fff565b92915050565b60006040820190506160956000830185615fff565b6160a26020830184615fff565b9392505050565b60006020820190506160be600083018461600e565b92915050565b600060208201905081810360008301526160de818461601d565b905092915050565b60006020820190506160fb6000830184616056565b92915050565b60006060820190506161166000830186616056565b6161236020830185615fff565b6161306040830184615fff565b949350505050565b600060408201905061614d6000830185616056565b61615a6020830184616056565b9392505050565b600081519050919050565b600082825260208201905092915050565b60006161888261619b565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b838110156161e35780820151818401526020810190506161c8565b838111156161f2576000848401525b50505050565b6000601f19601f8301169050919050565b6162128161617d565b811461621d57600080fd5b50565b616229816161bb565b811461623457600080fd5b5056fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e6473536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a2646970667358221220681cbfba5717f23051fec4fdec96a40d2dc5f7d33456a441a7ec5a0646e0f38164736f6c63430007060033536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77";
|
|
1056
|
-
var CreditFilterMock__factory = /** @class */ (function (_super) {
|
|
1057
|
-
__extends(CreditFilterMock__factory, _super);
|
|
1058
|
-
function CreditFilterMock__factory(signer) {
|
|
1059
|
-
return _super.call(this, _abi, _bytecode, signer) || this;
|
|
1060
|
-
}
|
|
1061
|
-
CreditFilterMock__factory.prototype.deploy = function (_addressProvider, _underlyingToken, overrides) {
|
|
1062
|
-
return _super.prototype.deploy.call(this, _addressProvider, _underlyingToken, overrides || {});
|
|
1063
|
-
};
|
|
1064
|
-
CreditFilterMock__factory.prototype.getDeployTransaction = function (_addressProvider, _underlyingToken, overrides) {
|
|
1065
|
-
return _super.prototype.getDeployTransaction.call(this, _addressProvider, _underlyingToken, overrides || {});
|
|
1066
|
-
};
|
|
1067
|
-
CreditFilterMock__factory.prototype.attach = function (address) {
|
|
1068
|
-
return _super.prototype.attach.call(this, address);
|
|
1069
|
-
};
|
|
1070
|
-
CreditFilterMock__factory.prototype.connect = function (signer) {
|
|
1071
|
-
return _super.prototype.connect.call(this, signer);
|
|
1072
|
-
};
|
|
1073
|
-
CreditFilterMock__factory.createInterface = function () {
|
|
1074
|
-
return new ethers_1.utils.Interface(_abi);
|
|
1075
|
-
};
|
|
1076
|
-
CreditFilterMock__factory.connect = function (address, signerOrProvider) {
|
|
1077
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
1078
|
-
};
|
|
1079
|
-
CreditFilterMock__factory.bytecode = _bytecode;
|
|
1080
|
-
CreditFilterMock__factory.abi = _abi;
|
|
1081
|
-
return CreditFilterMock__factory;
|
|
1082
|
-
}(ethers_1.ContractFactory));
|
|
1083
|
-
exports.CreditFilterMock__factory = CreditFilterMock__factory;
|