token contract doc improvements
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
pragma solidity ^0.4.4;
|
||||
|
||||
|
||||
import "./StandardToken.sol";
|
||||
|
||||
|
||||
/*
|
||||
* SimpleToken
|
||||
*
|
||||
* Very simple ERC20 Token example, where all tokens are pre-assigned
|
||||
* to the creator. Note they can later distribute these tokens
|
||||
* as they wish using `transfer` and other `StandardToken` functions.
|
||||
|
||||
Reference in New Issue
Block a user