PEPE 2.0
Verified contract
Proxy
Active on
Ethereum with 620 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21380522 | a day ago | | | 0 | 0.0013496046 | |
| 20900734 | 2 months ago | | | 0 | 0.00018864069 | |
| 20300630 | 5 months ago | | | 0 | 0.00034687056 | |
| 19545309 | 8 months ago | | | 0 | 0.0010920328 | |
| 19438974 | 9 months ago | | | 0 | 0.00087136143 | |
| 19232473 | 10 months ago | | | 0 | 0.00062397649 | |
| 19232472 | 10 months ago | | | 0 | 0.00091029863 | |
| 19073856 | a year ago | | | 0 | 0.00038276236 | |
| 18945243 | a year ago | | | 0 | 0.00066863937 | |
| 18913012 | a year ago | | | 0 | 0.00065962626 |
ABI
ABI objects
Getter at block 21389260
implementation() view returns (address)
0x02e2c2314eee894d6caa1d86c877b117542fbc72
initialized() view returns (bool)
true
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
999
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
PEPE 2.0
owner() view returns (address)
0xdd35046bcd9bc0c6d80788db9717f12dc44d8050
symbol() view returns (string)
PEPE2
totalSupply() view returns (uint256)
800
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 upgradeTo(address newImplementation)
approve(address to, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()