StakeNode
Verified contract
Active on
Ethereum with 805 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc4ee…d2b6
0xc4ee…d2b6
Balances ($617.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOICHI | ERC-20 | 337.54163M | $0.000002 |
$617.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17709430 | a year ago | | | 0 | 0.0014290409 | |
| 17709400 | a year ago | | | 0 | 0.0015388685 | |
| 17672999 | a year ago | | | 0 | 0.0023007213 | |
| 17672997 | a year ago | | | 0 | 0.0041945742 | |
| 17669078 | a year ago | | | 0 | 0.0014853804 | |
| 17659893 | a year ago | | | 0 | 0.0013081155 | |
| 17651244 | a year ago | | | 0 | 0.0016608904 | |
| 17634309 | a year ago | | | 0 | 0.0022343013 | |
| 17612465 | a year ago | | | 0 | 0.0017800215 | |
| 17609891 | a year ago | | | 0 | 0.0018465277 |
ABI
ABI objects
Getter at block 21301297
getRewardForDuration() view returns (uint256)
5837311224999999999996624000
lastTimeRewardApplicable() view returns (uint256)
1689086387
lastUpdateTime() view returns (uint256)
1689086387
owner() view returns (address)
0x600bcf08bc4f05c8229763f535f46cf7b6399ff5
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1689086387
rewardPerToken() view returns (uint256)
69304471987909507325302
rewardPerTokenStored() view returns (uint256)
69304471987909507325302
rewardRate() view returns (uint256)
370199849378488077118
rewardsDuration() view returns (uint256)
15768000
rewardsToken() view returns (address)
0xc4ee0aa2d993ca7c9263ecfa26c6f7e13009d2b6
stakingToken() view returns (address)
0xc4ee0aa2d993ca7c9263ecfa26c6f7e13009d2b6
stakingTokensDecimalRate() view returns (uint256)
1000000000000000000
totalSupply() view returns (uint256)
57004690672817062448965879
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
pow(uint256 n, uint256 e) pure returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken, uint256 _rewardsDuration, uint256 _stakingTokensDecimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.