Contemporary Zuki
Verified contract
Active on
Ethereum with 1,104 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 "Contemporary Zuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560241 | 3 months ago | | | 0 | 0.000036406171 | |
| 18389990 | a year ago | | | 0 | 0.0010090164 | |
| 17860425 | a year ago | | | 0 | 0.0013042659 | |
| 16382615 | 2 years ago | | | 0 | 0.00072979538 | |
| 16249948 | 2 years ago | | | 0 | 0.00053216729 | |
| 16209788 | 2 years ago | | | 0.024 | 0.00036015886 | |
| 16104355 | 2 years ago | | | 0 | 0.00028079326 | |
| 15787470 | 2 years ago | | | 0 | 0.00090758747 | |
| 15676927 | 2 years ago | | | 0 | 0.00076928906 | |
| 15664858 | 2 years ago | | | 0 | 0.00020288099 |
ABI
ABI objects
Getter at block 21302905
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
3
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
5555
MAX_SUPPLY_FROZEN() view returns (bool)
true
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
2000000000000000
SALE_IS_ACTIVE() view returns (bool)
true
maxSupply() view returns (uint256)
5555
name() view returns (string)
Contemporary Zuki
owner() view returns (address)
0x25538db3213ed138ec661d0226ea3561ff9eafd8
paused() view returns (bool)
false
symbol() view returns (string)
CZ
totalFreeMinted() view returns (uint256)
1957
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeMints(address addy) view returns (uint64)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxSupply(uint256 newMaxSupply)
freezeMaxSupply()
freezeMetadata()
mint(address _to, uint256 _mintAmount)
mint(uint32 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMaxMintPerTx(uint256 maxMint)
setPrice(uint256 price)
setSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 price, uint256 _maxSupply, uint256 maxMintPerTx, uint16 maxFreeMintsPerWallet, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()