You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
437 B
14 lines
437 B
8 years ago
|
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.
|