Pepe Universe

Verified contract

Active on Ethereum with 2,658 txns
Deployed by via 0x8842d2ed at 14291138
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,055.55
0x623854ed8ea1a44e5c46fa0c0fd010aba24dfb02aa492e8f8ca75be5ee31fb6a
0xbd5b91e333c4b610e328b1da471f27d156013337dde2b4b0d0f92c9750e9c9cf
0x27e46527a80eceb8e5e67899da6ace76abb786c154ccd84fa5ca446418aa7ea8
0xc5375a48a505baa1312d9bef9677c79212d9a0dbcac136a07fc132b81f905b27
0x9b27d82c46406ee62ece816ab569178655302cf26e157188fda739c861ab67a8
0x9aa02720127a0b95891bd6bec71371bfb245fa0557753f1d2bdba0de93c4c3ad
0x5e2e88b7f7c12906e0760a0ba9f38a7d798e0493c74fcc148edaaf25c59cdaea
0x4bc3ff7d79835e21845b6685be8a6711c7d9734d4dad298a4cde07d97597689e
From
0x1d19f4402018818c5698fd321192beb63f01019de2e5f5c5d5d635f1fbabaab7
0xb11d6d28d213e6ba0008de6a59b406d7cbf11209cbaa5e2d4d99633375447b3e

Functions
Getter at block 21207937
hasPresaleStarted(view returns (bool)
true
hasPublicSaleStarted(view returns (bool)
true
maxTokensPerWalletPresale(view returns (uint256)
1
maxTokensPerWalletPublicSale(view returns (uint256)
100
name(view returns (string)
Pepe Universe
owner(view returns (address)
0x98b9459f63375360f80c699731c3935f528f2bac
symbol(view returns (string)
PEPE
tokenBaseURI(view returns (string)
ipfs://QmdhoJxxn85ohMMJk3Zv2C2m4Zoogyc7TZZDpJTatZG1Ta/
tokenPrice(view returns (uint256)
20000000000000000
tokenPricePresale(view returns (uint256)
0
tokenPricePublicSale(view returns (uint256)
20000000000000000
tokensToBuyAmount(view returns (uint256)
7357
totalSupply(view returns (uint256)
2643
whitelistRoot(view returns (bytes32)
0x56cbe0342be6cf925661ce7ae8838cf8968fad4fe36c57f2e77edd27088caecf
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presalePurchased(addressview returns (uint256)
publicSalePurchased(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
verify(address accountbytes32[] proofview returns (bool)
State-modifying
approve(address touint256 tokenId
gift(uint256 amountaddress to
giftToMultiple(uint256 amountaddress[] toAddresses
mint(uint256 amountbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setMaxTokensPerWalletPresale(uint256 val
setMaxTokensPerWalletPublicSale(uint256 val
setPresale(bool val
setPublicSale(bool val
setTokenPricePresale(uint256 val
setTokenPricePublicSale(uint256 val
setWhitelistRoot(bytes32 _whitelistRoot
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(