Skip to content

Conversation

kumaryash90
Copy link
Member

No description provided.

@kumaryash90 kumaryash90 requested a review from nkrishang July 8, 2022 20:46
bytes32 private constant MODULE_TYPE = bytes32("SignatureDrop");
uint256 private constant VERSION = 1;
bytes32 public contractType = bytes32("SignatureDrop");
uint256 public contractVersion = 2;

Check warning

Code scanning / Slither

State variables that could be declared constant

SignatureDrop.contractVersion (contracts/signature-drop/SignatureDrop.sol#53) should be constant

bytes32 private constant MODULE_TYPE = bytes32("SignatureDrop");
uint256 private constant VERSION = 1;
bytes32 public contractType = bytes32("SignatureDrop");

Check warning

Code scanning / Slither

State variables that could be declared constant

SignatureDrop.contractType (contracts/signature-drop/SignatureDrop.sol#52) should be constant
@nkrishang nkrishang merged commit f53ddec into main Jul 9, 2022
@nkrishang nkrishang deleted the sigdrop-size branch July 28, 2022 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants