PepeMon Adventures
Verified contract
Active on
Ethereum with 5,827 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PepeMon Adventures"
Open popover
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
21106882 | 0 | 0.00012073431 | |||||
20111301 | 0 | 0.000095745949 | |||||
20048718 | 0 | 0.00029483993 | |||||
19659354 | 0 | 0.00025028166 | |||||
19624954 | 0 | 0.0011690558 | |||||
19543469 | 0 | 0.00046682686 | |||||
19536560 | 0 | 0.00062848233 | |||||
18924548 | 0 | 0.00060191639 | |||||
18894131 | 0 | 0.00077338498 | |||||
18122949 | 0 | 0.00079967337 |
Getter at block 21431673
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
5000
PUBLIC_SALE_PRICE() view returns (uint256)
1500000000000000
baseTokenURI() view returns (string)
ipfs://QmNasRD6GzLU9EchmHHtCW9xdXC8Y6yBNzBRwwmJMmHbLV/hidden.json
freeNFTAlreadyMinted() view returns (uint256)
2462
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
5000
name() view returns (string)
PepeMon Adventures
owner() view returns (address)
0xcb3de1809aaaf85cc46a8e2f2161cc89339df7f0
symbol() view returns (string)
PEPEMON
totalSupply() view returns (uint256)
5000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()