We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bca9b0 commit 575d245Copy full SHA for 575d245
contracts/AmisErc223.sol contracts/Amis.sol
@@ -67,11 +67,11 @@ library SafeMath {
67
68
// change contract name to your contract's name
69
// i.e. "contract AMIS is ERC223Token"
70
-contract YourNewToken is ERC223Token {
+contract Amis is ERC223Token {
71
using SafeMath for uint256;
72
// for example, "AMIS"
73
string public name = "AMIS";
74
- // for example, "BTC"
+ // for example, "AMIS"
75
string public symbol = "AMIS";
76
// set token's precision
77
// pick any number from 0 to 18
0 commit comments