ChinaChic NFT
Verified contract
Active on
Ethereum with 8,755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 106.102068 | $0.063473 |
$6.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244288 | 2 days ago | | | 0 | 0.00093463707 | |
| 21242406 | 2 days ago | | | 0 | 0.00072041757 | |
| 21241979 | 2 days ago | | | 0 | 0.00048303818 | |
| 21223241 | 5 days ago | | | 0 | 0.0011149676 | |
| 21218514 | 5 days ago | | | 0 | 0.00045893801 | |
| 21197835 | 8 days ago | | | 0 | 0.0010981459 | |
| 21183460 | 10 days ago | | | 0 | 0.0022367305 | |
| 21170392 | 12 days ago | | | 0 | 0.0010855457 | |
| 21170011 | 12 days ago | | | 0 | 0.0011646788 | |
| 21151466 | 15 days ago | | | 0 | 0.00056738030 |
ABI
ABI objects
Getter at block 21255497
MAX_PER_ADDRESS() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2600
RESERVES() view returns (uint256)
578
isPublicSaleActive() view returns (bool)
false
isWhitlistSaleActive() view returns (bool)
true
name() view returns (string)
ChinaChic NFT
owner() view returns (address)
0x89c372c155735cb41bcd7ef08841057f315f5bb0
paused() view returns (bool)
false
symbol() view returns (string)
CHINACHIC
totalSupply() view returns (uint256)
2600
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 approve(address to, uint256 tokenId)
collectReserves(uint256 numberOfTokens)
flipPublicSale()
flipWhitelistSale()
publicMint()
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 rootHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof)
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(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()