PEPE Fold
Verified contract
Proxy
Active on
Ethereum with 1,063 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 Fold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998911 | 18 days ago | | | 0 | 0.00022294931 | |
| 20250115 | 4 months ago | | | 0 | 0.00010165728 | |
| 18344862 | a year ago | | | 0 | 0.00026062149 | |
| 18344862 | a year ago | | | 0 | 0.00038898048 | |
| 18205896 | a year ago | | | 0 | 0.00038717437 | |
| 17653851 | a year ago | | | 0 | 0.00075021481 | |
| 16944851 | 2 years ago | | | 0 | 0.0010573031 | |
| 16893773 | 2 years ago | | | 0 | 0.00099713818 | |
| 16876193 | 2 years ago | | | 0 | 0.0019121685 | |
| 16875750 | 2 years ago | | | 0 | 0.00064837836 |
ABI
ABI objects
Getter at block 21124606
implementation() view returns (address)
0xba3e7dce870b30d5c62deb99951ea235457bdd9e
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 Fold
owner() view returns (address)
0x620cfa8e4f28eba528b7281c9b2d29f0dc9b179a
symbol() view returns (string)
PF
totalSupply() view returns (uint256)
999
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) payable
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
reserve(address addr, uint256 count)
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()