Nasty Latrine

Verified contract

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

No balances found for "Nasty Latrine"

0x4273d88242aa7d51ba3175368eaeaa02a91e85c1ede12d402612ba11f3c44a14
0xf14e59a44a6ea8f1b6a6211befb45113c0073c0f0ac2dc367e57005bcba44efa
0x8f634dabd5c586268730d7e2803ad615d61819408d1e787c38543518771f27b2
0xc5db3fc674d93743453e7c45b1f6b05d8304a13a272c4dc67500fe23dab84bc2
0x2536c4c530cd73958729176dc28dfaa7bc7d8f21ad442cd8deaab258b5092445
0xf08babe4c9a564c715b649c4b1ef03b95b52484ea586e47cdaf60a9e9be16a3b
0x1e4a26379e90c708122434a1a3ef6dddf08eb6828fe716572b729ea541804928
0x7dd5ebcce5a365110636dbe2ca300602f59c714e4a2a1db68f2937bb258e8a16
0x76658456083a528e842613d580d50d4e476dadad06e5de92e1019a24150dad87
0xc126cde1affb5cb49d34b8259ed6745ac6e7e265c6adee552c2573b17994442e

Functions
Getter at block 20973354
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://bafybeicn54sfyfinesvv3caliqvpu5g6m4erejgozjsiomtimc76qn2hiy/hidden.json
maxMintAmountPerTx(view returns (uint256)
25
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0x155c25eb53d1e1964a79513e0356ae51bb62e6c7c543aa30a683e74044371205
name(view returns (string)
Nasty Latrine
owner(view returns (address)
0x70cad9210c37c0507ff46f41270efdbc06b56bb9
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
NSTLT
totalSupply(view returns (uint256)
3333
uriPrefix(view returns (string)
ipfs://bafybeigbkbv3kmslbzmrfzziskgi7furl7ij2xyxwllmk4emo77o3mqj5a/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview 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(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(