StakingPoolV2
Verified contract
Active on
Ethereum with 1,528 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 | 891.733917 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14428175 | 3 years ago | | | 0 | 0.0010542111 | |
| 14350030 | 3 years ago | | | 0 | 0.0020295427 | |
| 13409209 | 3 years ago | | | 0 | 0.0047268459 | |
| 13229293 | 3 years ago | | | 0 | 0.0031319531 | |
| 13215960 | 3 years ago | | | 0 | 0.0039412146 | |
| 13150162 | 3 years ago | | | 0 | 0.0054297015 | |
| 12796970 | 3 years ago | | | 0 | 0.00040067500 | |
| 12560304 | 4 years ago | | | 0 | 0.0012302125 | |
| 12560254 | 4 years ago | | | 0 | 0.0010998240 | |
| 12560234 | 4 years ago | | | 0 | 0.0032279500 |
ABI
ABI objects
Getter at block 21326564
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
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
calcPoolRewardPerToken() view returns (uint256)
193536000
calcUserRewardPerToken() view returns (uint256)
193536000
lastRewardUpdateTime() view returns (uint256)
1618906758
lastTimeRewardApplicable() view returns (uint256)
1618906758
lp() view returns (address)
0xa56ed2632e443db5f93e73c89df399a081408cc4
minWithdrawDuration() view returns (uint256)
86400
owner() view returns (address)
0xda4d69117136ddeed2139bd96c1226b53be23d95
periodFinish() view returns (uint256)
1618906758
poolCount() view returns (uint256)
72
poolRewardRatePerDay() view returns (uint256)
20
rewardPerTokenStored() view returns (uint256)
193536000
rewardPerTokenStored4Pool() view returns (uint256)
193536000
rewardToken() view returns (address)
0xa56ed2632e443db5f93e73c89df399a081408cc4
totalSupply() view returns (uint256)
117215853878828274692
userRewardRatePerDay() view returns (uint256)
20
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
maxWithdrawAmount(address account) view returns (uint256)
pendingAmount(address) view returns (uint256)
poolRewards(address) view returns (uint256)
queryPoolInfo(uint256 pid, address account) view returns (bool hasOwner, bool isOwner, uint256 announceableStatus, uint256 totalAmount, uint256 announceTime, uint256 poolProfit, address beneficiary)
settleableDate(address account) view returns (uint256)
settlementDate(address) view returns (uint256)
staked(address account) view returns (uint256)
userInfo(address) view returns (uint256 poolId, uint256 stakingTime, uint256 lastRewardPerToken, uint256 pendingReward, uint256 lastRewardPerToken4Pool, uint256 pendingReward4Pool)
whiteList(address) view returns (bool)
State-modifying
Events announce(uint256 pid)
createPool(uint256 count)
deposit(uint256 pid, uint256 amount)
emergencyWithdraw()
exit()
notifyRewardAmount()
recoverERC20(address tokenAddress, uint256 tokenAmount)
reinvest(uint256 pid)
renounce(uint256 pid)
renounceOwnership()
setBeneficiary(uint256 _pid, address _beneficiary)
setBreaker(bool _breaker)
setMinWithdrawDuration(uint256 duration)
setRewardRatePerDay(uint256 userRewardRate, uint256 poolRewardRate)
setWhiteList(address addr, bool status)
settle()
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
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)
Reinvested(address indexed user, uint256 amount, uint256 pid)
Renounced(address indexed owner, uint256 pid)
RewardPaidToOwner(address indexed owner, uint256 reward, uint256 pid)
RewardsDurationUpdated(uint256 newDuration)
Settled(address indexed user, uint256 amount)
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.