token contract doc improvements

This commit is contained in:
Manuel Araoz
2016-11-23 16:51:40 -08:00
parent 635c4c10ba
commit b99fc005a3
5 changed files with 20 additions and 3 deletions

View File

@ -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.