You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/token/ERC721/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ OpenZeppelin Contracts provides implementations of all four interfaces:
22
22
23
23
Additionally there are a few of other extensions:
24
24
25
-
* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batchs of tokens during construction, in accordance with ERC-721.
25
+
* {ERC721Consecutive}: An implementation of https://eips.ethereum.org/EIPS/eip-2309[ERC-2309] for minting batches of tokens during construction, in accordance with ERC-721.
26
26
* {ERC721URIStorage}: A more flexible but more expensive way of storing metadata.
27
27
* {ERC721Votes}: Support for voting and vote delegation.
28
28
* {ERC721Royalty}: A way to signal royalty information following ERC-2981.
0 commit comments