Boxing Chicken

Verified contract

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

No balances found for "Boxing Chicken"

0x363175cca129ed805fcef0c94b2e445714a49fd7dc6a6d9d6ff365ff1348d35e
0xe31b3f8c4bd6abfbb46540f9061abb468c7c6d6d3a75f69918b5b145ffec63a3
0x634560cc1fb37e31aedcb32a65367b3c06d65e219a22889f446f9f9c28f5cbd6
From
0x4f6a8d7d974be8663370ff037d418ca63a52e9ebc56b40413a443cceb58a812c
0x4c851eb038a76d6bb444f88e4867e857cd1c980731d89b0e5c9fe7c14c0c4cbb
0xd1a0bfadd7fa44343a397c3edfea74ee3b685db945f55058d6235334ed02ef79
From
0xd3be6e27380157728c56aa4f2372847e58230c0e58915489b75641e94376696b
0x4caac146a40fd7b8ea1a554bd85419b0e2407edf3c28c7b1d3d73e09b6223839
0x7c8dd79a3a26fd116f4ddcf06fb54c85afe42fb98a53da599b818b861a90e22b
0xcfa277165ffa458024fbad6360e9b33eb739b0f80e17fec93264f7cd907a7ae4

Functions
Getter at block 20903522
maxPerTx(view returns (uint32)
10
maxSupply(view returns (uint32)
3333
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
Boxing Chicken
owner(view returns (address)
0x2a05c9f33589897b84f75c1750ebbf86669587d1
symbol(view returns (string)
BC
totalSupply(view returns (uint256)
3333
uriPrefix(view returns (string)
ipfs://QmPgRA1y8EaFC8Fcnkoa5cua98rdhiFGbMGiXXD8D7tbx9/
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
PublicMint(uint256 amountpayable 
approve(address touint256 tokenId
burn(uint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(