PunkPhunkPunks

Verified contract

Active on Ethereum with 2,053 txns
Deployed by via 0xc2ad9f6c at 15638469
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $11.68
0x2f6e8299b40a4f3584695b98d0d3d1dc9389ac672f9598fa8c7342572675bc51
0xd379ecb80121dc98f89c54fc4a90479b6a9dc5a2f5e5b3eb16c2bafd0fcbc1cc
0xc3de0e9a179053d17ad98ab6ddf4e7f7d1ce916fac8eb980430a28272c2493f8
0xff4e8ba5f2da325e830fcda3271fb6be44ece2bf483626e4a2f1fc0abcb8d13d
0xcf072a0b88b4d3542dff8d5d6f476f25530b36e7c6adc3cc4fd5c5cef5f4ab3c
0x3e860ec9c18ff044927d8c429272e374a905dca45c2e3d165f17ba8e1b35224a
0xfd087ab8497408ebb05cbc03e95172867913ae8034cfa7ed16a8772c10ab46de
0xee1217821013d8005714080f4b3aa74f69fb901183c48959e5e21bafa2b53160
0x2f154ee7a0bf98d414c42a9735dca20eb18d6cec4b95ba89ab47807f672b8a68
0x5f46ef69e3f2e24ef1eadf719d64f4d08e4d37a8b105b4b11ef85fb261a911d2

Functions
Getter at block 21408965
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
7000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
1
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
name(view returns (string)
PunkPhunkPunks
owner(view returns (address)
0x67a9044c87ebf9d3848e1a8229d73cbc9b876461
symbol(view returns (string)
PPP
totalSupply(view returns (uint256)
3705
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(