Mental Maze

Verified contract

Active on Ethereum with 1,214 txns
Deployed by via 0x9cd5ddee at 16331229
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mental Maze"

0x69a7848c141db4433b9b860ebfd9e9616a0eb1fcf8b347dd0d52c155ed59ff23
0x15c92c86e13554d96501cefb3a3cfb011332b3876f961dca112ce806f8639843
0xb0a233262893e56cc861151c89c67afa8d01516aaf6db9f3f143355e4f256683
0x2c7d0b1a21badfdfd96aee92edf9d8c140d111d9e688a5f067c0bd3652dbc970
0x6cc256a3a4a47bd6e9cbe01e89efb957dd8ddc1cd7e41c2d5ddc085efa4ee62a
0x7f84c08aec6ceb141365d29221258fd953af07e21c3d697ec5c731882681d4cf
0x7b657e1d5bf9d5f25651a116b1f2b10f12a0427575bcef067e2a00f9f3805c01
0x9055bd8e4bf3f193d0ce9e43f887369b23287d40cfaa5607b39f25ef4d3ceb97
0x7ed629cbea131e59aca3087f4a77d925b13d718d919003a2a332d722a8015910
0x30fa9936c17377a2ab6c8c6875ce8fc7b5924fc8fa79d8d4e7c476ac4c8b8cd1

Functions
Getter at block 20874275
cost(view returns (uint256)
2000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
1
maxSupply(view returns (uint16)
966
name(view returns (string)
Mental Maze
owner(view returns (address)
0xf4591f9dba397d0b2cc816f7c0a0d91445932903
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
MM
totalSupply(view returns (uint256)
966
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(