Not a Pepe Project

Verified contract

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

No balances found for "Not a Pepe Project"

0xc0d73d845ab8235129649c230dcc851c1b9f2cfa116e69fe833a5df24b240379
0x9869e9eec5d3d07aeece9ceeeed91e0b09f627714af4e53e0582d3d9bc261d80
0x2cfee7c992c697b872c8a6e87ae49b0feed56b190d558bb0372109ef4ca433d9
0x791f05418d3b546a9a35364f333d0ec554a81cfa4cca5251811a22e49c01ed0d
0xfa96b4fb1d90308a43339ec516a5797ca14defe56cce5c6c1e82ae672a804848
0x7dba727ef687f23b79902e4e22e6c3a7cb8aa159d29dfee2a350d3ea11f84fb8
0x36f8579e8bf8211132886f78fba27a793a5a308325eb01c46679fd1a91e43971
0x183ead72eea8902afb96e617b91367a0661ee4f833a3f852641a7ca6e347be14
0x497c55cfcbe4b85a2111d02f3105084887ef82943e53780cf6b47c6888177d49
0xfbaafd4bb8e18257297998f15e66234c945e941a5053f28f70b547a9ae910dfc

Functions
Getter at block 21315354
MAX_FREE_PER_WALLET(view returns (uint256)
1
cost(view returns (uint256)
3000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
2000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Not a Pepe Project
owner(view returns (address)
0x4101c1691be59174f01cbaaa937ec89ffc734652
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
2000
uriPrefix(view returns (string)
ipfs://bafybeigfyljxps3e74txcggozv3axnodqnhb2qrod2blkmziecz347tbzm/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
alreadyFreeMinted(addressview returns (uint256)
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxFreePerWallet(uint256 _MAX_FREE_PER_WALLET
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(