KillerChicks

Verified contract

Active on Ethereum with 597 txns
Deployed by via 0x44dd3d50 at 16196962
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KillerChicks"

0x557746d572bb96ce9fba6e5647dd0468773953c8bc2c32f9bca0fd5d90d06988
0xbbe92b6eb3256e8c5e4eb066c3c8fb7792375373c24b3335ef72e5ef2a600ca5
0xfef406654c878e89f5ea2515bee80109f145bc4a9e8d83d50290b2e64e1c0594
0x4d0f46cecc041bc6a21c419edbe8606efd15dc8bf99cece2ec824fb3737609d9
0xf9cf00cb2f33febdf0da3863a0abe9d87e52d17308ca19277d6b7b1d214dc3a9
0xef80039a948f2c318a45034348efc5d7ba53f0362e776f60bff4e79a932e94c8
0xceea52c9b801e643355878f8c46615ec3ff3072d8947893fd02c1c5171642301
0xc66dd11de06eabcd91360ae8878fc79fd86600e2ff546f5f4b55cff7e51d61b3
0x8e41f5ec7b26fb5dc4072c10b814ae794565722fafd4304de6b03f2071d4c549
0x85df46dabe994099db26277fd106886a4882f2ce2d056ae67959f1ec38824be7

Functions
Getter at block 21226621
MAX_PER_WALLET(view returns (uint256)
4
contractURI(pure returns (string)
maxSupply(view returns (uint256)
2222
name(view returns (string)
Killer Chicks
owner(view returns (address)
0x8a7fe36c7c174f2a2abc976bc7ad3422873bca34
symbol(view returns (string)
KC
totalSupply(view returns (uint256)
2222
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(