Hunny Bunny

Verified contract

Active on Ethereum with 1,494 txns
Deployed by via 0x7d36d908 at 15058023
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa46e52eb4b879f7600f38f15c8f00b1db80d880a729e9ab7f3c1abdf7f138115
From
0xfd8b59bedbfc5fa28dcc60e0727bb3442b97ae31610021d5e91eee2c92d37697
0xc7aad07c40adfc9d8540a25eff4302ce7208de086ddd26c5a258f7f6421fba3e
0x4d8d9d445d98518407bd700ae9818fbf1ea8e18108061f0330ac104be6fd7061
0x697eeefa1cfe0f91a64bd072996f1f5207c6f21951a62011c80b57ade7d8d246
0x37712a9d1acc3344b131a0d18b5a80b357b1b82116fa3456f203b5bde0d33732
0x77a9252190cbfc08bfe178d352693f4d8f26cf3d6fa86e4c4f043b2c0a707403
0x9036c368e386d58ba59ab7d1cbd91a56993ff74f7df5b95a91fdcc813ea9e174
0xaee6f8bd6092af04195a687b1552e83c0a13268f1625cee541f4e7fccebd2d08
0xa6ab757112fffaf5afd266da9bef7ccc9aace6ce37b2e87394a77170f0a87e5f

Functions
Getter at block 21209142
FREE_SUPPLY(view returns (uint256)
2000
MAX_PER_MINT(view returns (uint256)
1
MAX_PRE_SALE(view returns (uint256)
3
SALE_SUPPLY(view returns (uint256)
8000
baseURI(view returns (string)
ipfs://QmYnXxbQP2p9yoYRLDa5tUbZZJt5Qev5r2t4hrTvdp4kBx/
freeMintCount(view returns (uint256)
1
isStartFreeMint(view returns (bool)
false
isStartSaleMint(view returns (bool)
true
name(view returns (string)
Hunny Bunny
owner(view returns (address)
0x7f1088bfc4558ca8e600a662a62bb11a5a3dc0fc
salePrice(view returns (uint256)
0
symbol(view returns (string)
HB
totalSupply(view returns (uint256)
3921
Read-only
allowFreeMintPerWallet(addressview returns (uint256)
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
approve(address touint256 tokenId
freeMintHB(uint256 _quantitypayable 
mintHB(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setSalePrice(uint256 _salePrice
switchFreeStatus(
switchSalesStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawal(
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(