cryptocrystalio / cryptocrystal-bounty

10 stars 1 forks source link

Add "constant" modifier to the variables that won't change #7

Open pauliax opened 6 years ago

pauliax commented 6 years ago

Not a security issue. However, as per the best practices, consider adding "constant" modifier to the variables like:

string public name = 'Pickaxe';
string public symbol = 'PKX';
uint8 public decimals = 0;
uint256 public initialSupply = 20000000;
yudetamago commented 6 years ago

Yes, exactly! thanks @pauliax!

minicoohei commented 6 years ago

Thanks for your participation,@pauliax Our team has reviewed your submission, and we are pleased to reward you for your report.

Impact:Note Points: 25

Please see the final leaderboard here.