BeeFrens

Verified contract

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

No balances found for "BeeFrens"

0xf13aae627422dbc4930d0834b1d9975e33f022ff6fdca818b90df004fce94b4a
0x1f7dfb4504a252c27c90c4df35d654851d5073164aaba95623ff66761630f92f
0x4608afba7b33651501aebea9ebb577d5ee257bbad23a13fd5c732b6a0c2a9722
0xf721483c00462826ff144bc59fa75362054d4495796b240b47082d5bb7bcf6a1
0xe36151272c7a8889a2aad4f1208a04a83060ca24cb698ad39d3dd5da2dbf6659
0x3127307158b7b1711a4f12d4937d0e1b457c1342449e5d9760115623ca80e911
0x370a36551c9dd5c48e0c1285e8c4ecce485b8341bf4bcce944087ee498cd97de
0x5cc819a251d275898a63aad1e74dc6d0c82f682e8b0f3f31238cba0e43bf7525
0xad099390ea2c687fd5f425e12684b5c5d097f1ae8dbffef12379486cbec1f8b4
0x721fdb31a8545b716932a1cf30a832459dac35e7ecbd43f6d71faef73a3c97c5

Functions
Getter at block 21209721
MAX_SUPPLY(view returns (uint256)
8888
PRIVATE_ROOT(view returns (bytes32)
0xfdaccd5705e60cff6c8d10848931276b2b08947f800fd8338b8811c8e1be5bf1
PUBLIC_MINT_LIMIT(view returns (uint256)
2
SALE_STEP(view returns (uint256)
2
WHITELIST_ROOT(view returns (bytes32)
0x66130bf60153309764fbacd4610be12e04a1e7bcec2ac5c9b2f0e6f2a4c5ea1f
name(view returns (string)
BeeFrens
owner(view returns (address)
0x34d540e50a4da79cce7138db8b66ea57cdf49391
symbol(view returns (string)
BEEFRENS
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPrivated(bytes32 _leafNodebytes32[] _proofview returns (bool)
isWhiteListed(bytes32 _leafNodebytes32[] _proofview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
toLeaf(address accountuint256 indexuint256 amountpure returns (bytes32)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddressesuint256 _mintAmount
approve(address touint256 tokenId
mintPrivate(uint256 _mintAmountuint256 _indexuint256 _amountbytes32[] _proofpayable 
mintPublic(uint256 _mintAmountpayable 
mintWhitelist(uint256 _mintAmountuint256 _indexuint256 _amountbytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _supply
setPrivateRoot(bytes32 _root
setPublicMintLimit(uint256 _publicMintLimit
setSaleStep(uint256 _saleStep
setUnrevealURI(string _newUnrevealURI
setWhitelistRoot(bytes32 _root
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
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(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(