Pepe and Friends Official

Verified contract

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

No balances found for "Pepe and Friends Official"

0x6cdd81751ee298c823b0fff1011977f91aafb98e9a75cf703721ac7fb9673a8f
0x697cc10ce748774f22d0a50f5ba517ac5551dee5fdf2212fd690def879141313
0x8bf24315fa81ceff3e4897b3e1cf5679d738a3c9076afad0c5d021ea253a2522
0x3a4843954b8f110d2ed448bf5b97a9c6d83d86198a4b1dc7a9e4d9a3300ffc9b
0xe77d3614f4d65b2ed8508ef380c9729bec7c2ed269199c0eaaa8969a45371e57
0x42d1fc68a40b41472a7d6985090da102d534bfa8e7d7dbc7a689ed8a48cb39fd
0x884932b72f8a1062a3419ba3794e441611756406b8c2802141d12eeaa5dcb6cc
0x1d5aec80c8344650f6c1199640158daeff2e64f28ca0cfdeaf7cb4c246bd74e6
0x6caf2eefaa03ea186b3f8765120435c1196b838220869486b6e3e99495d3e930
0xbe3300b5e2eed44f65c3ad9f5e9a3bdfc2df36aa5e063987c3090157e35ac73a

Functions
Getter at block 20918545
cost(view returns (uint256)
1000000000000000
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Pepe and Friends Official
owner(view returns (address)
0x5035229f0a8be0a8c528b2a9387e344593ef30d4
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://bafybeigjgognfxgwdlza66b77n6xt7esrgpzxruwy7skzulrydt7dbwpfm/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
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
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
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(