@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,1047 +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.CreditFilter__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: "uint256",
|
|
925
|
-
name: "_chiThreshold",
|
|
926
|
-
type: "uint256",
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
internalType: "uint256",
|
|
930
|
-
name: "_hfCheckInterval",
|
|
931
|
-
type: "uint256",
|
|
932
|
-
},
|
|
933
|
-
],
|
|
934
|
-
name: "setFastCheckParameters",
|
|
935
|
-
outputs: [],
|
|
936
|
-
stateMutability: "nonpayable",
|
|
937
|
-
type: "function",
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
inputs: [
|
|
941
|
-
{
|
|
942
|
-
internalType: "address",
|
|
943
|
-
name: "",
|
|
944
|
-
type: "address",
|
|
945
|
-
},
|
|
946
|
-
],
|
|
947
|
-
name: "tokenMasksMap",
|
|
948
|
-
outputs: [
|
|
949
|
-
{
|
|
950
|
-
internalType: "uint256",
|
|
951
|
-
name: "",
|
|
952
|
-
type: "uint256",
|
|
953
|
-
},
|
|
954
|
-
],
|
|
955
|
-
stateMutability: "view",
|
|
956
|
-
type: "function",
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
inputs: [],
|
|
960
|
-
name: "underlyingToken",
|
|
961
|
-
outputs: [
|
|
962
|
-
{
|
|
963
|
-
internalType: "address",
|
|
964
|
-
name: "",
|
|
965
|
-
type: "address",
|
|
966
|
-
},
|
|
967
|
-
],
|
|
968
|
-
stateMutability: "view",
|
|
969
|
-
type: "function",
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
inputs: [],
|
|
973
|
-
name: "unpause",
|
|
974
|
-
outputs: [],
|
|
975
|
-
stateMutability: "nonpayable",
|
|
976
|
-
type: "function",
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
inputs: [],
|
|
980
|
-
name: "updateUnderlyingTokenLiquidationThreshold",
|
|
981
|
-
outputs: [],
|
|
982
|
-
stateMutability: "nonpayable",
|
|
983
|
-
type: "function",
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
inputs: [],
|
|
987
|
-
name: "upgradePriceOracle",
|
|
988
|
-
outputs: [],
|
|
989
|
-
stateMutability: "nonpayable",
|
|
990
|
-
type: "function",
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
inputs: [],
|
|
994
|
-
name: "version",
|
|
995
|
-
outputs: [
|
|
996
|
-
{
|
|
997
|
-
internalType: "uint256",
|
|
998
|
-
name: "",
|
|
999
|
-
type: "uint256",
|
|
1000
|
-
},
|
|
1001
|
-
],
|
|
1002
|
-
stateMutability: "view",
|
|
1003
|
-
type: "function",
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
inputs: [],
|
|
1007
|
-
name: "wethAddress",
|
|
1008
|
-
outputs: [
|
|
1009
|
-
{
|
|
1010
|
-
internalType: "address",
|
|
1011
|
-
name: "",
|
|
1012
|
-
type: "address",
|
|
1013
|
-
},
|
|
1014
|
-
],
|
|
1015
|
-
stateMutability: "view",
|
|
1016
|
-
type: "function",
|
|
1017
|
-
},
|
|
1018
|
-
];
|
|
1019
|
-
var _bytecode = "0x60806040523480156200001157600080fd5b506040516200721138038062007211833981810160405281019062000037919062001213565b8160008060006101000a81548160ff021916908315150217905550600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a300000000000000000000000000000000000000000000000000000000000008152509062000163576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015620001275780820151818401526020810190506200010a565b50505050905090810190601f168015620001555780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b508073ffffffffffffffffffffffffffffffffffffffff1663087376956040518163ffffffff1660e01b815260040160206040518083038186803b158015620001ab57600080fd5b505afa158015620001c0573d6000803e3d6000fd5b505050506040513d6020811015620001d757600080fd5b8101908080519060200190929190505050600060016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614158015620002945750600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b6040518060400160405280600281526020017f5a30000000000000000000000000000000000000000000000000000000000000815250906200030e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200030591906200132d565b60405180910390fd5b5081600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fca513a86040518163ffffffff1660e01b815260040160206040518083038186803b158015620003b957600080fd5b505afa158015620003ce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003f49190620011e7565b600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634c252f916040518163ffffffff1660e01b815260040160206040518083038186803b1580156200049d57600080fd5b505afa158015620004b2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004d89190620011e7565b601060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060c861251c0360056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550620005fd600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660c861251c036200071560201b60201c565b620006126126de600462000d6160201b60201c565b600160146000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166377532ed96040518163ffffffff1660e01b815260040160206040518083038186803b1580156200068157600080fd5b505afa15801562000696573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006bc9190620011e7565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550505062001470565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525090620007c0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620007b791906200132d565b60405180910390fd5b5060008111801562000833575060056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111155b6040518060400160405280600381526020017f434631000000000000000000000000000000000000000000000000000000000081525090620008ad576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008a491906200132d565b60405180910390fd5b506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180620009035750610100600480549050105b6040518060400160405280600381526020017f4346360000000000000000000000000000000000000000000000000000000000815250906200097d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200097491906200132d565b60405180910390fd5b5060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401620009bb9190620012e3565b60206040518083038186803b158015620009d457600080fd5b505afa158015620009e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000a0f919062001254565b101562000a1b57600080fd5b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663743b908684600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b815260040162000a9e92919062001300565b60206040518083038186803b15801562000ab757600080fd5b505afa15801562000acc573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000af2919062001254565b116040518060400160405280600381526020017f43464500000000000000000000000000000000000000000000000000000000008152509062000b6d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000b6491906200132d565b60405180910390fd5b50600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1662000cc9576001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506004805490506001901b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506004829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b80600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff167fa52fb6bfa514a4ddcb31de40a5f6c20d767db1f921a8b7747973d93dc5da7a028260405162000d55919062001351565b60405180910390a25050565b816011819055508060128190555062000d7f62000dbe60201b60201c565b7f727652fff0946c19c233fd3eab5fc03db9e9fdd907e902d9136c2a9cac47101c828260405162000db29291906200136e565b60405180910390a15050565b600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161462000f6d57600062000e4862000e3160115460125462000f6f60201b60201c565b6127106200101f60201b620043661790919060201c565b9050600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801562000eb357600080fd5b505afa15801562000ec8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000eee919062001254565b81106040518060400160405280600381526020017f43464200000000000000000000000000000000000000000000000000000000008152509062000f6a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000f6191906200132d565b60405180910390fd5b50505b565b600062000f8d83612710620010a360201b620043e91790919060201c565b905060005b62000fad6001846200101f60201b620043661790919060201c565b81101562000ffa5762000fea61271062000fd68685620010a360201b620043e91790919060201c565b6200112e60201b6200446f1790919060201c565b9150808060010191505062000f92565b5062001017612710826200112e60201b6200446f1790919060201c565b905092915050565b60008282111562001098576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525060200191505060405180910390fd5b818303905092915050565b600080831415620010b8576000905062001128565b6000828402905082848281620010ca57fe5b041462001123576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180620071f06021913960400191505060405180910390fd5b809150505b92915050565b6000808211620011a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b818381620011b057fe5b04905092915050565b600081519050620011ca816200143c565b92915050565b600081519050620011e18162001456565b92915050565b600060208284031215620011fa57600080fd5b60006200120a84828501620011b9565b91505092915050565b600080604083850312156200122757600080fd5b60006200123785828601620011b9565b92505060206200124a85828601620011b9565b9150509250929050565b6000602082840312156200126757600080fd5b60006200127784828501620011d0565b91505092915050565b6200128b81620013b7565b82525050565b60006200129e826200139b565b620012aa8185620013a6565b9350620012bc818560208601620013f5565b620012c7816200142b565b840191505092915050565b620012dd81620013eb565b82525050565b6000602082019050620012fa600083018462001280565b92915050565b600060408201905062001317600083018562001280565b62001326602083018462001280565b9392505050565b6000602082019050818103600083015262001349818462001291565b905092915050565b6000602082019050620013686000830184620012d2565b92915050565b6000604082019050620013856000830185620012d2565b620013946020830184620012d2565b9392505050565b600081519050919050565b600082825260208201905092915050565b6000620013c482620013cb565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b8381101562001415578082015181840152602081019050620013f8565b8381111562001425576000848401525b50505050565b6000601f19601f8301169050919050565b6200144781620013b7565b81146200145357600080fd5b50565b6200146181620013eb565b81146200146d57600080fd5b50565b615d7080620014806000396000f3fe608060405234801561001057600080fd5b50600436106102a05760003560e01c80635f598edd11610167578063b451cecc116100ce578063e54fe9c811610087578063e54fe9c814610838578063e6dee2cc14610854578063f0527ac614610872578063f67c5bd01461087c578063f9eaee0d146108ac578063fdd57645146108dc576102a0565b8063b451cecc14610752578063c12c21c014610782578063c7de38a6146107a0578063cf33d955146107d0578063dfd59465146107ec578063e1c8ef0d1461081c576102a0565b80638456cb59116101205780638456cb591461067d57806390b1300a14610687578063a147c6c6146106b7578063a5757517146106d3578063af0a6502146106ef578063b3c6194314610722576102a0565b80635f598edd146105ad57806362061c6d146105dd57806378327438146105f95780637bccacee146106295780637dd0ba82146106455780637e4a686314610661576102a0565b80634cba294a1161020b57806354fd4d50116101c457806354fd4d50146104d7578063570a7af2146104f55780635a29be45146105135780635c975abb146105435780635e5f2e26146105615780635f27212a14610591576102a0565b80634cba294a146104035780634f0e0ef3146104335780635094cb4f1461045157806350e036ff1461048157806351e3f1601461049f57806352438e54146104bb576102a0565b80633192195c1161025d5780633192195c146103555780633b00ae70146103855780633bdfe4f5146103a15780633f4ba83a146103d157806340631828146103db57806347dedfc9146103e5576102a0565b806320a05ff7146102a557806324147708146102c35780632495a599146102df5780632630c12f146102fd5780632954018c1461031b5780632e2986dd14610339575b600080fd5b6102ad61090c565b6040516102ba9190615ae0565b60405180910390f35b6102dd60048036038101906102d891906156a8565b610919565b005b6102e7610b58565b6040516102f491906159ff565b60405180910390f35b610305610b7e565b60405161031291906159ff565b60405180910390f35b610323610ba4565b6040516103309190615aa3565b60405180910390f35b610353600480360381019061034e9190615884565b610bca565b005b61036f600480360381019061036a91906156a8565b610e14565b60405161037c9190615ae0565b60405180910390f35b61039f600480360381019061039a91906156fa565b610fdb565b005b6103bb60048036038101906103b691906156a8565b611189565b6040516103c89190615a88565b60405180910390f35b6103d96111a9565b005b6103e3611354565b005b6103ed611ae2565b6040516103fa9190615ae0565b60405180910390f35b61041d600480360381019061041891906156a8565b611ae8565b60405161042a9190615ae0565b60405180910390f35b61043b611b00565b60405161044891906159ff565b60405180910390f35b61046b600480360381019061046691906158fc565b611b26565b60405161047891906159ff565b60405180910390f35b610489611b43565b6040516104969190615ae0565b60405180910390f35b6104b960048036038101906104b491906156fa565b611b54565b005b6104d560048036038101906104d091906156a8565b611c2b565b005b6104df61207d565b6040516104ec9190615ae0565b60405180910390f35b6104fd612082565b60405161050a91906159ff565b60405180910390f35b61052d600480360381019061052891906156fa565b6120a8565b60405161053a9190615a88565b60405180910390f35b61054b61213c565b6040516105589190615a88565b60405180910390f35b61057b600480360381019061057691906158fc565b612152565b60405161058891906159ff565b60405180910390f35b6105ab60048036038101906105a69190615884565b612191565b005b6105c760048036038101906105c291906156a8565b61228e565b6040516105d49190615a88565b60405180910390f35b6105f760048036038101906105f2919061594e565b6122ae565b005b610613600480360381019061060e91906156a8565b61245d565b6040516106209190615ae0565b60405180910390f35b610643600480360381019061063e91906156fa565b612475565b005b61065f600480360381019061065a91906156a8565b6129c4565b005b61067b600480360381019061067691906157ad565b612a8c565b005b610685612e59565b005b6106a1600480360381019061069c91906156a8565b613004565b6040516106ae9190615ae0565b60405180910390f35b6106d160048036038101906106cc91906158c0565b6130c1565b005b6106ed60048036038101906106e891906158c0565b613270565b005b610709600480360381019061070491906158c0565b6132f8565b6040516107199493929190615a43565b60405180910390f35b61073c6004803603810190610737919061594e565b6134fd565b6040516107499190615ae0565b60405180910390f35b61076c600480360381019061076791906156a8565b613588565b6040516107799190615ae0565b60405180910390f35b61078a6135a0565b60405161079791906159ff565b60405180910390f35b6107ba60048036038101906107b591906156a8565b6135c6565b6040516107c79190615ae0565b60405180910390f35b6107ea60048036038101906107e591906156a8565b61366c565b005b610806600480360381019061080191906156a8565b613bea565b6040516108139190615ae0565b60405180910390f35b61083660048036038101906108319190615736565b613c2a565b005b610852600480360381019061084d91906156a8565b613eb7565b005b61085c61400d565b6040516108699190615ae0565b60405180910390f35b61087a614013565b005b610896600480360381019061089191906156a8565b6142fb565b6040516108a39190615ae0565b60405180910390f35b6108c660048036038101906108c191906156a8565b614313565b6040516108d39190615a88565b60405180910390f35b6108f660048036038101906108f191906156a8565b614333565b60405161090391906159ff565b60405180910390f35b6000600480549050905090565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156109a257600080fd5b505afa1580156109b6573d6000803e3d6000fd5b505050506040513d60208110156109cc57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090610ab9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610a7e578082015181840152602081019050610a63565b50505050905090810190601f168015610aab5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508073ffffffffffffffffffffffffffffffffffffffff167ff17b849746e74d7186170c9553d4bbf60b4f8bb1ed81fe50c099b934fb078f0560405160405180910390a250565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610c5357600080fd5b505afa158015610c67573d6000803e3d6000fd5b505050506040513d6020811015610c7d57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090610d6a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015610d2f578082015181840152602081019050610d14565b50505050905090810190601f168015610d5c5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5080601460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167fc7d2592986c53f858769b011e8ce6298936f8609789988e9f5ad4f0a2079889782604051610e089190615a88565b60405180910390a25050565b6000610fd48273ffffffffffffffffffffffffffffffffffffffff166317d11a156040518163ffffffff1660e01b815260040160206040518083038186803b158015610e5f57600080fd5b505afa158015610e73573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e979190615925565b610fc6600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16630fce70fb6040518163ffffffff1660e01b815260040160206040518083038186803b158015610f0257600080fd5b505afa158015610f16573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3a9190615925565b8573ffffffffffffffffffffffffffffffffffffffff16631afbb7a46040518163ffffffff1660e01b815260040160206040518083038186803b158015610f8057600080fd5b505afa158015610f94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb89190615925565b6143e990919063ffffffff16565b61446f90919063ffffffff16565b9050919050565b601460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158061107d5750601460008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561118557601360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434646000000000000000000000000000000000000000000000000000000000081525090611183576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117a9190615abe565b60405180910390fd5b505b5050565b600b6020528060005260406000206000915054906101000a900460ff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663d4eb5db0336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561123257600080fd5b505afa158015611246573d6000803e3d6000fd5b505050506040513d602081101561125c57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525090611349576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561130e5780820151818401526020810190506112f3565b50505050905090810190601f16801561133b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506113526144f8565b565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f43463300000000000000000000000000000000000000000000000000000000008152509061141c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114139190615abe565b60405180910390fd5b50612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635e0b63d36040518163ffffffff1660e01b815260040160206040518083038186803b15801561148857600080fd5b505afa15801561149c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114c09190615925565b10801561156d5750612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801561153357600080fd5b505afa158015611547573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061156b9190615925565b105b80156116195750612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638053fcbe6040518163ffffffff1660e01b815260040160206040518083038186803b1580156115df57600080fd5b505afa1580156115f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116179190615925565b105b6040518060400160405280600381526020017f434d38000000000000000000000000000000000000000000000000000000000081525090611690576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116879190615abe565b60405180910390fd5b50612710600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e1b4264c6040518163ffffffff1660e01b815260040160206040518083038186803b1580156116fc57600080fd5b505afa158015611710573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117349190615925565b116040518060400160405280600381526020017f434d390000000000000000000000000000000000000000000000000000000000815250906117ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117a39190615abe565b60405180910390fd5b506118fe600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b15801561181857600080fd5b505afa15801561182c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118509190615925565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16638053fcbe6040518163ffffffff1660e01b815260040160206040518083038186803b1580156118b857600080fd5b505afa1580156118cc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118f09190615925565b61436690919063ffffffff16565b60056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506000600190505b600480549050811015611ad75760056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205460056000600484815481106119ea57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411156040518060400160405280600381526020017f434643000000000000000000000000000000000000000000000000000000000081525090611ac9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac09190615abe565b60405180910390fd5b50808060010191505061196a565b50611ae06145e2565b565b60115481565b60086020528060005260406000206000915090505481565b601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000611b3c82600961477c90919063ffffffff16565b9050919050565b6000611b4f6009614796565b905090565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434633000000000000000000000000000000000000000000000000000000000081525090611c1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c139190615abe565b60405180910390fd5b50611c2782826147ab565b5050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015611cb457600080fd5b505afa158015611cc8573d6000803e3d6000fd5b505050506040513d6020811015611cde57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090611dcb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611d90578082015181840152602081019050611d75565b50505050905090810190601f168015611dbd5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525090611e74576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e6b9190615abe565b60405180910390fd5b50611e8981600961490690919063ffffffff16565b6040518060400160405280600381526020017f434641000000000000000000000000000000000000000000000000000000000081525090611f00576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ef79190615abe565b60405180910390fd5b506000600b6000600c60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506000600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167fab9f405bf0c19b97f65a7031634db41569cd2f0e0376a610a1e977f9ab22b58f60405160405180910390a250565b600181565b600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000601360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60008060009054906101000a900460ff16905090565b6004818154811061216257600080fd5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b80601360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055503373ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f9b3258bc4904fd6426b99843e206c6c7cdb1fd0f040121c25b71dafbb3851ee0836040516122829190615a88565b60405180910390a35050565b60146020528060005260406000206000915054906101000a900460ff1681565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561233757600080fd5b505afa15801561234b573d6000803e3d6000fd5b505050506040513d602081101561236157600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c32000000000000000000000000000000000000000000000000000000008152509061244e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156124135780820151818401526020810190506123f8565b50505050905090810190601f1680156124405780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506124598282614936565b5050565b60056020528060005260406000206000915090505481565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156124fe57600080fd5b505afa158015612512573d6000803e3d6000fd5b505050506040513d602081101561252857600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090612615576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156125da5780820151818401526020810190506125bf565b50505050905090810190601f1680156126075780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141580156126805750600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614155b6040518060400160405280600281526020017f5a30000000000000000000000000000000000000000000000000000000000000815250906126f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126ee9190615abe565b60405180910390fd5b5060001515600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161515146040518060400160405280600381526020017f4346440000000000000000000000000000000000000000000000000000000000815250906127c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127ba9190615abe565b60405180910390fd5b506000600b6000600c60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506128e782600961498990919063ffffffff16565b5080600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167f4bcbefaef68b99503d502f5a6abe7bca2b183ab8ac55457013c77d084ebd130560405160405180910390a35050565b600360008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434632000000000000000000000000000000000000000000000000000000000081525090612a88576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a7f9190615abe565b60405180910390fd5b5050565b600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434634000000000000000000000000000000000000000000000000000000000081525090612b50576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612b479190615abe565b60405180910390fd5b5060008083518651148015612b66575082518551145b6040518060400160405280600281526020017f435200000000000000000000000000000000000000000000000000000000000081525090612bdd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612bd49190615abe565b60405180910390fd5b5060005b8651811015612d0257612cf3600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df898481518110612c3757fe5b6020026020010151888581518110612c4b57fe5b6020026020010151601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401612c9493929190615afb565b60206040518083038186803b158015612cac57600080fd5b505afa158015612cc0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ce49190615925565b846149b990919063ffffffff16565b92508080600101915050612be1565b5060005b8551811015612e4457612d2c88858381518110612d1f57fe5b60200260200101516147ab565b612e35600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df888481518110612d7957fe5b6020026020010151878581518110612d8d57fe5b6020026020010151601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401612dd693929190615afb565b60206040518083038186803b158015612dee57600080fd5b505afa158015612e02573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e269190615925565b836149b990919063ffffffff16565b91508080600101915050612d06565b50612e50878383614a41565b50505050505050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633a41ec64336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015612ee257600080fd5b505afa158015612ef6573d6000803e3d6000fd5b505050506040513d6020811015612f0c57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525090612ff9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015612fbe578082015181840152602081019050612fa3565b50505050905090810190601f168015612feb5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50613002614be3565b565b6000806000600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060005b6004805490508110156130a257806001901b92506000838316111561309557600061307986836132f8565b935050505061309181866149b990919063ffffffff16565b9450505b808060010191505061304e565b506130b86127108461446f90919063ffffffff16565b92505050919050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561314a57600080fd5b505afa15801561315e573d6000803e3d6000fd5b505050506040513d602081101561317457600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525090613261576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561322657808201518184015260208101905061320b565b50505050905090810190601f1680156132535780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5061326c8282614cce565b5050565b8061327a83613bea565b10156040518060400160405280600381526020017f434d350000000000000000000000000000000000000000000000000000000000815250906132f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132ea9190615abe565b60405180910390fd5b505050565b6000806000806004858154811061330b57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1693508373ffffffffffffffffffffffffffffffffffffffff166370a08231876040518263ffffffff1660e01b815260040161337191906159ff565b60206040518083038186803b15801561338957600080fd5b505afa15801561339d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133c19190615925565b925060018311156134f457600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8486600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b815260040161344d93929190615afb565b60206040518083038186803b15801561346557600080fd5b505afa158015613479573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061349d9190615925565b91506134f1600560008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054836143e990919063ffffffff16565b90505b92959194509250565b6000613514836127106143e990919063ffffffff16565b905060005b61352d60018461436690919063ffffffff16565b81101561356a5761355b61271061354d86856143e990919063ffffffff16565b61446f90919063ffffffff16565b91508080600101915050613519565b506135806127108261446f90919063ffffffff16565b905092915050565b60076020528060005260406000206000915090505481565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000806000600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060005b60048054905081101561366457806001901b92506000838316111561365757600061363b86836132f8565b509250505061365381866149b990919063ffffffff16565b9450505b8080600101915050613610565b505050919050565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156136f557600080fd5b505afa158015613709573d6000803e3d6000fd5b505050506040513d602081101561371f57600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c32000000000000000000000000000000000000000000000000000000008152509061380c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156137d15780820151818401526020810190506137b6565b50505050905090810190601f1680156137fe5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a30000000000000000000000000000000000000000000000000000000000000815250906138b5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016138ac9190615abe565b60405180910390fd5b50600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f43464700000000000000000000000000000000000000000000000000000000008152509061397f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016139769190615abe565b60405180910390fd5b5080600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1663570a7af26040518163ffffffff1660e01b815260040160206040518083038186803b158015613a0757600080fd5b505afa158015613a1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613a3f91906156d1565b600f60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16600f60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16632495a5996040518163ffffffff1660e01b815260040160206040518083038186803b158015613b2057600080fd5b505afa158015613b34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b5891906156d1565b73ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434630000000000000000000000000000000000000000000000000000000000081525090613be6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613bdd9190615abe565b60405180910390fd5b5050565b6000613c23613bf883610e14565b613c15612710613c0786613004565b6143e990919063ffffffff16565b61446f90919063ffffffff16565b9050919050565b600b60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166040518060400160405280600381526020017f434634000000000000000000000000000000000000000000000000000000000081525090613cee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613ce59190615abe565b60405180910390fd5b50613cf985846147ab565b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8487601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401613d7c93929190615afb565b60206040518083038186803b158015613d9457600080fd5b505afa158015613da8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613dcc9190615925565b90506000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663b66102df8487601060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518463ffffffff1660e01b8152600401613e5193929190615afb565b60206040518083038186803b158015613e6957600080fd5b505afa158015613e7d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613ea19190615925565b9050613eae878383614a41565b50505050505050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146040518060400160405280600381526020017f434633000000000000000000000000000000000000000000000000000000000081525090613f7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613f769190615abe565b60405180910390fd5b506001600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506001600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555050565b60125481565b600060019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16635f259aba336040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b15801561409c57600080fd5b505afa1580156140b0573d6000803e3d6000fd5b505050506040513d60208110156140c657600080fd5b81019080805190602001909291905050506040518060400160405280600481526020017f41434c3200000000000000000000000000000000000000000000000000000000815250906141b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561417857808201518184015260208101905061415d565b50505050905090810190601f1680156141a55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663fca513a86040518163ffffffff1660e01b815260040160206040518083038186803b15801561421c57600080fd5b505afa158015614230573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061425491906156d1565b600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167fefe8ab924ca486283a79dc604baa67add51afb82af1db8ac386ebbba643cdffd60405160405180910390a2565b60066020528060005260406000206000915090505481565b60036020528060005260406000206000915054906101000a900460ff1681565b600c6020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000828211156143de576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525060200191505060405180910390fd5b818303905092915050565b6000808314156143fc5760009050614469565b600082840290508284828161440d57fe5b0414614464576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180615d1a6021913960400191505060405180910390fd5b809150505b92915050565b60008082116144e6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b8183816144ef57fe5b04905092915050565b61450061213c565b614572576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b60008060006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6145b56152fc565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b600073ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461477a57600061465c61464b6011546012546134fd565b61271061436690919063ffffffff16565b9050600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16633915ffaa6040518163ffffffff1660e01b815260040160206040518083038186803b1580156146c657600080fd5b505afa1580156146da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906146fe9190615925565b81106040518060400160405280600381526020017f434642000000000000000000000000000000000000000000000000000000000081525090614777576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161476e9190615abe565b60405180910390fd5b50505b565b600061478b8360000183615304565b60001c905092915050565b60006147a482600001615387565b9050919050565b6147b4816129c4565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054600760008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205416141561490257600660008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205417600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5050565b600061492e836000018373ffffffffffffffffffffffffffffffffffffffff1660001b615398565b905092915050565b816011819055508060128190555061494c6145e2565b7f727652fff0946c19c233fd3eab5fc03db9e9fdd907e902d9136c2a9cac47101c828260405161497d929190615b32565b60405180910390a15050565b60006149b1836000018373ffffffffffffffffffffffffffffffffffffffff1660001b615480565b905092915050565b600080828401905083811015614a37576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b614a56601154836143e990919063ffffffff16565b614a6b612710836143e990919063ffffffff16565b118015614ab95750601254600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411155b15614b1257600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906001019190505550614bde565b612710614b1e84613bea565b10156040518060400160405280600381526020017f434635000000000000000000000000000000000000000000000000000000000081525090614b97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401614b8e9190615abe565b60405180910390fd5b506001600860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b505050565b614beb61213c565b15614c5e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60016000806101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258614ca16152fc565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525090614d76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401614d6d9190615abe565b60405180910390fd5b50600081118015614de8575060056000600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111155b6040518060400160405280600381526020017f434631000000000000000000000000000000000000000000000000000000000081525090614e5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401614e569190615abe565b60405180910390fd5b506000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541180614eb45750610100600480549050105b6040518060400160405280600381526020017f434636000000000000000000000000000000000000000000000000000000000081525090614f2b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401614f229190615abe565b60405180910390fd5b5060008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401614f6791906159ff565b60206040518083038186803b158015614f7f57600080fd5b505afa158015614f93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190614fb79190615925565b1015614fc257600080fd5b6000600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663743b908684600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b8152600401615043929190615a1a565b60206040518083038186803b15801561505b57600080fd5b505afa15801561506f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906150939190615925565b116040518060400160405280600381526020017f43464500000000000000000000000000000000000000000000000000000000008152509061510b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016151029190615abe565b60405180910390fd5b50600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16615266576001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506004805490506001901b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506004829080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b80600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff167fa52fb6bfa514a4ddcb31de40a5f6c20d767db1f921a8b7747973d93dc5da7a02826040516152f09190615ae0565b60405180910390a25050565b600033905090565b600081836000018054905011615365576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180615cf86022913960400191505060405180910390fd5b82600001828154811061537457fe5b9060005260206000200154905092915050565b600081600001805490509050919050565b6000808360010160008481526020019081526020016000205490506000811461547457600060018203905060006001866000018054905003905060008660000182815481106153e357fe5b906000526020600020015490508087600001848154811061540057fe5b906000526020600020018190555060018301876001016000838152602001908152602001600020819055508660000180548061543857fe5b6001900381819060005260206000200160009055905586600101600087815260200190815260200160002060009055600194505050505061547a565b60009150505b92915050565b600061548c83836154f0565b6154e55782600001829080600181540180825580915050600190039060005260206000200160009091909190915055826000018054905083600101600084815260200190815260200160002081905550600190506154ea565b600090505b92915050565b600080836001016000848152602001908152602001600020541415905092915050565b600061552661552184615b8c565b615b5b565b9050808382526020820190508285602086028201111561554557600080fd5b60005b85811015615575578161555b88826155eb565b845260208401935060208301925050600181019050615548565b5050509392505050565b600061559261558d84615bb8565b615b5b565b905080838252602082019050828560208602820111156155b157600080fd5b60005b858110156155e157816155c7888261567e565b8452602084019350602083019250506001810190506155b4565b5050509392505050565b6000813590506155fa81615cb2565b92915050565b60008151905061560f81615cb2565b92915050565b600082601f83011261562657600080fd5b8135615636848260208601615513565b91505092915050565b600082601f83011261565057600080fd5b813561566084826020860161557f565b91505092915050565b60008135905061567881615cc9565b92915050565b60008135905061568d81615ce0565b92915050565b6000815190506156a281615ce0565b92915050565b6000602082840312156156ba57600080fd5b60006156c8848285016155eb565b91505092915050565b6000602082840312156156e357600080fd5b60006156f184828501615600565b91505092915050565b6000806040838503121561570d57600080fd5b600061571b858286016155eb565b925050602061572c858286016155eb565b9150509250929050565b600080600080600060a0868803121561574e57600080fd5b600061575c888289016155eb565b955050602061576d888289016155eb565b945050604061577e888289016155eb565b935050606061578f8882890161567e565b92505060806157a08882890161567e565b9150509295509295909350565b600080600080600060a086880312156157c557600080fd5b60006157d3888289016155eb565b955050602086013567ffffffffffffffff8111156157f057600080fd5b6157fc8882890161563f565b945050604086013567ffffffffffffffff81111561581957600080fd5b6158258882890161563f565b935050606086013567ffffffffffffffff81111561584257600080fd5b61584e88828901615615565b925050608086013567ffffffffffffffff81111561586b57600080fd5b61587788828901615615565b9150509295509295909350565b6000806040838503121561589757600080fd5b60006158a5858286016155eb565b92505060206158b685828601615669565b9150509250929050565b600080604083850312156158d357600080fd5b60006158e1858286016155eb565b92505060206158f28582860161567e565b9150509250929050565b60006020828403121561590e57600080fd5b600061591c8482850161567e565b91505092915050565b60006020828403121561593757600080fd5b600061594584828501615693565b91505092915050565b6000806040838503121561596157600080fd5b600061596f8582860161567e565b92505060206159808582860161567e565b9150509250929050565b61599381615c00565b82525050565b6159a281615c12565b82525050565b6159b181615c48565b82525050565b60006159c282615be4565b6159cc8185615bef565b93506159dc818560208601615c6c565b6159e581615ca1565b840191505092915050565b6159f981615c3e565b82525050565b6000602082019050615a14600083018461598a565b92915050565b6000604082019050615a2f600083018561598a565b615a3c602083018461598a565b9392505050565b6000608082019050615a58600083018761598a565b615a6560208301866159f0565b615a7260408301856159f0565b615a7f60608301846159f0565b95945050505050565b6000602082019050615a9d6000830184615999565b92915050565b6000602082019050615ab860008301846159a8565b92915050565b60006020820190508181036000830152615ad881846159b7565b905092915050565b6000602082019050615af560008301846159f0565b92915050565b6000606082019050615b1060008301866159f0565b615b1d602083018561598a565b615b2a604083018461598a565b949350505050565b6000604082019050615b4760008301856159f0565b615b5460208301846159f0565b9392505050565b6000604051905081810181811067ffffffffffffffff82111715615b8257615b81615c9f565b5b8060405250919050565b600067ffffffffffffffff821115615ba757615ba6615c9f565b5b602082029050602081019050919050565b600067ffffffffffffffff821115615bd357615bd2615c9f565b5b602082029050602081019050919050565b600081519050919050565b600082825260208201905092915050565b6000615c0b82615c1e565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b6000615c5382615c5a565b9050919050565b6000615c6582615c1e565b9050919050565b60005b83811015615c8a578082015181840152602081019050615c6f565b83811115615c99576000848401525b50505050565bfe5b6000601f19601f8301169050919050565b615cbb81615c00565b8114615cc657600080fd5b50565b615cd281615c12565b8114615cdd57600080fd5b50565b615ce981615c3e565b8114615cf457600080fd5b5056fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e6473536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a2646970667358221220028a4f708f68c0c3408d97335159caf12fa6f6717c381978b6354c913bc0e4c464736f6c63430007060033536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77";
|
|
1020
|
-
var CreditFilter__factory = /** @class */ (function (_super) {
|
|
1021
|
-
__extends(CreditFilter__factory, _super);
|
|
1022
|
-
function CreditFilter__factory(signer) {
|
|
1023
|
-
return _super.call(this, _abi, _bytecode, signer) || this;
|
|
1024
|
-
}
|
|
1025
|
-
CreditFilter__factory.prototype.deploy = function (_addressProvider, _underlyingToken, overrides) {
|
|
1026
|
-
return _super.prototype.deploy.call(this, _addressProvider, _underlyingToken, overrides || {});
|
|
1027
|
-
};
|
|
1028
|
-
CreditFilter__factory.prototype.getDeployTransaction = function (_addressProvider, _underlyingToken, overrides) {
|
|
1029
|
-
return _super.prototype.getDeployTransaction.call(this, _addressProvider, _underlyingToken, overrides || {});
|
|
1030
|
-
};
|
|
1031
|
-
CreditFilter__factory.prototype.attach = function (address) {
|
|
1032
|
-
return _super.prototype.attach.call(this, address);
|
|
1033
|
-
};
|
|
1034
|
-
CreditFilter__factory.prototype.connect = function (signer) {
|
|
1035
|
-
return _super.prototype.connect.call(this, signer);
|
|
1036
|
-
};
|
|
1037
|
-
CreditFilter__factory.createInterface = function () {
|
|
1038
|
-
return new ethers_1.utils.Interface(_abi);
|
|
1039
|
-
};
|
|
1040
|
-
CreditFilter__factory.connect = function (address, signerOrProvider) {
|
|
1041
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
1042
|
-
};
|
|
1043
|
-
CreditFilter__factory.bytecode = _bytecode;
|
|
1044
|
-
CreditFilter__factory.abi = _abi;
|
|
1045
|
-
return CreditFilter__factory;
|
|
1046
|
-
}(ethers_1.ContractFactory));
|
|
1047
|
-
exports.CreditFilter__factory = CreditFilter__factory;
|