EtherHives
Verified contract
Active on
Ethereum with 14,853 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 7 additional slots
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
Balances ($1.50)
Native
Value
$1.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000451 | $3,319.62 |
$1.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452038 | 4 months ago | | | 0.002 | 0.00010000000 | |
| 20408895 | 4 months ago | | | 0 | 0.00034200000 | |
| 20408895 | 4 months ago | | | 0 | 0.00018000000 | |
| 20395537 | 4 months ago | | | 0 | 0.0078360479 | |
| 20395536 | 4 months ago | | | 0.01 | 0.019316467 | |
| 20395535 | 4 months ago | | | 0.03 | 0.00030116100 | |
| 20251075 | 5 months ago | | | 0.002 | 0.00053710200 | |
| 20174164 | 5 months ago | | | 0 | 0.00054000000 | |
| 15382450 | 2 years ago | | | 0 | 0.00049209600 | |
| 15291928 | 2 years ago | | | 0.004 | 0.00061766730 |
ABI
ABI objects
Getter at block 21246134
ADMIN_PERCENT() view returns (uint256)
10
BEES_COUNT() view returns (uint256)
8
BONUS_PERCENTS_PER_WEEK() view returns (uint256)
1
BONUS_TIME() view returns (uint256)
604800
COINS_PER_ETH() view returns (uint256)
250000
FIRST_BEE_AIRDROP_AMOUNT() view returns (uint256)
500000000000000000000
HONEY_DISCOUNT_PERCENT() view returns (uint256)
10
MAX_BEES_PER_TARIFF() view returns (uint256)
32
MEDALS_COUNT() view returns (uint256)
10
QUALITIES_COUNT() view returns (uint256)
6
SUPERBEE_PERCENT_UNLOCK() view returns (uint256)
30
SUPER_BEE_BUYER_PERIOD() view returns (uint256)
604800
SUPER_BEE_INDEX() view returns (uint256)
7
TRON_BEE_INDEX() view returns (uint256)
6
bonus() view returns (uint256 threadPaid, uint256 lastPaidTime, uint256 numberOfUsers)
(threadPaid=5182827314589898907, lastPaidTime=1622897160, numberOfUsers=2)
maxBalance() view returns (uint256)
617731853136735511788
owner() view returns (address)
0x6dcb2f99b50c71d18fd3ffa6fae1346183340c8a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
superBeeUnlocked() view returns (bool)
true
totalBeesBought() view returns (uint256)
66404
totalDeposited() view returns (uint256)
1218910925155850051316
totalPlayers() view returns (uint256)
1022
totalWithdrawed() view returns (uint256)
1088470705096565730427
Read-only
BEES_LEVELS_PRICES(uint256) view returns (uint256)
BEES_MONTHLY_PERCENTS(uint256) view returns (uint256)
BEES_PRICES(uint256) view returns (uint256)
MEDALS_POINTS(uint256) view returns (uint256)
MEDALS_REWARDS(uint256) view returns (uint256)
QUALITY_HONEY_PERCENT(uint256) view returns (uint256)
QUALITY_PRICE(uint256) view returns (uint256)
REFERRAL_PERCENT_PER_LEVEL(uint256) view returns (uint256)
REFERRAL_POINT_PERCENT(uint256) view returns (uint256)
earned(address user) view returns (uint256)
instantBalance(address account) view returns (uint256 balanceHoney, uint256 balanceWax)
playerBees(address who) view returns (uint256[8])
players(address) view returns (uint256 registeredDate, bool airdropCollected, address referrer, uint256 balanceHoney, uint256 balanceWax, uint256 points, uint256 medals, uint256 qualityLevel, uint256 lastTimeCollected, uint256 unlockedBee, uint256 totalDeposited, uint256 totalWithdrawed, uint256 referralsTotalDeposited, uint256 subreferralsCount)
referrals(address user) view returns (address[])
userBonusEarned(address user) view returns (uint256)
userBonusPaid(address user) view returns (uint256)
userRegisteredForBonus(address user) view returns (bool)
State-modifying
Events buyBees(uint256 bee, uint256 count) payable
claimOwnership()
collect()
collectMedals(address user)
deposit(address ref) payable
payRepresentativeBonus()
renounceOwnership()
retrieveBonus()
transfer(address account, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(uint256 bee) payable
updateQualityLevel()
withdraw(uint256 amount)
BeeUnlocked(address indexed user, uint256 bee)
BeesBought(address indexed user, uint256 bee, uint256 count)
BonusPaid(uint256 users, uint256 amount)
Deposited(address indexed user, uint256 amount)
MedalAwarded(address indexed user, uint256 indexed medal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QualityUpdated(address indexed user, uint256 indexed quality)
ReferrerPaid(address indexed user, address indexed referrer, uint256 indexed level, uint256 amount)
Registered(address indexed user, address indexed referrer)
RewardCollected(address indexed user, uint256 honeyReward, uint256 waxReward)
UserAddedToBonus(address indexed user)
Withdrawed(address indexed user, uint256 amount)
constructor()
receive()
This contract contains no error objects.