BEEETHPool
Verified contract
Active on
Ethereum with 750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd42…04d4
0x9324…88fa
Balances ($108,747.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 30.41 | $3,576.05 |
$108,747.68 | |
HONEY | ERC-20 | 250K | -- | -- | |
BEE | ERC-20 | 18.754101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16096741 | 2 years ago | | | 0 | 0.00052072900 | |
| 11183188 | 4 years ago | | | 0 | 0.0042624420 | |
| 11120453 | 4 years ago | | | 0 | 0.0031448100 | |
| 11120256 | 4 years ago | | | 0 | 0.0021829500 | |
| 11105559 | 4 years ago | | | 0 | 0.0054564931 | |
| 11047495 | 4 years ago | | | 0 | 0.0083861600 | |
| 10908776 | 4 years ago | | | 0 | 0.0098554680 | |
| 10908770 | 4 years ago | | | 0 | 0.0081456640 | |
| 10906640 | 4 years ago | | | 0 | 0.032361276 | |
| 10903376 | 4 years ago | | | 0 | 0.016244336 |
ABI
ABI objects
Getter at block 21291122
DECIMALS() view returns (uint256)
1000000000000000000
DURATION() view returns (uint256)
625000
EPOCH_REWARD() view returns (uint256)
10000
HONEYWAIT() view returns (uint256)
172800
bee() view returns (address)
0xcd4292701995f4707ae63fb1a48d80db2c5f04d4
honey() view returns (address)
0x932441a0f11482cb5f8b8900ab981a39806f88fa
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1600267000
lastUpdateTime() view returns (uint256)
1600267000
maxSupply() view returns (uint256)
4298746700000000000000
owner() view returns (address)
0x8f2ea106c8cdf59c72d49afacca3e70bda175f29
periodFinish() view returns (uint256)
1600267000
rewardDistribution() view returns (address)
0x0d8e708f9cff2634169d7c221cf6bfa0c5731d63
rewardPerToken() view returns (uint256)
1993536408273864270455
rewardPerTokenStored() view returns (uint256)
1993536408273864270455
rewardRate() view returns (uint256)
400000000000000000
sqrtTotalSupply() view returns (uint256)
7410000000000000000
starttime() view returns (uint256)
1599642000
totalSupply() view returns (uint256)
30410000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allEarned(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
earnedHoney(address account) view returns (uint256)
paidHoney(address) view returns (uint256)
paidReward(address) view returns (uint256)
rewards(address) view returns (uint256)
sqrtBalance(uint256 balance) pure returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events burnHoney(uint256 amount)
exit()
getHoney()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
HoneyPaid(address indexed user, uint256 reward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.