DOERewards
Verified contract
Active on
Ethereum with 376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,711.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 54.579344M | $0.000031 |
$1,681.59 | |
DOE | ERC-20 | 222.361K | $0.000134 |
$29.84 | |
KDOE | ERC-20 | 276.164K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16457326 | 2 years ago | | | 0 | 0.0010549406 | |
| 16457313 | 2 years ago | | | 0 | 0.0017229001 | |
| 16397192 | 2 years ago | | | 0 | 0.0018569080 | |
| 16395057 | 2 years ago | | | 0 | 0.0018971337 | |
| 16355772 | 2 years ago | | | 0 | 0.0014265970 | |
| 16294235 | 2 years ago | | | 0 | 0.0018054327 | |
| 16120595 | 2 years ago | | | 0 | 0.0021608193 | |
| 16020276 | 2 years ago | | | 0 | 0.0014808343 | |
| 15911127 | 2 years ago | | | 0 | 0.00085972898 | |
| 15900833 | 2 years ago | | | 0 | 0.0015667357 |
ABI
ABI objects
Getter at block 21333198
lastTimeRewardApplicable() view returns (uint64)
1652234733
lastUpdateTime() view returns (uint64)
1652234733
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint64)
1652234733
rewardPerToken() view returns (uint128)
284144207036054187795
rewardPerTokenStored() view returns (uint128)
284144207036054187795
rewardRate() view returns (uint256)
17084486662373497087
rewardToken() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
stakedToken() view returns (address)
0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef
totalSupply() view returns (uint256)
222361000000000000000000
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.