CryptoPepePunks
Verified contract
Active on
Ethereum with 431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,602.78 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19886125 | 7 months ago | | | 0 | 0.00014399291 | |
| 18909128 | a year ago | | | 0 | 0.00048896676 | |
| 18550478 | a year ago | | | 0 | 0.0013936343 | |
| 17452860 | a year ago | | | 0 | 0.00076922165 | |
| 17099569 | 2 years ago | | | 0 | 0.0018323541 | |
| 17099568 | 2 years ago | | | 0 | 0.0016404435 | |
| 16807105 | 2 years ago | | | 0 | 0.0014328119 | |
| 16707751 | 2 years ago | | | 0 | 0.0024135768 | |
| 16656478 | 2 years ago | | | 0 | 0.0012839264 | |
| 16251508 | 2 years ago | | | 0 | 0.00066436545 |
ABI
ABI objects
Getter at block 21322175
Active() view returns (bool)
false
maxPepes() view returns (uint256)
10000
metaURI() view returns (string)
ipfs://bafybeifctik2dz3abrlq4qlas4xr7uzmtvlhbxb244jdumfooh7xg4csfa/
name() view returns (string)
CryptoPepePunks
owner() view returns (address)
0x9dcf2e24716b3920364719c889a582163ea6ea8a
privateMintTotal() view returns (uint256)
1000
privatePepes() view returns (uint256)
1000
publicMaxMint() view returns (uint256)
50
publicPepes() view returns (uint256)
9000
symbol() view returns (string)
CPP
totalSupply() view returns (uint256)
9915
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
howmanyminted(address) view returns (uint256)
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 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Sale(bool _status)
approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
privateMint(address sendTo, uint256 howMany)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 _max)
setMetaURI(string loc)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawal() payable
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.