PepeAndFrenz
Verified contract
Active on
Ethereum with 6,013 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 "PepeAndFrenz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20151092 | 5 months ago | | | 0 | 0.000050985939 | |
| 19700995 | 7 months ago | | | 0 | 0.00031014110 | |
| 19159831 | 9 months ago | | | 0 | 0.00050761388 | |
| 18849460 | a year ago | | | 0 | 0.00057226252 | |
| 18805088 | a year ago | | | 0 | 0.0020376871 | |
| 18350370 | a year ago | | | 0 | 0.00014080210 | |
| 18237546 | a year ago | | | 0 | 0.00078645896 | |
| 17902362 | a year ago | | | 0 | 0.00027484239 | |
| 17543087 | a year ago | | | 0 | 0.0012583005 | |
| 17485811 | a year ago | | | 0 | 0.0011068643 |
ABI
ABI objects
Getter at block 21215533
_blindBoxOpened() view returns (bool)
true
_blindTokenURI() view returns (string)
ipfs://Qmeko2Zxo8BCxg9A8cVPdbXrQJcpbT87bLmuZCc1ctsKEs/hidden.json
isBlindBoxOpened() view returns (bool)
true
maxMintAmountPerTx() view returns (uint256)
20
maxMintAmountPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
name() view returns (string)
PepeAndFrenz
ogMerkleRoot() view returns (bytes32)
0xeb9cdf94c94cd4f371534c5d8e0cf7e240fc6e169ed93a1406496307eb8ab1a5
ogMintExpireTime() view returns (uint256)
1660316400
owner() view returns (address)
0xc24c914aa5a72aa620d6d36f1e42299cbb7583bd
price() view returns (uint256)
6900000000000000
pubMintExpireTime() view returns (uint256)
1660318512
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
5555
wlMerkleRoot() view returns (bytes32)
0x02db67b2b389a5751311278ef98e2949369267186d8c24e752e938d3d7b63c66
wlMintExpireTime() view returns (uint256)
1660318512
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletMintCount(address) view returns (uint256)
State-modifying
Events airdrop(address address_, uint64 airdropAmount)
approve(address to, uint256 tokenId)
purchase(uint256 mintAmount, bytes32[] _merkleProof, uint256 role) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBlindBoxOpened(bool _status)
setBlindTokenURI(string blindTokenURI_)
setOgMerkleRoot(bytes32 _newOgMerkleRoot)
setOgMintExpireTime(uint256 _ogMintExpireTime)
setPbMintExpireTime(uint256 _pubMintExpireTime)
setPrice(uint256 _newPrice)
setSaleState(bool newState)
setWlMerkleRoot(bytes32 _newWlMerkleRoot)
setWlMintExpireTime(uint256 _wlMintExpireTime)
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.