|
|
@ -65,7 +65,7 @@ contract SimpleVulnerableToken{ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @dev Gets the balance of the specified address. |
|
|
|
* @dev Gets the balance of the specified address. |
|
|
|
* @param _owner The address to query the the balance of. |
|
|
|
* @param _owner The address to query the balance of. |
|
|
|
* @return An uint256 representing the amount owned by the passed address. |
|
|
|
* @return An uint256 representing the amount owned by the passed address. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function balanceOf(address _owner) public view returns (uint256) { |
|
|
|
function balanceOf(address _owner) public view returns (uint256) { |
|
|
|