remove CrowdsaleToken

it is superseded by the new crowdsale contracts
This commit is contained in:
Francisco Giordano
2017-06-30 14:59:27 -03:00
parent fadb2cf47e
commit 59e9609926
2 changed files with 0 additions and 74 deletions

View File

@ -1,14 +0,0 @@
CrowdsaleToken
=============================================
Simple ERC20 Token example, with crowdsale token creation.
Inherits from contract StandardToken.
createTokens(address recipient) payable
"""""""""""""""""""""""""""""""""""""""""
Creates tokens based on message value and credits to the recipient.
getPrice() constant returns (uint result)
"""""""""""""""""""""""""""""""""""""""""
Returns the amount of tokens per 1 ether.