Down Peepo Official

Verified contract

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

No balances found for "Down Peepo Official"

0x1e02726c308772084177542e1ab7e503f5256dbd82837b87dfc370c5a721ad87
0x09f3cabb2d8f51e340d710c62910e1adc5781841957fb155969937ad4281dea1
From
0xd8a7b5a99c762783bbc94bd318bdb2e7e00e9fd89e8b1e04a127d5c3f1a922b9
0x2d10771bedf1236d83b0cca17914b799a5f0687027368d9cf126c2efabaff8f5
0x7688ea43056c4e3f842e454caea382703d35e96c9444b732d0d3adca85d9897c
0xeec5bd98d2583ba946518968e04def0cae3e81cb9440c8f29e4fe6d83e9e8a21
0xc2a02cad7ab97e95209ab6a0ac29b22ddb37fced0fe69dee053b33d1518680ae
0xaaa86a88cfdd20efd4d430b6c0972f67da03635ce0f18e43dfe33c56370fe570
0x2dc1c4ce6ba43b4c9cd66bccb6bba661681994e783c48edc6c186b6b8344273b
0xcbf01ff38c23e9f7cdbeac63e74129d10c849f5050e34b44993d1a23958e2e9d

Functions
Getter at block 20908249
MAX_FREE_PER_WALLET(view returns (uint256)
1
cost(view returns (uint256)
3000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
2162
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Down Peepo Official
owner(view returns (address)
0x1593a0f90346615a7855b3ec56960d90c31274e3
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
DOWNPEEPO
totalSupply(view returns (uint256)
2162
uriPrefix(view returns (string)
ipfs://bafybeiaqzxwehc6s2s7dn5hfcbsoqirhdyc2iwnq7flikeupqys2eoo2xi/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
alreadyFreeMinted(addressview returns (uint256)
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 amountpayable 
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
setMaxFreePerWallet(uint256 _MAX_FREE_PER_WALLET
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
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(