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

Pepe Detective Agency

Verified contract

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

No balances found for "Pepe Detective Agency"

0x01a17da1e399bd99aa802a93e6eebc10c88841431a7a26c0c029bcbf1dfcc6e0
0x7ae38cdfea0c5cf1be625ae0c8b7b73f0cfeea79741967ba35baf82433e10b2c
0x0a57f969cc50614ceaa7e265fd76ad04bf97e5dfe7c9e91e460ed0c01b9d7f7a
0xd9e63a9f94ccff3bdc2496d1b9c815a56dd3fb7cf0271db5431cc024563f83b9
From
0x65a5e2a87812ee8c3f2a61ca18b0ecc3d1dcb3b06141b6faa2810091f96e059d
0x46a5c38d107e10bb749e3ccae60020b728c9a8b759a32f3a63f838736f9420e5
0xb6f17ebc2a75371675fa381c5c2753b95a297e7ca104b3d573638a868d4cdadb
0x7366b016d804ef5edb0c4e0bb202ff800fd320dbf9d6b6bf60f33e91019123fb
0x57760651d5377f91edad9c527ee1538e53da0a804a05b5dd21ceda5a46d978e4
0xf26fa2ba35a0fffc5d926061f4f8be568e75b78fbf6a3919572b043cea685f3c

Functions
Getter at block 21214135
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxFreeMintPerAddr(view returns (uint256)
1
_maxFreeMintSupply(view returns (uint256)
300
_maxMintPerTx(view returns (uint256)
10
_maxSupply(view returns (uint256)
400
_mintPrice(view returns (uint256)
4000000000000000
baseURI(view returns (string)
ipfs://bafybeidw6faayktrbyrxjxfvmomcc3y5a24tkvvx6rrvcfjxpd6f4rgqu4/
devSupply(view returns (uint256)
0
devTotal(view returns (uint256)
0
name(view returns (string)
Pepe Detective Agency
owner(view returns (address)
0x5bb220f71c57b7764ef0e79cfc818515e2c44a72
symbol(view returns (string)
PDA
totalSupply(view returns (uint256)
400
Read-only
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)
State-modifying
approve(address operatoruint256 tokenIdpayable 
devMint(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
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
DevMintEvent(address ownerAddressuint256 startWithuint256 amountMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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