We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should emit events for variables initialized inside an initialize function
The text was updated successfully, but these errors were encountered:
It is only an addition in BaseModule, but it increases the contract code size of +0.296.
It is not a lot, but we are too close of the maximum size limit
function __Base_init_unchained( string memory tokenId_, string memory terms_, string memory information_, uint256 flag_ ) internal onlyInitializing { tokenId = tokenId_; terms = terms_; information = information_; flag = flag_; }
Sorry, something went wrong.
No branches or pull requests
We should emit events for variables initialized inside an initialize function
The text was updated successfully, but these errors were encountered: