EarthFundStakingRewards
Verified contract
Active on
Ethereum with 2,301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9e04…0084
0x9e04…0084
0x4406…913e
Balances ($2,319.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1EARTH | ERC-20 | 11.98827M | $0.000193 |
$2,319.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20744860 | 2 months ago | | | 0 | 0.00016432652 | |
| 20648917 | 2 months ago | | | 0 | 0.00011890789 | |
| 20423191 | 3 months ago | | | 0 | 0.00068672457 | |
| 20344413 | 3 months ago | | | 0 | 0.00026678932 | |
| 20344400 | 3 months ago | | | 0 | 0.00031010020 | |
| 20219923 | 4 months ago | | | 0 | 0.00089000966 | |
| 19977885 | 5 months ago | | | 0 | 0.0012451026 | |
| 19797010 | 6 months ago | | | 0 | 0.00070145191 | |
| 19796957 | 6 months ago | | | 0 | 0.00046969807 | |
| 19752737 | 6 months ago | | | 0 | 0.00062286273 |
ABI
ABI objects
Getter at block 21097249
getRewardForDuration() view returns (uint256)
21369863013698630120601600
governanceToken() view returns (address)
0x440625e3648a980870fbc9007b004f138a57913e
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1673478724
lastUpdateTime() view returns (uint256)
1673478724
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc2f02b2f569b1f8ce1d82d80906effae3c26ab35
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1673478724
rewardDistributor() view returns (address)
0xc2f02b2f569b1f8ce1d82d80906effae3c26ab35
rewardPerToken() view returns (uint256)
685736316665881352
rewardPerTokenStored() view returns (uint256)
685736316665881352
rewardRate() view returns (uint256)
792744799594114662
rewardToken() view returns (address)
0x9e04f519b094f5f8210441e285f603f4d2b50084
rewardsDuration() view returns (uint256)
26956800
stakingToken() view returns (address)
0x9e04f519b094f5f8210441e285f603f4d2b50084
totalSupply() view returns (uint256)
10359373270131792003300000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
revoke()
setPaused(bool _paused)
setRewardsDistribution(address _rewardDistributor)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
Revoke(uint256 _amount)
RewardAdded(uint256 reward)
RewardDurationUpdated(uint256 newDuration)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.