Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhuynh3103 committed Apr 19, 2024
1 parent 8915eec commit 35bf3b9
Showing 1 changed file with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,9 @@ import { Initializable } from "../../lib/openzeppelin-contracts-upgradeable/cont
import { IERC721PresetMinterPauserAutoIdCustomized } from "../interfaces/IERC721PresetMinterPauserAutoIdCustomized.sol";

/**
* @dev {ERC721} token, including:
*
* - ability for holders to burn (destroy) their tokens
* - a minter role that allows for token minting (creation)
* - a pauser role that allows to stop all token transfers
* - token ID and URI autogeneration
*
* This contract uses {AccessControl} to lock permissioned functions using the
* different roles - head to its documentation for details.
*
* 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]._
* @dev ERC721PresetMinterPauserAutoIdCustomizedUpgradeable is a customized version of
* openzeppelin-contracts-upgradeable/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoIdUpgradeable.sol to change the private counter and
* base token URI into internal, mainly to support the inherited contracts.
*/
contract ERC721PresetMinterPauserAutoIdCustomizedUpgradeable is
Initializable,
Expand Down

0 comments on commit 35bf3b9

Please sign in to comment.