Cutie Pepes

Verified contract

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

No balances found for "Cutie Pepes"

0x1054488bb4e1c22a0f392addba0746b0dd0912d0476129414d5750c73c4b4ef0
0x1fb5a02dd048f906bab0961faa2b3ee696f712466737f907348dbc45e6020857
0x04a76ad2852aa48016db2afe22a89c180d2746de0e1974282f451bf14e5d888d
0x7ec66e1cfce90da9446d6311cf164d39dba06ec56dc2117df409ab0071626f48
0xbf6a4788b070557a132ef2b8a32c012d05db6fca7653280b22b7a8536c8117cd
0xa418386ac3bd81447882886aaa8e4484246b902e59d5fc8141bff26be96c36dc
0xebdb664f591e657473a25b15b20fec2d6922b26f48f4a25e7125b4f9b973a91c
0x6f320afb5e91079404e943e6412541ac6fc8fa0ee75605f336a0e567218a2658
0x28686ddc22ab0d082bb0c7e1bb4ca8b94ae73d4c40488e2659560afed8ea0a7b
0xb800ef936f80f2afb0a2d6ffe3adf542df1eea49c98ccc42f2f3e1e57c1e69b4

Functions
Getter at block 21297941
maxPerMint(view returns (uint256)
5
maxPerWhitelist(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
name(view returns (string)
Cutie Pepes
owner(view returns (address)
0xe49575c1974c4af4c475fd3e9635acc9a573892b
price(view returns (uint256)
0
publicEndTimestamp(view returns (uint64)
10000000000000
publicStartTimestamp(view returns (uint64)
1668978000
reserved(view returns (uint256)
0
symbol(view returns (string)
CP
totalSupply(view returns (uint256)
3333
whitelistEndTimestamp(view returns (uint64)
1668977999
whitelistStartTimestamp(view returns (uint64)
1668974400
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(bytes32 _rootaddress _receiverbytes32[] _proofpure returns (bool)
mintPricePerQuantity(uint256 _quantityview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _quantitypayable 
mintTeam(uint256 _quantityaddress _receiver
mintWhitelist(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 _price
setPublicTimestamp(uint64 _startTimeuint64 _endTime
setWhitelistTimestamp(uint64 _startTimeuint64 _endTime
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateMaxPerMint(uint256 _maxPerMint
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(