HachiStaker
Verified contract
Active on
Ethereum with 566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($436,015.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HACHI | ERC-20 | 218.0075T | $0.00 |
$436,015 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21424045 | 5 hours ago | | | 0 | 0.045055531 | |
| 21407051 | 3 days ago | | | 0 | 0.010716784 | |
| 21355228 | 10 days ago | | | 0 | 0.014613734 | |
| 21208685 | a month ago | | | 0 | 0.028525250 | |
| 21163068 | a month ago | | | 0 | 0.021826795 | |
| 20977296 | 2 months ago | | | 0 | 0.018035149 | |
| 20956072 | 2 months ago | | | 0 | 0.015677172 | |
| 20932307 | 2 months ago | | | 0 | 0.016055945 | |
| 20908231 | 2 months ago | | | 0 | 0.012361527 | |
| 20908180 | 2 months ago | | | 0 | 0.015564453 |
ABI
ABI objects
Getter at block 21425427 getCalculationFactor() view returns (uint256) getPeriodRewardTokenCount() view returns (uint256)
getPoolTotalStakedSupply() view returns (uint256)
218007500209497364039926701748875
lockPeriod() view returns (string)
1 week
owner() view returns (address)
0x3cc7d128930b723529803061b879260340c9803a
poolInfo() view returns (address stakeToken, uint256 periodRewardTokenCount, uint256 lastMassUpdate, uint256 poolTotalSupply)
(stakeToken=0x2a7e415c169ce3a580c6f374dc26f6aaad1eccfe, periodRewardTokenCount=100000000000000000000, lastMassUpdate=1734460091, poolTotalSupply=218007500209497364039926701748875)
rewardTokenAddress() view returns (address)
0x0b280e7a9fe7c9d55f06dfa0856da2f36fa8e344
Read-only
claimableReward(address _user, uint256 _calculationTime) view returns (uint256)
remainLockTime(address _user) view returns (uint256)
userInfo(address) view returns (uint256 userId, uint256 amount, uint256 rewardEarned, uint256 depositTime)
State-modifying
Events claim()
deposit(uint256 _amount)
emergencyWithdraw()
renounceOwnership()
setCalculationFactor(uint256 _calculationFactor)
setPoolRewardTokenCount(uint256 _rewardTokenCount)
setRewardTokenAddress(address _rewardToken)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _stakeToken, uint256 _periodRewardTokenCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.