PooPooGoru

Verified contract

Active on Ethereum with 380 txns
Deployed by via 0xe4f597f5 at 16741417
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $49.53
0x31f6dcb4692db86fabcb21ae1dd75db384b1bf315ae9c4d40fa4d92e357f2e57
0xae9dc0f7321dd1bf3d7e9b3ea9bad03921a37efcb74ff5332653439a0be875a1
0x4fb08c55b108767ebe502f710dc229e6929cf6be6fedba574d1e93acc8b142a8
0x88701f0de5281ddf977bc59798b30c62937b5f199847d8521f2b825db129c4d4
0x7ad37a281d48a3987910859cc283a6c9f883c32f4a2366954491c9c02481fef0
0xd4891c90a6e40def5f2f7acb2203443f4cbcc066da6a4d9056a8a7eea1f0ce03
0x958ebfa34ee12dc0d4225b47d7a8c8c07af290ae14842a3f8dc0cc486329a13c
0xb50585599e6389f4e4abd73f6452f852c7493dd097be92bc0a4b261b38d121b5
0xcdc5183331b41c4b0e54d2488393fbb65c2124096966bf5d7b337db2788ce061
0xd686a087a7b882e7ac944678cfbbd36974fd796cdb71d198f10998b607438fcc

Functions
Getter at block 20880795
baseURI(view returns (string)
ipfs://bafybeiein4q737sxodhtdvathf2gfcadh3qterzv3kodmevted336622gm/
currentState(view returns (uint8uint256)
(1, 10)
maxMintAmountPerPublic(view returns (uint256)
10
name(view returns (string)
PooPooGoru
owner(view returns (address)
0xdbd5792d752af00d57fb7a2f1da1430587ace2d5
publicPrice(view returns (uint256)
3000000000000000
sellingStep(view returns (uint8)
1
symbol(view returns (string)
POO
totalSupply(view returns (uint256)
420
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getNumberMinted(address accountview returns (uint256)
getNumberPublicMinted(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmountNFTsperWalletPublicSale(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[])
State-modifying
approve(address touint256 tokenId
mintForOpensea(
publicSaleMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURI
setMaxMintPerPublic(uint256 amount
setStep(uint256 _step
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 _baseURI
Fallback and receive

This contract contains no fallback and receive objects.

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