Wrecked Punkes

Unverified contract

Proxy

Active on Base with 331 txns
Deployed by via 0x1ab950ba at 18994381
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $0.4
0x5d659180545614e0a79bc5460465c463212fa08533a92b49d2f5615e3d5b23f3
0x4c2e9d810bbe2efd35a1e210f80b7158901a2abf49d171a2e91cc0d9ffdc0152
0x1e2f8e0f48f6e9519e87906474e1594b6a9473de0f3789c535934e55e15cea30
0xe83f7502a2f57a60e963fb124f6baa519762ecb7b6fdcf3d7b7e7a27c253282c
0x6408332b73276ba0d9c084502419ae477fd2eb159321c56a210570a7ef37a8f3
0x2120824b8e424305bd15b528b909c2547d381d11700720277c407f342ad4586c
0x9fa00e9fc3c0033fe21012690800f1cdd1c80d10371efc980a82e3e07e5da9c3
0xb9736763d67211a07513cd6aad388dae4797f0085bf07482310f0a5aa9e546f3
0xa4ed3e72e0826ccd425aef731ce462416aae6225683a829b3938f97a6c94618d
0x40059fcda5785a6fdd22c6dfef4e21c6da73ac320549ca6ef2e730d001e0312d

Functions
Getter at block 23788241
baseURI(view returns (string)
ipfs://bafybeigpjel5liuga2yktn7bfe5bvezydlcwapps732xkl35qxv7nafize/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
10
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
8000
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
name(view returns (string)
Wrecked Punkes
owner(view returns (address)
0xdfc59ff6e0afcda2e390ec808236cf3f5031d278
platformFeeMint(view returns (uint256)
50000000000000
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PUNKES
totalSupply(view returns (uint256 result)
894
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantitypayable 
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(