NeoTokyoPunksCartoon
Verified contract
Active on
Ethereum with 159 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 "NeoTokyoPunksCartoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20353888 | 4 months ago | | | 0 | 0.00011476973 | |
| 20303415 | 4 months ago | | | 0 | 0.00019758740 | |
| 20166683 | 5 months ago | | | 0 | 0.00021582627 | |
| 20075244 | 6 months ago | | | 0 | 0.0010520736 | |
| 20075220 | 6 months ago | | | 0 | 0.0012700741 | |
| 20072579 | 6 months ago | | | 0 | 0.00084679847 | |
| 19551954 | 8 months ago | | | 0 | 0.0013350700 | |
| 19438425 | 8 months ago | | | 0 | 0.0025249890 | |
| 19137086 | 10 months ago | | | 0 | 0.0019587349 | |
| 19074089 | 10 months ago | | | 0 | 0.00054287525 |
ABI
ABI objects
Getter at block 21286290
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRE_PRICE() view returns (uint256)
10000000000000000
PUB_PRICE() view returns (uint256)
5000000000000000
max_supply() view returns (uint256)
333
merkleRoot() view returns (bytes32)
0x36955bdfa0d5306977538ca4f2c90e01b8faee9f4c69497efd676cc1c1492dd3
mintLimit() view returns (uint256)
10
mintLimitPs() view returns (uint256)
2
name() view returns (string)
NeoTokyoPunksCartoon
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xd075f2d6f90c27102f36edfde39bc4de495ce541
preSaleStart() view returns (bool)
false
pubSaleStart() view returns (bool)
false
symbol() view returns (string)
NTPC
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
checkMerkleProof(bytes32[] _merkleProof) view returns (bool)
claimed(address) view returns (uint256)
claimedAl(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
ownerMint(address _address, uint256 _quantity)
preMint(uint256 _quantity, bytes32[] _merkleProof) payable
pubMint(uint256 _quantity) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxSupply(uint256 _num)
setMerkleRoot(bytes32 _merkleRoot)
setMintLimit(uint256 _quantity)
setOperatorFilteringEnabled(bool _state)
setPresale(bool _state)
setPubsale(bool _state)
setRoyalty(address _royaltyAddress, uint96 _feeNumerator)
setUnrevealedURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawRevenueShare()
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.
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
OperatorNotAllowed(address operator)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)