The Neon Punkz
Verified contract
Active on
Ethereum with 1,833 txns
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 "The Neon Punkz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095904 | 17 days ago | | | 0 | 0.00013496239 | |
| 21095878 | 17 days ago | | | 0 | 0.00012925675 | |
| 20633448 | 3 months ago | | | 0 | 0.000070957035 | |
| 20590454 | 3 months ago | | | 0 | 0.000050157411 | |
| 20558545 | 3 months ago | | | 0 | 0.000024501132 | |
| 20474067 | 3 months ago | | | 0 | 0.00010073088 | |
| 20158599 | 5 months ago | | | 0 | 0.00015593630 | |
| 20008452 | 5 months ago | | | 0 | 0.00072214880 | |
| 19790554 | 6 months ago | | | 0 | 0.00057096050 | |
| 19607648 | 7 months ago | | | 0 | 0.00027568280 |
ABI
ABI objects
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 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 Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()