KunChicken
Verified contract
Active on
Ethereum with 1,405 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 "KunChicken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17022354 | 2 years ago | | | 0 | 0.0012496858 | |
| 17018250 | 2 years ago | | | 0 | 0.0013554044 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004493 | 2 years ago | | | 0 | 0.0018710360 | |
| 17004492 | 2 years ago | | | 0 | 0.0018678483 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
flipMint()
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()