修改盲盒名字

This commit is contained in:
cebgcontract 2022-04-21 19:08:05 +08:00
parent a1984c873d
commit 57540bc129

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 KEY", "KEY") {}
constructor() ERC721("CRYPTO ELITE'S MYSTERYBOX BOX", "BOX") {}
function userTokens(address user, uint256 start, uint256 page)
external view returns (uint256 [] memory){