World Of Pepe

Verified contract

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

No balances found for "World Of Pepe"

0x0e27f3e9a556d19e6070d82c669a1c058052b790aa292f6cd00ee8f684743a42
0x28f7906e3deadae1cfd62412d48bbdb3ee061ffd5b9bcce29f55a2ea2757ed9e
0xc229b4356bca0d5278893f96a9c8d4e37865b6d7cdaebb0e3a462068be135930
0x67555f83735d4d24ecaf9bb7323250206d5621418e220fc827fd33990557a8a9
0x141fc611634f6e22267609cf7d6d8968ddd31ed1efc1ec15ec3a5d6bf777a978
0x7222e625ad95ed15c5e9ed84973b554bb156e3e1c5713e497705874781c5e7d8
0xc65db19c8fe11319ef1051a20f84c492581b89a2e4aeb27a0e2f3e476219d5d1
0x88d7201174e0e97a21fb52ffb94b2e857978f980814106f2121bf01afaae1641
0xc16a2de28bbbe0a3ec47a15f8501b4d0a3331cb86ce97da19b37744e8d3d33b9
0x8759fb8214453dd8b5855a948641cc747d61a2d7aaded2408c6113eb9179d67a

Functions
Getter at block 21273687
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
9999
name(view returns (string)
World Of Pepe
owner(view returns (address)
0xac2c426b9bd4fbb30dcd34414b21d85a5a501964
symbol(view returns (string)
WOP
totalSupply(view returns (uint256)
6997
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
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(
Fallback and receive

This contract contains no fallback and receive objects.

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