Pepe Universe Genesis
Verified contract
Active on
Ethereum with 1,713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pepe Universe Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20464583 | 3 months ago | | | 0 | 0.00034742598 | |
| 19411827 | 8 months ago | | | 0 | 0.0030295493 | |
| 19212109 | 9 months ago | | | 0 | 0.00054428671 | |
| 18848065 | a year ago | | | 0 | 0.00045967425 | |
| 17206782 | 2 years ago | | | 0 | 0.0019693930 | |
| 17169180 | 2 years ago | | | 0 | 0.0036893503 | |
| 16517592 | 2 years ago | | | 0 | 0.00080971798 | |
| 16506223 | 2 years ago | | | 0 | 0.00036623886 | |
| 16486108 | 2 years ago | | | 0 | 0.00089316035 | |
| 16300374 | 2 years ago | | | 0 | 0.00086757159 |
ABI
ABI objects
Getter at block 21209049
hasPresaleStarted() view returns (bool)
true
hasPublicSaleStarted() view returns (bool)
true
maxTokensPerMint() view returns (uint256)
1
maxTokensPerWhitelistedAddress() view returns (uint256)
1
name() view returns (string)
Pepe Universe Genesis
owner() view returns (address)
0x98b9459f63375360f80c699731c3935f528f2bac
symbol() view returns (string)
PEPE
tokenBaseURI() view returns (string)
ipfs://QmVXKZNSNC746FMu6exijyAJHTtLDpns9LSJtivPdGjZJ1/
tokenPrice() view returns (uint256)
0
tokenPricePresale() view returns (uint256)
0
tokenPricePublicSale() view returns (uint256)
0
tokensToBuyAmount() view returns (uint256)
0
totalSupply() view returns (uint256)
500
whitelistRoot() view returns (bytes32)
0x118b04a0bbaf8f5cc202ab89f1ed44ad71d9dd0d1951a2123e26e05de7533136
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)
presaleWhitelistPurchased(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)
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)
setMaxTokensPerMint(uint256 val)
setMaxTokensPerWhitelistedAddress(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.
This contract contains no error objects.