StakingPool
Verified contract
Active on
Ethereum with 2,903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa56e…8cc4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOE | ERC-20 | 218.542823 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12622866 | 3 years ago | | | 0 | 0.00027238250 | |
| 12560313 | 3 years ago | | | 0 | 0.0010476250 | |
| 12560297 | 3 years ago | | | 0 | 0.0012956023 | |
| 12560282 | 3 years ago | | | 0 | 0.00059498700 | |
| 12560228 | 3 years ago | | | 0 | 0.0021384880 | |
| 12535360 | 4 years ago | | | 0 | 0.0012223066 | |
| 12356584 | 4 years ago | | | 0 | 0.0027697501 | |
| 12346837 | 4 years ago | | | 0 | 0.0022043945 | |
| 12346829 | 4 years ago | | | 0 | 0.0021337971 | |
| 12328538 | 4 years ago | | | 0 | 0.0025253220 |
ABI
ABI objects
Getter at block 21307647
MAX_POOL_NUMBER() view returns (uint256)
108
MIN_POOL_ANNOUNCE_AMOUNT() view returns (uint256)
50000000000000000000
MIN_POOL_ANNOUNCE_DURATION() view returns (uint256)
259200
MIN_POOL_DEPOSIT_AMOUNT() view returns (uint256)
100000000000000000000
MIN_STAKE_DURATION() view returns (uint256)
86400
REWARD_DURATION() view returns (uint256)
604800
REWARD_RATE_BASE() view returns (uint256)
10000
SECONDS_PER_DAY() view returns (uint256)
86400
breaker() view returns (bool)
true
calcRewardTimeProgress() view returns (uint256)
2419200
dev() view returns (address)
0xda4d69117136ddeed2139bd96c1226b53be23d95
devAmout() view returns (uint256)
47329883728183448961
lastRewardUpdateTime() view returns (uint256)
1609295073
lastTimeRewardApplicable() view returns (uint256)
1609295073
lp() view returns (address)
0xa56ed2632e443db5f93e73c89df399a081408cc4
owner() view returns (address)
0xda4d69117136ddeed2139bd96c1226b53be23d95
periodFinish() view returns (uint256)
1609295073
poolCount() view returns (uint256)
36
rewardRatePerDay() view returns (uint256)
75
rewardTimeProgress() view returns (uint256)
2419200
rewardToken() view returns (address)
0xa56ed2632e443db5f93e73c89df399a081408cc4
totalSupply() view returns (uint256)
33477000000000000000
treasury() view returns (address)
0xda4d69117136ddeed2139bd96c1226b53be23d95
treasuryAmount() view returns (uint256)
1242834569805555550
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256 userClaimable, uint256 fullRewardTime)
maxWithdrawAmount(address account) view returns (uint256)
queryPoolInfo(uint256 pid, address account) view returns (bool hasOwner, bool isOwner, uint256 announceableStatus, uint256 totalAmount, uint256 announceTime, uint256 poolProfit, address beneficiary)
userInfo(address) view returns (uint256 poolId, uint256 stakingTime, uint256 lastRewardIndicator, uint256 pendingReward)
whiteList(address) view returns (bool)
State-modifying
Events announce(uint256 pid)
createPool(uint256 count)
deposit(uint256 pid, uint256 amount)
emergencyWithdraw()
exit()
getRewardV2()
notifyRewardAmount()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounce(uint256 pid)
renounceOwnership()
setBeneficiary(uint256 _pid, address _beneficiary)
setBreaker(bool _breaker)
setDev(address _dev)
setRewardRatePerDay(uint256 rate)
setTreasury(address _treasury)
setWhiteList(address addr, bool status)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
withdrawDev()
withdrawTreasury()
Announced(address indexed owner, uint256 pid)
BeneficiaryTransferred(address indexed previousBeneficiary, address indexed newBeneficiary, uint256 pid)
Deposited(address indexed user, uint256 amount, uint256 pid)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address indexed token, uint256 amount)
Renounced(address indexed owner, uint256 pid)
RewardPaid(address indexed user, uint256 reward)
RewardPaidToOwner(address indexed owner, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Withdrawn(address indexed user, uint256 amount, uint256 pid)
constructor(address token)
This contract contains no fallback and receive objects.
This contract contains no error objects.