mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/presets
Hadrien Croubois 93438eca0b
Merge 3.4 master into solc-0.8 (#2499)
4 years ago
..
ERC20PresetFixedSupply.sol Merge 3.4 master into solc-0.8 (#2499) 4 years ago
ERC20PresetMinterPauser.sol Merge branch 'solc-0.7' into solc-0.8 4 years ago
ERC721PresetMinterPauserAutoId.sol Merge branch 'solc-0.7' into solc-0.8 4 years ago
ERC777PresetFixedSupply.sol Merge 3.4 master into solc-0.8 (#2499) 4 years ago
ERC1155PresetMinterPauser.sol Merge branch 'solc-0.7' into solc-0.8 4 years ago
README.adoc Add ERC20 and ERC777 fixed supply presets #2377 (#2399) 4 years ago

README.adoc

= Presets

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/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}}

{{ERC1155PresetMinterPauser}}

{{ERC20PresetFixedSupply}}

{{ERC777PresetFixedSupply}}