CuteZuki
Verified contract
Active on
Ethereum with 1,715 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 "CuteZuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264930 | 9 days ago | | | 0 | 0.00067060343 | |
| 20553570 | 4 months ago | | | 0 | 0.000058466650 | |
| 20476066 | 4 months ago | | | 0 | 0.00015384343 | |
| 20229062 | 5 months ago | | | 0 | 0.00013959550 | |
| 19810608 | 7 months ago | | | 0 | 0.00041817105 | |
| 19554873 | 8 months ago | | | 0 | 0.00055814966 | |
| 17964771 | a year ago | | | 0 | 0.0014403909 | |
| 17605015 | a year ago | | | 0 | 0.00061015602 | |
| 17184518 | 2 years ago | | | 0 | 0.0028325707 | |
| 16940528 | 2 years ago | | | 0 | 0.0018237028 |
ABI
ABI objects
Getter at block 21327294
MAX_SUPPLY() view returns (uint256)
4444
MaxMintAmount() view returns (uint256 _maxMintAmount)
10
MintIndex() view returns (uint256 index)
4444
Price() view returns (uint256 _cost)
10000000000000000
baseExtension() view returns (string)
.json
name() view returns (string)
CuteZuki
owner() view returns (address)
0xe709cb7e86400486d5e538e6e3b927bb41f2dfd2
paused() view returns (bool)
false
remainingSupply() view returns (uint256)
1
symbol() view returns (string)
CZ
tokenSupply() view returns (uint256)
4443
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events MintCuteZuki(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.