init nftPool

This commit is contained in:
owen05
2021-09-06 19:15:17 +08:00
parent a1f377b6a7
commit 3ef45bc799
7 changed files with 555 additions and 0 deletions

View File

@@ -132,4 +132,16 @@ interface IDODOV2Proxy01 {
uint256 deadLine
) external payable returns (uint256 returnAmount);
// function mixSwap(
// address fromToken,
// address toToken,
// uint256 fromTokenAmount,
// uint256 minReturnAmount,
// address[] memory mixAdapters,
// address[] memory mixPairs,
// address[] memory assetTo,
// uint256 directions,
// bool isIncentive,
// uint256 deadLine
// ) external payable returns (uint256 returnAmount);
}