HoneycombV2
Verified contract
Active on
Ethereum with 358 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37c9…aa16
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 308.001585 | -- | -- | |
HONEY | ERC-20 | 5.809433 | -- | -- | |
UNI-V2 | ERC-20 | 0.094938 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11519173 | 4 years ago | | | 0 | 0.0018630480 | |
| 11275169 | 4 years ago | | | 0 | 0.0040461301 | |
| 11268650 | 4 years ago | | | 0 | 0.0020888720 | |
| 11268650 | 4 years ago | | | 0 | 0.0021453280 | |
| 11204257 | 4 years ago | | | 0 | 0.0054197760 | |
| 11204248 | 4 years ago | | | 0 | 0.0051374960 | |
| 11201598 | 4 years ago | | | 0 | 0.0016354633 | |
| 11178537 | 4 years ago | | | 0 | 0.0071948402 | |
| 11174961 | 4 years ago | | | 0 | 0.0025044400 | |
| 11174952 | 4 years ago | | | 0 | 0.0042261570 |
ABI
ABI objects
Getter at block 21122597
honeyToken() view returns (address)
0x37c9eb4cef7571f27136145c82c37a01f2a8aa16
owner() view returns (address)
0x179047339a1c38f8a7820d89b401fd32179158a0
Read-only
batchInfo(uint256) view returns (uint256 startBlock, uint256 endBlock, uint256 honeyPerBlock, uint256 totalAllocPoint, address prop, address propDict)
getPendingBlocks(uint256 batch, uint256 from, uint256 to) view returns (uint256)
pendingHoney(uint256 batch, uint256 pid, address account) view returns (uint256)
poolInfo(uint256, uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accHoneyPerShare, uint256 totalShares)
userInfo(uint256, uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 earned, bool propEnabled, uint256 propTokenId)
State-modifying
Events addBatch(uint256 startBlock, uint256 endBlock, uint256 honeyPerBlock, address prop, address propDict)
addPool(uint256 batch, address lpToken, uint256 multiplier)
deposit(uint256 batch, uint256 pid, uint256 amount)
depositProp(uint256 batch, uint256 pid, uint256 propTokenId)
emergencyWithdraw(uint256 batch, uint256 pid)
migrate(uint256 toBatch, uint256 toPid, uint256 amount, uint256 fromBatch, uint256 fromPid)
migrateProp(uint256 toBatch, uint256 toPid, uint256 propTokenId, uint256 fromBatch, uint256 fromPid)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
transferOwnership(address newOwner)
updateAllPools(uint256 batch)
updatePool(uint256 batch, uint256 pid)
withdraw(uint256 batch, uint256 pid, uint256 amount)
withdrawProp(uint256 batch, uint256 pid, uint256 propTokenId)
Deposit(address indexed user, uint256 indexed batch, uint256 indexed pid, uint256 amount)
DepositProp(address indexed user, uint256 indexed batch, uint256 indexed pid, uint256 propTokenId)
EmergencyWithdraw(address indexed user, uint256 indexed batch, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed batch, uint256 indexed pid, uint256 amount)
WithdrawProp(address indexed user, uint256 indexed batch, uint256 indexed pid, uint256 propTokenId)
constructor(address _honeyToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.