This contract is being backfilled. You may encounter incomplete storage history.

Pretty Poopsy NFT

Verified contract

Proxy

Active on Ethereum with 445 txns
Deployed by via 0xf2a5a08f at 16762065
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "Pretty Poopsy NFT"

0x7f449b52abad95bc472cea88f08167c452edd4b659a1cea79ecd07818ba05491
0x261bc940334617d6940450133b1f35b810aa550a2837988518dd88f664cff970
0xc42f426a658ffb3eccf235e8d48ab2fcb33d2bdebfb4824d6b8e04f4ffd856ab
0xa93670359ffdb4eb06ec10c92dbc881ab364089628d34271c7c3d2cbe6989384
0x2be0016514dca73b68f36f2dea8dfc70da83dbff2d95b302280e76ccd91bfdf9
From
0xb46b779b0254aba33d00cbff32f811c5e7a388a00c5eff5b8187f25970e581e6
0x21f74a0815037b1cd2b32fee0be43aac056a0c0bfd93c6ac8112389683fe1e3e
0x1808c503a565267ac2dcfb996c2102ad5271ba9763743d4ea907b3e64d1d0b88
0x021d68acce38905553c54be40c1e26b1d542a05a5766cd9b7950867948a675a0
0xf1dbc5b12fd0817fc72ae3c5526a703d3f9d714bc6a1a8dd3f3963b349151672

Functions
Getter at block 20797827
implementation(view returns (address)
0xf96fd95d60fb0318b639a8211ef60ee467f2892a
cost(view returns (uint256)
40000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x5f3B2eFd0f24F3d9429aFaf346D0f84Ee49fCE5C], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
100
maxPerWallet(view returns (uint32)
500
name(view returns (string)
Pretty Poopsy NFT
open(view returns (bool)
false
owner(view returns (address)
0x5f3b2efd0f24f3d9429afaf346d0f84ee49fce5c
pauseMintAt(view returns (uint256)
2222
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
2222
symbol(view returns (string)
POOP
totalSupply(view returns (uint256)
3333
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(