NeoTokyoPunksCartoon

Verified contract

Active on Ethereum with 159 txns
Deployed by via 0x9f82aac0 at 18546216
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NeoTokyoPunksCartoon"

0xa33daa50a0f55efea1ce541c0ed60c5c05edc1c08a53a020f30611a180c246f0
0xfbbc54c0b907d0f7b974549deec93bed935140ad0ea624045b770376f1e6a14d
0x81fb6a0919d582438d98ef830a7544db462a9a9b4ba71d8d859c0ca0b4e0b68a
0xc89026a1b2ff5ec88a4169ebdcc5b6df5561652dfd2c467c07032906f4708a41
0xbe5aa41c5db3da68b1837ebc4a57621d5ab238a7946d668441a57e820a73c613
0x388f4c59cd4587d6a0bb9d3ef80bd4562a6ef52573efe9dfb857ad82e5bfd1ff
0x5bf26dac3ee8faedf4e0f5b24b3a14e5723732551d23a677f4b56867a2119793
0xbd586447ba6d64f3ad81298df1220ef040e9be69a22fa2063d3d5c6ba429e104
0x0ce4a88e8ad3c93096d224751b7d048bc5cc7f91399717db42238bc4706b29c9
0x293c368301a8b3beb27381fc05397a367dfc273856c1fc3f3b09225a075903b5

Functions
Getter at block 20992434
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 ownerview returns (uint256)
checkMerkleProof(bytes32[] _merkleProofview returns (bool)
claimed(addressview returns (uint256)
claimedAl(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 tokenId)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
ownerMint(address _addressuint256 _quantity
preMint(uint256 _quantitybytes32[] _merkleProofpayable 
pubMint(uint256 _quantitypayable 
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxSupply(uint256 _num
setMerkleRoot(bytes32 _merkleRoot
setMintLimit(uint256 _quantity
setOperatorFilteringEnabled(bool _state
setPresale(bool _state
setPubsale(bool _state
setRoyalty(address _royaltyAddressuint96 _feeNumerator
setUnrevealedURI(string _uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawRevenueShare(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
OperatorNotAllowed(address operator
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account