FodlEthSLPStaking
Verified contract
Active on
Ethereum with 878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c2e…b9c3
0xce7e…d366
Balances ($2,735.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FODL | ERC-20 | 4.558751M | $0.0006 |
$2,735.11 | |
SLP | ERC-20 | 14.377092K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21044674 | a month ago | | | 0 | 0.00046730393 | |
| 17978320 | a year ago | | | 0 | 0.0031195631 | |
| 17858851 | a year ago | | | 0 | 0.00083183214 | |
| 17858848 | a year ago | | | 0 | 0.0010558301 | |
| 16938809 | 2 years ago | | | 0 | 0.0031159800 | |
| 16938796 | 2 years ago | | | 0 | 0.0028009120 | |
| 16711985 | 2 years ago | | | 0 | 0.0018600687 | |
| 16481812 | 2 years ago | | | 0 | 0.0014481875 | |
| 16481808 | 2 years ago | | | 0 | 0.0014953695 | |
| 16463128 | 2 years ago | | | 0 | 0.0019782921 |
ABI
ABI objects
Getter at block 21327132
getRewardForDuration() view returns (uint256)
129444999999999999436800
lastTimeRewardApplicable() view returns (uint256)
1680739223
lastUpdateTime() view returns (uint256)
1680739223
owner() view returns (address)
0x8e039371b4b604000de50ee5600c29e758446c48
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1680739223
rewardPerToken() view returns (uint256)
277580124037655344599
rewardPerTokenStored() view returns (uint256)
277580124037655344599
rewardRate() view returns (uint256)
214029431216931216
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x4c2e59d098df7b6cbae0848d66de2f8a4889b9c3
stakingToken() view returns (address)
0xce7e98d4da6ebda6af474ea618c6b175729cd366
totalSupply() view returns (uint256)
14377092421437551075148
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 exit()
getReward()
notifyRewardAmount(uint256 reward)
pauseStaking()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
unpauseStaking()
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, uint256 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.