added @notice comment

This commit is contained in:
bhavik 2021-12-06 23:21:03 +05:30
parent 5afed9f288
commit 714a4d91b1
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)