CryptoPooPoos

Verified contract

Active on Ethereum with 1,602 txns
Deployed by via 0x3da46f6b at 14969453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $462.16
0x115244927f31d88985147d96aba335f4128d1090fabd7bb3dd1bc0ce65d06c26
0xfb6d0d5e75ce39ef187a4becda75f7e678eadb61d5558c2bbeca9911ac922706
0x59bd46e32ab8b138552fc87db50ceb7b98be96a9c64b20ffa6e6927e0c283930
0xdd73d8347661d203642bea1efd22e07e9615ccd834df6ed4cbc23f91428b9cf0
0x093d8d8da466efbf3298df9ad609e712c6a4c932631e4e4f504eee4e1be91301
0xe74d7dd5ee39a03d370c42bfc612e98dc61bc409f016d7d3d88fdab1ab5eb036
From
0x0db0544641381f7a5c60695fb3629a90e41ef1ab0c4c9b0fc6277e314e156579
0x59367eede04c61692476eec31ed0be26fd529b368f1f855532ffd7d5f9352774
0x10686ac812eae60cce467e4c20f6d04c976b5c65db65740f1bc2b979f95e5458
0x362f1b876ca99c698db8518ca4e0301b3081b7ec67229a2b485d46f1e257f207

Functions
Getter at block 20872751
MAX_SUPPLY(view returns (uint256)
20000
RAY_RAYS_CONTRACT(view returns (address)
0x8d4e2435c262eb6df10e5e4672a8f07e42d8d67e
TEAM_MINT_SUPPLY(view returns (uint256)
100
_baseTokenURI(view returns (string)
https://api.cryptorayrays.com/poopoos/
_mintState(view returns (uint8)
1
_teamMintFinished(view returns (bool)
true
_withdrawAddress(view returns (address)
0xf75a7d7cc5991630fb44eaa74d938bd28e35e87e
name(view returns (string)
CryptoPooPoos
owner(view returns (address)
0xd689c53b8335d79fa16818e70e90753c361fd6be
price(view returns (uint256)
12300000000000000
symbol(view returns (string)
POOPOOS
totalSupply(view returns (uint256)
3599
Read-only
_rayRayClaimUsed(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
checkIfClaimed(uint256 _idview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
claimPooPoos(
mintYourPooPoo(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setMintState(uint256 _status
setPrice(uint256 _newPrice
setRoyaltyInfo(address _receiveruint96 _feeBasisPoints
setWithdrawAddress(address _val
teamMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ClaimClosed(
ExceedsMaxSupply(
MintClosed(
MintToZeroAddress(
MintZeroQuantity(
NoContracts(
OwnerQueryForNonexistentToken(
RayRaysEmpty(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WrongAmount(
WrongETHAmount(