StakingRewards
Verified contract
Active on
Ethereum with 204 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ff6…cb26
0xf00f…3ffb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wLOKI | ERC-20 | 10.348673 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11786578 | 4 years ago | | | 0 | 0.020366544 | |
| 11786559 | 4 years ago | | | 0 | 0.022247976 | |
| 11286165 | 4 years ago | | | 0 | 0.0030949161 | |
| 11286042 | 4 years ago | | | 0 | 0.0025970400 | |
| 11239008 | 4 years ago | | | 0 | 0.0020258720 | |
| 11217649 | 4 years ago | | | 0 | 0.0027954081 | |
| 11211082 | 4 years ago | | | 0 | 0.0081865520 | |
| 11181356 | 4 years ago | | | 0 | 0.0026589570 | |
| 11159987 | 4 years ago | | | 0 | 0.0022862444 | |
| 11147389 | 4 years ago | | | 0 | 0.0017970480 |
ABI
ABI objects
Getter at block 21292581
getRewardForDuration() view returns (uint256)
17280000000000
lastTimeRewardApplicable() view returns (uint256)
1603091541
lastUpdateTime() view returns (uint256)
1603091541
owner() view returns (address)
0xe4c68f99bed660eaf1c2bdfc1e4178e595d6806a
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1603091541
rewardPerToken() view returns (uint256)
3092054632163141554
rewardPerTokenStored() view returns (uint256)
3092054632163141554
rewardRate() view returns (uint256)
50000000
rewardsDuration() view returns (uint256)
345600
rewardsToken() view returns (address)
0x5ff668ddfdcbb7505f41ed56e626e4d4719dcb26
stakingToken() view returns (address)
0xf00fe8deba4fe94642846a91568f43bd93333ffb
totalSupply() view returns (uint256)
5456076911
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(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)
This contract contains no fallback and receive objects.
This contract contains no error objects.