Pee Pee

Verified contract

Active on Ethereum with 563 txns
Deployed by via 0x7182c5f2 at 16872439
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
--
0x4462e4c443c4a86a12d2f35c6433fccdd1de58cc2f5a1cf55c6ab3a8dec7f48b
0xa3ee0c4dde6597e974de5d9a60f00fcd03f3ea11fe02f50a068d218ef1d2f2df
0x626b8917c2993fcdabd02ee50825a44b8723e7de493549b81e76de7691bb12fe
0x9c8924a3fba6a26fdf78225141f850410f0b65a58878e57e87ae3e3bbea4652e
0xd6915b4964da59b2c5cc5719b4897e704420e271fca7880456aea3b6670bdeae
0xece010c0c48cf68a20d167acc97b739336498e0e2f9139860287d17dfb8d3cce
0x4e186ac62999181f7dc6a818582fe500ab1cbf1d5d9aefd9b41c72e6470593ce
0x1afb70fafa034db1844f4b1fedc43060784aa18d1a65b1f7daf3d41d1154af10
From
0x65c1ff6659c7f9d23db44cff97e1f547c806cb62c802cfca0ae4da9a206a9e29
0x8a3e9165d8a180e8ee7563a4cc49061773df47f58083d7e5557c7476a47e041c

Functions
Getter at block 21384136
PeeCoinContract(view returns (address)
0xd5001a9a0c212dce83c7368f73329735dce7b3c0
Peeaddress(view returns (address)
0xf54be5c6d80279e105ab46f1e994d97659577600
cost(view returns (uint256)
3000000000000000
hiddenMetadataUri(view returns (string)
''
holderClaim_state(view returns (bool)
false
maxMintAmountPerTx(view returns (uint256)
20
maxPerFree(view returns (uint256)
20
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Pee Pee
owner(view returns (address)
0x34c059e85427ea5ea56b5f5e0f6f1f42b516e780
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
Pee
totalFreeMinted(view returns (uint256)
3230
totalSupply(view returns (uint256)
3358
uriPrefix(view returns (string)
https://gateway.pinata.cloud/ipfs/QmSGX1FhQkKDBZR285mjnyWGDvKPgbi3g5bUGU3XAYr6d5/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
whitelistPerFree(view returns (uint256)
3
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaim(uint256view returns (bool)
isfree(addressview returns (bool)
mintedAmount(addressview returns (uint256)
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 tokenIdpayable 
holderClaim(uint256[] tokenIds
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxPerFree(uint256 freenum_
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPeecoinaddress(address Peeadd_
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
setWhitelistPerFree(uint256 freenum
setholderClaimstate(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
withdrawPeetoken(uint256 Amount_
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 _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(