add crowdpooling factory and proxy

This commit is contained in:
owen05
2020-12-14 01:22:30 +08:00
parent aa70e54f56
commit f5ceb29843
7 changed files with 248 additions and 6 deletions

View File

@@ -21,11 +21,11 @@ contract DVMTrader is DVMVault {
// ============ Events ============
event DODOSwap(
address indexed fromToken,
address indexed toToken,
address fromToken,
address toToken,
uint256 fromAmount,
uint256 toAmount,
address indexed trader
address trader
);
// ============ Modifiers ============