Punks Never Die
Verified contract
Active on
Ethereum with 4,386 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 "Punks Never Die"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500954 | 4 months ago | | | 0 | 0.000031764133 | |
| 19826718 | 7 months ago | | | 0 | 0.00024199884 | |
| 19431201 | 9 months ago | | | 0 | 0.0021165655 | |
| 18752534 | a year ago | | | 0 | 0.0012285601 | |
| 18257285 | a year ago | | | 0 | 0.00024896513 | |
| 18072486 | a year ago | | | 0 | 0.00037267500 | |
| 18061725 | a year ago | | | 0 | 0.00072279119 | |
| 17968581 | a year ago | | | 0 | 0.00059861514 | |
| 17606864 | a year ago | | | 0 | 0.0015004725 | |
| 17356637 | 2 years ago | | | 0 | 0.0012211246 |
ABI
ABI objects
Getter at block 21379790
MAX_SUPPLY() view returns (uint256)
10000
WHITELIST_MAX_SUPPLY() view returns (uint256)
3000
maxPerAddress() view returns (uint256)
100
maxPerTx() view returns (uint256)
10
name() view returns (string)
Punks Never Die
owner() view returns (address)
0xdd669bb41afca94537a6bb3f6450e3441e7e300a
price() view returns (uint256)
10000000000000000
publicMintState() view returns (bool)
true
symbol() view returns (string)
PND
totalSupply() view returns (uint256)
10000
whitelistMintState() view returns (bool)
false
whitelistSupply() view returns (uint256)
1994
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 quantity) payable
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerTx(uint256 _maxPerTx)
setPrice(uint256 _price)
setWhiteList(address[] addresses, uint8 numAllowedToMint)
startPublicMint()
startWhitelistMint()
stopPublicMint()
stopWhitelistMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()