diff --git a/DECA_ERC20_0.5.3.sol b/DECA_ERC20_0.5.3.sol index ff349cc..1d10d1e 100644 --- a/DECA_ERC20_0.5.3.sol +++ b/DECA_ERC20_0.5.3.sol @@ -106,9 +106,9 @@ contract Owned { // token transfers // ---------------------------------------------------------------------------- contract DECAToken is ERC20Interface, Owned, SafeMath { - string public symbol = "DECA"; - string public name = "DEcentralized CArbon tokens"; - uint8 public decimals = 18; + string constant public symbol = "DECA"; + string constant public name = "DEcentralized CArbon tokens"; + uint8 constant public decimals = 18; uint public totalSupply; //for testing change weeks for hours... uint public preICOEnds = now + 1 hours;