修改盲盒名字
This commit is contained in:
parent
a1984c873d
commit
57540bc129
@ -5,7 +5,7 @@ import "../BEBase.sol";
|
|||||||
// this contract will transfer ownership to BETimelockController after deployed
|
// this contract will transfer ownership to BETimelockController after deployed
|
||||||
// all onlyowner method would add timelock
|
// all onlyowner method would add timelock
|
||||||
contract BEMysteryBox is BEBase{
|
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)
|
function userTokens(address user, uint256 start, uint256 page)
|
||||||
external view returns (uint256 [] memory){
|
external view returns (uint256 [] memory){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user