cycl0ps-town.wtf

Verified contract

Active on Ethereum with 3,266 txns
Deployed by via 0x4025df1e at 15162719
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "cycl0ps-town.wtf"

0x9d2027a6d82bd6b50bb406d5d39016327bdd88b13f337da54cfef345ac9aa5aa
0x2abb5ff2093e7a727e52583cd41ad54508e9dfb9715ef220d10c6b64645ce9b9
0xafac02a012f01b9191aead05d89d2a95863be139cb650a0292f2096d812221bc
0xc405120309df8d460f3a65d69fd353f8d30295366da8cd3476af1594bb962ced
0xb686faca0d9e161e1ac06eea74da261f4bf9cfb847717d2e9ff78b34cb2d6eff
0x26b393f596d102b37e86e7f14e8355ce1e7a53e21f82d4538e5eb98745c42c4d
0xf32cb1d2839f106d504e5622f9508a3e33b92a8ceba039222d5ea3f44b19eeec
0xea550ffbe44f411bf6fc1487a952e954cd40517f0968c2dd187aef9164b7f114
0x1ccb6f3d79c3539ad3887af06fda0819a9b0f83a4148ef5fd1e5a01bd6c7dd4b
0xe6b67f0e8bc47d580d285a921e0a5ba098de2f709e5575cc0c2042ee322f858e
From

Functions
Getter at block 20860780
cost(view returns (uint256)
6900000000000000
hiddenMetadataUri(view returns (string)
ipfs://bafybeidjfxysmbwuhxr3nrzuhpc6zsfuohcwdsyuwtovzimzbaez4mfv7i/hidden.json
maxLimitPerWallet(view returns (uint256)
5
maxMintAmountPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x835537b8a474bf2b2627b94ce58f9c1dd2df79071e7db08a255f127e8af6b428
name(view returns (string)
cycl0ps-town.wtf
owner(view returns (address)
0xaa5711705fce4ae634806516ede4a4c627cb007c
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CTWTF
totalSupply(view returns (uint256)
3010
uriPrefix(view returns (string)
ipfs://bafybeiarfawyhfhuev4zypbs57g736ncwb6qow5s63mftnjqbwpk7r2viu/
uriSuffix(view returns (string)
.json
waitlistMintEnabled(view returns (bool)
false
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMinted(addressview returns (bool)
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[])
waitlistClaimed(addressview returns (bool)
walletMints(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
reduceMaxSupplyToSupply(uint256 _maxSupply
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
setWaitlistMintEnabled(bool _state
setWhitelistMintEnabled(bool _state
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
waitlistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(