KunChicken

Verified contract

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

No balances found for "KunChicken"

0xf7961509eb2cb7b5502e01fedbb9866972a7de06ccc8758450b39f433ffa0d19
0x8f98e39d865a76ee8959d30b065e398573a7f7e816de4b99da4179566b9c7818
0x6bf58a63b72a761c67fcba807fcb579b59d3c38899a6598b646247b11f3c9a7e
From
0x39e9b1cf79621203e2b82282c2f0bbe29dcdb8950294296b82784c92ab394c0d
0x7a0ca9b5ed5340764290505534300e9898c2e5b9a8d7d93c77ba33f6d3a5f94d
0x7c4105abaed3e807c7606a31437ec39eb25b14facae26ee2dc76e44e07699f5c
0x5965cc6a5f8afcc18c7904be052cd8bdbf43bff935ed8a9f2887b8f5a33315da
0x3d92f0e243b895be0a77dfc90c90e0495d606d32d9ad752e1493460532566f82
0x4d1509abc6465deb6509b5d36dc83035c4ef065c7fae7bcee52d7ad89f92e1d7
0x95bda9c703d2da8e1891364d81349d5cc24d5b626f026d97f676a76ef9212110

Functions
Getter at block 21161126
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseTokenURI(view returns (string)
ipfs://bafybeieiyl4yhn6s3rus7opmnpjtwiiydwxohpu7d6l74qu7diaycqgrae/
cost(view returns (uint256)
0
freeSupply(view returns (uint256)
1500
freemintCount(view returns (uint256)
1461
hiddenMetadataUri(view returns (string)
maxFreeAmountPerTx(view returns (uint256)
1
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
1500
mintEnabled(view returns (bool)
true
name(view returns (string)
KunChicken
owner(view returns (address)
0x5eb8305dddd2204ef4dd6aed25258d06172e25dd
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
KUN
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
flipMint(
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setFreeSupply(uint256 _freeSupply
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxFreeAmountPerTx(uint256 _maxFreeAmountPerTx
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(