NeoTokyoPunks
Verified contract
Active on
Ethereum with 6,333 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 "NeoTokyoPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247898 | 3 days ago | | | 0 | 0.00045212542 | |
| 21247673 | 3 days ago | | | 0 | 0.00061223910 | |
| 21239521 | 4 days ago | | | 0 | 0.00059586953 | |
| 21222441 | 7 days ago | | | 0 | 0.0019455125 | |
| 21216970 | 7 days ago | | | 0 | 0.0010228010 | |
| 21215830 | 8 days ago | | | 0 | 0.0011346995 | |
| 21159618 | 15 days ago | | | 0 | 0.0012976174 | |
| 21153068 | 16 days ago | | | 0 | 0.00043266915 | |
| 21148212 | 17 days ago | | | 0 | 0.00054182154 | |
| 21121317 | 21 days ago | | | 0 | 0.00018098565 |
ABI
ABI objects
Getter at block 21270250
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
NeoTokyoPunks
nextOwnerToExplicitlySet() view returns (uint256)
0
numberOfToken() view returns (uint256)
2222
owner() view returns (address)
0x1f8b98db321ab2816b517bbeef905bb06473112c
publicSaleEnabled() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
NTP
totalSupply() view returns (uint256)
2223
whitelistSaleEnabled() view returns (bool)
false
wlmintPrice() view returns (uint256)
30000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address) view returns (uint256)
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)
walletOfOwner(address _address) view returns (uint256[])
wlMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _amount, address _address)
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 newPrice)
setPublicSale(bool bool_)
setWhitelistSale(bool bool_)
sethiddenBaseURI(string uri_)
setreveal(bool bool_)
setwlPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_) 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.
This contract contains no error objects.