This contract is being backfilled. You may encounter incomplete storage history.

PepeLand Official

Verified contract

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

No balances found for "PepeLand Official"

0x83aef1b3199f2c7bc399bc303f4d130371d5e087993fe6110288b1372099b1f0
0xeb783dfff28404c7f587bfd53cdb5ac46c1bfa1d0d72317de312b2c216c67986
0x4a0813b242c8300298eb846c37309a8dd7420289c3d80891cd45423bc7a0a7da
0xdbd1fd20a059c5ac29e5447aeccf8d8dc45d915b28eb64facde1987f0a5c2686
0x7c1265ddfe67ab99325700064f456e15ac7527096d59f1219e8a9b38f123f4c2
0xb63a095eaf48758478fbf1e51f08a474d8f476ab391ee2eae282b9a95b6e17d8
0x8b603fe59f52178a4a8cb7ec2b23b14ea507be18b654fd7cbee68863f387c96d
0xa837e4042a5e4e32f7db3445e279f7cb4d0949704470b3c95d63bf5c295de488
0x58dfdcc103004d6adeea7d2bb5ce7a97dd760e4404fe5b79239fb5819f8564fc
0x00d24e1edae4291f381aac0082d5481826cb57aed28a6b2f701fd9031ce9417a

Functions
Getter at block 20897231
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
9999
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
PepeLand Official
owner(view returns (address)
0x2ae9b5c3d4f7c329c9ae3652b67fc876aba1aad1
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
PEPE
totalSupply(view returns (uint256)
3385
uriPrefix(view returns (string)
ipfs://bafybeicpkp4ytze4qgiqktiqruylo5gvkr7bcszlp2v45ca7gm7axlj35y/
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(