Francisco Giordano a0e2bca79a Add "available since" comments in documentation %!s(int64=4) %!d(string=hai) anos
..
ERC1155PresetMinterPauser.sol 318c4b44ea Move Context from GSN to utils directory (#2453) %!s(int64=4) %!d(string=hai) anos
ERC20PresetFixedSupply.sol a0e2bca79a Add "available since" comments in documentation %!s(int64=4) %!d(string=hai) anos
ERC20PresetMinterPauser.sol 318c4b44ea Move Context from GSN to utils directory (#2453) %!s(int64=4) %!d(string=hai) anos
ERC721PresetMinterPauserAutoId.sol 318c4b44ea Move Context from GSN to utils directory (#2453) %!s(int64=4) %!d(string=hai) anos
ERC777PresetFixedSupply.sol a0e2bca79a Add "available since" comments in documentation %!s(int64=4) %!d(string=hai) anos
README.adoc 883116e4af Add ERC20 and ERC777 fixed supply presets #2377 (#2399) %!s(int64=4) %!d(string=hai) anos

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}}