add back indexed

This commit is contained in:
mingda
2020-12-12 15:51:09 +08:00
parent 8399bf9c76
commit 053c5257de
3 changed files with 13 additions and 8 deletions

View File

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