修改盲盒nft名字

This commit is contained in:
cebgcontract 2022-04-22 08:38:25 +08:00
parent 57540bc129
commit 4d8da27c72

View File

@ -5,7 +5,7 @@ import "../BEBase.sol";
// this contract will transfer ownership to BETimelockController after deployed
// all onlyowner method would add timelock
contract BEMysteryBox is BEBase{
constructor() ERC721("CRYPTO ELITE'S MYSTERYBOX BOX", "BOX") {}
constructor() ERC721("CRYPTO ELITE'S MYSTERY BOXES", "BOX") {}
function userTokens(address user, uint256 start, uint256 page)
external view returns (uint256 [] memory){