The Hive Pals
Verified contract
Active on
Ethereum with 1,065 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Hive Pals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20228882 | 5 months ago | | | 0 | 0.00025290494 | |
| 17538603 | a year ago | | | 0 | 0.00038641536 | |
| 16257111 | 2 years ago | | | 0 | 0.00049898498 | |
| 15467438 | 2 years ago | | | 0 | 0.00038545988 | |
| 15467246 | 2 years ago | | | 0 | 0.00030424214 | |
| 15412024 | 2 years ago | | | 0 | 0.0025107325 | |
| 15400656 | 2 years ago | | | 0 | 0.00019407626 | |
| 15400656 | 2 years ago | | | 0 | 0.00019407626 | |
| 15400647 | 2 years ago | | | 0 | 0.00040472831 | |
| 15399595 | 2 years ago | | | 0 | 0.00033857541 |
ABI
ABI objects
Getter at block 21415943
MAX_SUPPLY() view returns (uint256)
777
baseURI() view returns (string)
https://ipfs.io/ipfs/QmXzAXEHTb6qcvAQ3ySzGHEK8PrhQQt8ThcoshAGSivyyE/
limitPerWallet() view returns (uint256)
1
name() view returns (string)
The Hive Pals
owner() view returns (address)
0x3c809bef0ec0527166a5c7903980c4bd4664a17d
publicRevealFlag() view returns (bool)
true
reservedNFTCount() view returns (uint32)
50
reservedSupply() view returns (uint256)
50
reservedWalletAddress() view returns (address)
0x6647b9ec00af25222d627de2ef3a91b1bff17c3b
symbol() view returns (string)
HIVE
totalSupply() view returns (uint256)
727
total_supply() view returns (uint256)
727
whiteListedUsersRevealFlag() view returns (bool)
true
Read-only
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)
whiteListedWallets(address) view returns (bool)
State-modifying
Events addNewWalletForWhiteList(address[] WhiteListAddress)
approve(address to, uint256 tokenId)
mintBee(uint256 quantity)
mintReserved(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPublicRevealFlage(bool flag)
setWhiteListedRevealFlage(bool flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWalletLimit(uint256 newLimit)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _reservedNFTaddress, uint32 _reservedNFTCount, address[] whiteListedAddress, uint256 _limitPerWallet, uint256 _MAX_SUPPLY, string _baseURI, string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()