Cuntz

Verified contract

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

No balances found for "Cuntz"

0x45704ad5e88c3d6e3e0482cff40bcdd57a4a4f77704eab758146557ad83adf3d
0xc1ffd064669508b52cbecb7224cccee79b96b47ec0ef6049d46b74ec700b9e38
0xeda44c1ad8f63d102cda6e7674a56ffec75196ed95e6c2dea873b0c5577327ef
0x87cb6fff9002ccb28704bed67a51abdc10e8f9c72c60dc5438070165225771de
0xcc5a80b22942de843595414dff1e9f4ca4a3f6515da8a0a4a0dcf8a8bd580899
0xe85ae4daafd0f209a46cf0ee074bade13c4cf7b776a3afa65346bba4abc2a4e6
0xdc9c4fd4ba133e052db87ec50fdaf6ab99c1b5874fe234bff85795c2ca8e44fc
0xa1fa7088a60656ddbf8eef3964d79f04d64d9b201f4eb32c8e466dc7be4a1774
0x33e23df16ea9d6a7dd11fcb9495bd0e5c9f2fc4b0621146aa356a04ea29e1441
0x7bbfd47f6d8249cca78d35ed9280e943059e1a3e5b8622d7b788eb68a1372faf

Functions
Getter at block 20896964
cost(view returns (uint256)
2000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
11
maxSupply(view returns (uint16)
4444
name(view returns (string)
Cuntz
owner(view returns (address)
0x583daf941ff679801696d9cc06b141119ddbb90d
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
CUNT
totalSupply(view returns (uint256)
150
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(