所在commit地址
@@ -117,7 +117,7 @@ contract Owned {
                 IERC20Partial(token).transfer(owner, tokens);
             }
         }
-        emit Withdrawn(address(token), tokens, tokenId);
+        emit Withdrawn(token, tokens, tokenId);
     }
 }
 

message:

李蓝天:改动分类:原因:

刘志浩:改动分类:原因: