StakingRewards
Verified contract
Active on
Ethereum with 523 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfbfa…9390
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UPDOWN | ERC-20 | 419.096543 | -- | -- | |
UNI-V2 | ERC-20 | 0.001889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11393769 | 4 years ago | | | 0 | 0.0073452060 | |
| 11393768 | 4 years ago | | | 0 | 0.0054813000 | |
| 11383979 | 4 years ago | | | 0 | 0.0069459390 | |
| 11382853 | 4 years ago | | | 0 | 0.0031562100 | |
| 11380698 | 4 years ago | | | 0 | 0.0050245250 | |
| 11380367 | 4 years ago | | | 0 | 0.0040196200 | |
| 11379073 | 4 years ago | | | 0 | 0.0027638980 | |
| 11379051 | 4 years ago | | | 0 | 0.0013460200 | |
| 11379027 | 4 years ago | | | 0 | 0.0017754600 | |
| 11379025 | 4 years ago | | | 0 | 0.0024166500 |
ABI
ABI objects
Getter at block 21288176
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1606974711
lastUpdateTime() view returns (uint256)
1606974711
lpt() view returns (address)
0x2e914626b14b3b99c4b00c1b14a5e86938f1ad97
owner() view returns (address)
0x2cb037bd6b7fbd78f04756c99b7996f430c58172
periodFinish() view returns (uint256)
1606974711
rewardDistribution() view returns (address)
0x2cb037bd6b7fbd78f04756c99b7996f430c58172
rewardPerToken() view returns (uint256)
671619103178500061126
rewardPerTokenStored() view returns (uint256)
671619103178500061126
rewardRate() view returns (uint256)
992063492063492063
rewardToken() view returns (address)
0xfbfaf8d8e5d82e87b80578fd348f60fb664e9390
starttime() view returns (uint256)
1606369686
totalSupply() view returns (uint256)
1889464467649206
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)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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 _lptoken)
This contract contains no fallback and receive objects.
This contract contains no error objects.