Click Chicken

Verified contract

Active on Ethereum with 1,308 txns
Deployed by via 0x8276d5d1 at 15561008
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Click Chicken"

0xbf883fea6783bc92cea993af8cc1bbdfc59218767f8c2b7c7d3649251f612934
0x1a15ec8ff0503001f0f0bdce5c79448c3bb22667b1f0a48a85a7b6dd5d0b2aa9
0xc940f4ddcdb97fbd57e7640881f3d7e7814b826327e118a43a2eec838faa0357
0x62df9e2d268533235f4010383f48cfa3e6de109077fc9ee07d5145073b6456f1
0xc6165f4517f45f51bdadffe3fb362e7ec3d371ba14d8baca59c0e084ce3e0b48
0xd54f8cba75b984d0c4d9ab952df8c2a4f9318712b468ff75775198a6035a5970
0x96b64a32f1349a8b98920f9026108ede45918e538a73beed78940c76cbf70934
0x2d4fc070e13ec90d8d013d001df4a8147eb23d5fd37b8ddad67ab91b825a5242
0xb18ea55e9a57da5b0cb2ae6992c52d0a365329dd1ec4007a12f8f20e2c7f7b8a
0xf18342104d5f0c1569957c3c02760eb9ebad0397e2df427a21895915d041cb00

Functions
Getter at block 20984637
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
6666
name(view returns (string)
Click Chicken
owner(view returns (address)
0xeb3554c401dc195f39d04fa963edad9972cfe7e2
symbol(view returns (string)
CC
totalSupply(view returns (uint256)
5842
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(