Pepe Detective Agency
Verified contract
Active on
Ethereum with 491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pepe Detective Agency"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17007418 | 2 years ago | | | 0 | 0.0011459090 | |
| 16759061 | 2 years ago | | | 0 | 0.0011407372 | |
| 16416954 | 2 years ago | | | 0 | 0.0010601212 | |
| 16410620 | 2 years ago | | | 0 | 0.00094044314 | |
| 16403255 | 2 years ago | | | 0 | 0.00097886311 | |
| 16389668 | 2 years ago | | | 0 | 0.00089470203 | |
| 16387525 | 2 years ago | | | 0 | 0.0014720089 | |
| 16386724 | 2 years ago | | | 0 | 0.0016600649 | |
| 16386641 | 2 years ago | | | 0 | 0.0014817319 | |
| 16386301 | 2 years ago | | | 0 | 0.0011080018 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()