TokenStaking
Verified contract
Active on
Ethereum with 180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4f0c…c9dc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HNY | ERC-20 | 29.937104M | -- | -- | |
UNI-V2 | ERC-20 | 215.714676 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20810545 | 2 months ago | | | 0 | 0.0012147218 | |
| 19884587 | 6 months ago | | | 0 | 0.00028635880 | |
| 18751216 | a year ago | | | 0 | 0.0015459252 | |
| 18229584 | a year ago | | | 0 | 0.00081049310 | |
| 17988167 | a year ago | | | 0 | 0.00091408617 | |
| 17726861 | a year ago | | | 0 | 0.00095953512 | |
| 17479036 | a year ago | | | 0 | 0.0021913526 | |
| 17402184 | a year ago | | | 0 | 0.0018664902 | |
| 17402125 | a year ago | | | 0 | 0.0013884898 | |
| 17402073 | a year ago | | | 0 | 0.0025042133 |
ABI
ABI objects
Getter at block 21210589
lastTimeRewardApplicable() view returns (uint64)
1682109788
lastUpdateTime() view returns (uint64)
1682109788
owner() view returns (address)
0xa7f5cf766926291e9422e652164f7241bdf09eb3
periodFinish() view returns (uint64)
1682109788
rewardPerToken() view returns (uint128)
814720275798947389351
rewardPerTokenStored() view returns (uint128)
814720275798947389351
rewardRate() view returns (uint256)
4800000000000000000000000000000000
rewardToken() view returns (address)
0x4f0c5042a11830feaba227840402e2409b0fc9dc
stakedToken() view returns (address)
0x1566e68c6f1144d29d1dc610277930316457f968
totalSupply() view returns (uint256)
215714675652697096802
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events claimHoney()
exit()
renounceOwnership()
setRewardParams(uint128 rewardLimit, uint64 duration, uint256 rr)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawHoney()
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)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.