@dodoex/dodo-contract-request 1.33.0 → 1.35.0-alpha.1
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/DFTManager.json +2832 -0
- package/.cache/contract-info/ICHIVault.json +787 -0
- package/.cache/contract-info/RWAManager.json +1 -0
- package/.cache/contract-info/RWAToken.json +1 -0
- package/.cache/contract-info/TransparentUpgradeableProxyWithPros.json +2006 -0
- package/CHANGELOG.md +85 -21
- package/contract-config/arbitrum.json +1 -1
- package/contract-config/berachain.json +4 -2
- package/contract-config/birdlayer.json +66 -0
- package/contract-config/eni.json +65 -0
- package/contract-config/pharos-atlantic-testnet.json +2 -1
- package/contract-config/sepolia.json +3 -1
- package/contract-config/zetachain-testnet.json +68 -0
- package/contract-config/zetachain.json +61 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/birdlayer.d.ts +29 -0
- package/dist/types/config/eni.d.ts +29 -0
- package/dist/types/config/index.d.ts +8 -0
- package/dist/types/config/pharos-atlantic-testnet.d.ts +1 -0
- package/dist/types/config/sepolia.d.ts +2 -0
- package/dist/types/config/zetachain-testnet.d.ts +32 -0
- package/dist/types/config/zetachain.d.ts +30 -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/DFTManager.d.ts +994 -0
- 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 +41 -32
- 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/ICHIVault.d.ts +516 -0
- 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/RWAManager.d.ts +264 -0
- package/dist/types/contract/RWAToken.d.ts +179 -0
- package/dist/types/contract/TransparentUpgradeableProxyWithPros.d.ts +679 -0
- 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/dist/types/index.d.ts +5 -0
- package/package.json +1 -1
- package/scripts/contract-generate.ts +1 -0
- package/src/config/birdlayer.ts +4 -0
- package/src/config/eni.ts +4 -0
- package/src/config/index.ts +17 -1
- package/src/config/pharos-atlantic-testnet.ts +1 -1
- package/src/config/sepolia.ts +1 -1
- package/src/config/zetachain-testnet.ts +4 -0
- package/src/config/zetachain.ts +4 -0
- package/src/contract/CrowdPoolingFactory.ts +1 -1
- package/src/contract/DFTManager.ts +1222 -0
- 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/DODODspProxyWithoutGSP.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/FeeRateDIP3Impl.ts +61 -75
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/ICHIVault.ts +863 -0
- package/src/contract/Multicall.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
- package/src/contract/NonfungiblePositionManager.ts +1 -1
- package/src/contract/RWAManager.ts +479 -0
- package/src/contract/RWAToken.ts +330 -0
- package/src/contract/TransparentUpgradeableProxyWithPros.ts +1226 -0
- package/src/contract/UniswapV2Factory.ts +1 -1
- package/src/contract/UniswapV2Router02.ts +1 -1
- package/src/contract/UniswapV3Factory.ts +1 -1
- package/src/index.ts +5 -0
|
@@ -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;
|
|
@@ -101,7 +101,7 @@ export declare function getFetchUniswapV2Router02FixedFeeQuoteQueryOptions(chain
|
|
|
101
101
|
* @param {string | number} deadline - uint256
|
|
102
102
|
* @returns {string} encode data
|
|
103
103
|
*/
|
|
104
|
-
export declare function encodeUniswapV2Router02FixedFeeAddLiquidity(tokenA: string, tokenB: string, amountADesired: string | number, amountBDesired: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number):
|
|
104
|
+
export declare function encodeUniswapV2Router02FixedFeeAddLiquidity(tokenA: string, tokenB: string, amountADesired: string | number, amountBDesired: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number): any;
|
|
105
105
|
/**
|
|
106
106
|
* encode addLiquidityETH
|
|
107
107
|
* @param {string} token - address
|
|
@@ -112,7 +112,7 @@ export declare function encodeUniswapV2Router02FixedFeeAddLiquidity(tokenA: stri
|
|
|
112
112
|
* @param {string | number} deadline - uint256
|
|
113
113
|
* @returns {string} encode data
|
|
114
114
|
*/
|
|
115
|
-
export declare function encodeUniswapV2Router02FixedFeeAddLiquidityETH(token: string, amountTokenDesired: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
115
|
+
export declare function encodeUniswapV2Router02FixedFeeAddLiquidityETH(token: string, amountTokenDesired: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
116
116
|
/**
|
|
117
117
|
* encode removeLiquidity
|
|
118
118
|
* @param {string} tokenA - address
|
|
@@ -124,7 +124,7 @@ export declare function encodeUniswapV2Router02FixedFeeAddLiquidityETH(token: st
|
|
|
124
124
|
* @param {string | number} deadline - uint256
|
|
125
125
|
* @returns {string} encode data
|
|
126
126
|
*/
|
|
127
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidity(tokenA: string, tokenB: string, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number):
|
|
127
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidity(tokenA: string, tokenB: string, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number): any;
|
|
128
128
|
/**
|
|
129
129
|
* encode removeLiquidityETH
|
|
130
130
|
* @param {string} token - address
|
|
@@ -135,7 +135,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidity(tokenA: s
|
|
|
135
135
|
* @param {string | number} deadline - uint256
|
|
136
136
|
* @returns {string} encode data
|
|
137
137
|
*/
|
|
138
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
138
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
139
139
|
/**
|
|
140
140
|
* encode removeLiquidityETHSupportingFeeOnTransferTokens
|
|
141
141
|
* @param {string} token - address
|
|
@@ -146,7 +146,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(token:
|
|
|
146
146
|
* @param {string | number} deadline - uint256
|
|
147
147
|
* @returns {string} encode data
|
|
148
148
|
*/
|
|
149
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHSupportingFeeOnTransferTokens(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number):
|
|
149
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHSupportingFeeOnTransferTokens(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number): any;
|
|
150
150
|
/**
|
|
151
151
|
* encode removeLiquidityETHWithPermit
|
|
152
152
|
* @param {string} token - address
|
|
@@ -161,7 +161,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHSupport
|
|
|
161
161
|
* @param {string} s - bytes32
|
|
162
162
|
* @returns {string} encode data
|
|
163
163
|
*/
|
|
164
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPermit(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string):
|
|
164
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPermit(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string): any;
|
|
165
165
|
/**
|
|
166
166
|
* encode removeLiquidityETHWithPermitSupportingFeeOnTransferTokens
|
|
167
167
|
* @param {string} token - address
|
|
@@ -176,7 +176,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPer
|
|
|
176
176
|
* @param {string} s - bytes32
|
|
177
177
|
* @returns {string} encode data
|
|
178
178
|
*/
|
|
179
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPermitSupportingFeeOnTransferTokens(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string):
|
|
179
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPermitSupportingFeeOnTransferTokens(token: string, liquidity: string | number, amountTokenMin: string | number, amountETHMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string): any;
|
|
180
180
|
/**
|
|
181
181
|
* encode removeLiquidityWithPermit
|
|
182
182
|
* @param {string} tokenA - address
|
|
@@ -192,7 +192,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityETHWithPer
|
|
|
192
192
|
* @param {string} s - bytes32
|
|
193
193
|
* @returns {string} encode data
|
|
194
194
|
*/
|
|
195
|
-
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityWithPermit(tokenA: string, tokenB: string, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string):
|
|
195
|
+
export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityWithPermit(tokenA: string, tokenB: string, liquidity: string | number, amountAMin: string | number, amountBMin: string | number, to: string, deadline: string | number, approveMax: boolean, v: string | number, r: string, s: string): any;
|
|
196
196
|
/**
|
|
197
197
|
* encode swapETHForExactTokens
|
|
198
198
|
* @param {string | number} amountOut - uint256
|
|
@@ -201,7 +201,7 @@ export declare function encodeUniswapV2Router02FixedFeeRemoveLiquidityWithPermit
|
|
|
201
201
|
* @param {string | number} deadline - uint256
|
|
202
202
|
* @returns {string} encode data
|
|
203
203
|
*/
|
|
204
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapETHForExactTokens(amountOut: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
204
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapETHForExactTokens(amountOut: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
205
205
|
/**
|
|
206
206
|
* encode swapExactETHForTokens
|
|
207
207
|
* @param {string | number} amountOutMin - uint256
|
|
@@ -210,7 +210,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapETHForExactTokens(amo
|
|
|
210
210
|
* @param {string | number} deadline - uint256
|
|
211
211
|
* @returns {string} encode data
|
|
212
212
|
*/
|
|
213
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokens(amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
213
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokens(amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
214
214
|
/**
|
|
215
215
|
* encode swapExactETHForTokensSupportingFeeOnTransferTokens
|
|
216
216
|
* @param {string | number} amountOutMin - uint256
|
|
@@ -219,7 +219,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokens(amo
|
|
|
219
219
|
* @param {string | number} deadline - uint256
|
|
220
220
|
* @returns {string} encode data
|
|
221
221
|
*/
|
|
222
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokensSupportingFeeOnTransferTokens(amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
222
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokensSupportingFeeOnTransferTokens(amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
223
223
|
/**
|
|
224
224
|
* encode swapExactTokensForETH
|
|
225
225
|
* @param {string | number} amountIn - uint256
|
|
@@ -229,7 +229,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactETHForTokensSupp
|
|
|
229
229
|
* @param {string | number} deadline - uint256
|
|
230
230
|
* @returns {string} encode data
|
|
231
231
|
*/
|
|
232
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETH(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
232
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETH(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
233
233
|
/**
|
|
234
234
|
* encode swapExactTokensForETHSupportingFeeOnTransferTokens
|
|
235
235
|
* @param {string | number} amountIn - uint256
|
|
@@ -239,7 +239,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETH(amo
|
|
|
239
239
|
* @param {string | number} deadline - uint256
|
|
240
240
|
* @returns {string} encode data
|
|
241
241
|
*/
|
|
242
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETHSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
242
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETHSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
243
243
|
/**
|
|
244
244
|
* encode swapExactTokensForTokens
|
|
245
245
|
* @param {string | number} amountIn - uint256
|
|
@@ -249,7 +249,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForETHSupp
|
|
|
249
249
|
* @param {string | number} deadline - uint256
|
|
250
250
|
* @returns {string} encode data
|
|
251
251
|
*/
|
|
252
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
252
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
253
253
|
/**
|
|
254
254
|
* encode swapExactTokensForTokensSupportingFeeOnTransferTokens
|
|
255
255
|
* @param {string | number} amountIn - uint256
|
|
@@ -259,7 +259,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokens(
|
|
|
259
259
|
* @param {string | number} deadline - uint256
|
|
260
260
|
* @returns {string} encode data
|
|
261
261
|
*/
|
|
262
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokensSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
262
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokensSupportingFeeOnTransferTokens(amountIn: string | number, amountOutMin: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
263
263
|
/**
|
|
264
264
|
* encode swapTokensForExactETH
|
|
265
265
|
* @param {string | number} amountOut - uint256
|
|
@@ -269,7 +269,7 @@ export declare function encodeUniswapV2Router02FixedFeeSwapExactTokensForTokensS
|
|
|
269
269
|
* @param {string | number} deadline - uint256
|
|
270
270
|
* @returns {string} encode data
|
|
271
271
|
*/
|
|
272
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapTokensForExactETH(amountOut: string | number, amountInMax: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
272
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapTokensForExactETH(amountOut: string | number, amountInMax: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
273
273
|
/**
|
|
274
274
|
* encode swapTokensForExactTokens
|
|
275
275
|
* @param {string | number} amountOut - uint256
|
|
@@ -279,4 +279,4 @@ export declare function encodeUniswapV2Router02FixedFeeSwapTokensForExactETH(amo
|
|
|
279
279
|
* @param {string | number} deadline - uint256
|
|
280
280
|
* @returns {string} encode data
|
|
281
281
|
*/
|
|
282
|
-
export declare function encodeUniswapV2Router02FixedFeeSwapTokensForExactTokens(amountOut: string | number, amountInMax: string | number, path: Array<string>, to: string, deadline: string | number):
|
|
282
|
+
export declare function encodeUniswapV2Router02FixedFeeSwapTokensForExactTokens(amountOut: string | number, amountInMax: string | number, path: Array<string>, to: string, deadline: string | number): any;
|
|
@@ -70,17 +70,17 @@ export declare function getFetchUniswapV3FactoryParametersQueryOptions(chainId:
|
|
|
70
70
|
* @param {string | number} fee - uint24
|
|
71
71
|
* @returns {string} encode data
|
|
72
72
|
*/
|
|
73
|
-
export declare function encodeUniswapV3FactoryCreatePool(tokenA: string, tokenB: string, fee: string | number):
|
|
73
|
+
export declare function encodeUniswapV3FactoryCreatePool(tokenA: string, tokenB: string, fee: string | number): any;
|
|
74
74
|
/**
|
|
75
75
|
* encode enableFeeAmount
|
|
76
76
|
* @param {string | number} fee - uint24
|
|
77
77
|
* @param {string | number} tickSpacing - int24
|
|
78
78
|
* @returns {string} encode data
|
|
79
79
|
*/
|
|
80
|
-
export declare function encodeUniswapV3FactoryEnableFeeAmount(fee: string | number, tickSpacing: string | number):
|
|
80
|
+
export declare function encodeUniswapV3FactoryEnableFeeAmount(fee: string | number, tickSpacing: string | number): any;
|
|
81
81
|
/**
|
|
82
82
|
* encode setOwner
|
|
83
83
|
* @param {string} _owner - address
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeUniswapV3FactorySetOwner(_owner: string):
|
|
86
|
+
export declare function encodeUniswapV3FactorySetOwner(_owner: string): any;
|
|
@@ -193,38 +193,38 @@ export declare function getFetchDodoTeamSignedMessagesQueryOptions(chainId: numb
|
|
|
193
193
|
* @param {string | number} _threshold - uint256
|
|
194
194
|
* @returns {string} encode data
|
|
195
195
|
*/
|
|
196
|
-
export declare function encodeDodoTeamAddOwnerWithThreshold(owner: string, _threshold: string | number):
|
|
196
|
+
export declare function encodeDodoTeamAddOwnerWithThreshold(owner: string, _threshold: string | number): any;
|
|
197
197
|
/**
|
|
198
198
|
* encode approveHash
|
|
199
199
|
* @param {string} hashToApprove - bytes32
|
|
200
200
|
* @returns {string} encode data
|
|
201
201
|
*/
|
|
202
|
-
export declare function encodeDodoTeamApproveHash(hashToApprove: string):
|
|
202
|
+
export declare function encodeDodoTeamApproveHash(hashToApprove: string): any;
|
|
203
203
|
/**
|
|
204
204
|
* encode changeMasterCopy
|
|
205
205
|
* @param {string} _masterCopy - address
|
|
206
206
|
* @returns {string} encode data
|
|
207
207
|
*/
|
|
208
|
-
export declare function encodeDodoTeamChangeMasterCopy(_masterCopy: string):
|
|
208
|
+
export declare function encodeDodoTeamChangeMasterCopy(_masterCopy: string): any;
|
|
209
209
|
/**
|
|
210
210
|
* encode changeThreshold
|
|
211
211
|
* @param {string | number} _threshold - uint256
|
|
212
212
|
* @returns {string} encode data
|
|
213
213
|
*/
|
|
214
|
-
export declare function encodeDodoTeamChangeThreshold(_threshold: string | number):
|
|
214
|
+
export declare function encodeDodoTeamChangeThreshold(_threshold: string | number): any;
|
|
215
215
|
/**
|
|
216
216
|
* encode disableModule
|
|
217
217
|
* @param {string} prevModule - address
|
|
218
218
|
* @param {string} module - address
|
|
219
219
|
* @returns {string} encode data
|
|
220
220
|
*/
|
|
221
|
-
export declare function encodeDodoTeamDisableModule(prevModule: string, module: string):
|
|
221
|
+
export declare function encodeDodoTeamDisableModule(prevModule: string, module: string): any;
|
|
222
222
|
/**
|
|
223
223
|
* encode enableModule
|
|
224
224
|
* @param {string} module - address
|
|
225
225
|
* @returns {string} encode data
|
|
226
226
|
*/
|
|
227
|
-
export declare function encodeDodoTeamEnableModule(module: string):
|
|
227
|
+
export declare function encodeDodoTeamEnableModule(module: string): any;
|
|
228
228
|
/**
|
|
229
229
|
* encode execTransaction
|
|
230
230
|
* @param {string} to - address
|
|
@@ -239,7 +239,7 @@ export declare function encodeDodoTeamEnableModule(module: string): string;
|
|
|
239
239
|
* @param {string} signatures - bytes
|
|
240
240
|
* @returns {string} encode data
|
|
241
241
|
*/
|
|
242
|
-
export declare function encodeDodoTeamExecTransaction(to: string, value: string | number, data: string, operation: string | number, safeTxGas: string | number, baseGas: string | number, gasPrice: string | number, gasToken: string, refundReceiver: string, signatures: string):
|
|
242
|
+
export declare function encodeDodoTeamExecTransaction(to: string, value: string | number, data: string, operation: string | number, safeTxGas: string | number, baseGas: string | number, gasPrice: string | number, gasToken: string, refundReceiver: string, signatures: string): any;
|
|
243
243
|
/**
|
|
244
244
|
* encode execTransactionFromModule
|
|
245
245
|
* @param {string} to - address
|
|
@@ -248,7 +248,7 @@ export declare function encodeDodoTeamExecTransaction(to: string, value: string
|
|
|
248
248
|
* @param {string | number} operation - uint8
|
|
249
249
|
* @returns {string} encode data
|
|
250
250
|
*/
|
|
251
|
-
export declare function encodeDodoTeamExecTransactionFromModule(to: string, value: string | number, data: string, operation: string | number):
|
|
251
|
+
export declare function encodeDodoTeamExecTransactionFromModule(to: string, value: string | number, data: string, operation: string | number): any;
|
|
252
252
|
/**
|
|
253
253
|
* encode execTransactionFromModuleReturnData
|
|
254
254
|
* @param {string} to - address
|
|
@@ -257,14 +257,14 @@ export declare function encodeDodoTeamExecTransactionFromModule(to: string, valu
|
|
|
257
257
|
* @param {string | number} operation - uint8
|
|
258
258
|
* @returns {string} encode data
|
|
259
259
|
*/
|
|
260
|
-
export declare function encodeDodoTeamExecTransactionFromModuleReturnData(to: string, value: string | number, data: string, operation: string | number):
|
|
260
|
+
export declare function encodeDodoTeamExecTransactionFromModuleReturnData(to: string, value: string | number, data: string, operation: string | number): any;
|
|
261
261
|
/**
|
|
262
262
|
* encode isValidSignature
|
|
263
263
|
* @param {string} _data - bytes
|
|
264
264
|
* @param {string} _signature - bytes
|
|
265
265
|
* @returns {string} encode data
|
|
266
266
|
*/
|
|
267
|
-
export declare function encodeDodoTeamIsValidSignature(_data: string, _signature: string):
|
|
267
|
+
export declare function encodeDodoTeamIsValidSignature(_data: string, _signature: string): any;
|
|
268
268
|
/**
|
|
269
269
|
* encode removeOwner
|
|
270
270
|
* @param {string} prevOwner - address
|
|
@@ -272,7 +272,7 @@ export declare function encodeDodoTeamIsValidSignature(_data: string, _signature
|
|
|
272
272
|
* @param {string | number} _threshold - uint256
|
|
273
273
|
* @returns {string} encode data
|
|
274
274
|
*/
|
|
275
|
-
export declare function encodeDodoTeamRemoveOwner(prevOwner: string, owner: string, _threshold: string | number):
|
|
275
|
+
export declare function encodeDodoTeamRemoveOwner(prevOwner: string, owner: string, _threshold: string | number): any;
|
|
276
276
|
/**
|
|
277
277
|
* encode requiredTxGas
|
|
278
278
|
* @param {string} to - address
|
|
@@ -281,13 +281,13 @@ export declare function encodeDodoTeamRemoveOwner(prevOwner: string, owner: stri
|
|
|
281
281
|
* @param {string | number} operation - uint8
|
|
282
282
|
* @returns {string} encode data
|
|
283
283
|
*/
|
|
284
|
-
export declare function encodeDodoTeamRequiredTxGas(to: string, value: string | number, data: string, operation: string | number):
|
|
284
|
+
export declare function encodeDodoTeamRequiredTxGas(to: string, value: string | number, data: string, operation: string | number): any;
|
|
285
285
|
/**
|
|
286
286
|
* encode setFallbackHandler
|
|
287
287
|
* @param {string} handler - address
|
|
288
288
|
* @returns {string} encode data
|
|
289
289
|
*/
|
|
290
|
-
export declare function encodeDodoTeamSetFallbackHandler(handler: string):
|
|
290
|
+
export declare function encodeDodoTeamSetFallbackHandler(handler: string): any;
|
|
291
291
|
/**
|
|
292
292
|
* encode setup
|
|
293
293
|
* @param {Array<string>} _owners - address[]
|
|
@@ -300,13 +300,13 @@ export declare function encodeDodoTeamSetFallbackHandler(handler: string): strin
|
|
|
300
300
|
* @param {string} paymentReceiver - address
|
|
301
301
|
* @returns {string} encode data
|
|
302
302
|
*/
|
|
303
|
-
export declare function encodeDodoTeamSetup(_owners: Array<string>, _threshold: string | number, to: string, data: string, fallbackHandler: string, paymentToken: string, payment: string | number, paymentReceiver: string):
|
|
303
|
+
export declare function encodeDodoTeamSetup(_owners: Array<string>, _threshold: string | number, to: string, data: string, fallbackHandler: string, paymentToken: string, payment: string | number, paymentReceiver: string): any;
|
|
304
304
|
/**
|
|
305
305
|
* encode signMessage
|
|
306
306
|
* @param {string} _data - bytes
|
|
307
307
|
* @returns {string} encode data
|
|
308
308
|
*/
|
|
309
|
-
export declare function encodeDodoTeamSignMessage(_data: string):
|
|
309
|
+
export declare function encodeDodoTeamSignMessage(_data: string): any;
|
|
310
310
|
/**
|
|
311
311
|
* encode swapOwner
|
|
312
312
|
* @param {string} prevOwner - address
|
|
@@ -314,4 +314,4 @@ export declare function encodeDodoTeamSignMessage(_data: string): string;
|
|
|
314
314
|
* @param {string} newOwner - address
|
|
315
315
|
* @returns {string} encode data
|
|
316
316
|
*/
|
|
317
|
-
export declare function encodeDodoTeamSwapOwner(prevOwner: string, oldOwner: string, newOwner: string):
|
|
317
|
+
export declare function encodeDodoTeamSwapOwner(prevOwner: string, oldOwner: string, newOwner: string): any;
|