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 "Bee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19233542 | 9 months ago | | | 0 | 0.00062611384 | |
| 18902661 | 10 months ago | | | 0 | 0.00059791468 | |
| 18893942 | 10 months ago | | | 0 | 0.0010780230 | |
| 18447257 | a year ago | | | 0 | 0.00049139385 | |
| 18447218 | a year ago | | | 0 | 0.0016960937 | |
| 18334009 | a year ago | | | 0 | 0.00024779841 | |
| 18167825 | a year ago | | | 0 | 0.00034838427 | |
| 18099063 | a year ago | | | 0 | 0.00053834651 | |
| 18048732 | a year ago | | | 0 | 0.00047709608 | |
| 17942254 | a year ago | | | 0 | 0.0022363585 |
ABI
ABI objects
Getter at block 21161047
baseURIString() view returns (string)
https://storage.googleapis.com/flowerfam/metadata/bees/
name() view returns (string)
Bee
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0xc2d92613244175cb2f52bf1eace9a4f69943600c
powerCycleBasePeriod() view returns (uint256)
1
powerCycleMaxPeriods() view returns (uint256)
12096000
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
BEE
totalSupply() view returns (uint256)
879
Read-only
authorized(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
beeSpecs(uint256) view returns (uint88 lastInteraction, uint88 powerCycleStart, uint80 powerCycleStored)
getApproved(uint256 tokenId) view returns (address)
getLastAction(uint256 tokenId) view returns (uint88)
getNFTs(address user) view returns (struct BeeUserBeeSpec[])
getPowerCycleStart(uint256 tokenId) view returns (uint88)
getPowerReductionPeriods(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
realOwnerOf(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)
mint(address sender, uint256 amount)
renounceOwnership()
restorePowerOfBee(address owner, uint256 tokenId, uint256 restorePeriods)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorized(address _auth, bool _isAuth)
setBaseURI(string _newBaseURI)
setPowerCycleBasePeriod(uint256 newBasePeriod)
setPowerCycleMaxPeriods(uint256 newMaxPeriods)
setStakeAddress(address stkaddr)
stake(address staker, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(address unstaker, uint256 tokenId)
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(address _openseaProxyRegistryAddress, address _stakeAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()