@0x:contracts-staking
Added WETH support to MixinExchangeFees
This commit is contained in:
@@ -54,7 +54,7 @@ contract IERC20Token {
|
||||
)
|
||||
external
|
||||
returns (bool);
|
||||
|
||||
|
||||
/// @dev `msg.sender` approves `_spender` to spend `_value` tokens
|
||||
/// @param _spender The address of the account able to transfer the tokens
|
||||
/// @param _value The amount of wei to be approved for transfer
|
||||
@@ -69,7 +69,7 @@ contract IERC20Token {
|
||||
external
|
||||
view
|
||||
returns (uint256);
|
||||
|
||||
|
||||
/// @param _owner The address from which the balance will be retrieved
|
||||
/// @return Balance of owner
|
||||
function balanceOf(address _owner)
|
||||
|
Reference in New Issue
Block a user