@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
|
@@ -142,13 +142,13 @@ export declare function getFetchERC20V3FactoryGetTokenByUserQueryOptions(chainId
|
|
|
142
142
|
* @param {string | number} newFee - uint256
|
|
143
143
|
* @returns {string} encode data
|
|
144
144
|
*/
|
|
145
|
-
export declare function encodeERC20V3FactoryChangeCreateFee(newFee: string | number):
|
|
145
|
+
export declare function encodeERC20V3FactoryChangeCreateFee(newFee: string | number): any;
|
|
146
146
|
/**
|
|
147
147
|
* encode claimOwnership
|
|
148
148
|
|
|
149
149
|
* @returns {string} encode data
|
|
150
150
|
*/
|
|
151
|
-
export declare function encodeERC20V3FactoryClaimOwnership():
|
|
151
|
+
export declare function encodeERC20V3FactoryClaimOwnership(): any;
|
|
152
152
|
/**
|
|
153
153
|
* encode createCustomERC20
|
|
154
154
|
* @param {string | number} totalSupply - uint256
|
|
@@ -160,7 +160,7 @@ export declare function encodeERC20V3FactoryClaimOwnership(): string;
|
|
|
160
160
|
* @param {string} teamAccount - address
|
|
161
161
|
* @returns {string} encode data
|
|
162
162
|
*/
|
|
163
|
-
export declare function encodeERC20V3FactoryCreateCustomERC20(totalSupply: string | number, name: string, symbol: string, decimals: string | number, tradeBurnRatio: string | number, tradeFeeRatio: string | number, teamAccount: string):
|
|
163
|
+
export declare function encodeERC20V3FactoryCreateCustomERC20(totalSupply: string | number, name: string, symbol: string, decimals: string | number, tradeBurnRatio: string | number, tradeFeeRatio: string | number, teamAccount: string): any;
|
|
164
164
|
/**
|
|
165
165
|
* encode createCustomMintableERC20
|
|
166
166
|
* @param {string | number} initSupply - uint256
|
|
@@ -172,7 +172,7 @@ export declare function encodeERC20V3FactoryCreateCustomERC20(totalSupply: strin
|
|
|
172
172
|
* @param {string} teamAccount - address
|
|
173
173
|
* @returns {string} encode data
|
|
174
174
|
*/
|
|
175
|
-
export declare function encodeERC20V3FactoryCreateCustomMintableERC20(initSupply: string | number, name: string, symbol: string, decimals: string | number, tradeBurnRatio: string | number, tradeFeeRatio: string | number, teamAccount: string):
|
|
175
|
+
export declare function encodeERC20V3FactoryCreateCustomMintableERC20(initSupply: string | number, name: string, symbol: string, decimals: string | number, tradeBurnRatio: string | number, tradeFeeRatio: string | number, teamAccount: string): any;
|
|
176
176
|
/**
|
|
177
177
|
* encode createStdERC20
|
|
178
178
|
* @param {string | number} totalSupply - uint256
|
|
@@ -181,40 +181,40 @@ export declare function encodeERC20V3FactoryCreateCustomMintableERC20(initSupply
|
|
|
181
181
|
* @param {string | number} decimals - uint8
|
|
182
182
|
* @returns {string} encode data
|
|
183
183
|
*/
|
|
184
|
-
export declare function encodeERC20V3FactoryCreateStdERC20(totalSupply: string | number, name: string, symbol: string, decimals: string | number):
|
|
184
|
+
export declare function encodeERC20V3FactoryCreateStdERC20(totalSupply: string | number, name: string, symbol: string, decimals: string | number): any;
|
|
185
185
|
/**
|
|
186
186
|
* encode initOwner
|
|
187
187
|
* @param {string} newOwner - address
|
|
188
188
|
* @returns {string} encode data
|
|
189
189
|
*/
|
|
190
|
-
export declare function encodeERC20V3FactoryInitOwner(newOwner: string):
|
|
190
|
+
export declare function encodeERC20V3FactoryInitOwner(newOwner: string): any;
|
|
191
191
|
/**
|
|
192
192
|
* encode transferOwnership
|
|
193
193
|
* @param {string} newOwner - address
|
|
194
194
|
* @returns {string} encode data
|
|
195
195
|
*/
|
|
196
|
-
export declare function encodeERC20V3FactoryTransferOwnership(newOwner: string):
|
|
196
|
+
export declare function encodeERC20V3FactoryTransferOwnership(newOwner: string): any;
|
|
197
197
|
/**
|
|
198
198
|
* encode updateCustomMintableTemplate
|
|
199
199
|
* @param {string} newCustomMintableTemplate - address
|
|
200
200
|
* @returns {string} encode data
|
|
201
201
|
*/
|
|
202
|
-
export declare function encodeERC20V3FactoryUpdateCustomMintableTemplate(newCustomMintableTemplate: string):
|
|
202
|
+
export declare function encodeERC20V3FactoryUpdateCustomMintableTemplate(newCustomMintableTemplate: string): any;
|
|
203
203
|
/**
|
|
204
204
|
* encode updateCustomTemplate
|
|
205
205
|
* @param {string} newCustomTemplate - address
|
|
206
206
|
* @returns {string} encode data
|
|
207
207
|
*/
|
|
208
|
-
export declare function encodeERC20V3FactoryUpdateCustomTemplate(newCustomTemplate: string):
|
|
208
|
+
export declare function encodeERC20V3FactoryUpdateCustomTemplate(newCustomTemplate: string): any;
|
|
209
209
|
/**
|
|
210
210
|
* encode updateStdTemplate
|
|
211
211
|
* @param {string} newStdTemplate - address
|
|
212
212
|
* @returns {string} encode data
|
|
213
213
|
*/
|
|
214
|
-
export declare function encodeERC20V3FactoryUpdateStdTemplate(newStdTemplate: string):
|
|
214
|
+
export declare function encodeERC20V3FactoryUpdateStdTemplate(newStdTemplate: string): any;
|
|
215
215
|
/**
|
|
216
216
|
* encode withdraw
|
|
217
217
|
|
|
218
218
|
* @returns {string} encode data
|
|
219
219
|
*/
|
|
220
|
-
export declare function encodeERC20V3FactoryWithdraw():
|
|
220
|
+
export declare function encodeERC20V3FactoryWithdraw(): any;
|
|
@@ -144,7 +144,7 @@ export declare function getFetchFeeRateDIP3ImplVersionQueryOptions(chainId: numb
|
|
|
144
144
|
* @param {string} userAddr - address
|
|
145
145
|
* @returns {string} encode data
|
|
146
146
|
*/
|
|
147
|
-
export declare function encodeFeeRateDIP3ImplAddAdminList(userAddr: string):
|
|
147
|
+
export declare function encodeFeeRateDIP3ImplAddAdminList(userAddr: string): any;
|
|
148
148
|
/**
|
|
149
149
|
* encode addCpPoolInfo
|
|
150
150
|
* @param {string} cpPool - address
|
|
@@ -154,25 +154,25 @@ export declare function encodeFeeRateDIP3ImplAddAdminList(userAddr: string): str
|
|
|
154
154
|
* @param {string} quotaAddr - address
|
|
155
155
|
* @returns {string} encode data
|
|
156
156
|
*/
|
|
157
|
-
export declare function encodeFeeRateDIP3ImplAddCpPoolInfo(cpPool: string, quoteToken: string, globalQuota: string | number, feeAddr: string, quotaAddr: string):
|
|
157
|
+
export declare function encodeFeeRateDIP3ImplAddCpPoolInfo(cpPool: string, quoteToken: string, globalQuota: string | number, feeAddr: string, quotaAddr: string): any;
|
|
158
158
|
/**
|
|
159
159
|
* encode claimOwnership
|
|
160
160
|
|
|
161
161
|
* @returns {string} encode data
|
|
162
162
|
*/
|
|
163
|
-
export declare function encodeFeeRateDIP3ImplClaimOwnership():
|
|
163
|
+
export declare function encodeFeeRateDIP3ImplClaimOwnership(): any;
|
|
164
164
|
/**
|
|
165
165
|
* encode initOwner
|
|
166
166
|
* @param {string} newOwner - address
|
|
167
167
|
* @returns {string} encode data
|
|
168
168
|
*/
|
|
169
|
-
export declare function encodeFeeRateDIP3ImplInitOwner(newOwner: string):
|
|
169
|
+
export declare function encodeFeeRateDIP3ImplInitOwner(newOwner: string): any;
|
|
170
170
|
/**
|
|
171
171
|
* encode removeAdminList
|
|
172
172
|
* @param {string} userAddr - address
|
|
173
173
|
* @returns {string} encode data
|
|
174
174
|
*/
|
|
175
|
-
export declare function encodeFeeRateDIP3ImplRemoveAdminList(userAddr: string):
|
|
175
|
+
export declare function encodeFeeRateDIP3ImplRemoveAdminList(userAddr: string): any;
|
|
176
176
|
/**
|
|
177
177
|
* encode setCpPoolInfo
|
|
178
178
|
* @param {string} cpPool - address
|
|
@@ -182,36 +182,36 @@ export declare function encodeFeeRateDIP3ImplRemoveAdminList(userAddr: string):
|
|
|
182
182
|
* @param {string} quotaAddr - address
|
|
183
183
|
* @returns {string} encode data
|
|
184
184
|
*/
|
|
185
|
-
export declare function encodeFeeRateDIP3ImplSetCpPoolInfo(cpPool: string, quoteToken: string, globalQuota: string | number, feeAddr: string, quotaAddr: string):
|
|
185
|
+
export declare function encodeFeeRateDIP3ImplSetCpPoolInfo(cpPool: string, quoteToken: string, globalQuota: string | number, feeAddr: string, quotaAddr: string): any;
|
|
186
186
|
/**
|
|
187
187
|
* encode setCpPoolQuotaAddr
|
|
188
188
|
* @param {string} cpPool - address
|
|
189
189
|
* @param {string} quotaAddr - address
|
|
190
190
|
* @returns {string} encode data
|
|
191
191
|
*/
|
|
192
|
-
export declare function encodeFeeRateDIP3ImplSetCpPoolQuotaAddr(cpPool: string, quotaAddr: string):
|
|
192
|
+
export declare function encodeFeeRateDIP3ImplSetCpPoolQuotaAddr(cpPool: string, quotaAddr: string): any;
|
|
193
193
|
/**
|
|
194
194
|
* encode setLpMtRatio
|
|
195
195
|
* @param {string | number} newLpMtRatio - uint256
|
|
196
196
|
* @returns {string} encode data
|
|
197
197
|
*/
|
|
198
|
-
export declare function encodeFeeRateDIP3ImplSetLpMtRatio(newLpMtRatio: string | number):
|
|
198
|
+
export declare function encodeFeeRateDIP3ImplSetLpMtRatio(newLpMtRatio: string | number): any;
|
|
199
199
|
/**
|
|
200
200
|
* encode setPoolHeartBeat
|
|
201
201
|
* @param {string} newPoolHeartBeat - address
|
|
202
202
|
* @returns {string} encode data
|
|
203
203
|
*/
|
|
204
|
-
export declare function encodeFeeRateDIP3ImplSetPoolHeartBeat(newPoolHeartBeat: string):
|
|
204
|
+
export declare function encodeFeeRateDIP3ImplSetPoolHeartBeat(newPoolHeartBeat: string): any;
|
|
205
205
|
/**
|
|
206
206
|
* encode setSpecPoolList
|
|
207
207
|
* @param {string} poolAddr - address
|
|
208
208
|
* @param {string | number} mtFeeRate - uint256
|
|
209
209
|
* @returns {string} encode data
|
|
210
210
|
*/
|
|
211
|
-
export declare function encodeFeeRateDIP3ImplSetSpecPoolList(poolAddr: string, mtFeeRate: string | number):
|
|
211
|
+
export declare function encodeFeeRateDIP3ImplSetSpecPoolList(poolAddr: string, mtFeeRate: string | number): any;
|
|
212
212
|
/**
|
|
213
213
|
* encode transferOwnership
|
|
214
214
|
* @param {string} newOwner - address
|
|
215
215
|
* @returns {string} encode data
|
|
216
216
|
*/
|
|
217
|
-
export declare function encodeFeeRateDIP3ImplTransferOwnership(newOwner: string):
|
|
217
|
+
export declare function encodeFeeRateDIP3ImplTransferOwnership(newOwner: string): any;
|
|
@@ -52,22 +52,22 @@ export declare function getFetchFeeRateModelGetFeeRateQueryOptions(chainId: numb
|
|
|
52
52
|
|
|
53
53
|
* @returns {string} encode data
|
|
54
54
|
*/
|
|
55
|
-
export declare function encodeFeeRateModelClaimOwnership():
|
|
55
|
+
export declare function encodeFeeRateModelClaimOwnership(): any;
|
|
56
56
|
/**
|
|
57
57
|
* encode initOwner
|
|
58
58
|
* @param {string} newOwner - address
|
|
59
59
|
* @returns {string} encode data
|
|
60
60
|
*/
|
|
61
|
-
export declare function encodeFeeRateModelInitOwner(newOwner: string):
|
|
61
|
+
export declare function encodeFeeRateModelInitOwner(newOwner: string): any;
|
|
62
62
|
/**
|
|
63
63
|
* encode setFeeProxy
|
|
64
64
|
* @param {string} _feeRateImpl - address
|
|
65
65
|
* @returns {string} encode data
|
|
66
66
|
*/
|
|
67
|
-
export declare function encodeFeeRateModelSetFeeProxy(_feeRateImpl: string):
|
|
67
|
+
export declare function encodeFeeRateModelSetFeeProxy(_feeRateImpl: string): any;
|
|
68
68
|
/**
|
|
69
69
|
* encode transferOwnership
|
|
70
70
|
* @param {string} newOwner - address
|
|
71
71
|
* @returns {string} encode data
|
|
72
72
|
*/
|
|
73
|
-
export declare function encodeFeeRateModelTransferOwnership(newOwner: string):
|
|
73
|
+
export declare function encodeFeeRateModelTransferOwnership(newOwner: string): any;
|
|
@@ -590,56 +590,56 @@ export declare function getFetchGSPVersionQueryOptions(chainId: number | undefin
|
|
|
590
590
|
* @param {string | number} k - uint256
|
|
591
591
|
* @returns {string} encode data
|
|
592
592
|
*/
|
|
593
|
-
export declare function encodeGSPAdjustK(k: string | number):
|
|
593
|
+
export declare function encodeGSPAdjustK(k: string | number): any;
|
|
594
594
|
/**
|
|
595
595
|
* encode adjustLpFeeRate
|
|
596
596
|
* @param {string | number} lpFeeRate - uint256
|
|
597
597
|
* @returns {string} encode data
|
|
598
598
|
*/
|
|
599
|
-
export declare function encodeGSPAdjustLpFeeRate(lpFeeRate: string | number):
|
|
599
|
+
export declare function encodeGSPAdjustLpFeeRate(lpFeeRate: string | number): any;
|
|
600
600
|
/**
|
|
601
601
|
* encode adjustMtFeeRate
|
|
602
602
|
* @param {string | number} mtFeeRate - uint256
|
|
603
603
|
* @returns {string} encode data
|
|
604
604
|
*/
|
|
605
|
-
export declare function encodeGSPAdjustMtFeeRate(mtFeeRate: string | number):
|
|
605
|
+
export declare function encodeGSPAdjustMtFeeRate(mtFeeRate: string | number): any;
|
|
606
606
|
/**
|
|
607
607
|
* encode adjustPrice
|
|
608
608
|
* @param {string | number} i - uint256
|
|
609
609
|
* @returns {string} encode data
|
|
610
610
|
*/
|
|
611
|
-
export declare function encodeGSPAdjustPrice(i: string | number):
|
|
611
|
+
export declare function encodeGSPAdjustPrice(i: string | number): any;
|
|
612
612
|
/**
|
|
613
613
|
* encode adjustPriceLimit
|
|
614
614
|
* @param {string | number} priceLimit - uint256
|
|
615
615
|
* @returns {string} encode data
|
|
616
616
|
*/
|
|
617
|
-
export declare function encodeGSPAdjustPriceLimit(priceLimit: string | number):
|
|
617
|
+
export declare function encodeGSPAdjustPriceLimit(priceLimit: string | number): any;
|
|
618
618
|
/**
|
|
619
619
|
* encode approve
|
|
620
620
|
* @param {string} spender - address
|
|
621
621
|
* @param {string | number} amount - uint256
|
|
622
622
|
* @returns {string} encode data
|
|
623
623
|
*/
|
|
624
|
-
export declare function encodeGSPApprove(spender: string, amount: string | number):
|
|
624
|
+
export declare function encodeGSPApprove(spender: string, amount: string | number): any;
|
|
625
625
|
/**
|
|
626
626
|
* encode buildDomainSeparator
|
|
627
627
|
|
|
628
628
|
* @returns {string} encode data
|
|
629
629
|
*/
|
|
630
|
-
export declare function encodeGSPBuildDomainSeparator():
|
|
630
|
+
export declare function encodeGSPBuildDomainSeparator(): any;
|
|
631
631
|
/**
|
|
632
632
|
* encode buyShares
|
|
633
633
|
* @param {string} to - address
|
|
634
634
|
* @returns {string} encode data
|
|
635
635
|
*/
|
|
636
|
-
export declare function encodeGSPBuyShares(to: string):
|
|
636
|
+
export declare function encodeGSPBuyShares(to: string): any;
|
|
637
637
|
/**
|
|
638
638
|
* encode correctRState
|
|
639
639
|
|
|
640
640
|
* @returns {string} encode data
|
|
641
641
|
*/
|
|
642
|
-
export declare function encodeGSPCorrectRState():
|
|
642
|
+
export declare function encodeGSPCorrectRState(): any;
|
|
643
643
|
/**
|
|
644
644
|
* encode flashLoan
|
|
645
645
|
* @param {string | number} baseAmount - uint256
|
|
@@ -648,7 +648,7 @@ export declare function encodeGSPCorrectRState(): string;
|
|
|
648
648
|
* @param {string} data - bytes
|
|
649
649
|
* @returns {string} encode data
|
|
650
650
|
*/
|
|
651
|
-
export declare function encodeGSPFlashLoan(baseAmount: string | number, quoteAmount: string | number, assetTo: string, data: string):
|
|
651
|
+
export declare function encodeGSPFlashLoan(baseAmount: string | number, quoteAmount: string | number, assetTo: string, data: string): any;
|
|
652
652
|
/**
|
|
653
653
|
* encode init
|
|
654
654
|
* @param {string} maintainer - address
|
|
@@ -663,7 +663,7 @@ export declare function encodeGSPFlashLoan(baseAmount: string | number, quoteAmo
|
|
|
663
663
|
* @param {boolean} isOpenTWAP - bool
|
|
664
664
|
* @returns {string} encode data
|
|
665
665
|
*/
|
|
666
|
-
export declare function encodeGSPInit(maintainer: string, admin: string, baseTokenAddress: string, quoteTokenAddress: string, lpFeeRate: string | number, mtFeeRate: string | number, i: string | number, k: string | number, priceLimit: string | number, isOpenTWAP: boolean):
|
|
666
|
+
export declare function encodeGSPInit(maintainer: string, admin: string, baseTokenAddress: string, quoteTokenAddress: string, lpFeeRate: string | number, mtFeeRate: string | number, i: string | number, k: string | number, priceLimit: string | number, isOpenTWAP: boolean): any;
|
|
667
667
|
/**
|
|
668
668
|
* encode permit
|
|
669
669
|
* @param {string} owner - address
|
|
@@ -675,19 +675,19 @@ export declare function encodeGSPInit(maintainer: string, admin: string, baseTok
|
|
|
675
675
|
* @param {string} s - bytes32
|
|
676
676
|
* @returns {string} encode data
|
|
677
677
|
*/
|
|
678
|
-
export declare function encodeGSPPermit(owner: string, spender: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string):
|
|
678
|
+
export declare function encodeGSPPermit(owner: string, spender: string, value: string | number, deadline: string | number, v: string | number, r: string, s: string): any;
|
|
679
679
|
/**
|
|
680
680
|
* encode sellBase
|
|
681
681
|
* @param {string} to - address
|
|
682
682
|
* @returns {string} encode data
|
|
683
683
|
*/
|
|
684
|
-
export declare function encodeGSPSellBase(to: string):
|
|
684
|
+
export declare function encodeGSPSellBase(to: string): any;
|
|
685
685
|
/**
|
|
686
686
|
* encode sellQuote
|
|
687
687
|
* @param {string} to - address
|
|
688
688
|
* @returns {string} encode data
|
|
689
689
|
*/
|
|
690
|
-
export declare function encodeGSPSellQuote(to: string):
|
|
690
|
+
export declare function encodeGSPSellQuote(to: string): any;
|
|
691
691
|
/**
|
|
692
692
|
* encode sellShares
|
|
693
693
|
* @param {string | number} shareAmount - uint256
|
|
@@ -698,20 +698,20 @@ export declare function encodeGSPSellQuote(to: string): string;
|
|
|
698
698
|
* @param {string | number} deadline - uint256
|
|
699
699
|
* @returns {string} encode data
|
|
700
700
|
*/
|
|
701
|
-
export declare function encodeGSPSellShares(shareAmount: string | number, to: string, baseMinAmount: string | number, quoteMinAmount: string | number, data: string, deadline: string | number):
|
|
701
|
+
export declare function encodeGSPSellShares(shareAmount: string | number, to: string, baseMinAmount: string | number, quoteMinAmount: string | number, data: string, deadline: string | number): any;
|
|
702
702
|
/**
|
|
703
703
|
* encode sync
|
|
704
704
|
|
|
705
705
|
* @returns {string} encode data
|
|
706
706
|
*/
|
|
707
|
-
export declare function encodeGSPSync():
|
|
707
|
+
export declare function encodeGSPSync(): any;
|
|
708
708
|
/**
|
|
709
709
|
* encode transfer
|
|
710
710
|
* @param {string} to - address
|
|
711
711
|
* @param {string | number} amount - uint256
|
|
712
712
|
* @returns {string} encode data
|
|
713
713
|
*/
|
|
714
|
-
export declare function encodeGSPTransfer(to: string, amount: string | number):
|
|
714
|
+
export declare function encodeGSPTransfer(to: string, amount: string | number): any;
|
|
715
715
|
/**
|
|
716
716
|
* encode transferFrom
|
|
717
717
|
* @param {string} from - address
|
|
@@ -719,10 +719,10 @@ export declare function encodeGSPTransfer(to: string, amount: string | number):
|
|
|
719
719
|
* @param {string | number} amount - uint256
|
|
720
720
|
* @returns {string} encode data
|
|
721
721
|
*/
|
|
722
|
-
export declare function encodeGSPTransferFrom(from: string, to: string, amount: string | number):
|
|
722
|
+
export declare function encodeGSPTransferFrom(from: string, to: string, amount: string | number): any;
|
|
723
723
|
/**
|
|
724
724
|
* encode withdrawMtFeeTotal
|
|
725
725
|
|
|
726
726
|
* @returns {string} encode data
|
|
727
727
|
*/
|
|
728
|
-
export declare function encodeGSPWithdrawMtFeeTotal():
|
|
728
|
+
export declare function encodeGSPWithdrawMtFeeTotal(): any;
|
|
@@ -134,13 +134,13 @@ export declare function getFetchGSPFactoryGetDODOPoolByUserQueryOptions(chainId:
|
|
|
134
134
|
* @param {string} pool - address
|
|
135
135
|
* @returns {string} encode data
|
|
136
136
|
*/
|
|
137
|
-
export declare function encodeGSPFactoryAddPoolByAdmin(creator: string, baseToken: string, quoteToken: string, pool: string):
|
|
137
|
+
export declare function encodeGSPFactoryAddPoolByAdmin(creator: string, baseToken: string, quoteToken: string, pool: string): any;
|
|
138
138
|
/**
|
|
139
139
|
* encode claimOwnership
|
|
140
140
|
|
|
141
141
|
* @returns {string} encode data
|
|
142
142
|
*/
|
|
143
|
-
export declare function encodeGSPFactoryClaimOwnership():
|
|
143
|
+
export declare function encodeGSPFactoryClaimOwnership(): any;
|
|
144
144
|
/**
|
|
145
145
|
* encode createDODOGasSavingPool
|
|
146
146
|
* @param {string} admin - address
|
|
@@ -154,13 +154,13 @@ export declare function encodeGSPFactoryClaimOwnership(): string;
|
|
|
154
154
|
* @param {boolean} isOpenTWAP - bool
|
|
155
155
|
* @returns {string} encode data
|
|
156
156
|
*/
|
|
157
|
-
export declare function encodeGSPFactoryCreateDODOGasSavingPool(admin: string, baseToken: string, quoteToken: string, lpFeeRate: string | number, mtFeeRate: string | number, i: string | number, k: string | number, priceLimit: string | number, isOpenTWAP: boolean):
|
|
157
|
+
export declare function encodeGSPFactoryCreateDODOGasSavingPool(admin: string, baseToken: string, quoteToken: string, lpFeeRate: string | number, mtFeeRate: string | number, i: string | number, k: string | number, priceLimit: string | number, isOpenTWAP: boolean): any;
|
|
158
158
|
/**
|
|
159
159
|
* encode initOwner
|
|
160
160
|
* @param {string} newOwner - address
|
|
161
161
|
* @returns {string} encode data
|
|
162
162
|
*/
|
|
163
|
-
export declare function encodeGSPFactoryInitOwner(newOwner: string):
|
|
163
|
+
export declare function encodeGSPFactoryInitOwner(newOwner: string): any;
|
|
164
164
|
/**
|
|
165
165
|
* encode removePoolByAdmin
|
|
166
166
|
* @param {string} creator - address
|
|
@@ -169,22 +169,22 @@ export declare function encodeGSPFactoryInitOwner(newOwner: string): string;
|
|
|
169
169
|
* @param {string} pool - address
|
|
170
170
|
* @returns {string} encode data
|
|
171
171
|
*/
|
|
172
|
-
export declare function encodeGSPFactoryRemovePoolByAdmin(creator: string, baseToken: string, quoteToken: string, pool: string):
|
|
172
|
+
export declare function encodeGSPFactoryRemovePoolByAdmin(creator: string, baseToken: string, quoteToken: string, pool: string): any;
|
|
173
173
|
/**
|
|
174
174
|
* encode transferOwnership
|
|
175
175
|
* @param {string} newOwner - address
|
|
176
176
|
* @returns {string} encode data
|
|
177
177
|
*/
|
|
178
|
-
export declare function encodeGSPFactoryTransferOwnership(newOwner: string):
|
|
178
|
+
export declare function encodeGSPFactoryTransferOwnership(newOwner: string): any;
|
|
179
179
|
/**
|
|
180
180
|
* encode updateDefaultMaintainer
|
|
181
181
|
* @param {string} _newMaintainer - address
|
|
182
182
|
* @returns {string} encode data
|
|
183
183
|
*/
|
|
184
|
-
export declare function encodeGSPFactoryUpdateDefaultMaintainer(_newMaintainer: string):
|
|
184
|
+
export declare function encodeGSPFactoryUpdateDefaultMaintainer(_newMaintainer: string): any;
|
|
185
185
|
/**
|
|
186
186
|
* encode updateGSPTemplate
|
|
187
187
|
* @param {string} _newGSPTemplate - address
|
|
188
188
|
* @returns {string} encode data
|
|
189
189
|
*/
|
|
190
|
-
export declare function encodeGSPFactoryUpdateGSPTemplate(_newGSPTemplate: string):
|
|
190
|
+
export declare function encodeGSPFactoryUpdateGSPTemplate(_newGSPTemplate: string): any;
|
|
@@ -91,7 +91,7 @@ export declare function getFetchInitializableERC20TotalSupplyQueryOptions(chainI
|
|
|
91
91
|
* @param {string | number} amount - uint256
|
|
92
92
|
* @returns {string} encode data
|
|
93
93
|
*/
|
|
94
|
-
export declare function encodeInitializableERC20Approve(spender: string, amount: string | number):
|
|
94
|
+
export declare function encodeInitializableERC20Approve(spender: string, amount: string | number): any;
|
|
95
95
|
/**
|
|
96
96
|
* encode init
|
|
97
97
|
* @param {string} _creator - address
|
|
@@ -101,14 +101,14 @@ export declare function encodeInitializableERC20Approve(spender: string, amount:
|
|
|
101
101
|
* @param {string | number} _decimals - uint8
|
|
102
102
|
* @returns {string} encode data
|
|
103
103
|
*/
|
|
104
|
-
export declare function encodeInitializableERC20Init(_creator: string, _totalSupply: string | number, _name: string, _symbol: string, _decimals: string | number):
|
|
104
|
+
export declare function encodeInitializableERC20Init(_creator: string, _totalSupply: string | number, _name: string, _symbol: string, _decimals: string | number): any;
|
|
105
105
|
/**
|
|
106
106
|
* encode transfer
|
|
107
107
|
* @param {string} to - address
|
|
108
108
|
* @param {string | number} amount - uint256
|
|
109
109
|
* @returns {string} encode data
|
|
110
110
|
*/
|
|
111
|
-
export declare function encodeInitializableERC20Transfer(to: string, amount: string | number):
|
|
111
|
+
export declare function encodeInitializableERC20Transfer(to: string, amount: string | number): any;
|
|
112
112
|
/**
|
|
113
113
|
* encode transferFrom
|
|
114
114
|
* @param {string} from - address
|
|
@@ -116,4 +116,4 @@ export declare function encodeInitializableERC20Transfer(to: string, amount: str
|
|
|
116
116
|
* @param {string | number} amount - uint256
|
|
117
117
|
* @returns {string} encode data
|
|
118
118
|
*/
|
|
119
|
-
export declare function encodeInitializableERC20TransferFrom(from: string, to: string, amount: string | number):
|
|
119
|
+
export declare function encodeInitializableERC20TransferFrom(from: string, to: string, amount: string | number): any;
|
|
@@ -119,25 +119,25 @@ export declare function getFetchLimitOrderIsWhiteListedQueryOptions(chainId: num
|
|
|
119
119
|
* @param {string} userAddr - address
|
|
120
120
|
* @returns {string} encode data
|
|
121
121
|
*/
|
|
122
|
-
export declare function encodeLimitOrderAddAdminList(userAddr: string):
|
|
122
|
+
export declare function encodeLimitOrderAddAdminList(userAddr: string): any;
|
|
123
123
|
/**
|
|
124
124
|
* encode addWhiteList
|
|
125
125
|
* @param {string} contractAddr - address
|
|
126
126
|
* @returns {string} encode data
|
|
127
127
|
*/
|
|
128
|
-
export declare function encodeLimitOrderAddWhiteList(contractAddr: string):
|
|
128
|
+
export declare function encodeLimitOrderAddWhiteList(contractAddr: string): any;
|
|
129
129
|
/**
|
|
130
130
|
* encode changeFeeReceiver
|
|
131
131
|
* @param {string} newFeeReceiver - address
|
|
132
132
|
* @returns {string} encode data
|
|
133
133
|
*/
|
|
134
|
-
export declare function encodeLimitOrderChangeFeeReceiver(newFeeReceiver: string):
|
|
134
|
+
export declare function encodeLimitOrderChangeFeeReceiver(newFeeReceiver: string): any;
|
|
135
135
|
/**
|
|
136
136
|
* encode claimOwnership
|
|
137
137
|
|
|
138
138
|
* @returns {string} encode data
|
|
139
139
|
*/
|
|
140
|
-
export declare function encodeLimitOrderClaimOwnership():
|
|
140
|
+
export declare function encodeLimitOrderClaimOwnership(): any;
|
|
141
141
|
/**
|
|
142
142
|
* encode fillLimitOrder
|
|
143
143
|
* @param {{makerToken: string; takerToken: string; makerAmount: string | number; takerAmount: string | number; maker: string; taker: string; expiration: string | number; salt: string | number}} order - tuple
|
|
@@ -156,7 +156,7 @@ export declare function encodeLimitOrderFillLimitOrder(order: {
|
|
|
156
156
|
taker: string;
|
|
157
157
|
expiration: string | number;
|
|
158
158
|
salt: string | number;
|
|
159
|
-
}, signature: string, takerFillAmount: string | number, thresholdTakerAmount: string | number, takerInteraction: string):
|
|
159
|
+
}, signature: string, takerFillAmount: string | number, thresholdTakerAmount: string | number, takerInteraction: string): any;
|
|
160
160
|
/**
|
|
161
161
|
* encode init
|
|
162
162
|
* @param {string} owner - address
|
|
@@ -164,13 +164,13 @@ export declare function encodeLimitOrderFillLimitOrder(order: {
|
|
|
164
164
|
* @param {string} feeReciver - address
|
|
165
165
|
* @returns {string} encode data
|
|
166
166
|
*/
|
|
167
|
-
export declare function encodeLimitOrderInit(owner: string, dodoApproveProxy: string, feeReciver: string):
|
|
167
|
+
export declare function encodeLimitOrderInit(owner: string, dodoApproveProxy: string, feeReciver: string): any;
|
|
168
168
|
/**
|
|
169
169
|
* encode initOwner
|
|
170
170
|
* @param {string} newOwner - address
|
|
171
171
|
* @returns {string} encode data
|
|
172
172
|
*/
|
|
173
|
-
export declare function encodeLimitOrderInitOwner(newOwner: string):
|
|
173
|
+
export declare function encodeLimitOrderInitOwner(newOwner: string): any;
|
|
174
174
|
/**
|
|
175
175
|
* encode matchingRFQByPlatform
|
|
176
176
|
* @param {{makerToken: string; takerToken: string; makerAmount: string | number; takerAmount: string | number; makerTokenFeeAmount: string | number; takerFillAmount: string | number; maker: string; taker: string; expiration: string | number; slot: string | number}} order - tuple
|
|
@@ -193,22 +193,22 @@ export declare function encodeLimitOrderMatchingRFQByPlatform(order: {
|
|
|
193
193
|
taker: string;
|
|
194
194
|
expiration: string | number;
|
|
195
195
|
slot: string | number;
|
|
196
|
-
}, makerSignature: string, takerSignature: string, takerFillAmount: string | number, thresholdMakerAmount: string | number, makerTokenFeeAmount: string | number, taker: string):
|
|
196
|
+
}, makerSignature: string, takerSignature: string, takerFillAmount: string | number, thresholdMakerAmount: string | number, makerTokenFeeAmount: string | number, taker: string): any;
|
|
197
197
|
/**
|
|
198
198
|
* encode removeAdminList
|
|
199
199
|
* @param {string} userAddr - address
|
|
200
200
|
* @returns {string} encode data
|
|
201
201
|
*/
|
|
202
|
-
export declare function encodeLimitOrderRemoveAdminList(userAddr: string):
|
|
202
|
+
export declare function encodeLimitOrderRemoveAdminList(userAddr: string): any;
|
|
203
203
|
/**
|
|
204
204
|
* encode removeWhiteList
|
|
205
205
|
* @param {string} contractAddr - address
|
|
206
206
|
* @returns {string} encode data
|
|
207
207
|
*/
|
|
208
|
-
export declare function encodeLimitOrderRemoveWhiteList(contractAddr: string):
|
|
208
|
+
export declare function encodeLimitOrderRemoveWhiteList(contractAddr: string): any;
|
|
209
209
|
/**
|
|
210
210
|
* encode transferOwnership
|
|
211
211
|
* @param {string} newOwner - address
|
|
212
212
|
* @returns {string} encode data
|
|
213
213
|
*/
|
|
214
|
-
export declare function encodeLimitOrderTransferOwnership(newOwner: string):
|
|
214
|
+
export declare function encodeLimitOrderTransferOwnership(newOwner: string): any;
|
|
@@ -71,19 +71,19 @@ export declare function getFetchLimitOrderBotIsAdminListedQueryOptions(chainId:
|
|
|
71
71
|
* @param {string} userAddr - address
|
|
72
72
|
* @returns {string} encode data
|
|
73
73
|
*/
|
|
74
|
-
export declare function encodeLimitOrderBotAddAdminList(userAddr: string):
|
|
74
|
+
export declare function encodeLimitOrderBotAddAdminList(userAddr: string): any;
|
|
75
75
|
/**
|
|
76
76
|
* encode changeTokenReceiver
|
|
77
77
|
* @param {string} newTokenReceiver - address
|
|
78
78
|
* @returns {string} encode data
|
|
79
79
|
*/
|
|
80
|
-
export declare function encodeLimitOrderBotChangeTokenReceiver(newTokenReceiver: string):
|
|
80
|
+
export declare function encodeLimitOrderBotChangeTokenReceiver(newTokenReceiver: string): any;
|
|
81
81
|
/**
|
|
82
82
|
* encode claimOwnership
|
|
83
83
|
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeLimitOrderBotClaimOwnership():
|
|
86
|
+
export declare function encodeLimitOrderBotClaimOwnership(): any;
|
|
87
87
|
/**
|
|
88
88
|
* encode doLimitOrderSwap
|
|
89
89
|
* @param {string | number} curTakerFillAmount - uint256
|
|
@@ -94,7 +94,7 @@ export declare function encodeLimitOrderBotClaimOwnership(): string;
|
|
|
94
94
|
* @param {string} dodoApiData - bytes
|
|
95
95
|
* @returns {string} encode data
|
|
96
96
|
*/
|
|
97
|
-
export declare function encodeLimitOrderBotDoLimitOrderSwap(curTakerFillAmount: string | number, curMakerFillAmount: string | number, makerToken: string, takerToken: string, dodoRouteProxy: string, dodoApiData: string):
|
|
97
|
+
export declare function encodeLimitOrderBotDoLimitOrderSwap(curTakerFillAmount: string | number, curMakerFillAmount: string | number, makerToken: string, takerToken: string, dodoRouteProxy: string, dodoApiData: string): any;
|
|
98
98
|
/**
|
|
99
99
|
* encode fillDODOLimitOrder
|
|
100
100
|
* @param {string} callExternalData - bytes
|
|
@@ -102,7 +102,7 @@ export declare function encodeLimitOrderBotDoLimitOrderSwap(curTakerFillAmount:
|
|
|
102
102
|
* @param {string | number} minTakerTokenAmount - uint256
|
|
103
103
|
* @returns {string} encode data
|
|
104
104
|
*/
|
|
105
|
-
export declare function encodeLimitOrderBotFillDODOLimitOrder(callExternalData: string, takerToken: string, minTakerTokenAmount: string | number):
|
|
105
|
+
export declare function encodeLimitOrderBotFillDODOLimitOrder(callExternalData: string, takerToken: string, minTakerTokenAmount: string | number): any;
|
|
106
106
|
/**
|
|
107
107
|
* encode init
|
|
108
108
|
* @param {string} owner - address
|
|
@@ -111,22 +111,22 @@ export declare function encodeLimitOrderBotFillDODOLimitOrder(callExternalData:
|
|
|
111
111
|
* @param {string} dodoApprove - address
|
|
112
112
|
* @returns {string} encode data
|
|
113
113
|
*/
|
|
114
|
-
export declare function encodeLimitOrderBotInit(owner: string, dodoLimitOrder: string, tokenReceiver: string, dodoApprove: string):
|
|
114
|
+
export declare function encodeLimitOrderBotInit(owner: string, dodoLimitOrder: string, tokenReceiver: string, dodoApprove: string): any;
|
|
115
115
|
/**
|
|
116
116
|
* encode initOwner
|
|
117
117
|
* @param {string} newOwner - address
|
|
118
118
|
* @returns {string} encode data
|
|
119
119
|
*/
|
|
120
|
-
export declare function encodeLimitOrderBotInitOwner(newOwner: string):
|
|
120
|
+
export declare function encodeLimitOrderBotInitOwner(newOwner: string): any;
|
|
121
121
|
/**
|
|
122
122
|
* encode removeAdminList
|
|
123
123
|
* @param {string} userAddr - address
|
|
124
124
|
* @returns {string} encode data
|
|
125
125
|
*/
|
|
126
|
-
export declare function encodeLimitOrderBotRemoveAdminList(userAddr: string):
|
|
126
|
+
export declare function encodeLimitOrderBotRemoveAdminList(userAddr: string): any;
|
|
127
127
|
/**
|
|
128
128
|
* encode transferOwnership
|
|
129
129
|
* @param {string} newOwner - address
|
|
130
130
|
* @returns {string} encode data
|
|
131
131
|
*/
|
|
132
|
-
export declare function encodeLimitOrderBotTransferOwnership(newOwner: string):
|
|
132
|
+
export declare function encodeLimitOrderBotTransferOwnership(newOwner: string): any;
|
|
@@ -152,53 +152,53 @@ export declare function getFetchLockedTokenVaultGetRemainingBalanceQueryOptions(
|
|
|
152
152
|
|
|
153
153
|
* @returns {string} encode data
|
|
154
154
|
*/
|
|
155
|
-
export declare function encodeLockedTokenVaultClaim():
|
|
155
|
+
export declare function encodeLockedTokenVaultClaim(): any;
|
|
156
156
|
/**
|
|
157
157
|
* encode claimOwnership
|
|
158
158
|
|
|
159
159
|
* @returns {string} encode data
|
|
160
160
|
*/
|
|
161
|
-
export declare function encodeLockedTokenVaultClaimOwnership():
|
|
161
|
+
export declare function encodeLockedTokenVaultClaimOwnership(): any;
|
|
162
162
|
/**
|
|
163
163
|
* encode deposit
|
|
164
164
|
* @param {string | number} amount - uint256
|
|
165
165
|
* @returns {string} encode data
|
|
166
166
|
*/
|
|
167
|
-
export declare function encodeLockedTokenVaultDeposit(amount: string | number):
|
|
167
|
+
export declare function encodeLockedTokenVaultDeposit(amount: string | number): any;
|
|
168
168
|
/**
|
|
169
169
|
* encode finishDistribute
|
|
170
170
|
|
|
171
171
|
* @returns {string} encode data
|
|
172
172
|
*/
|
|
173
|
-
export declare function encodeLockedTokenVaultFinishDistribute():
|
|
173
|
+
export declare function encodeLockedTokenVaultFinishDistribute(): any;
|
|
174
174
|
/**
|
|
175
175
|
* encode grant
|
|
176
176
|
* @param {Array<string>} holderList - address[]
|
|
177
177
|
* @param {Array<string | number>} amountList - uint256[]
|
|
178
178
|
* @returns {string} encode data
|
|
179
179
|
*/
|
|
180
|
-
export declare function encodeLockedTokenVaultGrant(holderList: Array<string>, amountList: Array<string | number>):
|
|
180
|
+
export declare function encodeLockedTokenVaultGrant(holderList: Array<string>, amountList: Array<string | number>): any;
|
|
181
181
|
/**
|
|
182
182
|
* encode recall
|
|
183
183
|
* @param {string} holder - address
|
|
184
184
|
* @returns {string} encode data
|
|
185
185
|
*/
|
|
186
|
-
export declare function encodeLockedTokenVaultRecall(holder: string):
|
|
186
|
+
export declare function encodeLockedTokenVaultRecall(holder: string): any;
|
|
187
187
|
/**
|
|
188
188
|
* encode transferLockedToken
|
|
189
189
|
* @param {string} to - address
|
|
190
190
|
* @returns {string} encode data
|
|
191
191
|
*/
|
|
192
|
-
export declare function encodeLockedTokenVaultTransferLockedToken(to: string):
|
|
192
|
+
export declare function encodeLockedTokenVaultTransferLockedToken(to: string): any;
|
|
193
193
|
/**
|
|
194
194
|
* encode transferOwnership
|
|
195
195
|
* @param {string} newOwner - address
|
|
196
196
|
* @returns {string} encode data
|
|
197
197
|
*/
|
|
198
|
-
export declare function encodeLockedTokenVaultTransferOwnership(newOwner: string):
|
|
198
|
+
export declare function encodeLockedTokenVaultTransferOwnership(newOwner: string): any;
|
|
199
199
|
/**
|
|
200
200
|
* encode withdraw
|
|
201
201
|
* @param {string | number} amount - uint256
|
|
202
202
|
* @returns {string} encode data
|
|
203
203
|
*/
|
|
204
|
-
export declare function encodeLockedTokenVaultWithdraw(amount: string | number):
|
|
204
|
+
export declare function encodeLockedTokenVaultWithdraw(amount: string | number): any;
|
|
@@ -43,4 +43,4 @@ export declare function getFetchMerkleDistributorTokenQueryOptions(chainId: numb
|
|
|
43
43
|
* @param {Array<string>} merkleProof - bytes32[]
|
|
44
44
|
* @returns {string} encode data
|
|
45
45
|
*/
|
|
46
|
-
export declare function encodeMerkleDistributorClaim(index: string | number, account: string, amount: string | number, merkleProof: Array<string>):
|
|
46
|
+
export declare function encodeMerkleDistributorClaim(index: string | number, account: string, amount: string | number, merkleProof: Array<string>): any;
|
|
@@ -83,4 +83,4 @@ export declare function getFetchMulticallGetLastBlockHashQueryOptions(chainId: n
|
|
|
83
83
|
* @param {[string, string]} calls - tuple[]
|
|
84
84
|
* @returns {string} encode data
|
|
85
85
|
*/
|
|
86
|
-
export declare function encodeMulticallAggregate(calls: [string, string]):
|
|
86
|
+
export declare function encodeMulticallAggregate(calls: [string, string]): any;
|