nft-contracts icon indicating copy to clipboard operation
nft-contracts copied to clipboard

Floating Pragmas

Open ShaheenRehman opened this issue 3 years ago • 2 comments
trafficstars

Not a problem, but a lousy solidity's code practice, Every contract has a floating pragma which is not recommended. It should be fixed.

Fix the Pragmas

Additional context: Check this: https://t.co/PsMruMmE6t

Thanks, AB Dee

ShaheenRehman avatar Sep 11 '22 13:09 ShaheenRehman

Pragma Fixed #72

ShaheenRehman avatar Sep 11 '22 13:09 ShaheenRehman

Thanks for your contribution!

For ERC721CommunityBase, I don't want to force users to fix their compiler version. Some of these contracts might be used in other projects that have their own compiler version

caffeinum avatar Sep 22 '22 15:09 caffeinum