@gearbox-protocol/sdk 0.0.60 → 0.0.63
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 +4 -4
- 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 +5 -5
- 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,708 +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.GearToken__factory = void 0;
|
|
22
|
-
var ethers_1 = require("ethers");
|
|
23
|
-
var _abi = [
|
|
24
|
-
{
|
|
25
|
-
inputs: [
|
|
26
|
-
{
|
|
27
|
-
internalType: "address",
|
|
28
|
-
name: "account",
|
|
29
|
-
type: "address",
|
|
30
|
-
},
|
|
31
|
-
],
|
|
32
|
-
stateMutability: "nonpayable",
|
|
33
|
-
type: "constructor",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
anonymous: false,
|
|
37
|
-
inputs: [
|
|
38
|
-
{
|
|
39
|
-
indexed: true,
|
|
40
|
-
internalType: "address",
|
|
41
|
-
name: "owner",
|
|
42
|
-
type: "address",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
indexed: true,
|
|
46
|
-
internalType: "address",
|
|
47
|
-
name: "spender",
|
|
48
|
-
type: "address",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
indexed: false,
|
|
52
|
-
internalType: "uint256",
|
|
53
|
-
name: "amount",
|
|
54
|
-
type: "uint256",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
name: "Approval",
|
|
58
|
-
type: "event",
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
anonymous: false,
|
|
62
|
-
inputs: [
|
|
63
|
-
{
|
|
64
|
-
indexed: true,
|
|
65
|
-
internalType: "address",
|
|
66
|
-
name: "delegator",
|
|
67
|
-
type: "address",
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
indexed: true,
|
|
71
|
-
internalType: "address",
|
|
72
|
-
name: "fromDelegate",
|
|
73
|
-
type: "address",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
indexed: true,
|
|
77
|
-
internalType: "address",
|
|
78
|
-
name: "toDelegate",
|
|
79
|
-
type: "address",
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
name: "DelegateChanged",
|
|
83
|
-
type: "event",
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
anonymous: false,
|
|
87
|
-
inputs: [
|
|
88
|
-
{
|
|
89
|
-
indexed: true,
|
|
90
|
-
internalType: "address",
|
|
91
|
-
name: "delegate",
|
|
92
|
-
type: "address",
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
indexed: false,
|
|
96
|
-
internalType: "uint256",
|
|
97
|
-
name: "previousBalance",
|
|
98
|
-
type: "uint256",
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
indexed: false,
|
|
102
|
-
internalType: "uint256",
|
|
103
|
-
name: "newBalance",
|
|
104
|
-
type: "uint256",
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
name: "DelegateVotesChanged",
|
|
108
|
-
type: "event",
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
anonymous: false,
|
|
112
|
-
inputs: [
|
|
113
|
-
{
|
|
114
|
-
indexed: true,
|
|
115
|
-
internalType: "address",
|
|
116
|
-
name: "miner",
|
|
117
|
-
type: "address",
|
|
118
|
-
},
|
|
119
|
-
],
|
|
120
|
-
name: "MinerSet",
|
|
121
|
-
type: "event",
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
anonymous: false,
|
|
125
|
-
inputs: [
|
|
126
|
-
{
|
|
127
|
-
indexed: true,
|
|
128
|
-
internalType: "address",
|
|
129
|
-
name: "owner",
|
|
130
|
-
type: "address",
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
indexed: true,
|
|
134
|
-
internalType: "address",
|
|
135
|
-
name: "newOwner",
|
|
136
|
-
type: "address",
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
name: "OwnershipTransferred",
|
|
140
|
-
type: "event",
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
anonymous: false,
|
|
144
|
-
inputs: [
|
|
145
|
-
{
|
|
146
|
-
indexed: true,
|
|
147
|
-
internalType: "address",
|
|
148
|
-
name: "from",
|
|
149
|
-
type: "address",
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
indexed: true,
|
|
153
|
-
internalType: "address",
|
|
154
|
-
name: "to",
|
|
155
|
-
type: "address",
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
indexed: false,
|
|
159
|
-
internalType: "uint256",
|
|
160
|
-
name: "amount",
|
|
161
|
-
type: "uint256",
|
|
162
|
-
},
|
|
163
|
-
],
|
|
164
|
-
name: "Transfer",
|
|
165
|
-
type: "event",
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
anonymous: false,
|
|
169
|
-
inputs: [],
|
|
170
|
-
name: "TransferAllowed",
|
|
171
|
-
type: "event",
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
inputs: [],
|
|
175
|
-
name: "DELEGATION_TYPEHASH",
|
|
176
|
-
outputs: [
|
|
177
|
-
{
|
|
178
|
-
internalType: "bytes32",
|
|
179
|
-
name: "",
|
|
180
|
-
type: "bytes32",
|
|
181
|
-
},
|
|
182
|
-
],
|
|
183
|
-
stateMutability: "view",
|
|
184
|
-
type: "function",
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
inputs: [],
|
|
188
|
-
name: "DOMAIN_TYPEHASH",
|
|
189
|
-
outputs: [
|
|
190
|
-
{
|
|
191
|
-
internalType: "bytes32",
|
|
192
|
-
name: "",
|
|
193
|
-
type: "bytes32",
|
|
194
|
-
},
|
|
195
|
-
],
|
|
196
|
-
stateMutability: "view",
|
|
197
|
-
type: "function",
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
inputs: [],
|
|
201
|
-
name: "PERMIT_TYPEHASH",
|
|
202
|
-
outputs: [
|
|
203
|
-
{
|
|
204
|
-
internalType: "bytes32",
|
|
205
|
-
name: "",
|
|
206
|
-
type: "bytes32",
|
|
207
|
-
},
|
|
208
|
-
],
|
|
209
|
-
stateMutability: "view",
|
|
210
|
-
type: "function",
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
inputs: [],
|
|
214
|
-
name: "allowTransfers",
|
|
215
|
-
outputs: [],
|
|
216
|
-
stateMutability: "nonpayable",
|
|
217
|
-
type: "function",
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
inputs: [
|
|
221
|
-
{
|
|
222
|
-
internalType: "address",
|
|
223
|
-
name: "account",
|
|
224
|
-
type: "address",
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
internalType: "address",
|
|
228
|
-
name: "spender",
|
|
229
|
-
type: "address",
|
|
230
|
-
},
|
|
231
|
-
],
|
|
232
|
-
name: "allowance",
|
|
233
|
-
outputs: [
|
|
234
|
-
{
|
|
235
|
-
internalType: "uint256",
|
|
236
|
-
name: "",
|
|
237
|
-
type: "uint256",
|
|
238
|
-
},
|
|
239
|
-
],
|
|
240
|
-
stateMutability: "view",
|
|
241
|
-
type: "function",
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
inputs: [
|
|
245
|
-
{
|
|
246
|
-
internalType: "address",
|
|
247
|
-
name: "spender",
|
|
248
|
-
type: "address",
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
internalType: "uint256",
|
|
252
|
-
name: "rawAmount",
|
|
253
|
-
type: "uint256",
|
|
254
|
-
},
|
|
255
|
-
],
|
|
256
|
-
name: "approve",
|
|
257
|
-
outputs: [
|
|
258
|
-
{
|
|
259
|
-
internalType: "bool",
|
|
260
|
-
name: "",
|
|
261
|
-
type: "bool",
|
|
262
|
-
},
|
|
263
|
-
],
|
|
264
|
-
stateMutability: "nonpayable",
|
|
265
|
-
type: "function",
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
inputs: [
|
|
269
|
-
{
|
|
270
|
-
internalType: "address",
|
|
271
|
-
name: "account",
|
|
272
|
-
type: "address",
|
|
273
|
-
},
|
|
274
|
-
],
|
|
275
|
-
name: "balanceOf",
|
|
276
|
-
outputs: [
|
|
277
|
-
{
|
|
278
|
-
internalType: "uint256",
|
|
279
|
-
name: "",
|
|
280
|
-
type: "uint256",
|
|
281
|
-
},
|
|
282
|
-
],
|
|
283
|
-
stateMutability: "view",
|
|
284
|
-
type: "function",
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
inputs: [
|
|
288
|
-
{
|
|
289
|
-
internalType: "address",
|
|
290
|
-
name: "",
|
|
291
|
-
type: "address",
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
internalType: "uint32",
|
|
295
|
-
name: "",
|
|
296
|
-
type: "uint32",
|
|
297
|
-
},
|
|
298
|
-
],
|
|
299
|
-
name: "checkpoints",
|
|
300
|
-
outputs: [
|
|
301
|
-
{
|
|
302
|
-
internalType: "uint32",
|
|
303
|
-
name: "fromBlock",
|
|
304
|
-
type: "uint32",
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
internalType: "uint96",
|
|
308
|
-
name: "votes",
|
|
309
|
-
type: "uint96",
|
|
310
|
-
},
|
|
311
|
-
],
|
|
312
|
-
stateMutability: "view",
|
|
313
|
-
type: "function",
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
inputs: [],
|
|
317
|
-
name: "decimals",
|
|
318
|
-
outputs: [
|
|
319
|
-
{
|
|
320
|
-
internalType: "uint8",
|
|
321
|
-
name: "",
|
|
322
|
-
type: "uint8",
|
|
323
|
-
},
|
|
324
|
-
],
|
|
325
|
-
stateMutability: "view",
|
|
326
|
-
type: "function",
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
inputs: [
|
|
330
|
-
{
|
|
331
|
-
internalType: "address",
|
|
332
|
-
name: "delegatee",
|
|
333
|
-
type: "address",
|
|
334
|
-
},
|
|
335
|
-
],
|
|
336
|
-
name: "delegate",
|
|
337
|
-
outputs: [],
|
|
338
|
-
stateMutability: "nonpayable",
|
|
339
|
-
type: "function",
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
inputs: [
|
|
343
|
-
{
|
|
344
|
-
internalType: "address",
|
|
345
|
-
name: "delegatee",
|
|
346
|
-
type: "address",
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
internalType: "uint256",
|
|
350
|
-
name: "nonce",
|
|
351
|
-
type: "uint256",
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
internalType: "uint256",
|
|
355
|
-
name: "expiry",
|
|
356
|
-
type: "uint256",
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
internalType: "uint8",
|
|
360
|
-
name: "v",
|
|
361
|
-
type: "uint8",
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
internalType: "bytes32",
|
|
365
|
-
name: "r",
|
|
366
|
-
type: "bytes32",
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
internalType: "bytes32",
|
|
370
|
-
name: "s",
|
|
371
|
-
type: "bytes32",
|
|
372
|
-
},
|
|
373
|
-
],
|
|
374
|
-
name: "delegateBySig",
|
|
375
|
-
outputs: [],
|
|
376
|
-
stateMutability: "nonpayable",
|
|
377
|
-
type: "function",
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
inputs: [
|
|
381
|
-
{
|
|
382
|
-
internalType: "address",
|
|
383
|
-
name: "",
|
|
384
|
-
type: "address",
|
|
385
|
-
},
|
|
386
|
-
],
|
|
387
|
-
name: "delegates",
|
|
388
|
-
outputs: [
|
|
389
|
-
{
|
|
390
|
-
internalType: "address",
|
|
391
|
-
name: "",
|
|
392
|
-
type: "address",
|
|
393
|
-
},
|
|
394
|
-
],
|
|
395
|
-
stateMutability: "view",
|
|
396
|
-
type: "function",
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
inputs: [
|
|
400
|
-
{
|
|
401
|
-
internalType: "address",
|
|
402
|
-
name: "account",
|
|
403
|
-
type: "address",
|
|
404
|
-
},
|
|
405
|
-
],
|
|
406
|
-
name: "getCurrentVotes",
|
|
407
|
-
outputs: [
|
|
408
|
-
{
|
|
409
|
-
internalType: "uint96",
|
|
410
|
-
name: "",
|
|
411
|
-
type: "uint96",
|
|
412
|
-
},
|
|
413
|
-
],
|
|
414
|
-
stateMutability: "view",
|
|
415
|
-
type: "function",
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
inputs: [
|
|
419
|
-
{
|
|
420
|
-
internalType: "address",
|
|
421
|
-
name: "account",
|
|
422
|
-
type: "address",
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
internalType: "uint256",
|
|
426
|
-
name: "blockNumber",
|
|
427
|
-
type: "uint256",
|
|
428
|
-
},
|
|
429
|
-
],
|
|
430
|
-
name: "getPriorVotes",
|
|
431
|
-
outputs: [
|
|
432
|
-
{
|
|
433
|
-
internalType: "uint96",
|
|
434
|
-
name: "",
|
|
435
|
-
type: "uint96",
|
|
436
|
-
},
|
|
437
|
-
],
|
|
438
|
-
stateMutability: "view",
|
|
439
|
-
type: "function",
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
inputs: [],
|
|
443
|
-
name: "manager",
|
|
444
|
-
outputs: [
|
|
445
|
-
{
|
|
446
|
-
internalType: "address",
|
|
447
|
-
name: "",
|
|
448
|
-
type: "address",
|
|
449
|
-
},
|
|
450
|
-
],
|
|
451
|
-
stateMutability: "view",
|
|
452
|
-
type: "function",
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
inputs: [],
|
|
456
|
-
name: "miner",
|
|
457
|
-
outputs: [
|
|
458
|
-
{
|
|
459
|
-
internalType: "address",
|
|
460
|
-
name: "",
|
|
461
|
-
type: "address",
|
|
462
|
-
},
|
|
463
|
-
],
|
|
464
|
-
stateMutability: "view",
|
|
465
|
-
type: "function",
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
inputs: [],
|
|
469
|
-
name: "name",
|
|
470
|
-
outputs: [
|
|
471
|
-
{
|
|
472
|
-
internalType: "string",
|
|
473
|
-
name: "",
|
|
474
|
-
type: "string",
|
|
475
|
-
},
|
|
476
|
-
],
|
|
477
|
-
stateMutability: "view",
|
|
478
|
-
type: "function",
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
inputs: [
|
|
482
|
-
{
|
|
483
|
-
internalType: "address",
|
|
484
|
-
name: "",
|
|
485
|
-
type: "address",
|
|
486
|
-
},
|
|
487
|
-
],
|
|
488
|
-
name: "nonces",
|
|
489
|
-
outputs: [
|
|
490
|
-
{
|
|
491
|
-
internalType: "uint256",
|
|
492
|
-
name: "",
|
|
493
|
-
type: "uint256",
|
|
494
|
-
},
|
|
495
|
-
],
|
|
496
|
-
stateMutability: "view",
|
|
497
|
-
type: "function",
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
inputs: [
|
|
501
|
-
{
|
|
502
|
-
internalType: "address",
|
|
503
|
-
name: "",
|
|
504
|
-
type: "address",
|
|
505
|
-
},
|
|
506
|
-
],
|
|
507
|
-
name: "numCheckpoints",
|
|
508
|
-
outputs: [
|
|
509
|
-
{
|
|
510
|
-
internalType: "uint32",
|
|
511
|
-
name: "",
|
|
512
|
-
type: "uint32",
|
|
513
|
-
},
|
|
514
|
-
],
|
|
515
|
-
stateMutability: "view",
|
|
516
|
-
type: "function",
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
inputs: [
|
|
520
|
-
{
|
|
521
|
-
internalType: "address",
|
|
522
|
-
name: "owner",
|
|
523
|
-
type: "address",
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
internalType: "address",
|
|
527
|
-
name: "spender",
|
|
528
|
-
type: "address",
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
internalType: "uint256",
|
|
532
|
-
name: "rawAmount",
|
|
533
|
-
type: "uint256",
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
internalType: "uint256",
|
|
537
|
-
name: "deadline",
|
|
538
|
-
type: "uint256",
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
internalType: "uint8",
|
|
542
|
-
name: "v",
|
|
543
|
-
type: "uint8",
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
internalType: "bytes32",
|
|
547
|
-
name: "r",
|
|
548
|
-
type: "bytes32",
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
internalType: "bytes32",
|
|
552
|
-
name: "s",
|
|
553
|
-
type: "bytes32",
|
|
554
|
-
},
|
|
555
|
-
],
|
|
556
|
-
name: "permit",
|
|
557
|
-
outputs: [],
|
|
558
|
-
stateMutability: "nonpayable",
|
|
559
|
-
type: "function",
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
inputs: [
|
|
563
|
-
{
|
|
564
|
-
internalType: "address",
|
|
565
|
-
name: "_miner",
|
|
566
|
-
type: "address",
|
|
567
|
-
},
|
|
568
|
-
],
|
|
569
|
-
name: "setMiner",
|
|
570
|
-
outputs: [],
|
|
571
|
-
stateMutability: "nonpayable",
|
|
572
|
-
type: "function",
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
inputs: [],
|
|
576
|
-
name: "symbol",
|
|
577
|
-
outputs: [
|
|
578
|
-
{
|
|
579
|
-
internalType: "string",
|
|
580
|
-
name: "",
|
|
581
|
-
type: "string",
|
|
582
|
-
},
|
|
583
|
-
],
|
|
584
|
-
stateMutability: "view",
|
|
585
|
-
type: "function",
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
inputs: [],
|
|
589
|
-
name: "totalSupply",
|
|
590
|
-
outputs: [
|
|
591
|
-
{
|
|
592
|
-
internalType: "uint256",
|
|
593
|
-
name: "",
|
|
594
|
-
type: "uint256",
|
|
595
|
-
},
|
|
596
|
-
],
|
|
597
|
-
stateMutability: "view",
|
|
598
|
-
type: "function",
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
inputs: [
|
|
602
|
-
{
|
|
603
|
-
internalType: "address",
|
|
604
|
-
name: "dst",
|
|
605
|
-
type: "address",
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
internalType: "uint256",
|
|
609
|
-
name: "rawAmount",
|
|
610
|
-
type: "uint256",
|
|
611
|
-
},
|
|
612
|
-
],
|
|
613
|
-
name: "transfer",
|
|
614
|
-
outputs: [
|
|
615
|
-
{
|
|
616
|
-
internalType: "bool",
|
|
617
|
-
name: "",
|
|
618
|
-
type: "bool",
|
|
619
|
-
},
|
|
620
|
-
],
|
|
621
|
-
stateMutability: "nonpayable",
|
|
622
|
-
type: "function",
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
inputs: [
|
|
626
|
-
{
|
|
627
|
-
internalType: "address",
|
|
628
|
-
name: "src",
|
|
629
|
-
type: "address",
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
internalType: "address",
|
|
633
|
-
name: "dst",
|
|
634
|
-
type: "address",
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
internalType: "uint256",
|
|
638
|
-
name: "rawAmount",
|
|
639
|
-
type: "uint256",
|
|
640
|
-
},
|
|
641
|
-
],
|
|
642
|
-
name: "transferFrom",
|
|
643
|
-
outputs: [
|
|
644
|
-
{
|
|
645
|
-
internalType: "bool",
|
|
646
|
-
name: "",
|
|
647
|
-
type: "bool",
|
|
648
|
-
},
|
|
649
|
-
],
|
|
650
|
-
stateMutability: "nonpayable",
|
|
651
|
-
type: "function",
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
inputs: [
|
|
655
|
-
{
|
|
656
|
-
internalType: "address",
|
|
657
|
-
name: "newManager",
|
|
658
|
-
type: "address",
|
|
659
|
-
},
|
|
660
|
-
],
|
|
661
|
-
name: "transferOwnership",
|
|
662
|
-
outputs: [],
|
|
663
|
-
stateMutability: "nonpayable",
|
|
664
|
-
type: "function",
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
inputs: [],
|
|
668
|
-
name: "transfersAllowed",
|
|
669
|
-
outputs: [
|
|
670
|
-
{
|
|
671
|
-
internalType: "bool",
|
|
672
|
-
name: "",
|
|
673
|
-
type: "bool",
|
|
674
|
-
},
|
|
675
|
-
],
|
|
676
|
-
stateMutability: "view",
|
|
677
|
-
type: "function",
|
|
678
|
-
},
|
|
679
|
-
];
|
|
680
|
-
var _bytecode = "0x60806040523480156200001157600080fd5b5060405162003e2a38038062003e2a833981810160405281019062000037919062000212565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415620000aa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000a19062000291565b60405180910390fd5b6b204fce5e3e25026110000000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6b204fce5e3e25026110000000604051620001909190620002b3565b60405180910390a333600660016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600660006101000a81548160ff0219169083151502179055505062000339565b6000815190506200020c816200031f565b92915050565b6000602082840312156200022557600080fd5b60006200023584828501620001fb565b91505092915050565b60006200024d601b83620002d0565b91507f5a65726f2061646472657373206973206e6f7420616c6c6f77656400000000006000830152602082019050919050565b6200028b8162000315565b82525050565b60006020820190508181036000830152620002ac816200023e565b9050919050565b6000602082019050620002ca600083018462000280565b92915050565b600082825260208201905092915050565b6000620002ee82620002f5565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b6200032a81620002e1565b81146200033657600080fd5b50565b613ae180620003496000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c806370a08231116100f9578063b4b5ea5711610097578063dd62ed3e11610071578063dd62ed3e146104e6578063e7a324dc14610516578063f1127ed814610534578063f2fde38b14610565576101a9565b8063b4b5ea571461047e578063c3cda520146104ae578063d505accf146104ca576101a9565b806395d89b41116100d357806395d89b41146103f65780639742ca4614610414578063a9059cbb14610430578063b0660c3d14610460576101a9565b806370a0823114610366578063782d6fe1146103965780637ecebe00146103c6576101a9565b806330adf81f11610166578063481c6a7511610140578063481c6a75146102cc578063587cde1e146102ea5780635c19a95c1461031a5780636fcfff4514610336576101a9565b806330adf81f14610272578063313ce56714610290578063349dc329146102ae576101a9565b806306fdde03146101ae578063095ea7b3146101cc57806318160ddd146101fc57806320606b701461021a5780632185810b1461023857806323b872dd14610242575b600080fd5b6101b6610581565b6040516101c3919061351a565b60405180910390f35b6101e660048036038101906101e19190612d75565b6105ba565b6040516101f391906133b4565b60405180910390f35b61020461074c565b60405161021191906136bc565b60405180910390f35b61022261075c565b60405161022f91906133cf565b60405180910390f35b610240610780565b005b61025c60048036038101906102579190612c88565b610859565b60405161026991906133b4565b60405180910390f35b61027a610aeb565b60405161028791906133cf565b60405180910390f35b610298610b0f565b6040516102a5919061371b565b60405180910390f35b6102b6610b14565b6040516102c39190613399565b60405180910390f35b6102d4610b3a565b6040516102e19190613399565b60405180910390f35b61030460048036038101906102ff9190612c23565b610b60565b6040516103119190613399565b60405180910390f35b610334600480360381019061032f9190612c23565b610b93565b005b610350600480360381019061034b9190612c23565b610ba0565b60405161035d91906136d7565b60405180910390f35b610380600480360381019061037b9190612c23565b610bc3565b60405161038d91906136bc565b60405180910390f35b6103b060048036038101906103ab9190612d75565b610c32565b6040516103bd9190613751565b60405180910390f35b6103e060048036038101906103db9190612c23565b61103b565b6040516103ed91906136bc565b60405180910390f35b6103fe611053565b60405161040b919061351a565b60405180910390f35b61042e60048036038101906104299190612c23565b61108c565b005b61044a60048036038101906104459190612d75565b611235565b60405161045791906133b4565b60405180910390f35b610468611272565b60405161047591906133b4565b60405180910390f35b61049860048036038101906104939190612c23565b611285565b6040516104a59190613751565b60405180910390f35b6104c860048036038101906104c39190612db1565b611373565b005b6104e460048036038101906104df9190612cd7565b611630565b005b61050060048036038101906104fb9190612c4c565b611a9b565b60405161050d91906136bc565b60405180910390f35b61051e611b47565b60405161052b91906133cf565b60405180910390f35b61054e60048036038101906105499190612e3a565b611b6b565b60405161055c9291906136f2565b60405180910390f35b61057f600480360381019061057a9190612c23565b611bc4565b005b6040518060400160405280600781526020017f47656172626f780000000000000000000000000000000000000000000000000081525081565b6000807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff83141561060d577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9050610632565b61062f8360405180606001604052806025815260200161391760259139611d84565b90505b806000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055508373ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107399190613736565b60405180910390a3600191505092915050565b6b204fce5e3e2502611000000081565b7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610810576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108079061363c565b60405180910390fd5b6001600660006101000a81548160ff0219169083151502179055507f795b0e16c8da9807b0a215f3749bd6dbcc49fc0472183f4e446abb7dcbd9d00760405160405180910390a1565b60008033905060008060008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff169050600061091b8560405180606001604052806025815260200161391760259139611d84565b90508673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561099557507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6bffffffffffffffffffffffff16826bffffffffffffffffffffffff1614155b15610ad25760006109bf83836040518060600160405280603d8152602001613a39603d9139611de2565b9050806000808a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055508373ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610ac89190613736565b60405180910390a3505b610add878783611e53565b600193505050509392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b601281565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60026020528060005260406000206000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b9d3382612333565b50565b60046020528060005260406000206000915054906101000a900463ffffffff1681565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff169050919050565b6000438210610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d9061367c565b60405180910390fd5b6000600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900463ffffffff16905060008163ffffffff161415610ce3576000915050611035565b82600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001840363ffffffff1663ffffffff16815260200190815260200160002060000160009054906101000a900463ffffffff1663ffffffff1611610de557600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001830363ffffffff1663ffffffff16815260200190815260200160002060000160049054906101000a90046bffffffffffffffffffffffff16915050611035565b82600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008063ffffffff16815260200190815260200160002060000160009054906101000a900463ffffffff1663ffffffff161115610e66576000915050611035565b6000806001830390505b8163ffffffff168163ffffffff161115610fb7576000600283830363ffffffff1681610e9857fe5b04820390506000600360008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008363ffffffff1663ffffffff1681526020019081526020016000206040518060400160405290816000820160009054906101000a900463ffffffff1663ffffffff1663ffffffff1681526020016000820160049054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681525050905086816000015163ffffffff161415610f8f57806020015195505050505050611035565b86816000015163ffffffff161015610fa957819350610fb0565b6001820392505b5050610e70565b600360008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008363ffffffff1663ffffffff16815260200190815260200160002060000160049054906101000a90046bffffffffffffffffffffffff1693505050505b92915050565b60056020528060005260406000206000915090505481565b6040518060400160405280600481526020017f474541520000000000000000000000000000000000000000000000000000000081525081565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461111c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111139061363c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561118c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111839061353c565b60405180910390fd5b80600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f2f834d1c8c4b956018fff5faca4d99868ae635487424d9c265c257ccbc698c6a60405160405180910390a250565b60008061125a8360405180606001604052806026815260200161396c60269139611d84565b9050611267338583611e53565b600191505092915050565b600660009054906101000a900460ff1681565b600080600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900463ffffffff16905060008163ffffffff16116112ef57600061136b565b600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001830363ffffffff1663ffffffff16815260200190815260200160002060000160049054906101000a90046bffffffffffffffffffffffff165b915050919050565b60007f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a8666040518060400160405280600781526020017f47656172626f7800000000000000000000000000000000000000000000000000815250805190602001206113db6124f3565b306040516020016113ef9493929190613490565b60405160208183030381529060405280519060200120905060007fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf888888604051602001611440949392919061344b565b6040516020818303038152906040528051906020012090506000828260405160200161146d929190613362565b6040516020818303038152906040528051906020012090506000600182888888604051600081526020016040526040516114aa94939291906134d5565b6020604051602081039080840390855afa1580156114cc573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611548576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161153f906135dc565b60405180910390fd5b600560008273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906001019190505589146115d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115ce9061361c565b60405180910390fd5b8742111561161a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116119061365c565b60405180910390fd5b611624818b612333565b50505050505050505050565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff861415611682577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90506116a7565b6116a4866040518060600160405280602481526020016139e160249139611d84565b90505b60007f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a8666040518060400160405280600781526020017f47656172626f78000000000000000000000000000000000000000000000000008152508051906020012061170f6124f3565b306040516020016117239493929190613490565b60405160208183030381529060405280519060200120905060007f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98a8a8a600560008f73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190600101919050558b6040516020016117c5969594939291906133ea565b604051602081830303815290604052805190602001209050600082826040516020016117f2929190613362565b60405160208183030381529060405280519060200120905060006001828989896040516000815260200160405260405161182f94939291906134d5565b6020604051602081039080840390855afa158015611851573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156118cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118c49061369c565b60405180910390fd5b8b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161461193b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119329061355c565b60405180910390fd5b8842111561197e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611975906135bc565b60405180910390fd5b846000808e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055508a73ffffffffffffffffffffffffffffffffffffffff168c73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92587604051611a859190613736565b60405180910390a3505050505050505050505050565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff16905092915050565b7fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b6003602052816000526040600020602052806000526040600020600091509150508060000160009054906101000a900463ffffffff16908060000160049054906101000a90046bffffffffffffffffffffffff16905082565b600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611c54576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c4b9061363c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611cc4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cbb9061353c565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600660016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60006c0100000000000000000000000083108290611dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dcf919061351a565b60405180910390fd5b5082905092915050565b6000836bffffffffffffffffffffffff16836bffffffffffffffffffffffff1611158290611e46576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3d919061351a565b60405180910390fd5b5082840390509392505050565b600660009054906101000a900460ff1680611ebb5750600660019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16145b80611f135750600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16145b611f52576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f49906135fc565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611fc2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fb99061357c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612032576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120299061359c565b60405180910390fd5b6120ac600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff1682604051806060016040528060368152602001613a7660369139611de2565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550612193600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff168260405180606001604052806030815260200161393c60309139612500565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161225d9190613736565b60405180910390a361232e600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1683612576565b505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690506000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a90046bffffffffffffffffffffffff16905082600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f60405160405180910390a46124ed828483612576565b50505050565b6000804690508091505090565b6000808385019050846bffffffffffffffffffffffff16816bffffffffffffffffffffffff161015839061256a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612561919061351a565b60405180910390fd5b50809150509392505050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156125c057506000816bffffffffffffffffffffffff16115b1561286c57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614612718576000600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900463ffffffff1690506000808263ffffffff16116126635760006126df565b600360008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001840363ffffffff1663ffffffff16815260200190815260200160002060000160049054906101000a90046bffffffffffffffffffffffff165b90506000612706828560405180606001604052806028815260200161399260289139611de2565b905061271486848484612871565b5050505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161461286b576000600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900463ffffffff1690506000808263ffffffff16116127b6576000612832565b600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001840363ffffffff1663ffffffff16815260200190815260200160002060000160049054906101000a90046bffffffffffffffffffffffff165b9050600061285982856040518060600160405280602781526020016139ba60279139612500565b905061286785848484612871565b5050505b5b505050565b600061289543604051806060016040528060348152602001613a0560349139612b64565b905060008463ffffffff1611801561292a57508063ffffffff16600360008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001870363ffffffff1663ffffffff16815260200190815260200160002060000160009054906101000a900463ffffffff1663ffffffff16145b156129c55781600360008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006001870363ffffffff1663ffffffff16815260200190815260200160002060000160046101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550612b0d565b60405180604001604052808263ffffffff168152602001836bffffffffffffffffffffffff16815250600360008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008663ffffffff1663ffffffff16815260200190815260200160002060008201518160000160006101000a81548163ffffffff021916908363ffffffff16021790555060208201518160000160046101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555090505060018401600460008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548163ffffffff021916908363ffffffff1602179055505b8473ffffffffffffffffffffffffffffffffffffffff167fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a7248484604051612b5592919061376c565b60405180910390a25050505050565b600064010000000083108290612bb0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ba7919061351a565b60405180910390fd5b5082905092915050565b600081359050612bc9816138a3565b92915050565b600081359050612bde816138ba565b92915050565b600081359050612bf3816138d1565b92915050565b600081359050612c08816138e8565b92915050565b600081359050612c1d816138ff565b92915050565b600060208284031215612c3557600080fd5b6000612c4384828501612bba565b91505092915050565b60008060408385031215612c5f57600080fd5b6000612c6d85828601612bba565b9250506020612c7e85828601612bba565b9150509250929050565b600080600060608486031215612c9d57600080fd5b6000612cab86828701612bba565b9350506020612cbc86828701612bba565b9250506040612ccd86828701612be4565b9150509250925092565b600080600080600080600060e0888a031215612cf257600080fd5b6000612d008a828b01612bba565b9750506020612d118a828b01612bba565b9650506040612d228a828b01612be4565b9550506060612d338a828b01612be4565b9450506080612d448a828b01612c0e565b93505060a0612d558a828b01612bcf565b92505060c0612d668a828b01612bcf565b91505092959891949750929550565b60008060408385031215612d8857600080fd5b6000612d9685828601612bba565b9250506020612da785828601612be4565b9150509250929050565b60008060008060008060c08789031215612dca57600080fd5b6000612dd889828a01612bba565b9650506020612de989828a01612be4565b9550506040612dfa89828a01612be4565b9450506060612e0b89828a01612c0e565b9350506080612e1c89828a01612bcf565b92505060a0612e2d89828a01612bcf565b9150509295509295509295565b60008060408385031215612e4d57600080fd5b6000612e5b85828601612bba565b9250506020612e6c85828601612bf9565b9150509250929050565b612e7f816137bc565b82525050565b612e8e816137ce565b82525050565b612e9d816137da565b82525050565b612eb4612eaf826137da565b613888565b82525050565b6000612ec582613795565b612ecf81856137a0565b9350612edf818560208601613855565b612ee881613892565b840191505092915050565b6000612f00601b836137a0565b91507f5a65726f2061646472657373206973206e6f7420616c6c6f77656400000000006000830152602082019050919050565b6000612f406002836137b1565b91507f19010000000000000000000000000000000000000000000000000000000000006000830152600282019050919050565b6000612f80601a836137a0565b91507f476561723a3a7065726d69743a20756e617574686f72697a65640000000000006000830152602082019050919050565b6000612fc0603c836137a0565b91507f476561723a3a5f7472616e73666572546f6b656e733a2063616e6e6f7420747260008301527f616e736665722066726f6d20746865207a65726f2061646472657373000000006020830152604082019050919050565b6000613026603a836137a0565b91507f476561723a3a5f7472616e73666572546f6b656e733a2063616e6e6f7420747260008301527f616e7366657220746f20746865207a65726f20616464726573730000000000006020830152604082019050919050565b600061308c601f836137a0565b91507f476561723a3a7065726d69743a207369676e61747572652065787069726564006000830152602082019050919050565b60006130cc6026836137a0565b91507f476561723a3a64656c656761746542795369673a20696e76616c69642073696760008301527f6e617475726500000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000613132601d836137a0565b91507f476561723a3a7472616e73666572732061726520666f7262696464656e0000006000830152602082019050919050565b60006131726022836137a0565b91507f476561723a3a64656c656761746542795369673a20696e76616c6964206e6f6e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006131d8601f836137a0565b91507f476561723a3a63616c6c6572206973206e6f7420746865206d616e61676572006000830152602082019050919050565b60006132186026836137a0565b91507f476561723a3a64656c656761746542795369673a207369676e6174757265206560008301527f78706972656400000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061327e6027836137a0565b91507f476561723a3a6765745072696f72566f7465733a206e6f74207965742064657460008301527f65726d696e6564000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006132e4601f836137a0565b91507f476561723a3a7065726d69743a20696e76616c6964207369676e6174757265006000830152602082019050919050565b61332081613804565b82525050565b61332f8161380e565b82525050565b61333e8161381e565b82525050565b61334d81613843565b82525050565b61335c8161382b565b82525050565b600061336d82612f33565b91506133798285612ea3565b6020820191506133898284612ea3565b6020820191508190509392505050565b60006020820190506133ae6000830184612e76565b92915050565b60006020820190506133c96000830184612e85565b92915050565b60006020820190506133e46000830184612e94565b92915050565b600060c0820190506133ff6000830189612e94565b61340c6020830188612e76565b6134196040830187612e76565b6134266060830186613317565b6134336080830185613317565b61344060a0830184613317565b979650505050505050565b60006080820190506134606000830187612e94565b61346d6020830186612e76565b61347a6040830185613317565b6134876060830184613317565b95945050505050565b60006080820190506134a56000830187612e94565b6134b26020830186612e94565b6134bf6040830185613317565b6134cc6060830184612e76565b95945050505050565b60006080820190506134ea6000830187612e94565b6134f76020830186613335565b6135046040830185612e94565b6135116060830184612e94565b95945050505050565b600060208201905081810360008301526135348184612eba565b905092915050565b6000602082019050818103600083015261355581612ef3565b9050919050565b6000602082019050818103600083015261357581612f73565b9050919050565b6000602082019050818103600083015261359581612fb3565b9050919050565b600060208201905081810360008301526135b581613019565b9050919050565b600060208201905081810360008301526135d58161307f565b9050919050565b600060208201905081810360008301526135f5816130bf565b9050919050565b6000602082019050818103600083015261361581613125565b9050919050565b6000602082019050818103600083015261363581613165565b9050919050565b60006020820190508181036000830152613655816131cb565b9050919050565b600060208201905081810360008301526136758161320b565b9050919050565b6000602082019050818103600083015261369581613271565b9050919050565b600060208201905081810360008301526136b5816132d7565b9050919050565b60006020820190506136d16000830184613317565b92915050565b60006020820190506136ec6000830184613326565b92915050565b60006040820190506137076000830185613326565b6137146020830184613353565b9392505050565b60006020820190506137306000830184613335565b92915050565b600060208201905061374b6000830184613344565b92915050565b60006020820190506137666000830184613353565b92915050565b60006040820190506137816000830185613344565b61378e6020830184613344565b9392505050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b60006137c7826137e4565b9050919050565b60008115159050919050565b6000819050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600063ffffffff82169050919050565b600060ff82169050919050565b60006bffffffffffffffffffffffff82169050919050565b600061384e8261382b565b9050919050565b60005b83811015613873578082015181840152602081019050613858565b83811115613882576000848401525b50505050565b6000819050919050565b6000601f19601f8301169050919050565b6138ac816137bc565b81146138b757600080fd5b50565b6138c3816137da565b81146138ce57600080fd5b50565b6138da81613804565b81146138e557600080fd5b50565b6138f18161380e565b81146138fc57600080fd5b50565b6139088161381e565b811461391357600080fd5b5056fe476561723a3a617070726f76653a20616d6f756e7420657863656564732039362062697473476561723a3a5f7472616e73666572546f6b656e733a207472616e7366657220616d6f756e74206f766572666c6f7773476561723a3a7472616e736665723a20616d6f756e7420657863656564732039362062697473476561723a3a5f6d6f7665566f7465733a20766f746520616d6f756e7420756e646572666c6f7773476561723a3a5f6d6f7665566f7465733a20766f746520616d6f756e74206f766572666c6f7773476561723a3a7065726d69743a20616d6f756e7420657863656564732039362062697473476561723a3a5f7772697465436865636b706f696e743a20626c6f636b206e756d62657220657863656564732033322062697473476561723a3a7472616e7366657246726f6d3a207472616e7366657220616d6f756e742065786365656473207370656e64657220616c6c6f77616e6365476561723a3a5f7472616e73666572546f6b656e733a207472616e7366657220616d6f756e7420657863656564732062616c616e6365a264697066735822122066944b0101ba9d8a9ac9240d19332b4c10fb16385853ea1a2422d236556c92ac64736f6c63430007060033";
|
|
681
|
-
var GearToken__factory = /** @class */ (function (_super) {
|
|
682
|
-
__extends(GearToken__factory, _super);
|
|
683
|
-
function GearToken__factory(signer) {
|
|
684
|
-
return _super.call(this, _abi, _bytecode, signer) || this;
|
|
685
|
-
}
|
|
686
|
-
GearToken__factory.prototype.deploy = function (account, overrides) {
|
|
687
|
-
return _super.prototype.deploy.call(this, account, overrides || {});
|
|
688
|
-
};
|
|
689
|
-
GearToken__factory.prototype.getDeployTransaction = function (account, overrides) {
|
|
690
|
-
return _super.prototype.getDeployTransaction.call(this, account, overrides || {});
|
|
691
|
-
};
|
|
692
|
-
GearToken__factory.prototype.attach = function (address) {
|
|
693
|
-
return _super.prototype.attach.call(this, address);
|
|
694
|
-
};
|
|
695
|
-
GearToken__factory.prototype.connect = function (signer) {
|
|
696
|
-
return _super.prototype.connect.call(this, signer);
|
|
697
|
-
};
|
|
698
|
-
GearToken__factory.createInterface = function () {
|
|
699
|
-
return new ethers_1.utils.Interface(_abi);
|
|
700
|
-
};
|
|
701
|
-
GearToken__factory.connect = function (address, signerOrProvider) {
|
|
702
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
703
|
-
};
|
|
704
|
-
GearToken__factory.bytecode = _bytecode;
|
|
705
|
-
GearToken__factory.abi = _abi;
|
|
706
|
-
return GearToken__factory;
|
|
707
|
-
}(ethers_1.ContractFactory));
|
|
708
|
-
exports.GearToken__factory = GearToken__factory;
|