Skip to content
New issue

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

feat: Implement ERC721CommonUpgradeable contract #12

Merged
merged 38 commits into from
Apr 19, 2024
Merged

Conversation

huyhuynh3103
Copy link
Contributor

@huyhuynh3103 huyhuynh3103 commented Apr 19, 2024

Description

Old PR: PR#10.

Checklist

  • I have clearly commented on all the main functions following the NatSpec Format
  • The box that allows repo maintainers to update this PR is checked
  • I tested locally to make sure this feature/fix works

Copy link

@TuDo1403 TuDo1403 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +36 to +38
uint256 length = firstTokenId + batchSize;
unchecked {
for (uint256 tokenId = firstTokenId; tokenId < length; ++tokenId) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have proof, just feel unsafe here.

@huyhuynh3103 huyhuynh3103 merged commit 80162b2 into main Apr 19, 2024
1 check failed
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.

4 participants