Bottle Heads

Verified contract

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

No balances found for "Bottle Heads"

0x3b9238743e676e98ff7aecca566d98a08067bbdd1b363119eaf4a8ebddc06c08
0x2fded34cc66b15693d589640b2e4abd3adbc66b54af0e71f75faafc7bae807f2
0x5c56f289818a2d3bc0bcf1008de5d5ba7de4d2294cdea7d71854dcd1c59ae193
0xb49482792b033808fd321e485ff7c416aa01aa41a6c5ea81bebbb2d49194d2db
0x766f7230b1b3c1242d1570fdc945a530214c4d548d2823a3cae0a40e4ea1b324
0x6611a15d88a3729e3275e8e847a1f131ac4f8e49b9d449069d25186c5907c196
0x0a19b88f98c79f025816d1941ca634d8fd5806fe39681f037c5c4a2b1ed444b5
0x7c39fa6150536c24ce71fb0f8616a8c7e458bee4bc1357768edbe66083f47207
0xdd4c3f51e156c3fe0383c7e05b0640ebf01c0c82a6bee2b398d0649c6943009f
0x9c647de14fc015d4353b100b6ec15caa0c7798c427311e235580c5377e9a8b60

Functions
Getter at block 21178825
MAX_PER_WALLET(view returns (uint256)
8
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
15000
name(view returns (string)
Bottle Heads
owner(view returns (address)
0x340213d0436ea2465f5e18d0082226acec84d72c
symbol(view returns (string)
BH
totalSupply(view returns (uint256)
9260
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool pause
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
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(