ElseVerseMysteryBoxes
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ElseVerseMysteryBoxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ElseVerseMysteryBoxes"
ABI
ABI objects
Getter at block 21230345
maxMints() view returns (int256)
0
maxMintsPerWalletPublic() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
participationMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
publicMintOpen() view returns (bool)
false
startDate() view returns (uint256)
0
symbol() view returns (string)
totalMints() view returns (int256)
0
version() pure returns (uint256)
101
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimed(address) view returns (bool)
whiteListClaimedCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
bulkSafeMint(address[] tos)
burn(uint256 tokenId)
initialize()
openForPublic(bool _mintOpen, uint256 _mintsPerWallet)
renounceOwnership()
safeMint(bytes32[] _merkleProof, uint256 mintCount, uint256 maxMintCount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMints(int256 _maxMints)
setParticipationMerkleRoot(bytes32 newParticipationMerkleRoot)
setStartDate(uint256 _startDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _currency, address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
NewBox(uint256 indexed id, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.