@dodoex/dodo-contract-request 1.32.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/.cache/contract-info/CP.json +1 -1
- package/CHANGELOG.md +14 -0
- package/contract-config/eni.json +65 -0
- package/contract-config/eth.json +1 -1
- 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 +187 -14
- 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/CP.ts +286 -10
- 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
|
@@ -83,4 +83,4 @@ export declare function getFetchMulticallWithValidGetLastBlockHashQueryOptions(c
|
|
|
83
83
|
* @param {[string, string]} calls - tuple[]
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeMulticallWithValidAggregate(calls: [string, string]):
|
|
86
|
+
export declare function encodeMulticallWithValidAggregate(calls: [string, string]): any;
|
|
@@ -240,13 +240,13 @@ export declare function getFetchNonfungiblePositionManagerTotalSupplyQueryOption
|
|
|
240
240
|
* @param {string | number} tokenId - uint256
|
|
241
241
|
* @returns {string} encode data
|
|
242
242
|
*/
|
|
243
|
-
export declare function encodeNonfungiblePositionManagerApprove(to: string, tokenId: string | number):
|
|
243
|
+
export declare function encodeNonfungiblePositionManagerApprove(to: string, tokenId: string | number): any;
|
|
244
244
|
/**
|
|
245
245
|
* encode burn
|
|
246
246
|
* @param {string | number} tokenId - uint256
|
|
247
247
|
* @returns {string} encode data
|
|
248
248
|
*/
|
|
249
|
-
export declare function encodeNonfungiblePositionManagerBurn(tokenId: string | number):
|
|
249
|
+
export declare function encodeNonfungiblePositionManagerBurn(tokenId: string | number): any;
|
|
250
250
|
/**
|
|
251
251
|
* encode collect
|
|
252
252
|
* @param {{tokenId: string | number; recipient: string; amount0Max: string | number; amount1Max: string | number}} params - tuple
|
|
@@ -257,7 +257,7 @@ export declare function encodeNonfungiblePositionManagerCollect(params: {
|
|
|
257
257
|
recipient: string;
|
|
258
258
|
amount0Max: string | number;
|
|
259
259
|
amount1Max: string | number;
|
|
260
|
-
}):
|
|
260
|
+
}): any;
|
|
261
261
|
/**
|
|
262
262
|
* encode createAndInitializePoolIfNecessary
|
|
263
263
|
* @param {string} token0 - address
|
|
@@ -266,7 +266,7 @@ export declare function encodeNonfungiblePositionManagerCollect(params: {
|
|
|
266
266
|
* @param {string | number} sqrtPriceX96 - uint160
|
|
267
267
|
* @returns {string} encode data
|
|
268
268
|
*/
|
|
269
|
-
export declare function encodeNonfungiblePositionManagerCreateAndInitializePoolIfNecessary(token0: string, token1: string, fee: string | number, sqrtPriceX96: string | number):
|
|
269
|
+
export declare function encodeNonfungiblePositionManagerCreateAndInitializePoolIfNecessary(token0: string, token1: string, fee: string | number, sqrtPriceX96: string | number): any;
|
|
270
270
|
/**
|
|
271
271
|
* encode decreaseLiquidity
|
|
272
272
|
* @param {{tokenId: string | number; liquidity: string | number; amount0Min: string | number; amount1Min: string | number; deadline: string | number}} params - tuple
|
|
@@ -278,7 +278,7 @@ export declare function encodeNonfungiblePositionManagerDecreaseLiquidity(params
|
|
|
278
278
|
amount0Min: string | number;
|
|
279
279
|
amount1Min: string | number;
|
|
280
280
|
deadline: string | number;
|
|
281
|
-
}):
|
|
281
|
+
}): any;
|
|
282
282
|
/**
|
|
283
283
|
* encode increaseLiquidity
|
|
284
284
|
* @param {{tokenId: string | number; amount0Desired: string | number; amount1Desired: string | number; amount0Min: string | number; amount1Min: string | number; deadline: string | number}} params - tuple
|
|
@@ -291,7 +291,7 @@ export declare function encodeNonfungiblePositionManagerIncreaseLiquidity(params
|
|
|
291
291
|
amount0Min: string | number;
|
|
292
292
|
amount1Min: string | number;
|
|
293
293
|
deadline: string | number;
|
|
294
|
-
}):
|
|
294
|
+
}): any;
|
|
295
295
|
/**
|
|
296
296
|
* encode mint
|
|
297
297
|
* @param {{token0: string; token1: string; fee: string | number; 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
|
|
@@ -309,13 +309,13 @@ export declare function encodeNonfungiblePositionManagerMint(params: {
|
|
|
309
309
|
amount1Min: string | number;
|
|
310
310
|
recipient: string;
|
|
311
311
|
deadline: string | number;
|
|
312
|
-
}):
|
|
312
|
+
}): any;
|
|
313
313
|
/**
|
|
314
314
|
* encode multicall
|
|
315
315
|
* @param {Array<string>} data - bytes[]
|
|
316
316
|
* @returns {string} encode data
|
|
317
317
|
*/
|
|
318
|
-
export declare function encodeNonfungiblePositionManagerMulticall(data: Array<string>):
|
|
318
|
+
export declare function encodeNonfungiblePositionManagerMulticall(data: Array<string>): any;
|
|
319
319
|
/**
|
|
320
320
|
* encode permit
|
|
321
321
|
* @param {string} spender - address
|
|
@@ -326,13 +326,13 @@ export declare function encodeNonfungiblePositionManagerMulticall(data: Array<st
|
|
|
326
326
|
* @param {string} s - bytes32
|
|
327
327
|
* @returns {string} encode data
|
|
328
328
|
*/
|
|
329
|
-
export declare function encodeNonfungiblePositionManagerPermit(spender: string, tokenId: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
329
|
+
export declare function encodeNonfungiblePositionManagerPermit(spender: string, tokenId: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
330
330
|
/**
|
|
331
331
|
* encode refundETH
|
|
332
332
|
|
|
333
333
|
* @returns {string} encode data
|
|
334
334
|
*/
|
|
335
|
-
export declare function encodeNonfungiblePositionManagerRefundETH():
|
|
335
|
+
export declare function encodeNonfungiblePositionManagerRefundETH(): any;
|
|
336
336
|
/**
|
|
337
337
|
* encode safeTransferFrom
|
|
338
338
|
* @param {string} from - address
|
|
@@ -340,7 +340,7 @@ export declare function encodeNonfungiblePositionManagerRefundETH(): string;
|
|
|
340
340
|
* @param {string | number} tokenId - uint256
|
|
341
341
|
* @returns {string} encode data
|
|
342
342
|
*/
|
|
343
|
-
export declare function encodeNonfungiblePositionManagerSafeTransferFrom(from: string, to: string, tokenId: string | number):
|
|
343
|
+
export declare function encodeNonfungiblePositionManagerSafeTransferFrom(from: string, to: string, tokenId: string | number): any;
|
|
344
344
|
/**
|
|
345
345
|
* encode safeTransferFrom
|
|
346
346
|
* @param {string} from - address
|
|
@@ -349,7 +349,7 @@ export declare function encodeNonfungiblePositionManagerSafeTransferFrom(from: s
|
|
|
349
349
|
* @param {string} _data - bytes
|
|
350
350
|
* @returns {string} encode data
|
|
351
351
|
*/
|
|
352
|
-
export declare function encodeNonfungiblePositionManagerSafeTransferFrom2(from: string, to: string, tokenId: string | number, _data: string):
|
|
352
|
+
export declare function encodeNonfungiblePositionManagerSafeTransferFrom2(from: string, to: string, tokenId: string | number, _data: string): any;
|
|
353
353
|
/**
|
|
354
354
|
* encode selfPermit
|
|
355
355
|
* @param {string} token - address
|
|
@@ -360,7 +360,7 @@ export declare function encodeNonfungiblePositionManagerSafeTransferFrom2(from:
|
|
|
360
360
|
* @param {string} s - bytes32
|
|
361
361
|
* @returns {string} encode data
|
|
362
362
|
*/
|
|
363
|
-
export declare function encodeNonfungiblePositionManagerSelfPermit(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
363
|
+
export declare function encodeNonfungiblePositionManagerSelfPermit(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
364
364
|
/**
|
|
365
365
|
* encode selfPermitAllowed
|
|
366
366
|
* @param {string} token - address
|
|
@@ -371,7 +371,7 @@ export declare function encodeNonfungiblePositionManagerSelfPermit(token: string
|
|
|
371
371
|
* @param {string} s - bytes32
|
|
372
372
|
* @returns {string} encode data
|
|
373
373
|
*/
|
|
374
|
-
export declare function encodeNonfungiblePositionManagerSelfPermitAllowed(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string):
|
|
374
|
+
export declare function encodeNonfungiblePositionManagerSelfPermitAllowed(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string): any;
|
|
375
375
|
/**
|
|
376
376
|
* encode selfPermitAllowedIfNecessary
|
|
377
377
|
* @param {string} token - address
|
|
@@ -382,7 +382,7 @@ export declare function encodeNonfungiblePositionManagerSelfPermitAllowed(token:
|
|
|
382
382
|
* @param {string} s - bytes32
|
|
383
383
|
* @returns {string} encode data
|
|
384
384
|
*/
|
|
385
|
-
export declare function encodeNonfungiblePositionManagerSelfPermitAllowedIfNecessary(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string):
|
|
385
|
+
export declare function encodeNonfungiblePositionManagerSelfPermitAllowedIfNecessary(token: string, nonce: string | number, expiry: string | number, v: string | number, r: string, s: string): any;
|
|
386
386
|
/**
|
|
387
387
|
* encode selfPermitIfNecessary
|
|
388
388
|
* @param {string} token - address
|
|
@@ -393,14 +393,14 @@ export declare function encodeNonfungiblePositionManagerSelfPermitAllowedIfNeces
|
|
|
393
393
|
* @param {string} s - bytes32
|
|
394
394
|
* @returns {string} encode data
|
|
395
395
|
*/
|
|
396
|
-
export declare function encodeNonfungiblePositionManagerSelfPermitIfNecessary(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
396
|
+
export declare function encodeNonfungiblePositionManagerSelfPermitIfNecessary(token: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
397
397
|
/**
|
|
398
398
|
* encode setApprovalForAll
|
|
399
399
|
* @param {string} operator - address
|
|
400
400
|
* @param {boolean} approved - bool
|
|
401
401
|
* @returns {string} encode data
|
|
402
402
|
*/
|
|
403
|
-
export declare function encodeNonfungiblePositionManagerSetApprovalForAll(operator: string, approved: boolean):
|
|
403
|
+
export declare function encodeNonfungiblePositionManagerSetApprovalForAll(operator: string, approved: boolean): any;
|
|
404
404
|
/**
|
|
405
405
|
* encode sweepToken
|
|
406
406
|
* @param {string} token - address
|
|
@@ -408,7 +408,7 @@ export declare function encodeNonfungiblePositionManagerSetApprovalForAll(operat
|
|
|
408
408
|
* @param {string} recipient - address
|
|
409
409
|
* @returns {string} encode data
|
|
410
410
|
*/
|
|
411
|
-
export declare function encodeNonfungiblePositionManagerSweepToken(token: string, amountMinimum: string | number, recipient: string):
|
|
411
|
+
export declare function encodeNonfungiblePositionManagerSweepToken(token: string, amountMinimum: string | number, recipient: string): any;
|
|
412
412
|
/**
|
|
413
413
|
* encode transferFrom
|
|
414
414
|
* @param {string} from - address
|
|
@@ -416,7 +416,7 @@ export declare function encodeNonfungiblePositionManagerSweepToken(token: string
|
|
|
416
416
|
* @param {string | number} tokenId - uint256
|
|
417
417
|
* @returns {string} encode data
|
|
418
418
|
*/
|
|
419
|
-
export declare function encodeNonfungiblePositionManagerTransferFrom(from: string, to: string, tokenId: string | number):
|
|
419
|
+
export declare function encodeNonfungiblePositionManagerTransferFrom(from: string, to: string, tokenId: string | number): any;
|
|
420
420
|
/**
|
|
421
421
|
* encode uniswapV3MintCallback
|
|
422
422
|
* @param {string | number} amount0Owed - uint256
|
|
@@ -424,11 +424,11 @@ export declare function encodeNonfungiblePositionManagerTransferFrom(from: strin
|
|
|
424
424
|
* @param {string} data - bytes
|
|
425
425
|
* @returns {string} encode data
|
|
426
426
|
*/
|
|
427
|
-
export declare function encodeNonfungiblePositionManagerUniswapV3MintCallback(amount0Owed: string | number, amount1Owed: string | number, data: string):
|
|
427
|
+
export declare function encodeNonfungiblePositionManagerUniswapV3MintCallback(amount0Owed: string | number, amount1Owed: string | number, data: string): any;
|
|
428
428
|
/**
|
|
429
429
|
* encode unwrapWETH9
|
|
430
430
|
* @param {string | number} amountMinimum - uint256
|
|
431
431
|
* @param {string} recipient - address
|
|
432
432
|
* @returns {string} encode data
|
|
433
433
|
*/
|
|
434
|
-
export declare function encodeNonfungiblePositionManagerUnwrapWETH9(amountMinimum: string | number, recipient: string):
|
|
434
|
+
export declare function encodeNonfungiblePositionManagerUnwrapWETH9(amountMinimum: string | number, recipient: string): any;
|
|
@@ -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;
|