BeeFrens
Verified contract
Active on
Ethereum with 8,752 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 "BeeFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178582 | 4 days ago | | | 0 | 0.0012232429 | |
| 21144791 | 9 days ago | | | 0 | 0.00088212649 | |
| 21114070 | 13 days ago | | | 0 | 0.00026610694 | |
| 21105895 | 14 days ago | | | 0 | 0.000079895814 | |
| 21104171 | 15 days ago | | | 0 | 0.00014687260 | |
| 21101520 | 15 days ago | | | 0 | 0.00062802069 | |
| 21101235 | 15 days ago | | | 0 | 0.00035418140 | |
| 21086572 | 17 days ago | | | 0 | 0.00059697186 | |
| 21071732 | 19 days ago | | | 0 | 0.00031178366 | |
| 20981927 | a month ago | | | 0 | 0.00022926627 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPrivated(bytes32 _leafNode, bytes32[] _proof) view returns (bool)
isWhiteListed(bytes32 _leafNode, bytes32[] _proof) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLeaf(address account, uint256 index, uint256 amount) pure returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses, uint256 _mintAmount)
approve(address to, uint256 tokenId)
mintPrivate(uint256 _mintAmount, uint256 _index, uint256 _amount, bytes32[] _proof) payable
mintPublic(uint256 _mintAmount) payable
mintWhitelist(uint256 _mintAmount, uint256 _index, uint256 _amount, bytes32[] _proof) 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 _newBaseURI)
setMaxSupply(uint256 _supply)
setPrivateRoot(bytes32 _root)
setPublicMintLimit(uint256 _publicMintLimit)
setSaleStep(uint256 _saleStep)
setUnrevealURI(string _newUnrevealURI)
setWhitelistRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()