@dodoex/dodo-contract-request 1.33.0 → 1.34.0
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/CHANGELOG.md +7 -0
- package/contract-config/eni.json +65 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/eni.d.ts +29 -0
- package/dist/types/config/index.d.ts +2 -0
- package/dist/types/contract/AlgebraPool.d.ts +15 -15
- package/dist/types/contract/BuyoutModel.d.ts +6 -6
- package/dist/types/contract/CP.d.ts +11 -11
- package/dist/types/contract/CloneFactory.d.ts +1 -1
- package/dist/types/contract/CrowdPoolingFactory.d.ts +12 -12
- package/dist/types/contract/CustomERC20.d.ts +9 -9
- package/dist/types/contract/CustomMintableERC20.d.ts +11 -11
- package/dist/types/contract/D3Proxy.d.ts +9 -9
- package/dist/types/contract/D3Vault.d.ts +36 -36
- package/dist/types/contract/DODOApprove.d.ts +8 -8
- package/dist/types/contract/DODOApproveProxy.d.ts +9 -9
- package/dist/types/contract/DODOCalleeHelper.d.ts +4 -4
- package/dist/types/contract/DODOCirculationHelper.d.ts +5 -5
- package/dist/types/contract/DODOCpProxy.d.ts +2 -2
- package/dist/types/contract/DODOCpProxyWithoutGlobalQuota.d.ts +2 -2
- package/dist/types/contract/DODODppProxy.d.ts +2 -2
- package/dist/types/contract/DODODspProxy.d.ts +3 -3
- package/dist/types/contract/DODODspProxyWithoutGSP.d.ts +2 -2
- package/dist/types/contract/DODOFeeRouteProxy1.d.ts +13 -13
- package/dist/types/contract/DODOFeeRouteProxy2.d.ts +13 -13
- package/dist/types/contract/DODOIncentive.d.ts +9 -9
- package/dist/types/contract/DODOMineV2Factory.d.ts +8 -8
- package/dist/types/contract/DODOMineV3Proxy.d.ts +7 -7
- package/dist/types/contract/DODOMineV3ProxyWithoutPlatform.d.ts +7 -7
- package/dist/types/contract/DODOMineV3Registry.d.ts +7 -7
- package/dist/types/contract/DODONFT.d.ts +11 -11
- package/dist/types/contract/DODONFT1155.d.ts +8 -8
- package/dist/types/contract/DODONFTApprove.d.ts +11 -11
- package/dist/types/contract/DODONFTPoolProxy.d.ts +14 -14
- package/dist/types/contract/DODONFTProxy.d.ts +12 -12
- package/dist/types/contract/DODONFTRegistry.d.ts +7 -7
- package/dist/types/contract/DODOStarterProxy.d.ts +1 -1
- package/dist/types/contract/DODOV1.d.ts +35 -35
- package/dist/types/contract/DODOV1Adapter.d.ts +2 -2
- package/dist/types/contract/DODOV1Proxy.d.ts +7 -7
- package/dist/types/contract/DODOV2Adapter.d.ts +2 -2
- package/dist/types/contract/DODOV2Proxy02.d.ts +19 -19
- package/dist/types/contract/DPPAdvanced.d.ts +10 -10
- package/dist/types/contract/DPPAdvancedAdmin.d.ts +9 -9
- package/dist/types/contract/DPPFactory.d.ts +13 -13
- package/dist/types/contract/DSP.d.ts +11 -11
- package/dist/types/contract/DSPFactory.d.ts +7 -7
- package/dist/types/contract/DVM.d.ts +11 -11
- package/dist/types/contract/DVMFactory.d.ts +7 -7
- package/dist/types/contract/ERC20.d.ts +5 -5
- package/dist/types/contract/ERC20MineV2.d.ts +13 -13
- package/dist/types/contract/ERC20MineV3.d.ts +13 -13
- package/dist/types/contract/ERC20V3Factory.d.ts +11 -11
- package/dist/types/contract/FeeRateDIP3Impl.d.ts +11 -11
- package/dist/types/contract/FeeRateModel.d.ts +4 -4
- package/dist/types/contract/GSP.d.ts +19 -19
- package/dist/types/contract/GSPFactory.d.ts +8 -8
- package/dist/types/contract/InitializableERC20.d.ts +4 -4
- package/dist/types/contract/LimitOrder.d.ts +11 -11
- package/dist/types/contract/LimitOrderBot.d.ts +9 -9
- package/dist/types/contract/LockedTokenVault.d.ts +9 -9
- package/dist/types/contract/MerkleDistributor.d.ts +1 -1
- package/dist/types/contract/Multicall.d.ts +1 -1
- package/dist/types/contract/MulticallWithValid.d.ts +1 -1
- package/dist/types/contract/NonfungiblePositionManager.d.ts +21 -21
- package/dist/types/contract/NonfungiblePositionManagerAlgebra.d.ts +24 -24
- package/dist/types/contract/PermissionManager.d.ts +9 -9
- package/dist/types/contract/UniswapV2Factory.d.ts +4 -4
- package/dist/types/contract/UniswapV2FactoryFixedFee.d.ts +3 -3
- package/dist/types/contract/UniswapV2Pair.d.ts +12 -12
- package/dist/types/contract/UniswapV2Router02.d.ts +17 -17
- package/dist/types/contract/UniswapV2Router02FixedFee.d.ts +17 -17
- package/dist/types/contract/UniswapV3Factory.d.ts +3 -3
- package/dist/types/contract/dodoTeam.d.ts +16 -16
- package/dist/types/contract/vDODOToken.d.ts +16 -16
- package/dist/types/contractRequests.d.ts +1 -1
- package/package.json +1 -1
- package/src/config/eni.ts +4 -0
- package/src/config/index.ts +5 -1
- package/src/contract/CrowdPoolingFactory.ts +1 -1
- package/src/contract/DODOApprove.ts +1 -1
- package/src/contract/DODOApproveProxy.ts +1 -1
- package/src/contract/DODOCalleeHelper.ts +1 -1
- package/src/contract/DODOCpProxy.ts +1 -1
- package/src/contract/DODODppProxy.ts +1 -1
- package/src/contract/DODODspProxy.ts +1 -1
- package/src/contract/DODOFeeRouteProxy1.ts +1 -1
- package/src/contract/DODOFeeRouteProxy2.ts +1 -1
- package/src/contract/DODOMineV2Factory.ts +1 -1
- package/src/contract/DODOMineV3Proxy.ts +1 -1
- package/src/contract/DODOMineV3Registry.ts +1 -1
- package/src/contract/DODOSellHelper.ts +1 -1
- package/src/contract/DODOSwapCalcHelper.ts +1 -1
- package/src/contract/DODOV1PmmHelper.ts +1 -1
- package/src/contract/DODOV2Adapter.ts +1 -1
- package/src/contract/DODOV2Proxy02.ts +1 -1
- package/src/contract/DODOV2RouteHelper.ts +1 -1
- package/src/contract/DPPFactory.ts +1 -1
- package/src/contract/DSPFactory.ts +1 -1
- package/src/contract/DVMFactory.ts +1 -1
- package/src/contract/ERC20Helper.ts +1 -1
- package/src/contract/ERC20V3Factory.ts +1 -1
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/Multicall.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
|
@@ -300,14 +300,14 @@ export declare function getFetchNonfungiblePositionManagerAlgebraTotalSupplyQuer
|
|
|
300
300
|
* @param {string} data - bytes
|
|
301
301
|
* @returns {string} encode data
|
|
302
302
|
*/
|
|
303
|
-
export declare function encodeNonfungiblePositionManagerAlgebraAlgebraMintCallback(amount0Owed: string | number, amount1Owed: string | number, data: string):
|
|
303
|
+
export declare function encodeNonfungiblePositionManagerAlgebraAlgebraMintCallback(amount0Owed: string | number, amount1Owed: string | number, data: string): any;
|
|
304
304
|
/**
|
|
305
305
|
* encode approve
|
|
306
306
|
* @param {string} to - address
|
|
307
307
|
* @param {string | number} tokenId - uint256
|
|
308
308
|
* @returns {string} encode data
|
|
309
309
|
*/
|
|
310
|
-
export declare function encodeNonfungiblePositionManagerAlgebraApprove(to: string, tokenId: string | number):
|
|
310
|
+
export declare function encodeNonfungiblePositionManagerAlgebraApprove(to: string, tokenId: string | number): any;
|
|
311
311
|
/**
|
|
312
312
|
* encode approveForFarming
|
|
313
313
|
* @param {string | number} tokenId - uint256
|
|
@@ -315,13 +315,13 @@ export declare function encodeNonfungiblePositionManagerAlgebraApprove(to: strin
|
|
|
315
315
|
* @param {string} farmingAddress - address
|
|
316
316
|
* @returns {string} encode data
|
|
317
317
|
*/
|
|
318
|
-
export declare function encodeNonfungiblePositionManagerAlgebraApproveForFarming(tokenId: string | number, approve: boolean, farmingAddress: string):
|
|
318
|
+
export declare function encodeNonfungiblePositionManagerAlgebraApproveForFarming(tokenId: string | number, approve: boolean, farmingAddress: string): any;
|
|
319
319
|
/**
|
|
320
320
|
* encode burn
|
|
321
321
|
* @param {string | number} tokenId - uint256
|
|
322
322
|
* @returns {string} encode data
|
|
323
323
|
*/
|
|
324
|
-
export declare function encodeNonfungiblePositionManagerAlgebraBurn(tokenId: string | number):
|
|
324
|
+
export declare function encodeNonfungiblePositionManagerAlgebraBurn(tokenId: string | number): any;
|
|
325
325
|
/**
|
|
326
326
|
* encode collect
|
|
327
327
|
* @param {{tokenId: string | number; recipient: string; amount0Max: string | number; amount1Max: string | number}} params - tuple
|
|
@@ -332,7 +332,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraCollect(params: {
|
|
|
332
332
|
recipient: string;
|
|
333
333
|
amount0Max: string | number;
|
|
334
334
|
amount1Max: string | number;
|
|
335
|
-
}):
|
|
335
|
+
}): any;
|
|
336
336
|
/**
|
|
337
337
|
* encode createAndInitializePoolIfNecessary
|
|
338
338
|
* @param {string} token0 - address
|
|
@@ -342,7 +342,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraCollect(params: {
|
|
|
342
342
|
* @param {string} data - bytes
|
|
343
343
|
* @returns {string} encode data
|
|
344
344
|
*/
|
|
345
|
-
export declare function encodeNonfungiblePositionManagerAlgebraCreateAndInitializePoolIfNecessary(token0: string, token1: string, deployer: string, sqrtPriceX96: string | number, data: string):
|
|
345
|
+
export declare function encodeNonfungiblePositionManagerAlgebraCreateAndInitializePoolIfNecessary(token0: string, token1: string, deployer: string, sqrtPriceX96: string | number, data: string): any;
|
|
346
346
|
/**
|
|
347
347
|
* encode decreaseLiquidity
|
|
348
348
|
* @param {{tokenId: string | number; liquidity: string | number; amount0Min: string | number; amount1Min: string | number; deadline: string | number}} params - tuple
|
|
@@ -354,7 +354,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraDecreaseLiquidity
|
|
|
354
354
|
amount0Min: string | number;
|
|
355
355
|
amount1Min: string | number;
|
|
356
356
|
deadline: string | number;
|
|
357
|
-
}):
|
|
357
|
+
}): any;
|
|
358
358
|
/**
|
|
359
359
|
* encode increaseLiquidity
|
|
360
360
|
* @param {{tokenId: string | number; amount0Desired: string | number; amount1Desired: string | number; amount0Min: string | number; amount1Min: string | number; deadline: string | number}} params - tuple
|
|
@@ -367,7 +367,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraIncreaseLiquidity
|
|
|
367
367
|
amount0Min: string | number;
|
|
368
368
|
amount1Min: string | number;
|
|
369
369
|
deadline: string | number;
|
|
370
|
-
}):
|
|
370
|
+
}): any;
|
|
371
371
|
/**
|
|
372
372
|
* encode mint
|
|
373
373
|
* @param {{token0: string; token1: string; deployer: string; tickLower: string | number; tickUpper: string | number; amount0Desired: string | number; amount1Desired: string | number; amount0Min: string | number; amount1Min: string | number; recipient: string; deadline: string | number}} params - tuple
|
|
@@ -385,13 +385,13 @@ export declare function encodeNonfungiblePositionManagerAlgebraMint(params: {
|
|
|
385
385
|
amount1Min: string | number;
|
|
386
386
|
recipient: string;
|
|
387
387
|
deadline: string | number;
|
|
388
|
-
}):
|
|
388
|
+
}): any;
|
|
389
389
|
/**
|
|
390
390
|
* encode multicall
|
|
391
391
|
* @param {Array<string>} data - bytes[]
|
|
392
392
|
* @returns {string} encode data
|
|
393
393
|
*/
|
|
394
|
-
export declare function encodeNonfungiblePositionManagerAlgebraMulticall(data: Array<string>):
|
|
394
|
+
export declare function encodeNonfungiblePositionManagerAlgebraMulticall(data: Array<string>): any;
|
|
395
395
|
/**
|
|
396
396
|
* encode permit
|
|
397
397
|
* @param {string} spender - address
|
|
@@ -402,13 +402,13 @@ export declare function encodeNonfungiblePositionManagerAlgebraMulticall(data: A
|
|
|
402
402
|
* @param {string} s - bytes32
|
|
403
403
|
* @returns {string} encode data
|
|
404
404
|
*/
|
|
405
|
-
export declare function encodeNonfungiblePositionManagerAlgebraPermit(spender: string, tokenId: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
405
|
+
export declare function encodeNonfungiblePositionManagerAlgebraPermit(spender: string, tokenId: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
406
406
|
/**
|
|
407
407
|
* encode refundNativeToken
|
|
408
408
|
|
|
409
409
|
* @returns {string} encode data
|
|
410
410
|
*/
|
|
411
|
-
export declare function encodeNonfungiblePositionManagerAlgebraRefundNativeToken():
|
|
411
|
+
export declare function encodeNonfungiblePositionManagerAlgebraRefundNativeToken(): any;
|
|
412
412
|
/**
|
|
413
413
|
* encode safeTransferFrom
|
|
414
414
|
* @param {string} from - address
|
|
@@ -416,7 +416,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraRefundNativeToken
|
|
|
416
416
|
* @param {string | number} tokenId - uint256
|
|
417
417
|
* @returns {string} encode data
|
|
418
418
|
*/
|
|
419
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom(from: string, to: string, tokenId: string | number):
|
|
419
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom(from: string, to: string, tokenId: string | number): any;
|
|
420
420
|
/**
|
|
421
421
|
* encode safeTransferFrom
|
|
422
422
|
* @param {string} from - address
|
|
@@ -425,7 +425,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom(
|
|
|
425
425
|
* @param {string} data - bytes
|
|
426
426
|
* @returns {string} encode data
|
|
427
427
|
*/
|
|
428
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom2(from: string, to: string, tokenId: string | number, data: string):
|
|
428
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom2(from: string, to: string, tokenId: string | number, data: string): any;
|
|
429
429
|
/**
|
|
430
430
|
* encode selfPermit
|
|
431
431
|
* @param {string} token - address
|
|
@@ -436,7 +436,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraSafeTransferFrom2
|
|
|
436
436
|
* @param {string} s - bytes32
|
|
437
437
|
* @returns {string} encode data
|
|
438
438
|
*/
|
|
439
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermit(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
439
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermit(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
440
440
|
/**
|
|
441
441
|
* encode selfPermitAllowed
|
|
442
442
|
* @param {string} token - address
|
|
@@ -447,7 +447,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraSelfPermit(token:
|
|
|
447
447
|
* @param {string} s - bytes32
|
|
448
448
|
* @returns {string} encode data
|
|
449
449
|
*/
|
|
450
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowed(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string):
|
|
450
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowed(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string): any;
|
|
451
451
|
/**
|
|
452
452
|
* encode selfPermitAllowedIfNecessary
|
|
453
453
|
* @param {string} token - address
|
|
@@ -458,7 +458,7 @@ export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowed
|
|
|
458
458
|
* @param {string} s - bytes32
|
|
459
459
|
* @returns {string} encode data
|
|
460
460
|
*/
|
|
461
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowedIfNecessary(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string):
|
|
461
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowedIfNecessary(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string): any;
|
|
462
462
|
/**
|
|
463
463
|
* encode selfPermitIfNecessary
|
|
464
464
|
* @param {string} token - address
|
|
@@ -469,20 +469,20 @@ export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitAllowed
|
|
|
469
469
|
* @param {string} s - bytes32
|
|
470
470
|
* @returns {string} encode data
|
|
471
471
|
*/
|
|
472
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitIfNecessary(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
472
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSelfPermitIfNecessary(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
473
473
|
/**
|
|
474
474
|
* encode setApprovalForAll
|
|
475
475
|
* @param {string} operator - address
|
|
476
476
|
* @param {boolean} approved - bool
|
|
477
477
|
* @returns {string} encode data
|
|
478
478
|
*/
|
|
479
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSetApprovalForAll(operator: string, approved: boolean):
|
|
479
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSetApprovalForAll(operator: string, approved: boolean): any;
|
|
480
480
|
/**
|
|
481
481
|
* encode setFarmingCenter
|
|
482
482
|
* @param {string} newFarmingCenter - address
|
|
483
483
|
* @returns {string} encode data
|
|
484
484
|
*/
|
|
485
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSetFarmingCenter(newFarmingCenter: string):
|
|
485
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSetFarmingCenter(newFarmingCenter: string): any;
|
|
486
486
|
/**
|
|
487
487
|
* encode sweepToken
|
|
488
488
|
* @param {string} token - address
|
|
@@ -490,14 +490,14 @@ export declare function encodeNonfungiblePositionManagerAlgebraSetFarmingCenter(
|
|
|
490
490
|
* @param {string} recipient - address
|
|
491
491
|
* @returns {string} encode data
|
|
492
492
|
*/
|
|
493
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSweepToken(token: string, amountMinimum: string | number, recipient: string):
|
|
493
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSweepToken(token: string, amountMinimum: string | number, recipient: string): any;
|
|
494
494
|
/**
|
|
495
495
|
* encode switchFarmingStatus
|
|
496
496
|
* @param {string | number} tokenId - uint256
|
|
497
497
|
* @param {boolean} toActive - bool
|
|
498
498
|
* @returns {string} encode data
|
|
499
499
|
*/
|
|
500
|
-
export declare function encodeNonfungiblePositionManagerAlgebraSwitchFarmingStatus(tokenId: string | number, toActive: boolean):
|
|
500
|
+
export declare function encodeNonfungiblePositionManagerAlgebraSwitchFarmingStatus(tokenId: string | number, toActive: boolean): any;
|
|
501
501
|
/**
|
|
502
502
|
* encode transferFrom
|
|
503
503
|
* @param {string} from - address
|
|
@@ -505,11 +505,11 @@ export declare function encodeNonfungiblePositionManagerAlgebraSwitchFarmingStat
|
|
|
505
505
|
* @param {string | number} tokenId - uint256
|
|
506
506
|
* @returns {string} encode data
|
|
507
507
|
*/
|
|
508
|
-
export declare function encodeNonfungiblePositionManagerAlgebraTransferFrom(from: string, to: string, tokenId: string | number):
|
|
508
|
+
export declare function encodeNonfungiblePositionManagerAlgebraTransferFrom(from: string, to: string, tokenId: string | number): any;
|
|
509
509
|
/**
|
|
510
510
|
* encode unwrapWNativeToken
|
|
511
511
|
* @param {string | number} amountMinimum - uint256
|
|
512
512
|
* @param {string} recipient - address
|
|
513
513
|
* @returns {string} encode data
|
|
514
514
|
*/
|
|
515
|
-
export declare function encodeNonfungiblePositionManagerAlgebraUnwrapWNativeToken(amountMinimum: string | number, recipient: string):
|
|
515
|
+
export declare function encodeNonfungiblePositionManagerAlgebraUnwrapWNativeToken(amountMinimum: string | number, recipient: string): any;
|
|
@@ -52,52 +52,52 @@ export declare function getFetchPermissionManagerIsAllowedQueryOptions(chainId:
|
|
|
52
52
|
* @param {string} account - address
|
|
53
53
|
* @returns {string} encode data
|
|
54
54
|
*/
|
|
55
|
-
export declare function encodePermissionManagerAddToBlacklist(account: string):
|
|
55
|
+
export declare function encodePermissionManagerAddToBlacklist(account: string): any;
|
|
56
56
|
/**
|
|
57
57
|
* encode addToWhitelist
|
|
58
58
|
* @param {string} account - address
|
|
59
59
|
* @returns {string} encode data
|
|
60
60
|
*/
|
|
61
|
-
export declare function encodePermissionManagerAddToWhitelist(account: string):
|
|
61
|
+
export declare function encodePermissionManagerAddToWhitelist(account: string): any;
|
|
62
62
|
/**
|
|
63
63
|
* encode claimOwnership
|
|
64
64
|
|
|
65
65
|
* @returns {string} encode data
|
|
66
66
|
*/
|
|
67
|
-
export declare function encodePermissionManagerClaimOwnership():
|
|
67
|
+
export declare function encodePermissionManagerClaimOwnership(): any;
|
|
68
68
|
/**
|
|
69
69
|
* encode initOwner
|
|
70
70
|
* @param {string} newOwner - address
|
|
71
71
|
* @returns {string} encode data
|
|
72
72
|
*/
|
|
73
|
-
export declare function encodePermissionManagerInitOwner(newOwner: string):
|
|
73
|
+
export declare function encodePermissionManagerInitOwner(newOwner: string): any;
|
|
74
74
|
/**
|
|
75
75
|
* encode openBlacklistMode
|
|
76
76
|
|
|
77
77
|
* @returns {string} encode data
|
|
78
78
|
*/
|
|
79
|
-
export declare function encodePermissionManagerOpenBlacklistMode():
|
|
79
|
+
export declare function encodePermissionManagerOpenBlacklistMode(): any;
|
|
80
80
|
/**
|
|
81
81
|
* encode openWhitelistMode
|
|
82
82
|
|
|
83
83
|
* @returns {string} encode data
|
|
84
84
|
*/
|
|
85
|
-
export declare function encodePermissionManagerOpenWhitelistMode():
|
|
85
|
+
export declare function encodePermissionManagerOpenWhitelistMode(): any;
|
|
86
86
|
/**
|
|
87
87
|
* encode removeFromBlacklist
|
|
88
88
|
* @param {string} account - address
|
|
89
89
|
* @returns {string} encode data
|
|
90
90
|
*/
|
|
91
|
-
export declare function encodePermissionManagerRemoveFromBlacklist(account: string):
|
|
91
|
+
export declare function encodePermissionManagerRemoveFromBlacklist(account: string): any;
|
|
92
92
|
/**
|
|
93
93
|
* encode removeFromWhitelist
|
|
94
94
|
* @param {string} account - address
|
|
95
95
|
* @returns {string} encode data
|
|
96
96
|
*/
|
|
97
|
-
export declare function encodePermissionManagerRemoveFromWhitelist(account: string):
|
|
97
|
+
export declare function encodePermissionManagerRemoveFromWhitelist(account: string): any;
|
|
98
98
|
/**
|
|
99
99
|
* encode transferOwnership
|
|
100
100
|
* @param {string} newOwner - address
|
|
101
101
|
* @returns {string} encode data
|
|
102
102
|
*/
|
|
103
|
-
export declare function encodePermissionManagerTransferOwnership(newOwner: string):
|
|
103
|
+
export declare function encodePermissionManagerTransferOwnership(newOwner: string): any;
|
|
@@ -65,23 +65,23 @@ export declare function getFetchUniswapV2FactoryGetPairQueryOptions(chainId: num
|
|
|
65
65
|
* @param {string | number} feeRate - uint256
|
|
66
66
|
* @returns {string} encode data
|
|
67
67
|
*/
|
|
68
|
-
export declare function encodeUniswapV2FactoryCreatePair(tokenA: string, tokenB: string, feeRate: string | number):
|
|
68
|
+
export declare function encodeUniswapV2FactoryCreatePair(tokenA: string, tokenB: string, feeRate: string | number): any;
|
|
69
69
|
/**
|
|
70
70
|
* encode setFeeTo
|
|
71
71
|
* @param {string} _feeTo - address
|
|
72
72
|
* @returns {string} encode data
|
|
73
73
|
*/
|
|
74
|
-
export declare function encodeUniswapV2FactorySetFeeTo(_feeTo: string):
|
|
74
|
+
export declare function encodeUniswapV2FactorySetFeeTo(_feeTo: string): any;
|
|
75
75
|
/**
|
|
76
76
|
* encode setFeeToSetter
|
|
77
77
|
* @param {string} _feeToSetter - address
|
|
78
78
|
* @returns {string} encode data
|
|
79
79
|
*/
|
|
80
|
-
export declare function encodeUniswapV2FactorySetFeeToSetter(_feeToSetter: string):
|
|
80
|
+
export declare function encodeUniswapV2FactorySetFeeToSetter(_feeToSetter: string): any;
|
|
81
81
|
/**
|
|
82
82
|
* encode setLpMtRatio
|
|
83
83
|
* @param {string} pool - address
|
|
84
84
|
* @param {string | number} ratio - uint256
|
|
85
85
|
* @returns {string} encode data
|
|
86
86
|
*/
|
|
87
|
-
export declare function encodeUniswapV2FactorySetLpMtRatio(pool: string, ratio: string | number):
|
|
87
|
+
export declare function encodeUniswapV2FactorySetLpMtRatio(pool: string, ratio: string | number): any;
|
|
@@ -63,16 +63,16 @@ export declare function getFetchUniswapV2FactoryFixedFeeGetPairQueryOptions(chai
|
|
|
63
63
|
* @param {string} tokenB - address
|
|
64
64
|
* @returns {string} encode data
|
|
65
65
|
*/
|
|
66
|
-
export declare function encodeUniswapV2FactoryFixedFeeCreatePair(tokenA: string, tokenB: string):
|
|
66
|
+
export declare function encodeUniswapV2FactoryFixedFeeCreatePair(tokenA: string, tokenB: string): any;
|
|
67
67
|
/**
|
|
68
68
|
* encode setFeeTo
|
|
69
69
|
* @param {string} _feeTo - address
|
|
70
70
|
* @returns {string} encode data
|
|
71
71
|
*/
|
|
72
|
-
export declare function encodeUniswapV2FactoryFixedFeeSetFeeTo(_feeTo: string):
|
|
72
|
+
export declare function encodeUniswapV2FactoryFixedFeeSetFeeTo(_feeTo: string): any;
|
|
73
73
|
/**
|
|
74
74
|
* encode setFeeToSetter
|
|
75
75
|
* @param {string} _feeToSetter - address
|
|
76
76
|
* @returns {string} encode data
|
|
77
77
|
*/
|
|
78
|
-
export declare function encodeUniswapV2FactoryFixedFeeSetFeeToSetter(_feeToSetter: string):
|
|
78
|
+
export declare function encodeUniswapV2FactoryFixedFeeSetFeeToSetter(_feeToSetter: string): any;
|
|
@@ -246,26 +246,26 @@ export declare function getFetchUniswapV2PairTotalSupplyQueryOptions(chainId: nu
|
|
|
246
246
|
* @param {string | number} value - uint256
|
|
247
247
|
* @returns {string} encode data
|
|
248
248
|
*/
|
|
249
|
-
export declare function encodeUniswapV2PairApprove(spender: string, value: string | number):
|
|
249
|
+
export declare function encodeUniswapV2PairApprove(spender: string, value: string | number): any;
|
|
250
250
|
/**
|
|
251
251
|
* encode burn
|
|
252
252
|
* @param {string} to - address
|
|
253
253
|
* @returns {string} encode data
|
|
254
254
|
*/
|
|
255
|
-
export declare function encodeUniswapV2PairBurn(to: string):
|
|
255
|
+
export declare function encodeUniswapV2PairBurn(to: string): any;
|
|
256
256
|
/**
|
|
257
257
|
* encode initialize
|
|
258
258
|
* @param {string} _token0 - address
|
|
259
259
|
* @param {string} _token1 - address
|
|
260
260
|
* @returns {string} encode data
|
|
261
261
|
*/
|
|
262
|
-
export declare function encodeUniswapV2PairInitialize(_token0: string, _token1: string):
|
|
262
|
+
export declare function encodeUniswapV2PairInitialize(_token0: string, _token1: string): any;
|
|
263
263
|
/**
|
|
264
264
|
* encode mint
|
|
265
265
|
* @param {string} to - address
|
|
266
266
|
* @returns {string} encode data
|
|
267
267
|
*/
|
|
268
|
-
export declare function encodeUniswapV2PairMint(to: string):
|
|
268
|
+
export declare function encodeUniswapV2PairMint(to: string): any;
|
|
269
269
|
/**
|
|
270
270
|
* encode permit
|
|
271
271
|
* @param {string} owner - address
|
|
@@ -277,25 +277,25 @@ export declare function encodeUniswapV2PairMint(to: string): string;
|
|
|
277
277
|
* @param {string} s - bytes32
|
|
278
278
|
* @returns {string} encode data
|
|
279
279
|
*/
|
|
280
|
-
export declare function encodeUniswapV2PairPermit(owner: string, spender: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
280
|
+
export declare function encodeUniswapV2PairPermit(owner: string, spender: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
281
281
|
/**
|
|
282
282
|
* encode setFeeRate
|
|
283
283
|
* @param {string | number} totalFeeRate - uint256
|
|
284
284
|
* @returns {string} encode data
|
|
285
285
|
*/
|
|
286
|
-
export declare function encodeUniswapV2PairSetFeeRate(totalFeeRate: string | number):
|
|
286
|
+
export declare function encodeUniswapV2PairSetFeeRate(totalFeeRate: string | number): any;
|
|
287
287
|
/**
|
|
288
288
|
* encode setLpMtRatio
|
|
289
289
|
* @param {string | number} ratio - uint256
|
|
290
290
|
* @returns {string} encode data
|
|
291
291
|
*/
|
|
292
|
-
export declare function encodeUniswapV2PairSetLpMtRatio(ratio: string | number):
|
|
292
|
+
export declare function encodeUniswapV2PairSetLpMtRatio(ratio: string | number): any;
|
|
293
293
|
/**
|
|
294
294
|
* encode skim
|
|
295
295
|
* @param {string} to - address
|
|
296
296
|
* @returns {string} encode data
|
|
297
297
|
*/
|
|
298
|
-
export declare function encodeUniswapV2PairSkim(to: string):
|
|
298
|
+
export declare function encodeUniswapV2PairSkim(to: string): any;
|
|
299
299
|
/**
|
|
300
300
|
* encode swap
|
|
301
301
|
* @param {string | number} amount0Out - uint256
|
|
@@ -304,20 +304,20 @@ export declare function encodeUniswapV2PairSkim(to: string): string;
|
|
|
304
304
|
* @param {string} data - bytes
|
|
305
305
|
* @returns {string} encode data
|
|
306
306
|
*/
|
|
307
|
-
export declare function encodeUniswapV2PairSwap(amount0Out: string | number, amount1Out: string | number, to: string, data: string):
|
|
307
|
+
export declare function encodeUniswapV2PairSwap(amount0Out: string | number, amount1Out: string | number, to: string, data: string): any;
|
|
308
308
|
/**
|
|
309
309
|
* encode sync
|
|
310
310
|
|
|
311
311
|
* @returns {string} encode data
|
|
312
312
|
*/
|
|
313
|
-
export declare function encodeUniswapV2PairSync():
|
|
313
|
+
export declare function encodeUniswapV2PairSync(): any;
|
|
314
314
|
/**
|
|
315
315
|
* encode transfer
|
|
316
316
|
* @param {string} to - address
|
|
317
317
|
* @param {string | number} value - uint256
|
|
318
318
|
* @returns {string} encode data
|
|
319
319
|
*/
|
|
320
|
-
export declare function encodeUniswapV2PairTransfer(to: string, value: string | number):
|
|
320
|
+
export declare function encodeUniswapV2PairTransfer(to: string, value: string | number): any;
|
|
321
321
|
/**
|
|
322
322
|
* encode transferFrom
|
|
323
323
|
* @param {string} from - address
|
|
@@ -325,4 +325,4 @@ export declare function encodeUniswapV2PairTransfer(to: string, value: string |
|
|
|
325
325
|
* @param {string | number} value - uint256
|
|
326
326
|
* @returns {string} encode data
|
|
327
327
|
*/
|
|
328
|
-
export declare function encodeUniswapV2PairTransferFrom(from: string, to: string, value: string | number):
|
|
328
|
+
export declare function encodeUniswapV2PairTransferFrom(from: string, to: string, value: string | number): any;
|
|
@@ -106,7 +106,7 @@ export declare function getFetchUniswapV2Router02QuoteQueryOptions(chainId: numb
|
|
|
106
106
|
* @param {string | number} deadline - uint256
|
|
107
107
|
* @returns {string} encode data
|
|
108
108
|
*/
|
|
109
|
-
export declare function encodeUniswapV2Router02AddLiquidity(tokenA: string, tokenB: string, fee: string | number, amountADesired: string | number, amountBDesired: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number):
|
|
109
|
+
export declare function encodeUniswapV2Router02AddLiquidity(tokenA: string, tokenB: string, fee: string | number, amountADesired: string | number, amountBDesired: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number): any;
|
|
110
110
|
/**
|
|
111
111
|
* encode addLiquidityETH
|
|
112
112
|
* @param {string} token - address
|
|
@@ -118,7 +118,7 @@ export declare function encodeUniswapV2Router02AddLiquidity(tokenA: string, toke
|
|
|
118
118
|
* @param {string | number} deadline - uint256
|
|
119
119
|
* @returns {string} encode data
|
|
120
120
|
*/
|
|
121
|
-
export declare function encodeUniswapV2Router02AddLiquidityETH(token: string, fee: string | number, amountTokenDesired: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
121
|
+
export declare function encodeUniswapV2Router02AddLiquidityETH(token: string, fee: string | number, amountTokenDesired: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
122
122
|
/**
|
|
123
123
|
* encode removeLiquidity
|
|
124
124
|
* @param {string} tokenA - address
|
|
@@ -131,7 +131,7 @@ export declare function encodeUniswapV2Router02AddLiquidityETH(token: string, fe
|
|
|
131
131
|
* @param {string | number} deadline - uint256
|
|
132
132
|
* @returns {string} encode data
|
|
133
133
|
*/
|
|
134
|
-
export declare function encodeUniswapV2Router02RemoveLiquidity(tokenA: string, tokenB: string, fee: string | number, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number):
|
|
134
|
+
export declare function encodeUniswapV2Router02RemoveLiquidity(tokenA: string, tokenB: string, fee: string | number, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number): any;
|
|
135
135
|
/**
|
|
136
136
|
* encode removeLiquidityETH
|
|
137
137
|
* @param {string} token - address
|
|
@@ -143,7 +143,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidity(tokenA: string, t
|
|
|
143
143
|
* @param {string | number} deadline - uint256
|
|
144
144
|
* @returns {string} encode data
|
|
145
145
|
*/
|
|
146
|
-
export declare function encodeUniswapV2Router02RemoveLiquidityETH(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
146
|
+
export declare function encodeUniswapV2Router02RemoveLiquidityETH(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
147
147
|
/**
|
|
148
148
|
* encode removeLiquidityETHSupportingFeeOnTransferTokens
|
|
149
149
|
* @param {string} token - address
|
|
@@ -155,7 +155,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidityETH(token: string,
|
|
|
155
155
|
* @param {string | number} deadline - uint256
|
|
156
156
|
* @returns {string} encode data
|
|
157
157
|
*/
|
|
158
|
-
export declare function encodeUniswapV2Router02RemoveLiquidityETHSupportingFeeOnTransferTokens(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
158
|
+
export declare function encodeUniswapV2Router02RemoveLiquidityETHSupportingFeeOnTransferTokens(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
159
159
|
/**
|
|
160
160
|
* encode removeLiquidityETHWithPermit
|
|
161
161
|
* @param {{token: string; fee: string | number; liquidity: string | number; amountTokenMin: string | number; amountETHMin: string | number; to: string; deadline: string | number; approveMax: boolean; v: string | number; r: string; s: string}} params - tuple
|
|
@@ -173,7 +173,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidityETHWithPermit(para
|
|
|
173
173
|
v: string | number;
|
|
174
174
|
r: string;
|
|
175
175
|
s: string;
|
|
176
|
-
}):
|
|
176
|
+
}): any;
|
|
177
177
|
/**
|
|
178
178
|
* encode removeLiquidityETHWithPermitSupportingFeeOnTransferTokens
|
|
179
179
|
* @param {string} token - address
|
|
@@ -189,7 +189,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidityETHWithPermit(para
|
|
|
189
189
|
* @param {string} s - bytes32
|
|
190
190
|
* @returns {string} encode data
|
|
191
191
|
*/
|
|
192
|
-
export declare function encodeUniswapV2Router02RemoveLiquidityETHWithPermitSupportingFeeOnTransferTokens(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string):
|
|
192
|
+
export declare function encodeUniswapV2Router02RemoveLiquidityETHWithPermitSupportingFeeOnTransferTokens(token: string, fee: string | number, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string): any;
|
|
193
193
|
/**
|
|
194
194
|
* encode removeLiquidityWithPermit
|
|
195
195
|
* @param {{tokenA: string; tokenB: string; fee: string | number; liquidity: string | number; amountAMin: string | number; amountBMin: string | number; to: string; deadline: string | number; approveMax: boolean; v: string | number; r: string; s: string}} params - tuple
|
|
@@ -208,7 +208,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidityWithPermit(params:
|
|
|
208
208
|
v: string | number;
|
|
209
209
|
r: string;
|
|
210
210
|
s: string;
|
|
211
|
-
}):
|
|
211
|
+
}): any;
|
|
212
212
|
/**
|
|
213
213
|
* encode swapETHForExactTokens
|
|
214
214
|
* @param {string | number} amountOut - uint256
|
|
@@ -218,7 +218,7 @@ export declare function encodeUniswapV2Router02RemoveLiquidityWithPermit(params:
|
|
|
218
218
|
* @param {string | number} deadline - uint256
|
|
219
219
|
* @returns {string} encode data
|
|
220
220
|
*/
|
|
221
|
-
export declare function encodeUniswapV2Router02SwapETHForExactTokens(amountOut: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
221
|
+
export declare function encodeUniswapV2Router02SwapETHForExactTokens(amountOut: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
222
222
|
/**
|
|
223
223
|
* encode swapExactETHForTokens
|
|
224
224
|
* @param {string | number} amountOutMin - uint256
|
|
@@ -228,7 +228,7 @@ export declare function encodeUniswapV2Router02SwapETHForExactTokens(amountOut:
|
|
|
228
228
|
* @param {string | number} deadline - uint256
|
|
229
229
|
* @returns {string} encode data
|
|
230
230
|
*/
|
|
231
|
-
export declare function encodeUniswapV2Router02SwapExactETHForTokens(amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
231
|
+
export declare function encodeUniswapV2Router02SwapExactETHForTokens(amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
232
232
|
/**
|
|
233
233
|
* encode swapExactETHForTokensSupportingFeeOnTransferTokens
|
|
234
234
|
* @param {string | number} amountOutMin - uint256
|
|
@@ -238,7 +238,7 @@ export declare function encodeUniswapV2Router02SwapExactETHForTokens(amountOutMi
|
|
|
238
238
|
* @param {string | number} deadline - uint256
|
|
239
239
|
* @returns {string} encode data
|
|
240
240
|
*/
|
|
241
|
-
export declare function encodeUniswapV2Router02SwapExactETHForTokensSupportingFeeOnTransferTokens(amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
241
|
+
export declare function encodeUniswapV2Router02SwapExactETHForTokensSupportingFeeOnTransferTokens(amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
242
242
|
/**
|
|
243
243
|
* encode swapExactTokensForETH
|
|
244
244
|
* @param {string | number} amountIn - uint256
|
|
@@ -249,7 +249,7 @@ export declare function encodeUniswapV2Router02SwapExactETHForTokensSupportingFe
|
|
|
249
249
|
* @param {string | number} deadline - uint256
|
|
250
250
|
* @returns {string} encode data
|
|
251
251
|
*/
|
|
252
|
-
export declare function encodeUniswapV2Router02SwapExactTokensForETH(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
252
|
+
export declare function encodeUniswapV2Router02SwapExactTokensForETH(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
253
253
|
/**
|
|
254
254
|
* encode swapExactTokensForETHSupportingFeeOnTransferTokens
|
|
255
255
|
* @param {string | number} amountIn - uint256
|
|
@@ -260,7 +260,7 @@ export declare function encodeUniswapV2Router02SwapExactTokensForETH(amountIn: s
|
|
|
260
260
|
* @param {string | number} deadline - uint256
|
|
261
261
|
* @returns {string} encode data
|
|
262
262
|
*/
|
|
263
|
-
export declare function encodeUniswapV2Router02SwapExactTokensForETHSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
263
|
+
export declare function encodeUniswapV2Router02SwapExactTokensForETHSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
264
264
|
/**
|
|
265
265
|
* encode swapExactTokensForTokens
|
|
266
266
|
* @param {string | number} amountIn - uint256
|
|
@@ -271,7 +271,7 @@ export declare function encodeUniswapV2Router02SwapExactTokensForETHSupportingFe
|
|
|
271
271
|
* @param {string | number} deadline - uint256
|
|
272
272
|
* @returns {string} encode data
|
|
273
273
|
*/
|
|
274
|
-
export declare function encodeUniswapV2Router02SwapExactTokensForTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
274
|
+
export declare function encodeUniswapV2Router02SwapExactTokensForTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
275
275
|
/**
|
|
276
276
|
* encode swapExactTokensForTokensSupportingFeeOnTransferTokens
|
|
277
277
|
* @param {string | number} amountIn - uint256
|
|
@@ -282,7 +282,7 @@ export declare function encodeUniswapV2Router02SwapExactTokensForTokens(amountIn
|
|
|
282
282
|
* @param {string | number} deadline - uint256
|
|
283
283
|
* @returns {string} encode data
|
|
284
284
|
*/
|
|
285
|
-
export declare function encodeUniswapV2Router02SwapExactTokensForTokensSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
285
|
+
export declare function encodeUniswapV2Router02SwapExactTokensForTokensSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
286
286
|
/**
|
|
287
287
|
* encode swapTokensForExactETH
|
|
288
288
|
* @param {string | number} amountOut - uint256
|
|
@@ -293,7 +293,7 @@ export declare function encodeUniswapV2Router02SwapExactTokensForTokensSupportin
|
|
|
293
293
|
* @param {string | number} deadline - uint256
|
|
294
294
|
* @returns {string} encode data
|
|
295
295
|
*/
|
|
296
|
-
export declare function encodeUniswapV2Router02SwapTokensForExactETH(amountOut: string | number, amountInMax: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
296
|
+
export declare function encodeUniswapV2Router02SwapTokensForExactETH(amountOut: string | number, amountInMax: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|
|
297
297
|
/**
|
|
298
298
|
* encode swapTokensForExactTokens
|
|
299
299
|
* @param {string | number} amountOut - uint256
|
|
@@ -304,4 +304,4 @@ export declare function encodeUniswapV2Router02SwapTokensForExactETH(amountOut:
|
|
|
304
304
|
* @param {string | number} deadline - uint256
|
|
305
305
|
* @returns {string} encode data
|
|
306
306
|
*/
|
|
307
|
-
export declare function encodeUniswapV2Router02SwapTokensForExactTokens(amountOut: string | number, amountInMax: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number):
|
|
307
|
+
export declare function encodeUniswapV2Router02SwapTokensForExactTokens(amountOut: string | number, amountInMax: string | number, path: Array<string>, fees: Array<string | number>, to: string, deadline: string | number): any;
|