DarkZukis

Verified contract

Active on Ethereum with 1,302 txns
Deployed by via 0x9b23c7bd at 17617370
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DarkZukis"

0x7ca84083737da1e988c5e51a9c2a36ff813aa3535d1654c4a0b6c5048704f9d3
0x4aef99df3b87b5a14606d4e8717780dc3b2cd97a12cc0df22fde98d01deace3f
0xd6b2b0efec266a1a58f1def9c95d57316c5b31cc40f1caa19cd405e3deddb1a0
0x6c15a7139664c9dd0e460da432797fe1519db5e1cabc39547c38a788a95c0261
0x6ba2d960b3bdeacdc102be8bf4c0a6a1246b03dd5e3a65933f8704022e2e5789
0x5517410a2a907968e94b5c0fd578f9af6cee67f1412942e1254d64e469ff5109
0x48d5f405c1d40f3d15ad25f2840ae2e16522753102eb5e28d02be61978c20802
0x379a0d854a3f60383008c84241ca13eb25fa4ba63bdefb796d7c1b707c7cd29f
0x72dae33afb3b434fa54d696cf8a1e02896e0d4307037822d80687e56b4ad392d
0xaa344ff05886fcd50007e4e7ad5d44bd1c90f3e4b48637a39d3e3ff8ebc240da

Functions
Getter at block 21304526
MAX_SUPPLY(view returns (uint256)
2666
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_ownerFortfr(view returns (address)
0xe2265b85e788f7cffdb987986531caeedb2729ed
contractURI(view returns (string)
max_free_per_wallet(view returns (uint256)
2
max_per_wallet(view returns (uint256)
21
name(view returns (string)
DarkZukis
notRevealedUri(view returns (string)
owner(view returns (address)
0xe2265b85e788f7cffdb987986531caeedb2729ed
publicSaleCost(view returns (uint256)
4000000000000000
public_mint_status(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
ZUKI
totalSupply(view returns (uint256)
1668
Read-only
balanceOf(address ownerview returns (uint256)
freeMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
bulkBurn(uint256[] tokenID
burn(uint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 _MAX_SUPPLY
setMax_free_per_wallet(uint256 _max_free_per_wallet
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
toggleReveal(
toggle_public_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferFromZeroAddressBlocked(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(