Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xde7a…5ef3
0xde7a…5ef3
Balances ($120.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENI | ERC-20 | 64.059895K | $0.001884 |
$120.67 | |
POLA | ERC-20 | 110 | $0.000319 |
$0.04 | |
BENTO | ERC-20 | 3.388888M | $0.00 |
$0.03 | |
USA | ERC-20 | 11.14 | $0.00068 |
$0.01 | |
gib | ERC-20 | 45.618 | $0.000091 |
$0 | |
DOOMER | ERC-20 | 0.96 | $0.001296 |
$0 | |
Boe | ERC-20 | 6.9 | $0.000136 |
$0 | |
kurbi | ERC-20 | 1 | $0.000484 |
$0 | |
Boshi | ERC-20 | 0.69 | $0.000488 |
$0 | |
RIKY | ERC-20 | 1.98 | $0.000157 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074590 | a month ago | | | 0 | 0.0000010873757 | |
| 21074557 | a month ago | | | 0 | 0.0000015274951 | |
| 17595605 | 4 months ago | | | 0 | 0.000000504481280935 | |
| 16897686 | 5 months ago | | | 0 | 0.0000011566267 | |
| 16635098 | 5 months ago | | | 0 | 0.0000025234540 | |
| 16635038 | 5 months ago | | | 0 | 0.0000038893438 | |
| 16536993 | 5 months ago | | | 0 | 0.0000016983249 | |
| 16523184 | 5 months ago | | | 0 | 8.9572480e-7 | |
| 15477191 | 6 months ago | | | 0 | 2.3533708e-7 | |
| 15110383 | 6 months ago | | | 0 | 0.0000017391691 |
ABI
ABI objects
Getter at block 22973144
MAX_UNSTAKE_FEE() view returns (uint256)
2000
PoolInfo() view returns (uint256 _periodFinish, uint256 _rewardRate, uint256 _rewardsDuration, uint256 _lastUpdateTime, uint256 _rewardPerToken, uint256 _getRewardForDuration, uint256 _lockDuration, uint256 _earlyUnstakeFee, uint256 _totSupply)
(_periodFinish=1714557649, _rewardRate=385802469135802469, _rewardsDuration=2592000, _lastUpdateTime=1714557649, _rewardPerToken=174445721668228456312, _getRewardForDuration=999999999999999999648000, _lockDuration=2592000, _earlyUnstakeFee=2000, _totSupply=63302702958623830050000)
earlyUnstakeFee() view returns (uint256)
2000
getRewardForDuration() view returns (uint256)
999999999999999999648000
lastTimeRewardApplicable() view returns (uint256)
1714557649
lastUpdateTime() view returns (uint256)
1714557649
lockDuration() view returns (uint256)
2592000
locked() view returns (bool)
true
owner() view returns (address)
0x2ff8b5d3c8e057f6ba79a8c8074c474dae94e9e5
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1714557649
rewardPerToken() view returns (uint256)
174445721668228456312
rewardPerTokenStored() view returns (uint256)
174445721668228456312
rewardRate() view returns (uint256)
385802469135802469
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0xde7a416ac821c77478340eebaa21b68297025ef3
stakeAdmin() view returns (address)
0x2ff8b5d3c8e057f6ba79a8c8074c474dae94e9e5
stakingToken() view returns (address)
0xde7a416ac821c77478340eebaa21b68297025ef3
stakingTokensDecimalRate() view returns (uint256)
1000000000000000000
totalSupply() view returns (uint256)
63302702958623830050000
Read-only
UserInfo(address account) view returns (uint256 _balanceOf, uint256 _earned, uint256 _rewards)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
getStakedBalances(address[] accounts) 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 emergencyWithdraw(uint256 amount)
exit()
getReward()
manualUnlock()
notifyRewardAmount(uint256 reward)
removeTokens(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setEarlyUnstakeFee(uint256 _earlyUnstakeFee)
setRewardsDuration(uint256 _rewardsDuration)
setStakeAdmin(address newAdmin)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.