This contract is being backfilled. You may encounter incomplete storage history.

The Neon Punkz

Verified contract

Active on Ethereum with 1,833 txns
Deployed by via 0x8daa2ab6 at 16756426
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Neon Punkz"

0x8f5a1ec73b462fbd283badce8719ca2560150745d6544d02e4a22784b1b51ada
0x21f28ab2683d2481652c0b344a876535ee881b9ebb6dff7b18d505129b0ec9be
0x30f7b6923f55c5aa5b1147d36350a394a0dc48dc98997e0e4d400689b257020e
0x7ca28a44e6cee5a13154dc046d95f96a7cb1028c97c0bfd19e6fc5d7a6831edc
0xd058e838d25e3013fff304a3f95b59ad3242ebb155655aefc4cc8940c9fc8e9f
0x55500520d44383877b631502eab33696b5917358c34e598f3111c85600eb8097
0x012ea6f590e75b63fa7ccfdbc7d572d375613decf2da6cbfdcd56aa79cf18681
0x4464ae0a608f107de6521170efdf737270607f772c17f595ca35722ba2fb2db8
0xd4124ea49b31ed8cc02a5babbbd08d65aa89753b94d6db98dcb140e50b49af4f
0xe33a1f1e697f791df5722035c2bce25b75be67e13e867c1cc1d22f813f103cb0

Functions
Getter at block 21214816
NUM_FREE_MINTS(view returns (uint256)
10000
cost(view returns (uint256)
1000000000000000
freeNFTAlreadyMinted(view returns (uint256)
201
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
20
maxMintAmountPerWallet(view returns (uint8)
20
maxSupply(view returns (uint16)
5555
name(view returns (string)
The Neon Punkz
owner(view returns (address)
0x7a725c2e2c6719a16c22f88583c8d227b73c8676
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
PUNKZ
totalSupply(view returns (uint256)
5555
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
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setNumFreeMints(uint256 _numfreemints
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
seturiSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(