Crypto Zuki
Verified contract
Active on
Ethereum with 298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($210.62)
Native
Value
$210.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.067 | $3,143.60 |
$210.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20424777 | 4 months ago | | | 0 | 0.00018258075 | |
| 19627059 | 7 months ago | | | 0 | 0.0012478719 | |
| 16241318 | 2 years ago | | | 0 | 0.0010578363 | |
| 15820612 | 2 years ago | | | 0 | 0.00072641171 | |
| 15581830 | 2 years ago | | | 0 | 0.00081570954 | |
| 15356491 | 2 years ago | | | 0 | 0.0010885524 | |
| 15106778 | 2 years ago | | | 0 | 0.00053147151 | |
| 15079982 | 2 years ago | | | 0 | 0.00075833226 | |
| 14987519 | 2 years ago | | | 0 | 0.0017780211 | |
| 14981909 | 2 years ago | | | 0 | 0.0014390239 |
ABI
ABI objects
Getter at block 21204103
MAX_PER_Address() view returns (uint256)
25
MAX_PER_Transtion() view returns (uint256)
25
PRICE() view returns (uint256)
10000000000000000
_revelNFT() view returns (bool)
true
getPrice() view returns (uint256)
10000000000000000
getStatus() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x6dda27bb24289cd482fe990e245166cbe0ee289047013366bf025558e08fc9ce
name() view returns (string)
Crypto Zuki
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa0459a7beb2c2df73fbbe3fe1a790b15a9dc5d4a
status() view returns (uint256)
2
symbol() view returns (string)
CryptoZuki
totalSupply() view returns (uint256)
3475
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
changeMAX_PER_Address(uint256 MAXPERAddress)
changeMAX_PER_Transtion(uint256 MAXPERTranstion)
changeMintPrice(uint256 _newPrice)
changeRevelStatus()
conf(uint256 Status, uint256 MaxPerAddress, uint256 MaxPerWallet, uint256 Price, uint256 Stop_At)
freemint(uint256 quantity) payable
giveaway(address address_, uint256 quantity_)
mint(uint256 quantity) 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 baseURI)
setMerkleRoot(bytes32 m)
setReserve(uint256 reserve_)
setStatus(uint256 status_)
setStop(uint256 stopat_)
setURIbeforeRevel(string URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.