add new features on cp

This commit is contained in:
owen05
2021-11-09 21:05:54 +08:00
parent 549d8f1e5e
commit d295533e88
10 changed files with 75 additions and 43 deletions

View File

@@ -87,11 +87,10 @@ interface IDODOV2 {
function initCrowdPooling(
address cpAddress,
address creator,
address baseToken,
address quoteToken,
address[] memory tokens,
uint256[] memory timeLine,
uint256[] memory valueList,
bool isOpenTWAP
bool[] memory switches
) external;
function bid(address to) external;