Mooncocks

Verified contract

Active on Ethereum with 231 txns
Deployed by via 0x02f78455 at 14605727
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mooncocks"

0xcb734b23f7274c65a1c70f22c6699facac9e12807e2d93ea0ec1431cfcf5d7a1
0xc58e5c88a5e1495343cfdeef9b4e4fe59e2de10825908138512e1154fdf76365
0xb043e93b0592fd60cb8941fc98780d5a53533d9f57ec059e8bd76565a7dd14cb
0x1e38e0284bf9c639ca4294400acbf9f04d4a552cfb681d507b38f6322127a174
From
0xf1d811c9467435dedb526164c032caba54ae36a4919ec947a313ba27089658b3
0x469f127408fc8adb6066120cf131018a1ffdb2e5b23f0665884ecf4c141221db
0xeec200b13ebc0a5f84cbe45aaec94955332ec2fd6ae99d0ccdcda5894c04948f
0x9d9616f7aec581f8c86f94426359fd66ff8b066f04f75e3a7cd9fca60e96f55b
0xd3bf96b81712d3d771531ea11ebf6bfa0dc22d89f59293c7dcbb3cf91175046f
0x8f676d9eedd0b6830135af50cd6f67f7049575eab491e9a37c75c00fbcb1cbf7
From

Functions
Getter at block 20997068
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmZN8UZcXa57LuAyjdnpZaxqhrXqT8L7kyQZFgoh6DZYhJ/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1111
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Mooncocks
owner(view returns (address)
0x6ca6f8296e8a45efc985fe594df694a5dca1b416
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
MC
totalSupply(view returns (uint256)
1111
uriPrefix(view returns (string)
ipfs://QmQ6uvq5Sxg7nXnfAKBiZWnJRPhLG8XzDgayB54mNfJHwj/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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