Crypto Chicks
Verified contract
Active on
Ethereum with 24,133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
METL | ERC-20 | 500 | -- | -- | |
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252689 | a day ago | | | 0 | 0.00074008593 | |
| 21249757 | 2 days ago | | | 0 | 0.00040335346 | |
| 21249478 | 2 days ago | | | 0 | 0.00047241399 | |
| 21248966 | 2 days ago | | | 0 | 0.00099401572 | |
| 21245001 | 2 days ago | | | 0 | 0.00034897193 | |
| 21243555 | 3 days ago | | | 0 | 0.0012087627 | |
| 21240517 | 3 days ago | | | 0 | 0.00052701905 | |
| 21240516 | 3 days ago | | | 0 | 0.00054732101 | |
| 21240487 | 3 days ago | | | 0 | 0.00098894522 | |
| 21195316 | 9 days ago | | | 0 | 0.0017349246 |
ABI
ABI objects
Getter at block 21262217
LAUNCH_TIMESTAMP() view returns (uint256)
1632355200
MAX_BY_MINT() view returns (uint256)
5
MAX_BY_MINT_WHITELIST() view returns (uint256)
3
MAX_ELEMENTS() view returns (uint256)
10000
MAX_RESERVE_COUNT() view returns (uint256)
200
PRICE() view returns (uint256)
55000000000000000
baseTokenURI() view returns (string)
https://metadata.cc.womenlabs.xyz/
isPresaleOpen() view returns (bool)
false
isSaleOpen() view returns (bool)
false
name() view returns (string)
Crypto Chicks
owner() view returns (address)
0x891999f0da21ecb873bc6b166bb5283e513ab788
symbol() view returns (string)
CCH
t1() view returns (address)
0xdf336017f01182a736bb0999b14f75dfd2cb6984
t2() view returns (address)
0x55823e6c16efd081cf52400a73c0444ead97d3be
t3() view returns (address)
0x6b3e893b28bee6e9b9c93a0108ad2030b9cd4ab2
t4() view returns (address)
0x0a15f8d9b8acb352ee11a1d76e967ab44842e9f3
t5() view returns (address)
0xcc47385c67e2c3c42c8f622048b82a481bd47c71
totalMint() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
addressInWhitelist(address addr) view returns (bool)
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToWhiteList(address[] addresses)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
presaleMint(uint256 _count) payable
removeFromWhiteList(address[] addresses)
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresaleOpen(bool _isPresaleOpen)
setReserveAtATime(uint256 _count)
setSaleOpen(bool _isSaleOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateChick(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.