UnrealStaking
Verified contract
Active on
Ethereum with 334 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb39a…a260
0xb39a…a260
Balances ($20.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNREAL | ERC-20 | 814.280338 | $0.024638 |
$20.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20935311 | a month ago | | | 0 | 0.0017717474 | |
| 20935302 | a month ago | | | 0 | 0.0018390672 | |
| 20934965 | a month ago | | | 0 | 0.0011302734 | |
| 20933698 | a month ago | | | 0 | 0.0010255047 | |
| 20933686 | a month ago | | | 0 | 0.0012471062 | |
| 20933612 | a month ago | | | 0 | 0.00091096540 | |
| 20933609 | a month ago | | | 0 | 0.0011634851 | |
| 20925275 | a month ago | | | 0 | 0.0018442261 | |
| 20925052 | a month ago | | | 0 | 0.0019817987 | |
| 20917606 | a month ago | | | 0 | 0.0011399575 |
ABI
ABI objects
Getter at block 21207594
REWARD_RATE() view returns (uint256)
3171296
TOKENS_PER_DAY() view returns (uint256)
274
_rewardPerTokenStored() view returns (uint256)
975195652
_rewardToken() view returns (address)
0xb39a0dae3c2afd1f3c55ad47d1c7a0bb6c1ca260
_stakingToken() view returns (address)
0xb39a0dae3c2afd1f3c55ad47d1c7a0bb6c1ca260
owner() view returns (address)
0x92940c5c1c47ef1f320e801e5603a46cfada60b0
rewardPerToken() view returns (uint256)
1123285969
staked_lastUpdateTime() view returns (uint256)
1728564527
staked_totalSupply() view returns (uint256)
70325399135280
stakingEnabled() view returns (bool)
true
totalUsersStaked() view returns (uint256)
73
Read-only
_userClaimedRewards(address) view returns (uint256)
_userRewardPerToken(address) view returns (uint256)
_userRewards(address) view returns (uint256)
_usersStaked(address) view returns (bool)
earned(address account) view returns (uint256)
getStaked(address account) view returns (uint256)
staked_balances(address) view returns (uint256)
State-modifying
Events claimReward()
enableStaking(bool _enabled)
recoverTokens(address receiver, uint256 amount)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
updateRewardRates(uint256 tokensPerDay)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address stakingToken, address rewardToken, address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Staking__NeedsMoreThanZero()
Staking__TransferFailed()
Withdraw__TransferFailed()