writing docs

This commit is contained in:
Demian Elias Brener
2016-12-18 19:52:20 -03:00
parent 8ba40d066f
commit ec07dce76f
19 changed files with 345 additions and 314 deletions

View File

@ -0,0 +1,12 @@
BasicToken
=============================================
Simpler version of StandardToken, with no allowances
balanceOf(address _owner) constant returns (uint balance)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Returns the token balance of the passed address.
function transfer(address _to, uint _value) returns (bool success)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Transfers tokens from sender's account. Amount must not be greater than sender's balance.