DOERewards
Verified contract
Active on
Ethereum with 8,826 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf8e9…d7ef
Balances ($4,166.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOE | ERC-20 | 22.712481M | $0.000183 |
$4,166.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17201544 | 2 years ago | | | 0 | 0.0071054603 | |
| 16948640 | 2 years ago | | | 0 | 0.0029501263 | |
| 16568028 | 2 years ago | | | 0 | 0.0016044587 | |
| 16400797 | 2 years ago | | | 0 | 0.0017439884 | |
| 16400794 | 2 years ago | | | 0 | 0.0023315827 | |
| 16399019 | 2 years ago | | | 0 | 0.0036209269 | |
| 16396918 | 2 years ago | | | 0 | 0.0011497082 | |
| 16388805 | 2 years ago | | | 0 | 0.0011954961 | |
| 16388782 | 2 years ago | | | 0 | 0.0011462484 | |
| 16388148 | 2 years ago | | | 0 | 0.0014059785 |
ABI
ABI objects
Getter at block 21205772
lastTimeRewardApplicable() view returns (uint64)
1667659210
lastUpdateTime() view returns (uint64)
1667659210
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint64)
1667659210
rewardPerToken() view returns (uint128)
158195813165355942162
rewardPerTokenStored() view returns (uint128)
158195813165355942162
rewardRate() view returns (uint256)
1585489599188229325
rewardToken() view returns (address)
0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef
stakedToken() view returns (address)
0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef
totalSupply() view returns (uint256)
14575928671823474565848877
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events exit()
getReward()
renounceOwnership()
setRewardParams(uint128 reward, uint64 duration)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawReward()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.