Pepeverse
Verified contract
Active on
Ethereum with 1,007 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 "Pepeverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20611362 | 3 months ago | | | 0 | 0.000038308379 | |
| 18906857 | a year ago | | | 0 | 0.00072522306 | |
| 18850735 | a year ago | | | 0 | 0.00096447702 | |
| 17879979 | a year ago | | | 0 | 0.0017291349 | |
| 17879976 | a year ago | | | 0 | 0.0011254054 | |
| 17466534 | a year ago | | | 0 | 0.0010151835 | |
| 17361360 | a year ago | | | 0 | 0.0017850614 | |
| 17160103 | 2 years ago | | | 0 | 0.0026087281 | |
| 17066342 | 2 years ago | | | 0 | 0.0012767055 | |
| 16766043 | 2 years ago | | | 0 | 0.0013551803 |
ABI
ABI objects
Getter at block 21229248
MAX_SUPPLY() view returns (uint256)
333
MINT_PRICE() view returns (uint256)
9000000000000000
baseURI() view returns (string)
ipfs://QmXaXzmMkeVUPN2WFkQeLitYxkFbDvdyT1fBcBu7X8FRHH/
collectMarketing() view returns (bool)
true
maxByWallet() view returns (uint256)
2
name() view returns (string)
Pepeverse
owner() view returns (address)
0x723466a1a95e349042b8f018ffd9a4ff98b16075
saleState() view returns (bool)
true
symbol() view returns (string)
Pepeverse
totalSupply() view returns (uint256)
333
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events alphaMint(address[] addresses, uint256[] count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 amount) 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 newBaseURI, string newUriSuffix)
setCollectMarketing(bool newCollectMarketing)
setMaxByWallet(uint256 newMaxByWallet)
setSaleState(bool newSaleState)
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(string name, string symbol, string baseURI_, string uriSuffix_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()