Hunny Bunny
Verified contract
Active on
Ethereum with 1,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21117777 | 13 days ago | | | 0 | 0.00014921215 | |
| 20319442 | 4 months ago | | | 0 | 0.00037275590 | |
| 19801805 | 6 months ago | | | 0 | 0.00021069898 | |
| 19302830 | 9 months ago | | | 0 | 0.00057840714 | |
| 18910566 | a year ago | | | 0 | 0.00046714623 | |
| 18359073 | a year ago | | | 0 | 0.00023354500 | |
| 18332644 | a year ago | | | 0 | 0.00030290096 | |
| 18298670 | a year ago | | | 0 | 0.00043908960 | |
| 18298669 | a year ago | | | 0 | 0.00042803455 | |
| 18298666 | a year ago | | | 0 | 0.00041126047 |
ABI
ABI objects
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(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMintHB(uint256 _quantity) payable
mintHB(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setSalePrice(uint256 _salePrice)
switchFreeStatus()
switchSalesStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawal()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()