Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter authored May 5, 2022
1 parent bb3670a commit fbdcf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ERC721R uses the [modern version of the Fisher–Yates shuffle](https://en.wikip
# Limitations

- At this time ERC721R does not include `safeMint()` functionality. This is the result of the original author's position that the benefits of preventing users from minting to the wrong contract are outweighed by the cost of increasing surface area for reentrancy attacks.
- ERC721R disallows contracts from minting.
- ERC721R disallows contracts from minting for security reasons. [Read more](https://medium.com/@dumbnamenumbers/erc721r-a-new-erc721-contract-for-random-minting-so-people-dont-snipe-all-the-rares-68dd06611e5).

# Credits

Expand Down

0 comments on commit fbdcf8f

Please sign in to comment.