@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,468 +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.ERC721__factory = void 0;
|
|
22
|
-
var ethers_1 = require("ethers");
|
|
23
|
-
var _abi = [
|
|
24
|
-
{
|
|
25
|
-
inputs: [
|
|
26
|
-
{
|
|
27
|
-
internalType: "string",
|
|
28
|
-
name: "name_",
|
|
29
|
-
type: "string",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
internalType: "string",
|
|
33
|
-
name: "symbol_",
|
|
34
|
-
type: "string",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
stateMutability: "nonpayable",
|
|
38
|
-
type: "constructor",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
anonymous: false,
|
|
42
|
-
inputs: [
|
|
43
|
-
{
|
|
44
|
-
indexed: true,
|
|
45
|
-
internalType: "address",
|
|
46
|
-
name: "owner",
|
|
47
|
-
type: "address",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
indexed: true,
|
|
51
|
-
internalType: "address",
|
|
52
|
-
name: "approved",
|
|
53
|
-
type: "address",
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
indexed: true,
|
|
57
|
-
internalType: "uint256",
|
|
58
|
-
name: "tokenId",
|
|
59
|
-
type: "uint256",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
name: "Approval",
|
|
63
|
-
type: "event",
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
anonymous: false,
|
|
67
|
-
inputs: [
|
|
68
|
-
{
|
|
69
|
-
indexed: true,
|
|
70
|
-
internalType: "address",
|
|
71
|
-
name: "owner",
|
|
72
|
-
type: "address",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
indexed: true,
|
|
76
|
-
internalType: "address",
|
|
77
|
-
name: "operator",
|
|
78
|
-
type: "address",
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
indexed: false,
|
|
82
|
-
internalType: "bool",
|
|
83
|
-
name: "approved",
|
|
84
|
-
type: "bool",
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
name: "ApprovalForAll",
|
|
88
|
-
type: "event",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
anonymous: false,
|
|
92
|
-
inputs: [
|
|
93
|
-
{
|
|
94
|
-
indexed: true,
|
|
95
|
-
internalType: "address",
|
|
96
|
-
name: "from",
|
|
97
|
-
type: "address",
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
indexed: true,
|
|
101
|
-
internalType: "address",
|
|
102
|
-
name: "to",
|
|
103
|
-
type: "address",
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
indexed: true,
|
|
107
|
-
internalType: "uint256",
|
|
108
|
-
name: "tokenId",
|
|
109
|
-
type: "uint256",
|
|
110
|
-
},
|
|
111
|
-
],
|
|
112
|
-
name: "Transfer",
|
|
113
|
-
type: "event",
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
inputs: [
|
|
117
|
-
{
|
|
118
|
-
internalType: "address",
|
|
119
|
-
name: "to",
|
|
120
|
-
type: "address",
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
internalType: "uint256",
|
|
124
|
-
name: "tokenId",
|
|
125
|
-
type: "uint256",
|
|
126
|
-
},
|
|
127
|
-
],
|
|
128
|
-
name: "approve",
|
|
129
|
-
outputs: [],
|
|
130
|
-
stateMutability: "nonpayable",
|
|
131
|
-
type: "function",
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
inputs: [
|
|
135
|
-
{
|
|
136
|
-
internalType: "address",
|
|
137
|
-
name: "owner",
|
|
138
|
-
type: "address",
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
name: "balanceOf",
|
|
142
|
-
outputs: [
|
|
143
|
-
{
|
|
144
|
-
internalType: "uint256",
|
|
145
|
-
name: "",
|
|
146
|
-
type: "uint256",
|
|
147
|
-
},
|
|
148
|
-
],
|
|
149
|
-
stateMutability: "view",
|
|
150
|
-
type: "function",
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
inputs: [],
|
|
154
|
-
name: "baseURI",
|
|
155
|
-
outputs: [
|
|
156
|
-
{
|
|
157
|
-
internalType: "string",
|
|
158
|
-
name: "",
|
|
159
|
-
type: "string",
|
|
160
|
-
},
|
|
161
|
-
],
|
|
162
|
-
stateMutability: "view",
|
|
163
|
-
type: "function",
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
inputs: [
|
|
167
|
-
{
|
|
168
|
-
internalType: "uint256",
|
|
169
|
-
name: "tokenId",
|
|
170
|
-
type: "uint256",
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
name: "getApproved",
|
|
174
|
-
outputs: [
|
|
175
|
-
{
|
|
176
|
-
internalType: "address",
|
|
177
|
-
name: "",
|
|
178
|
-
type: "address",
|
|
179
|
-
},
|
|
180
|
-
],
|
|
181
|
-
stateMutability: "view",
|
|
182
|
-
type: "function",
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
inputs: [
|
|
186
|
-
{
|
|
187
|
-
internalType: "address",
|
|
188
|
-
name: "owner",
|
|
189
|
-
type: "address",
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
internalType: "address",
|
|
193
|
-
name: "operator",
|
|
194
|
-
type: "address",
|
|
195
|
-
},
|
|
196
|
-
],
|
|
197
|
-
name: "isApprovedForAll",
|
|
198
|
-
outputs: [
|
|
199
|
-
{
|
|
200
|
-
internalType: "bool",
|
|
201
|
-
name: "",
|
|
202
|
-
type: "bool",
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
-
stateMutability: "view",
|
|
206
|
-
type: "function",
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
inputs: [],
|
|
210
|
-
name: "name",
|
|
211
|
-
outputs: [
|
|
212
|
-
{
|
|
213
|
-
internalType: "string",
|
|
214
|
-
name: "",
|
|
215
|
-
type: "string",
|
|
216
|
-
},
|
|
217
|
-
],
|
|
218
|
-
stateMutability: "view",
|
|
219
|
-
type: "function",
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
inputs: [
|
|
223
|
-
{
|
|
224
|
-
internalType: "uint256",
|
|
225
|
-
name: "tokenId",
|
|
226
|
-
type: "uint256",
|
|
227
|
-
},
|
|
228
|
-
],
|
|
229
|
-
name: "ownerOf",
|
|
230
|
-
outputs: [
|
|
231
|
-
{
|
|
232
|
-
internalType: "address",
|
|
233
|
-
name: "",
|
|
234
|
-
type: "address",
|
|
235
|
-
},
|
|
236
|
-
],
|
|
237
|
-
stateMutability: "view",
|
|
238
|
-
type: "function",
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
inputs: [
|
|
242
|
-
{
|
|
243
|
-
internalType: "address",
|
|
244
|
-
name: "from",
|
|
245
|
-
type: "address",
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
internalType: "address",
|
|
249
|
-
name: "to",
|
|
250
|
-
type: "address",
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
internalType: "uint256",
|
|
254
|
-
name: "tokenId",
|
|
255
|
-
type: "uint256",
|
|
256
|
-
},
|
|
257
|
-
],
|
|
258
|
-
name: "safeTransferFrom",
|
|
259
|
-
outputs: [],
|
|
260
|
-
stateMutability: "nonpayable",
|
|
261
|
-
type: "function",
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
inputs: [
|
|
265
|
-
{
|
|
266
|
-
internalType: "address",
|
|
267
|
-
name: "from",
|
|
268
|
-
type: "address",
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
internalType: "address",
|
|
272
|
-
name: "to",
|
|
273
|
-
type: "address",
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
internalType: "uint256",
|
|
277
|
-
name: "tokenId",
|
|
278
|
-
type: "uint256",
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
internalType: "bytes",
|
|
282
|
-
name: "_data",
|
|
283
|
-
type: "bytes",
|
|
284
|
-
},
|
|
285
|
-
],
|
|
286
|
-
name: "safeTransferFrom",
|
|
287
|
-
outputs: [],
|
|
288
|
-
stateMutability: "nonpayable",
|
|
289
|
-
type: "function",
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
inputs: [
|
|
293
|
-
{
|
|
294
|
-
internalType: "address",
|
|
295
|
-
name: "operator",
|
|
296
|
-
type: "address",
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
internalType: "bool",
|
|
300
|
-
name: "approved",
|
|
301
|
-
type: "bool",
|
|
302
|
-
},
|
|
303
|
-
],
|
|
304
|
-
name: "setApprovalForAll",
|
|
305
|
-
outputs: [],
|
|
306
|
-
stateMutability: "nonpayable",
|
|
307
|
-
type: "function",
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
inputs: [
|
|
311
|
-
{
|
|
312
|
-
internalType: "bytes4",
|
|
313
|
-
name: "interfaceId",
|
|
314
|
-
type: "bytes4",
|
|
315
|
-
},
|
|
316
|
-
],
|
|
317
|
-
name: "supportsInterface",
|
|
318
|
-
outputs: [
|
|
319
|
-
{
|
|
320
|
-
internalType: "bool",
|
|
321
|
-
name: "",
|
|
322
|
-
type: "bool",
|
|
323
|
-
},
|
|
324
|
-
],
|
|
325
|
-
stateMutability: "view",
|
|
326
|
-
type: "function",
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
inputs: [],
|
|
330
|
-
name: "symbol",
|
|
331
|
-
outputs: [
|
|
332
|
-
{
|
|
333
|
-
internalType: "string",
|
|
334
|
-
name: "",
|
|
335
|
-
type: "string",
|
|
336
|
-
},
|
|
337
|
-
],
|
|
338
|
-
stateMutability: "view",
|
|
339
|
-
type: "function",
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
inputs: [
|
|
343
|
-
{
|
|
344
|
-
internalType: "uint256",
|
|
345
|
-
name: "index",
|
|
346
|
-
type: "uint256",
|
|
347
|
-
},
|
|
348
|
-
],
|
|
349
|
-
name: "tokenByIndex",
|
|
350
|
-
outputs: [
|
|
351
|
-
{
|
|
352
|
-
internalType: "uint256",
|
|
353
|
-
name: "",
|
|
354
|
-
type: "uint256",
|
|
355
|
-
},
|
|
356
|
-
],
|
|
357
|
-
stateMutability: "view",
|
|
358
|
-
type: "function",
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
inputs: [
|
|
362
|
-
{
|
|
363
|
-
internalType: "address",
|
|
364
|
-
name: "owner",
|
|
365
|
-
type: "address",
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
internalType: "uint256",
|
|
369
|
-
name: "index",
|
|
370
|
-
type: "uint256",
|
|
371
|
-
},
|
|
372
|
-
],
|
|
373
|
-
name: "tokenOfOwnerByIndex",
|
|
374
|
-
outputs: [
|
|
375
|
-
{
|
|
376
|
-
internalType: "uint256",
|
|
377
|
-
name: "",
|
|
378
|
-
type: "uint256",
|
|
379
|
-
},
|
|
380
|
-
],
|
|
381
|
-
stateMutability: "view",
|
|
382
|
-
type: "function",
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
inputs: [
|
|
386
|
-
{
|
|
387
|
-
internalType: "uint256",
|
|
388
|
-
name: "tokenId",
|
|
389
|
-
type: "uint256",
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
name: "tokenURI",
|
|
393
|
-
outputs: [
|
|
394
|
-
{
|
|
395
|
-
internalType: "string",
|
|
396
|
-
name: "",
|
|
397
|
-
type: "string",
|
|
398
|
-
},
|
|
399
|
-
],
|
|
400
|
-
stateMutability: "view",
|
|
401
|
-
type: "function",
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
inputs: [],
|
|
405
|
-
name: "totalSupply",
|
|
406
|
-
outputs: [
|
|
407
|
-
{
|
|
408
|
-
internalType: "uint256",
|
|
409
|
-
name: "",
|
|
410
|
-
type: "uint256",
|
|
411
|
-
},
|
|
412
|
-
],
|
|
413
|
-
stateMutability: "view",
|
|
414
|
-
type: "function",
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
inputs: [
|
|
418
|
-
{
|
|
419
|
-
internalType: "address",
|
|
420
|
-
name: "from",
|
|
421
|
-
type: "address",
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
internalType: "address",
|
|
425
|
-
name: "to",
|
|
426
|
-
type: "address",
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
internalType: "uint256",
|
|
430
|
-
name: "tokenId",
|
|
431
|
-
type: "uint256",
|
|
432
|
-
},
|
|
433
|
-
],
|
|
434
|
-
name: "transferFrom",
|
|
435
|
-
outputs: [],
|
|
436
|
-
stateMutability: "nonpayable",
|
|
437
|
-
type: "function",
|
|
438
|
-
},
|
|
439
|
-
];
|
|
440
|
-
var _bytecode = "0x60806040523480156200001157600080fd5b5060405162002b4238038062002b42833981810160405260408110156200003757600080fd5b81019080805160405193929190846401000000008211156200005857600080fd5b838201915060208201858111156200006f57600080fd5b82518660018202830111640100000000821117156200008d57600080fd5b8083526020830192505050908051906020019080838360005b83811015620000c3578082015181840152602081019050620000a6565b50505050905090810190601f168015620000f15780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200011557600080fd5b838201915060208201858111156200012c57600080fd5b82518660018202830111640100000000821117156200014a57600080fd5b8083526020830192505050908051906020019080838360005b838110156200018057808201518184015260208101905062000163565b50505050905090810190601f168015620001ae5780820380516001836020036101000a031916815260200191505b50604052505050620001cd6301ffc9a760e01b6200024f60201b60201c565b8160069080519060200190620001e592919062000358565b508060079080519060200190620001fe92919062000358565b50620002176380ac58cd60e01b6200024f60201b60201c565b6200022f635b5e139f60e01b6200024f60201b60201c565b6200024763780e9d6360e01b6200024f60201b60201c565b50506200040e565b63ffffffff60e01b817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19161415620002ec576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601c8152602001807f4552433136353a20696e76616c696420696e746572666163652069640000000081525060200191505060405180910390fd5b6001600080837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282620003905760008555620003dc565b82601f10620003ab57805160ff1916838001178555620003dc565b82800160010185558215620003dc579182015b82811115620003db578251825591602001919060010190620003be565b5b509050620003eb9190620003ef565b5090565b5b808211156200040a576000816000905550600101620003f0565b5090565b612724806200041e6000396000f3fe608060405234801561001057600080fd5b506004361061010b5760003560e01c80634f6ccce7116100a257806395d89b411161007157806395d89b411461056d578063a22cb465146105f0578063b88d4fde14610640578063c87b56dd14610745578063e985e9c5146107ec5761010b565b80634f6ccce7146103f85780636352211e1461043a5780636c0360eb1461049257806370a08231146105155761010b565b806318160ddd116100de57806318160ddd1461029c57806323b872dd146102ba5780632f745c591461032857806342842e0e1461038a5761010b565b806301ffc9a71461011057806306fdde0314610173578063081812fc146101f6578063095ea7b31461024e575b600080fd5b61015b6004803603602081101561012657600080fd5b8101908080357bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19169060200190929190505050610866565b60405180821515815260200191505060405180910390f35b61017b6108cd565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101bb5780820151818401526020810190506101a0565b50505050905090810190601f1680156101e85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102226004803603602081101561020c57600080fd5b810190808035906020019092919050505061096f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61029a6004803603604081101561026457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a0a565b005b6102a4610b4e565b6040518082815260200191505060405180910390f35b610326600480360360608110156102d057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b5f565b005b6103746004803603604081101561033e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610bd5565b6040518082815260200191505060405180910390f35b6103f6600480360360608110156103a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610c30565b005b6104246004803603602081101561040e57600080fd5b8101908080359060200190929190505050610c50565b6040518082815260200191505060405180910390f35b6104666004803603602081101561045057600080fd5b8101908080359060200190929190505050610c73565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61049a610caa565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156104da5780820151818401526020810190506104bf565b50505050905090810190601f1680156105075780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6105576004803603602081101561052b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d4c565b6040518082815260200191505060405180910390f35b610575610e21565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156105b557808201518184015260208101905061059a565b50505050905090810190601f1680156105e25780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61063e6004803603604081101561060657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803515159060200190929190505050610ec3565b005b6107436004803603608081101561065657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190803590602001906401000000008111156106bd57600080fd5b8201836020820111156106cf57600080fd5b803590602001918460018302840111640100000000831117156106f157600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f820116905080830192505050505050509192919290505050611079565b005b6107716004803603602081101561075b57600080fd5b81019080803590602001909291905050506110f1565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156107b1578082015181840152602081019050610796565b50505050905090810190601f1680156107de5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61084e6004803603604081101561080257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506113c2565b60405180821515815260200191505060405180910390f35b6000806000837bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916815260200190815260200160002060009054906101000a900460ff169050919050565b606060068054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109655780601f1061093a57610100808354040283529160200191610965565b820191906000526020600020905b81548152906001019060200180831161094857829003601f168201915b5050505050905090565b600061097a82611456565b6109cf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612619602c913960400191505060405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b6000610a1582610c73565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610a9c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602181526020018061269d6021913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16610abb611473565b73ffffffffffffffffffffffffffffffffffffffff161480610aea5750610ae981610ae4611473565b6113c2565b5b610b3f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252603881526020018061256c6038913960400191505060405180910390fd5b610b49838361147b565b505050565b6000610b5a6002611534565b905090565b610b70610b6a611473565b82611549565b610bc5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806126be6031913960400191505060405180910390fd5b610bd083838361163d565b505050565b6000610c2882600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002061188090919063ffffffff16565b905092915050565b610c4b83838360405180602001604052806000815250611079565b505050565b600080610c6783600261189a90919063ffffffff16565b50905080915050919050565b6000610ca3826040518060600160405280602981526020016125ce6029913960026118c69092919063ffffffff16565b9050919050565b606060098054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610d425780601f10610d1757610100808354040283529160200191610d42565b820191906000526020600020905b815481529060010190602001808311610d2557829003601f168201915b5050505050905090565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806125a4602a913960400191505060405180910390fd5b610e1a600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206118e5565b9050919050565b606060078054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610eb95780601f10610e8e57610100808354040283529160200191610eb9565b820191906000526020600020905b815481529060010190602001808311610e9c57829003601f168201915b5050505050905090565b610ecb611473565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610f6c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260198152602001807f4552433732313a20617070726f766520746f2063616c6c65720000000000000081525060200191505060405180910390fd5b8060056000610f79611473565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16611026611473565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405180821515815260200191505060405180910390a35050565b61108a611084611473565b83611549565b6110df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806126be6031913960400191505060405180910390fd5b6110eb848484846118fa565b50505050565b60606110fc82611456565b611151576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602f81526020018061266e602f913960400191505060405180910390fd5b6000600860008481526020019081526020016000208054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156111fa5780601f106111cf576101008083540402835291602001916111fa565b820191906000526020600020905b8154815290600101906020018083116111dd57829003601f168201915b50505050509050600061120b610caa565b90506000815114156112215781925050506113bd565b6000825111156112f25780826040516020018083805190602001908083835b602083106112635780518252602082019150602081019050602083039250611240565b6001836020036101000a03801982511681845116808217855250505050505090500182805190602001908083835b602083106112b45780518252602082019150602081019050602083039250611291565b6001836020036101000a03801982511681845116808217855250505050505090500192505050604051602081830303815290604052925050506113bd565b806112fc8561196c565b6040516020018083805190602001908083835b60208310611332578051825260208201915060208101905060208303925061130f565b6001836020036101000a03801982511681845116808217855250505050505090500182805190602001908083835b602083106113835780518252602082019150602081019050602083039250611360565b6001836020036101000a03801982511681845116808217855250505050505090500192505050604051602081830303815290604052925050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600061146c826002611ab390919063ffffffff16565b9050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff166114ee83610c73565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061154282600001611acd565b9050919050565b600061155482611456565b6115a9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612540602c913960400191505060405180910390fd5b60006115b483610c73565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061162357508373ffffffffffffffffffffffffffffffffffffffff1661160b8461096f565b73ffffffffffffffffffffffffffffffffffffffff16145b80611634575061163381856113c2565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff1661165d82610c73565b73ffffffffffffffffffffffffffffffffffffffff16146116c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260298152602001806126456029913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561174f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806124f66024913960400191505060405180910390fd5b61175a838383611ade565b61176560008261147b565b6117b681600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611ae390919063ffffffff16565b5061180881600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020611afd90919063ffffffff16565b5061181f81836002611b179092919063ffffffff16565b50808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600061188f8360000183611b4c565b60001c905092915050565b6000806000806118ad8660000186611bcf565b915091508160001c8160001c9350935050509250929050565b60006118d9846000018460001b84611c68565b60001c90509392505050565b60006118f382600001611d5e565b9050919050565b61190584848461163d565b61191184848484611d6f565b611966576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260328152602001806124c46032913960400191505060405180910390fd5b50505050565b606060008214156119b4576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611aae565b600082905060005b600082146119de578080600101915050600a82816119d657fe5b0491506119bc565b60008167ffffffffffffffff811180156119f757600080fd5b506040519080825280601f01601f191660200182016040528015611a2a5781602001600182028036833780820191505090505b50905060006001830390508593505b60008414611aa657600a8481611a4b57fe5b0660300160f81b82828060019003935081518110611a6557fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8481611a9e57fe5b049350611a39565b819450505050505b919050565b6000611ac5836000018360001b611f88565b905092915050565b600081600001805490509050919050565b505050565b6000611af5836000018360001b611fab565b905092915050565b6000611b0f836000018360001b612093565b905092915050565b6000611b43846000018460001b8473ffffffffffffffffffffffffffffffffffffffff1660001b612103565b90509392505050565b600081836000018054905011611bad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806124a26022913960400191505060405180910390fd5b826000018281548110611bbc57fe5b9060005260206000200154905092915050565b60008082846000018054905011611c31576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806125f76022913960400191505060405180910390fd5b6000846000018481548110611c4257fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b60008084600101600085815260200190815260200160002054905060008114158390611d2f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611cf4578082015181840152602081019050611cd9565b50505050905090810190601f168015611d215780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50846000016001820381548110611d4257fe5b9060005260206000209060020201600101549150509392505050565b600081600001805490509050919050565b6000611d908473ffffffffffffffffffffffffffffffffffffffff166121df565b611d9d5760019050611f80565b6000611f0763150b7a0260e01b611db2611473565b888787604051602401808573ffffffffffffffffffffffffffffffffffffffff1681526020018473ffffffffffffffffffffffffffffffffffffffff16815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b83811015611e36578082015181840152602081019050611e1b565b50505050905090810190601f168015611e635780820380516001836020036101000a031916815260200191505b5095505050505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518060600160405280603281526020016124c4603291398773ffffffffffffffffffffffffffffffffffffffff166121f29092919063ffffffff16565b90506000818060200190516020811015611f2057600080fd5b8101908080519060200190929190505050905063150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614925050505b949350505050565b600080836001016000848152602001908152602001600020541415905092915050565b600080836001016000848152602001908152602001600020549050600081146120875760006001820390506000600186600001805490500390506000866000018281548110611ff657fe5b906000526020600020015490508087600001848154811061201357fe5b906000526020600020018190555060018301876001016000838152602001908152602001600020819055508660000180548061204b57fe5b6001900381819060005260206000200160009055905586600101600087815260200190815260200160002060009055600194505050505061208d565b60009150505b92915050565b600061209f838361220a565b6120f85782600001829080600181540180825580915050600190039060005260206000200160009091909190915055826000018054905083600101600084815260200190815260200160002081905550600190506120fd565b600090505b92915050565b60008084600101600085815260200190815260200160002054905060008114156121aa578460000160405180604001604052808681526020018581525090806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505084600001805490508560010160008681526020019081526020016000208190555060019150506121d8565b828560000160018303815481106121bd57fe5b90600052602060002090600202016001018190555060009150505b9392505050565b600080823b905060008111915050919050565b6060612201848460008561222d565b90509392505050565b600080836001016000848152602001908152602001600020541415905092915050565b606082471015612288576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602681526020018061251a6026913960400191505060405180910390fd5b612291856121df565b612303576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601d8152602001807f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000081525060200191505060405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b60208310612352578051825260208201915060208101905060208303925061232f565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146123b4576040519150601f19603f3d011682016040523d82523d6000602084013e6123b9565b606091505b50915091506123c98282866123d5565b92505050949350505050565b606083156123e55782905061249a565b6000835111156123f85782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561245f578082015181840152602081019050612444565b50505050905090810190601f16801561248c5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b939250505056fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f2061646472657373416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c4552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e64734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a26469706673582212200af21170d1577d8f85a40dbb4c6f076393af1779c9cc1889915eecb56b437c2d64736f6c63430007060033";
|
|
441
|
-
var ERC721__factory = /** @class */ (function (_super) {
|
|
442
|
-
__extends(ERC721__factory, _super);
|
|
443
|
-
function ERC721__factory(signer) {
|
|
444
|
-
return _super.call(this, _abi, _bytecode, signer) || this;
|
|
445
|
-
}
|
|
446
|
-
ERC721__factory.prototype.deploy = function (name_, symbol_, overrides) {
|
|
447
|
-
return _super.prototype.deploy.call(this, name_, symbol_, overrides || {});
|
|
448
|
-
};
|
|
449
|
-
ERC721__factory.prototype.getDeployTransaction = function (name_, symbol_, overrides) {
|
|
450
|
-
return _super.prototype.getDeployTransaction.call(this, name_, symbol_, overrides || {});
|
|
451
|
-
};
|
|
452
|
-
ERC721__factory.prototype.attach = function (address) {
|
|
453
|
-
return _super.prototype.attach.call(this, address);
|
|
454
|
-
};
|
|
455
|
-
ERC721__factory.prototype.connect = function (signer) {
|
|
456
|
-
return _super.prototype.connect.call(this, signer);
|
|
457
|
-
};
|
|
458
|
-
ERC721__factory.createInterface = function () {
|
|
459
|
-
return new ethers_1.utils.Interface(_abi);
|
|
460
|
-
};
|
|
461
|
-
ERC721__factory.connect = function (address, signerOrProvider) {
|
|
462
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
463
|
-
};
|
|
464
|
-
ERC721__factory.bytecode = _bytecode;
|
|
465
|
-
ERC721__factory.abi = _abi;
|
|
466
|
-
return ERC721__factory;
|
|
467
|
-
}(ethers_1.ContractFactory));
|
|
468
|
-
exports.ERC721__factory = ERC721__factory;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Signer, ContractFactory, Overrides } from "ethers";
|
|
2
|
-
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
3
|
-
import type { Errors, ErrorsInterface } from "../Errors";
|
|
4
|
-
export declare class Errors__factory extends ContractFactory {
|
|
5
|
-
constructor(signer?: Signer);
|
|
6
|
-
deploy(overrides?: Overrides & {
|
|
7
|
-
from?: string | Promise<string>;
|
|
8
|
-
}): Promise<Errors>;
|
|
9
|
-
getDeployTransaction(overrides?: Overrides & {
|
|
10
|
-
from?: string | Promise<string>;
|
|
11
|
-
}): TransactionRequest;
|
|
12
|
-
attach(address: string): Errors;
|
|
13
|
-
connect(signer: Signer): Errors__factory;
|
|
14
|
-
static readonly bytecode = "0x613adb610026600b82828239805160001a60731461001957fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106104485760003560e01c806376d9ebb811610240578063b3d5b5d611610145578063d1a65a38116100cd578063e8b1475711610091578063e8b147571461279c578063ea2c3a001461281f578063ebbd977f146128a2578063fe32e65d14612925578063ff2a04e3146129a857610448565b8063d1a65a381461250d578063de10ab9a14612590578063de63cd4014612613578063e13bde4c14612696578063e7f3be0c1461271957610448565b8063bdc36a0211610114578063bdc36a021461227e578063bdcb257614612301578063beea5ec214612384578063c02e57ef14612407578063ccbf92781461248a57610448565b8063b3d5b5d614612072578063b4fcfee3146120f5578063b563b30014612178578063b5cdcbac146121fb57610448565b806399a98c99116101c8578063a988ac6011610197578063a988ac6014611de3578063abc3d25414611e66578063ac75713914611ee9578063ad37d10b14611f6c578063b28bfe9914611fef57610448565b806399a98c9914611bd75780639f4f3eeb14611c5a578063a27c037014611cdd578063a424981214611d6057610448565b80638dcf31841161020f5780638dcf3184146119485780638ea76e22146119cb57806393f7dc3c14611a4e57806394391a4a14611ad1578063944f5d2a14611b5457610448565b806376d9ebb81461173c57806383168a9b146117bf57806387f88ef4146118425780638aed8b2c146118c557610448565b80632c9448141161035157806352be8a64116102d957806361fb3dc41161029d57806361fb3dc4146114ad57806369c3ae16146115305780636b3c35aa146115b35780636c863867146116365780636f92ed92146116b957610448565b806352be8a641461121e57806353278911146112a15780635a7afe48146113245780635fd6824d146113a757806361b2ef2b1461142a57610448565b8063428cf70511610320578063428cf70514610f8f5780634349e3d81461101257806343f6e4ab14611095578063447d8e421461111857806347985f2b1461119b57610448565b80632c94481414610d835780633647c9f914610e065780633df46fe514610e895780633f3153b214610f0c57610448565b80631dd371f8116103d45780632325ac93116103a35780632325ac9314610af45780632357f36214610b775780632438b32214610bfa578063277fa84f14610c7d57806328432c2214610d0057610448565b80631dd371f8146108e85780631e4dfd831461096b5780631fac3a13146109ee578063202a591b14610a7157610448565b80630c9409e71161041b5780630c9409e7146106595780630f5ee482146106dc578063119427c51461075f578063148e3b3d146107e2578063159eee9f1461086557610448565b8063012f82221461044d578063029d2344146104d05780630a2b1d3a146105535780630afeee97146105d6575b600080fd5b610455612a2b565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561049557808201518184015260208101905061047a565b50505050905090810190601f1680156104c25780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6104d8612a64565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156105185780820151818401526020810190506104fd565b50505050905090810190601f1680156105455780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61055b612a9d565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561059b578082015181840152602081019050610580565b50505050905090810190601f1680156105c85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6105de612ad6565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561061e578082015181840152602081019050610603565b50505050905090810190601f16801561064b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610661612b0f565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156106a1578082015181840152602081019050610686565b50505050905090810190601f1680156106ce5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6106e4612b48565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610724578082015181840152602081019050610709565b50505050905090810190601f1680156107515780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610767612b81565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156107a757808201518184015260208101905061078c565b50505050905090810190601f1680156107d45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6107ea612bba565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561082a57808201518184015260208101905061080f565b50505050905090810190601f1680156108575780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61086d612bf3565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156108ad578082015181840152602081019050610892565b50505050905090810190601f1680156108da5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6108f0612c2c565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610930578082015181840152602081019050610915565b50505050905090810190601f16801561095d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610973612c65565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156109b3578082015181840152602081019050610998565b50505050905090810190601f1680156109e05780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6109f6612c9e565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610a36578082015181840152602081019050610a1b565b50505050905090810190601f168015610a635780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610a79612cd7565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610ab9578082015181840152602081019050610a9e565b50505050905090810190601f168015610ae65780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610afc612d10565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610b3c578082015181840152602081019050610b21565b50505050905090810190601f168015610b695780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610b7f612d49565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610bbf578082015181840152602081019050610ba4565b50505050905090810190601f168015610bec5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610c02612d82565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610c42578082015181840152602081019050610c27565b50505050905090810190601f168015610c6f5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610c85612dbb565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610cc5578082015181840152602081019050610caa565b50505050905090810190601f168015610cf25780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610d08612df4565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610d48578082015181840152602081019050610d2d565b50505050905090810190601f168015610d755780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610d8b612e2d565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610dcb578082015181840152602081019050610db0565b50505050905090810190601f168015610df85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610e0e612e66565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610e4e578082015181840152602081019050610e33565b50505050905090810190601f168015610e7b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610e91612e9f565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610ed1578082015181840152602081019050610eb6565b50505050905090810190601f168015610efe5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610f14612ed8565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610f54578082015181840152602081019050610f39565b50505050905090810190601f168015610f815780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610f97612f11565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610fd7578082015181840152602081019050610fbc565b50505050905090810190601f1680156110045780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61101a612f4a565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561105a57808201518184015260208101905061103f565b50505050905090810190601f1680156110875780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61109d612f83565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156110dd5780820151818401526020810190506110c2565b50505050905090810190601f16801561110a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611120612fbc565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611160578082015181840152602081019050611145565b50505050905090810190601f16801561118d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6111a3612ff5565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156111e35780820151818401526020810190506111c8565b50505050905090810190601f1680156112105780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61122661302e565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561126657808201518184015260208101905061124b565b50505050905090810190601f1680156112935780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6112a9613067565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156112e95780820151818401526020810190506112ce565b50505050905090810190601f1680156113165780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61132c6130a0565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561136c578082015181840152602081019050611351565b50505050905090810190601f1680156113995780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6113af6130d9565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156113ef5780820151818401526020810190506113d4565b50505050905090810190601f16801561141c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611432613112565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611472578082015181840152602081019050611457565b50505050905090810190601f16801561149f5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6114b561314b565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156114f55780820151818401526020810190506114da565b50505050905090810190601f1680156115225780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611538613184565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561157857808201518184015260208101905061155d565b50505050905090810190601f1680156115a55780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6115bb6131bd565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156115fb5780820151818401526020810190506115e0565b50505050905090810190601f1680156116285780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61163e6131f6565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561167e578082015181840152602081019050611663565b50505050905090810190601f1680156116ab5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6116c161322f565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156117015780820151818401526020810190506116e6565b50505050905090810190601f16801561172e5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611744613268565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611784578082015181840152602081019050611769565b50505050905090810190601f1680156117b15780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6117c76132a1565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156118075780820151818401526020810190506117ec565b50505050905090810190601f1680156118345780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61184a6132da565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561188a57808201518184015260208101905061186f565b50505050905090810190601f1680156118b75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6118cd613313565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561190d5780820151818401526020810190506118f2565b50505050905090810190601f16801561193a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61195061334c565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611990578082015181840152602081019050611975565b50505050905090810190601f1680156119bd5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6119d3613385565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611a135780820151818401526020810190506119f8565b50505050905090810190601f168015611a405780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611a566133be565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611a96578082015181840152602081019050611a7b565b50505050905090810190601f168015611ac35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611ad96133f7565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611b19578082015181840152602081019050611afe565b50505050905090810190601f168015611b465780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611b5c613430565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611b9c578082015181840152602081019050611b81565b50505050905090810190601f168015611bc95780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611bdf613469565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611c1f578082015181840152602081019050611c04565b50505050905090810190601f168015611c4c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611c626134a2565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611ca2578082015181840152602081019050611c87565b50505050905090810190601f168015611ccf5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611ce56134db565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611d25578082015181840152602081019050611d0a565b50505050905090810190601f168015611d525780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611d68613514565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611da8578082015181840152602081019050611d8d565b50505050905090810190601f168015611dd55780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611deb61354d565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611e2b578082015181840152602081019050611e10565b50505050905090810190601f168015611e585780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611e6e613586565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611eae578082015181840152602081019050611e93565b50505050905090810190601f168015611edb5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611ef16135bf565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611f31578082015181840152602081019050611f16565b50505050905090810190601f168015611f5e5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611f746135f8565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015611fb4578082015181840152602081019050611f99565b50505050905090810190601f168015611fe15780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b611ff7613631565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561203757808201518184015260208101905061201c565b50505050905090810190601f1680156120645780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61207a61366a565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156120ba57808201518184015260208101905061209f565b50505050905090810190601f1680156120e75780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6120fd6136a3565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561213d578082015181840152602081019050612122565b50505050905090810190601f16801561216a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6121806136dc565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156121c05780820151818401526020810190506121a5565b50505050905090810190601f1680156121ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b612203613715565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015612243578082015181840152602081019050612228565b50505050905090810190601f1680156122705780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61228661374e565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156122c65780820151818401526020810190506122ab565b50505050905090810190601f1680156122f35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b612309613787565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561234957808201518184015260208101905061232e565b50505050905090810190601f1680156123765780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61238c6137c0565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156123cc5780820151818401526020810190506123b1565b50505050905090810190601f1680156123f95780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61240f6137f9565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561244f578082015181840152602081019050612434565b50505050905090810190601f16801561247c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b612492613832565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156124d25780820151818401526020810190506124b7565b50505050905090810190601f1680156124ff5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61251561386b565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561255557808201518184015260208101905061253a565b50505050905090810190601f1680156125825780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6125986138a4565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156125d85780820151818401526020810190506125bd565b50505050905090810190601f1680156126055780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61261b6138dd565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561265b578082015181840152602081019050612640565b50505050905090810190601f1680156126885780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61269e613916565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156126de5780820151818401526020810190506126c3565b50505050905090810190601f16801561270b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61272161394f565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015612761578082015181840152602081019050612746565b50505050905090810190601f16801561278e5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6127a4613988565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156127e45780820151818401526020810190506127c9565b50505050905090810190601f1680156128115780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6128276139c1565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561286757808201518184015260208101905061284c565b50505050905090810190601f1680156128945780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6128aa6139fa565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156128ea5780820151818401526020810190506128cf565b50505050905090810190601f1680156129175780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61292d613a33565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561296d578082015181840152602081019050612952565b50505050905090810190601f16801561299a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6129b0613a6c565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156129f05780820151818401526020810190506129d5565b50505050905090810190601f168015612a1d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6040518060400160405280600381526020017f4c4133000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f4d3100000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f435231000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f525000000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f414631000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f4d3200000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f505332000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f595032000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f4c4135000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434632000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434644000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434647000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434634000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d37000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434132000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f595031000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434642000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f505333000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f504f30000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f574731000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f504c00000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f5a3000000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d31000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f4d3300000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f4e4900000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f574732000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d32000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f4c4134000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f544431000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d41000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f4c4132000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d42000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f4c4136000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d33000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434645000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434630000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434631000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f505330000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434646000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f414632000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434636000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f504f31000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434639000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d35000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f435000000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d36000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f435232000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f4c4131000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f505331000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d34000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600481526020017f41434c310000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f544433000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f414633000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434641000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d43000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434635000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f504f32000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f544434000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d39000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434637000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f495000000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f574733000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434638000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f505334000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f414634000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d38000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f415031000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434d45000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600281526020017f435200000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434643000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f434633000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600481526020017f41434c320000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f544432000000000000000000000000000000000000000000000000000000000081525081565b6040518060400160405280600381526020017f43413100000000000000000000000000000000000000000000000000000000008152508156fea26469706673582212204fce7d361ab3237745139dedf8c4978490c25fea91274293eb20aae5d6d3629364736f6c63430007060033";
|
|
15
|
-
static readonly abi: {
|
|
16
|
-
inputs: never[];
|
|
17
|
-
name: string;
|
|
18
|
-
outputs: {
|
|
19
|
-
internalType: string;
|
|
20
|
-
name: string;
|
|
21
|
-
type: string;
|
|
22
|
-
}[];
|
|
23
|
-
stateMutability: string;
|
|
24
|
-
type: string;
|
|
25
|
-
}[];
|
|
26
|
-
static createInterface(): ErrorsInterface;
|
|
27
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Errors;
|
|
28
|
-
}
|