SecondPriceAuction.sol - Token
contract Token
Source: DutchAuction/SecondPriceAuction.sol
Index
Reference
Functions
approveAndCall
abstract function
approveAndCall
(address _spender, uint _amount, bytes _data) public returns (bool)
Parameters:
_spender
- address_amount
- uint_data
- bytesReturns:booltransfer
abstract function
transfer
(address _to, uint256 _value) public returns (bool)
Parameters:
_to
- address_value
- uint256Returns:bool
Last updated
Was this helpful?