修改sbt nft的名字

This commit is contained in:
zhl 2023-06-14 11:54:45 +08:00
parent 4e9e7bb42a
commit 8d64de35b6
2 changed files with 321 additions and 321 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
contract SoulboundNFT is AccessControl, ERC721Enumerable {
contract NFTSbt is AccessControl, ERC721Enumerable {
using Counters for Counters.Counter;
string private _baseTokenURI = "https://market.cebg.games/api/nft/info/";
bytes32 public constant BURN_ROLE = keccak256("BURN_ROLE");