Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x888c…f57a
0x888c…f57a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOF | ERC-20 | 5.419241M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19105425 | 10 months ago | | | 0 | 0.0024059508 | |
| 19064005 | a year ago | | | 0 | 0.0035143783 | |
| 18752209 | a year ago | | | 0 | 0.0048105557 | |
| 18725106 | a year ago | | | 0 | 0.010349259 | |
| 18725059 | a year ago | | | 0 | 0.0064809024 | |
| 18579571 | a year ago | | | 0 | 0.0060030695 | |
| 18518680 | a year ago | | | 0 | 0.0042695386 | |
| 18512483 | a year ago | | | 0 | 0.0040316302 | |
| 18426688 | a year ago | | | 0 | 0.0024138040 | |
| 18426682 | a year ago | | | 0 | 0.0020169179 |
ABI
ABI objects
Getter at block 21381151
MAX_UNSTAKE_FEE() view returns (uint256)
10000
PoolInfo() view returns (uint256 _periodFinish, uint256 _rewardRate, uint256 _rewardsDuration, uint256 _lastUpdateTime, uint256 _rewardPerToken, uint256 _getRewardForDuration, uint256 _lockDuration, uint256 _earlyUnstakeFee, uint256 _totSupply, uint256 _fixedRate, uint256 _timeLeft)
(_periodFinish=1739603939, _rewardRate=2611653700885055, _rewardsDuration=63072000, _lastUpdateTime=1706449619, _rewardPerToken=59732940131912654, _getRewardForDuration=164722222222222188960000, _lockDuration=2592000, _earlyUnstakeFee=10000, _totSupply=3925777000000000000000000, _fixedRate=250, _timeLeft=5661072)
earlyUnstakeFee() view returns (uint256)
10000
fixedRate() view returns (uint256)
250
getRewardForDuration() view returns (uint256)
164722222222222188960000
lastTimeRewardApplicable() view returns (uint256)
1733942867
lastUpdateTime() view returns (uint256)
1706449619
lockDuration() view returns (uint256)
2592000
locked() view returns (bool)
true
owner() view returns (address)
0x4064abf89bb6a7999483806461bf3ce65f27a5b2
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1739603939
rewardPerToken() view returns (uint256)
59732940131912654
rewardPerTokenStored() view returns (uint256)
37937817097919757
rewardRate() view returns (uint256)
2611653700885055
rewardsBalance() view returns (uint256)
1493463886202213360525744
rewardsDuration() view returns (uint256)
63072000
rewardsToken() view returns (address)
0x888cea2bbdd5d47a4032cf63668d7525c74af57a
stakeAdmin() view returns (address)
0x4064abf89bb6a7999483806461bf3ce65f27a5b2
stakingToken() view returns (address)
0x888cea2bbdd5d47a4032cf63668d7525c74af57a
stakingTokensDecimalRate() view returns (uint256)
1000000000000000000
totalInterest() view returns (uint256)
234498202512239663082158
totalSupply() view returns (uint256)
3925777000000000000000000
Read-only
UserInfo(address account) view returns (uint256 _balanceOf, uint256 _earned, uint256 _rewards, uint256 _lockFinish, uint256 _timeLeft)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
lockFinishPerUser(address) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events compound()
emergencyWithdraw(uint256 amount)
exit()
getReward()
manualUnlock()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setApr(uint256 _newRate)
setEarlyUnstakeFee(uint256 _earlyUnstakeFee)
setLockedDuration(uint256 _duration)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Compounded(address indexed user, 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, bool _locked, address _admin, uint256 _fixedRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.