Cyberzuki 2077
Verified contract
Active on
Ethereum with 3,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.48)
Native
Value
$31.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,148.30 |
$31.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547862 | 3 months ago | | | 0 | 0.000076711522 | |
| 19970876 | 5 months ago | | | 0 | 0.00045457368 | |
| 19843073 | 6 months ago | | | 0 | 0.00023678097 | |
| 19307841 | 9 months ago | | | 0 | 0.0012354184 | |
| 18653306 | a year ago | | | 0 | 0.00089002901 | |
| 17486476 | a year ago | | | 0 | 0.0013087493 | |
| 17261361 | a year ago | | | 0 | 0.0014804540 | |
| 17078237 | 2 years ago | | | 0 | 0.00089544305 | |
| 17014731 | 2 years ago | | | 0 | 0.00058826678 | |
| 16966872 | 2 years ago | | | 0 | 0.0016480974 |
ABI
ABI objects
Getter at block 21163055
AVAILABLE_FREE_MINTS() view returns (uint256)
0
AVAILABLE_SUPPLY() view returns (uint256)
7777
FREE_CLAIM_OPEN() view returns (bool)
true
MAX_PER_ADDRESS() view returns (uint256)
40
MAX_PER_TX() view returns (uint256)
20
MERKLE_ROOT() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE() view returns (uint256)
10000000000000000
SALE_OPEN() view returns (bool)
true
baseURI() view returns (string)
https://metadata.cyberzuki2077.com/json/
name() view returns (string)
Cyberzuki 2077
owner() view returns (address)
0x5a1a4a2e691a4df61d16215c266701b4c25332fb
symbol() view returns (string)
CZ
totalSupply() view returns (uint256)
2696
Read-only
addressHasFreeMint(address _address, bytes32[] _proof) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeAvailableFreeMints(uint256 _newValue)
changeMaxPerAddress(uint256 _newValue)
changeMaxPerTx(uint256 _newValue)
changePrice(uint256 _newValue)
flipFreeClaimOpen()
flipSaleOpen()
mint(uint256 _amount, bytes32[] _proof) payable
privateMint(uint256 _amount, address _receiver)
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)
setNewMerkleRoot(bytes32 _newValue)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()