PePe Edition

Verified contract

Active on Ethereum with 2,249 txns
Deployed by via 0xec3d7bc4 at 16376656
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PePe Edition"

0x92b1dacda216a97ac695f0f05e089f3c22439b9839ca48b468574e1d1a8c5b13
0x1d7543d4d66904da52700919556eea75165a886432f360334cc2803b21970264
0x9250ce676fcda7485ba4687040b6ca632074542af355b939c3483b27f366d663
0x4e04c4ef7820313a7a523ea178b42bda907514baed867dd74abfc1c7e0318a8b
0xc54dd6d087477b01f10fb9ce0151f60572c4dd497b8f59fb44cc7a8764981308
0x93552fc8a336288ad4a4f491bfed3b04556d0d21da062c7e7033a45e080f51bc
0x49da4ea1857135c6e0d2995ed84d8807e780de276b555fb0319e7aff1c8dad83
0x2c347c323fa1f574e4b9121ba8a3381b20571c34a22f3debf91d88497dfbc8a3
0x33686bbb196388701302a7fba696c14741cedb406fb9e3afc8682d87b1803d0d
0x89a0b57105f57d402b901610bdf83979348a137dd2c9347f8513e58e261ec5bc

Functions
Getter at block 20930145
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxFreeMintPerAddr(view returns (uint256)
1
_maxFreeMintSupply(view returns (uint256)
800
_maxMintPerTx(view returns (uint256)
10
_maxSupply(view returns (uint256)
1028
_mintPrice(view returns (uint256)
3000000000000000
baseURI(view returns (string)
ipfs://QmTnyNRtgC19sa6o8zU4qw12jwbGyQbdEMtucN3wGcpiHM/
devSupply(view returns (uint256)
0
devTotal(view returns (uint256)
0
name(view returns (string)
PePe Edition
owner(view returns (address)
0x37c9ac2c4eb97a1fb9498e0164dd0bd3425ed63e
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
1028
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(