* Add baseURI to ERC721MinterPauser constructor * Add tokenURI to mint * Remove tokenId and tokenURI from ERC721 deploy ready * Rename ERC721MinterPauser to ERC721MinterAutoID, remove Pausable mechanisms * Restore pausing to ERC721 * Rename deploy ready to presets * Rename ERC721 preset
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
= Presets
|
|
|
|
These contracts integrate different Ethereum standards (ERCs) with custom extensions and modules, showcasing common configurations that are ready to deploy **without having to write any Solidity code**.
|
|
|
|
They can be used as-is for quick prototyping and testing, but are **also suitable for production environments**.
|
|
|
|
TIP: Intermediate and advanced users can use these as starting points when writing their own contracts, extending them with custom functionality as they see fit.
|
|
|
|
== Tokens
|
|
|
|
{{ERC20PresetMinterPauser}}
|
|
|
|
{{ERC721PresetMinterPauserAutoId}}
|