PepePepe
Verified contract
Active on
Ethereum with 1,753 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 "PepePepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649459 | 3 months ago | | | 0 | 0.000061015044 | |
| 20637038 | 3 months ago | | | 0 | 0.000087389449 | |
| 20350886 | 4 months ago | | | 0 | 0.00011351427 | |
| 19810720 | 6 months ago | | | 0 | 0.00024406355 | |
| 18903944 | a year ago | | | 0 | 0.00060015167 | |
| 18896111 | a year ago | | | 0 | 0.00066925924 | |
| 18812977 | a year ago | | | 0 | 0.0010637455 | |
| 18804515 | a year ago | | | 0 | 0.00067943044 | |
| 18602421 | a year ago | | | 0 | 0.00083819530 | |
| 18523145 | a year ago | | | 0 | 0.00082170430 |
ABI
ABI objects
Getter at block 21215751
contractURI() view returns (string)
isPublicSalesActive() view returns (bool)
true
maxNormalMintPerAccount() view returns (uint256)
4
maxNormalMintPerTX() view returns (uint256)
4
maxSupply() view returns (uint256)
2222
name() view returns (string)
PepePepe
normalMintPrice() view returns (uint256)
10000000000000000
owner() view returns (address)
0x6139797447fee33938e81a44b80e5be888d4fefe
publicSalesTimestamp() view returns (uint256)
1665795600
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
2222
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)
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[])
totalNormalMintPerAccount(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractURI_)
setMaxNormalMintPerAccount(uint256 maxNormalMintPerAccount_)
setMaxSupply(uint256 maxSupply_)
setNormalMintPrice(uint256 normalMintPrice_)
setPublicSalesTimestamp(uint256 timestamp)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()