Pepe Universe
Verified contract
Active on
Ethereum with 2,658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,055.55)
Native
Value
$1,055.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.34 | $3,104.57 |
$1,055.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20639056 | 3 months ago | | | 0 | 0.000029906044 | |
| 19657749 | 7 months ago | | | 0 | 0.00020815162 | |
| 19212109 | 9 months ago | | | 0 | 0.00054299222 | |
| 18848066 | a year ago | | | 0 | 0.00043968726 | |
| 17201359 | 2 years ago | | | 0 | 0.0046551979 | |
| 17085852 | 2 years ago | | | 0 | 0.0018219427 | |
| 17085457 | 2 years ago | | | 0 | 0.0013073038 | |
| 17063597 | 2 years ago | | | 0 | 0.00065275881 | |
| 17012570 | 2 years ago | | | 0 | 0.0013025861 | |
| 16941218 | 2 years ago | | | 0 | 0.0020211090 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchased(address) view returns (uint256)
publicSalePurchased(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verify(address account, bytes32[] proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256 amount, address to)
giftToMultiple(uint256 amount, address[] toAddresses)
mint(uint256 amount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()