Darknezz

Verified contract

Active on Ethereum with 1,750 txns
Deployed by via 0x9ffeb831 at 15217083
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.67
0x02e884f5182123c8a2fb6ea695b96a9b06b07bab9948618dc260451ff444723d
0x06f4dadccbb2c4ea8a74996417ebf37bf1ab9e26104bd78e815ca87374ef6ff6
0xbc24c6af6ec0e098d29d5856c7c8b53804a93dccbf7c501ad8abe2e32553b287
0xaa61d44a3e3b3a1c4bdeffd3064d82ea243bfca1845ee18fba1be06a8131d40c
0xcd6182bdc46758c1726816fd00c8078f774dfd18148e9279eaef7d48b4f1ef11
0x6ebfe941c22ce2771d40bcde6f364f43a125f8e9a530137f645466c6b545def3
0x28a7c3b368e726ad102d56518ea389bcd15cdc753fc7054e7d00c36ea5035e56
0x3bdabad215b31c18e8f733b0ccb381f8b04e304d584e60af2eec69c343738a20
0x99dddba5cecbb9a459a70365e071b4e6bbe35db684e2c4763b0eadc314276144
0x972fc369443d0be96acec0336bacf5d0133ec29d9c99256c06c5aebc7a4a30d3

Functions
Getter at block 21301374
MAX_PER_WALLET(view returns (uint256)
4
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
8888
name(view returns (string)
Darknezz
owner(view returns (address)
0x68d343ed665b783d815d9b2bb3485f90217f1795
symbol(view returns (string)
DZ
totalSupply(view returns (uint256)
6248
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(