Commit d90e6a79 by github-actions

Transpile 948aa17b

parent 9bf70051
...@@ -23,6 +23,8 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -23,6 +23,8 @@ import "../../../proxy/utils/Initializable.sol";
* The account that deploys the contract will be granted the minter and pauser * The account that deploys the contract will be granted the minter and pauser
* roles, as well as the default admin role, which will let it grant both minter * roles, as well as the default admin role, which will let it grant both minter
* and pauser roles to other accounts. * and pauser roles to other accounts.
*
* _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._
*/ */
contract ERC1155PresetMinterPauserUpgradeable is Initializable, ContextUpgradeable, AccessControlEnumerableUpgradeable, ERC1155BurnableUpgradeable, ERC1155PausableUpgradeable { contract ERC1155PresetMinterPauserUpgradeable is Initializable, ContextUpgradeable, AccessControlEnumerableUpgradeable, ERC1155BurnableUpgradeable, ERC1155PausableUpgradeable {
function initialize(string memory uri) public virtual initializer { function initialize(string memory uri) public virtual initializer {
......
Contract presets are now deprecated in favor of [Contracts Wizard](https://wizard.openzeppelin.com/) as a more powerful alternative.
...@@ -16,6 +16,8 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -16,6 +16,8 @@ import "../../../proxy/utils/Initializable.sol";
* its documentation for details. * its documentation for details.
* *
* _Available since v3.4._ * _Available since v3.4._
*
* _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._
*/ */
contract ERC20PresetFixedSupplyUpgradeable is Initializable, ERC20BurnableUpgradeable { contract ERC20PresetFixedSupplyUpgradeable is Initializable, ERC20BurnableUpgradeable {
function initialize( function initialize(
......
...@@ -23,6 +23,8 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -23,6 +23,8 @@ import "../../../proxy/utils/Initializable.sol";
* The account that deploys the contract will be granted the minter and pauser * The account that deploys the contract will be granted the minter and pauser
* roles, as well as the default admin role, which will let it grant both minter * roles, as well as the default admin role, which will let it grant both minter
* and pauser roles to other accounts. * and pauser roles to other accounts.
*
* _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._
*/ */
contract ERC20PresetMinterPauserUpgradeable is Initializable, ContextUpgradeable, AccessControlEnumerableUpgradeable, ERC20BurnableUpgradeable, ERC20PausableUpgradeable { contract ERC20PresetMinterPauserUpgradeable is Initializable, ContextUpgradeable, AccessControlEnumerableUpgradeable, ERC20BurnableUpgradeable, ERC20PausableUpgradeable {
function initialize(string memory name, string memory symbol) public virtual initializer { function initialize(string memory name, string memory symbol) public virtual initializer {
......
Contract presets are now deprecated in favor of [Contracts Wizard](https://wizard.openzeppelin.com/) as a more powerful alternative.
...@@ -26,6 +26,8 @@ import "../../../proxy/utils/Initializable.sol"; ...@@ -26,6 +26,8 @@ import "../../../proxy/utils/Initializable.sol";
* The account that deploys the contract will be granted the minter and pauser * The account that deploys the contract will be granted the minter and pauser
* roles, as well as the default admin role, which will let it grant both minter * roles, as well as the default admin role, which will let it grant both minter
* and pauser roles to other accounts. * and pauser roles to other accounts.
*
* _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._
*/ */
contract ERC721PresetMinterPauserAutoIdUpgradeable is contract ERC721PresetMinterPauserAutoIdUpgradeable is
Initializable, ContextUpgradeable, Initializable, ContextUpgradeable,
......
Contract presets are now deprecated in favor of [Contracts Wizard](https://wizard.openzeppelin.com/) as a more powerful alternative.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment