|
@@ -1,8 +1,12 @@
|
|
pragma solidity ^0.4.4;
|
|
pragma solidity ^0.4.4;
|
|
|
|
|
|
|
|
+
|
|
import "./StandardToken.sol";
|
|
import "./StandardToken.sol";
|
|
|
|
|
|
|
|
+
|
|
/*
|
|
/*
|
|
|
|
+ * SimpleToken
|
|
|
|
+ *
|
|
* Very simple ERC20 Token example, where all tokens are pre-assigned
|
|
* Very simple ERC20 Token example, where all tokens are pre-assigned
|
|
* to the creator. Note they can later distribute these tokens
|
|
* to the creator. Note they can later distribute these tokens
|
|
* as they wish using `transfer` and other `StandardToken` functions.
|
|
* as they wish using `transfer` and other `StandardToken` functions.
|