This contract is being backfilled. You may encounter incomplete storage history.

HoneyFarmQueenDeluxe

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbecbb85a at 15037970
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
3 additional variables

No balances found for "HoneyFarmQueenDeluxe"

No transactions found for "HoneyFarmQueenDeluxe"


Functions
Getter at block 20793670
AMOUNT_FOR_ACTIVATE_HIVE(view returns (uint256)
6900
AMOUNT_TO_KEEP_ACTIVE(view returns (uint32)
23
BURN_AMOUNT_FOR_STAKING_BEE(view returns (uint32)
700
EPOCHS_BEFORE_INACTIVE_BEE(view returns (uint16)
0
EPOCH_LENGTH(view returns (uint256)
0
HIVE_CLAIM_EPOCH_LENGTH(view returns (uint256)
0
HONEY_BEARS_REWARDS_PER_ROUND(view returns (uint32)
100
HONEY_STAKED_BEE_REWARDS_PER_EPOCH(view returns (uint32)
9
HONEY_UNSTAKED_BEE_REWARDS_PER_EPOCH(view returns (uint32)
13
MAX_BEE_LEVEL(view returns (uint8)
0
MAX_USAGE_PER_HIVE(view returns (uint8)
3
MIN_AMOUNT_FOR_ACTIVATE_BEE(view returns (uint32)
700
MIN_BURN_AMOUNT_FOR_CLAIMING_BEE(view returns (uint256)
2300
REWARD_FOR_BURNING_BEE(view returns (uint32)
1200
STARTING_POINT(view returns (uint256)
0
bears(view returns (address)
0x0000000000000000000000000000000000000000
bees(view returns (address)
0x0000000000000000000000000000000000000000
getInitialStartingPoint(view returns (uint256)
0
hive(view returns (address)
0x0000000000000000000000000000000000000000
honey(view returns (address)
0x0000000000000000000000000000000000000000
honeyCombs(view returns (address)
0x0000000000000000000000000000000000000000
osContract(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (uint8 pauseBeeuint8 pauseHiveuint8 pauseBears)
(pauseBee=0, pauseHive=0, pauseBears=0)
totalMintedBees(view returns (uint16)
0
Read-only
beeLevels(uint16view returns (uint8)
getBeeState(uint16 _beeIdview returns (struct HoneyFarmQueenDeluxeBee)
getBeesState(uint16[] _beesIdsview returns (struct HoneyFarmQueenDeluxeBee[] beesToReturn)
getLastRewardedByBear(uint16 _bearIdview returns (uint256)
getLastRewardedByBee(uint16 _beeIdview returns (uint256)
getLastTimeBeeClaimed(uint16 _hiveIdview returns (uint256)
getUnclaimedHoneyForBears(address _ownerview returns (uint256 amount)
getUnclaimedHoneyForBees(address _ownerview returns (uint256 amount)
isBeePossibleToStake(uint16 _beeIdview returns (bool)
rewardsPerBeeLevel(uint8view returns (uint8)
State-modifying
activateBees(uint16[] _beesIds
activateHive(uint16 _hiveId
burnBees(uint16[] _beesIds
claimBearsHoney(uint16[] _bearsIds
claimBeesHoney(uint16[] _beesIds
initLevelUpBees(
initialize(
keepBeesActive(uint16[] _beesIds
levelUpBee(uint16 _beeIduint256[] _honeyCombsuint256[] _quantities
migrateBear(uint256 _oldIduint16 _newIdbytes32 _leafbytes32[] _merkleProof
mintBee(uint16 _hiveId
mintHive(uint16 _bearsId
renounceOwnership(
setBears(address _contract
setBees(address _contract
setHive(address _contract
setHiveClaimEpochLength(uint256 _epochLength
setHoney(address _contract
setHoneyCombs(address _contract
setHoneyEpochLength(uint256 _epochLength
setInitialStartingPoint(uint256 _startingPoint
setMerkleRoot(bytes32 _merkleRoot
setNoOfEpochsBeforeInactiveBee(uint16 _epochs
setOSContract(address _contract
setPauseState(uint8 _pauseBearsuint8 _pauseHivesuint8 _pauseBees
stakeBees(uint16[] _beesIds
transferOwnership(address newOwner
unstakeBees(uint16[] _beesIds
Events
BeeActivated(address indexed _owneruint256 indexed _beeId
BeeBurnt(address indexed _owneruint256 indexed _beeId
BeeClaimed(address indexed _touint256 _amount
BeeKeptActive(address indexed _owneruint256 indexed _beeId
BeeLeveledUp(uint16 _beeIduint256 _level
BeeStaked(address indexed _owneruint256 indexed _beeId
BeeUnstaked(address indexed _owneruint256 indexed _beeId
EpochChange(string indexed epochTypeuint256 _newValue
HiveActivated(address indexed _owneruint256 indexed _hiveId
HoneyClaimed(address indexed _touint256 _amount
HoneyHiveClaimed(address indexed _touint256 _amount
MigratedBear(address indexed _owneruint16 _bearId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseChanged(uint8 _pauseBearsuint8 _pauseHivesuint8 _pauseBees
SetContract(string indexed _contractaddress _target
StartingPointChanged(uint256 startingPoint
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.