ChickenBrothko

Verified contract

Active on Ethereum with 601 txns
Deployed by via 0x6333c1dd at 18214730
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x6899c5d368522136f44953a025cd5e72e1378f6efb4a2a80658ca32466ef4e9c
0xa691b84e0e72de3b8c17e9cdc1868096985e6d04e93510577838e44d3f8a5f74
0x16e43ecc5ad152f94095256d6a7ace509f2ac98667812a465386cf3e5e991d08
0x5d7b21dfdd1d7bb3494144062b0242f98ad0bd2e72a65b0aff0c50c5d2c3bb79
0xd9bc06547d9570af435bc2d509e855a0d93bf202ff5a19710686a7bd46b18172
0x459e6dea7d82c3725a148e14bf60702c2319f5c6df8b459ddb93fdc2d106a01f
0x80a80b477ad082e34efd6ced8e56ec98323950ffb0083e85e8043047144a51b4
0x9f6e13026229cd4d0dc284b43eaf5ac54672313d9c762342b91dceecfc80faae
0x32223e91fad6bd0c2247aeba4e183bdabe812fcd33deb9a5dc1a96bcdc0755b5
From
0x81e0a3e604029e8e05046879f24e9f06ef79c4cda7c73456f7f83a8f9c8bee0f

Functions
Getter at block 21215660
baseURI(view returns (string)
ipfs://Qmbv5G2hPTKzC9bbwoRgAKe6YQBFvXmoFgoz2ezHkL9ioA/
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
666
mintOpen(view returns (bool)
true
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
ChickenBrothko
owner(view returns (address)
0xec82b0561d195dbb85fdfb3d77041434b73d707c
symbol(view returns (string)
CBRTHK
totalSupply(view returns (uint256)
666
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
airdrop(address _receiveruint256 _amount
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newMetadataURI
setMaxPerTx(uint256 _maxPerTx
setMintOpen(
setPrice(uint256 _mintPrice
setSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
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(string _initMetadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WrongPrice(