added @notice comment

This commit is contained in:
bhavik 2021-12-06 23:21:03 +05:30 committed by Ishan Jain
parent d7cb32816f
commit 3d9deca4da
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import {Events} from "./events.sol";
abstract contract ZeroEx is Helpers {
/**
* @notice Swap tokens on 0x
* @dev Sell ETH/ERC20_Token using 0x.
* @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
* @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)

View File

@ -14,6 +14,7 @@ import {Events} from "./events.sol";
abstract contract ZeroEx is Helpers {
/**
* @notice Swap tokens on 0x
* @dev Sell ETH/ERC20_Token using 0x.
* @param buyAddr The address of the token to buy.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
* @param sellAddr The address of the token to sell.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)