ClickChicken
Verified contract
Active on
Ethereum with 1,647 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 "ClickChicken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104811 | 9 days ago | | | 0 | 0.000094110800 | |
| 20160037 | 5 months ago | | | 0 | 0.000072697121 | |
| 18593111 | a year ago | | | 0 | 0.0013952854 | |
| 18581749 | a year ago | | | 0 | 0.0016303280 | |
| 18564704 | a year ago | | | 0 | 0.0025725249 | |
| 18563481 | a year ago | | | 0 | 0.0022677052 | |
| 17799955 | a year ago | | | 0 | 0.00065266636 | |
| 17511260 | a year ago | | | 0 | 0.00034216733 | |
| 17460767 | a year ago | | | 0 | 0.00035394870 | |
| 17407631 | a year ago | | | 0 | 0.0013459004 |
ABI
ABI objects
Getter at block 21167965
ALLOW_QUANTITY() view returns (uint256)
9
MAX_SUPPLY() view returns (uint256)
2022
_contractURI() view returns (string)
https://bafkreibyhh5eeupkqionuftxw4u6gai5ax2cvrgxqxw2c56vj4hjtkh7hq.ipfs.nftstorage.link/
_merkleRoot() view returns (bytes32)
0x86e27c90ff1ee1e186219c163465b5398540bf703ecd209b7dc7f217b805c580
_merkleRootOG() view returns (bytes32)
0xda3c2991f16b9148eb2a8c22bd4b8672a36ed5a553d646ccfb797c4d41401b66
baseURI() view returns (string)
https://bafybeidia57tiwc7wzgtsg2cwgzfb4vzzj43wisavts62wbhs5dsbzeubi.ipfs.nftstorage.link/
blindURI() view returns (string)
https://bafkreiev5d4odibht5lwwdoxyihof2udr7iqq5rrzyt77wbncldt4uvapa.ipfs.nftstorage.link/
contractURI() view returns (string)
https://bafkreibyhh5eeupkqionuftxw4u6gai5ax2cvrgxqxw2c56vj4hjtkh7hq.ipfs.nftstorage.link/
name() view returns (string)
ClickChicken
owner() view returns (address)
0xfbf1612db29dbd1388b6e1dd45ca756c6066b9fe
price() view returns (uint256)
9900000000000000
saleStartTime() view returns (uint256)
1661274000
saleTimeFrame() view returns (uint256)
2678400
sellingStep() view returns (uint8)
1
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
1176
verifyAccount() view returns (address)
0x753b86b9e98fb4f7bb27e4dd6e4d1a65b745bbae
Read-only
_verify(bytes32 _leaf, bytes32[] _proof) view returns (bool)
_verifyOG(bytes32 _leaf, bytes32[] _proof) view returns (bool)
balanceOf(address owner) view returns (uint256)
claimedQuantity(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedQuantity(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 __tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
promotionMint(address _to, uint256 _quantity) payable
publicSaleMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowQuantity(uint256 __newAllowQuantity)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setBlindUri(string _blindURI)
setContractUri(string __newContractURI)
setMaxSupply(uint256 __newMaxSupply)
setMerkleRoot(bytes32 __merkleRoot)
setMerkleRootOG(bytes32 __merkleRootOG)
setSaleStartTime(uint256 _saleStartTime)
setSaleTimeFrame(uint256 __newSaleTimeFrame)
setStep(uint256 _step)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _proof) 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(uint256 __price, bytes32 __merkelRoot, bytes32 __merkelRootOG, string __blindURI, string __contractURI, address __verifyAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.