|
@@ -22,6 +22,8 @@ import "../../../utils/Context.sol";
|
|
|
* 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
|
|
|
* and pauser roles to other accounts.
|
|
|
+ *
|
|
|
+ * _Deprecated in favor of https://wizard.openzeppelin.com/[Contracts Wizard]._
|
|
|
*/
|
|
|
contract ERC1155PresetMinterPauser is Context, AccessControlEnumerable, ERC1155Burnable, ERC1155Pausable {
|
|
|
bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
|