UniLpRewards
Verified contract
Active on
Ethereum with 2,594 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa6fb…9e15
0xec1a…6be1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENB | ERC-20 | 131.726058K | -- | -- | |
UNI-V2 | ERC-20 | 411.567121 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20125632 | 5 months ago | | | 0 | 0.00031387099 | |
| 20125628 | 5 months ago | | | 0 | 0.00035037591 | |
| 20118923 | 5 months ago | | | 0 | 0.00082889695 | |
| 20118914 | 5 months ago | | | 0 | 0.00080820837 | |
| 19557831 | 7 months ago | | | 0 | 0.0012536258 | |
| 19557823 | 7 months ago | | | 0 | 0.0015434265 | |
| 19368456 | 8 months ago | | | 0 | 0.0056363293 | |
| 19368439 | 8 months ago | | | 0 | 0.0045905475 | |
| 19339392 | 8 months ago | | | 0 | 0.0043522032 | |
| 19339388 | 8 months ago | | | 0 | 0.0045108839 |
ABI
ABI objects
Getter at block 21163476
getRewardForDuration() view returns (uint256)
8591257930555553184000
isOwner() view returns (bool)
false
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1710482015
lastUpdateTime() view returns (uint256)
1710482015
owner() view returns (address)
0xed0c81ee00753b37fd4ce3094827019a02bc8a28
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1710482015
rewardPerToken() view returns (uint256)
513084144955878513226
rewardPerTokenStored() view returns (uint256)
513084144955878513226
rewardRate() view returns (uint256)
3314528522590877
rewardsDistribution() view returns (address)
0xed0c81ee00753b37fd4ce3094827019a02bc8a28
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0xa6fb1df483b24eeab569e19447e0e107003b9e15
stakingToken() view returns (address)
0xec1a04d8e18fcae024c9028e5e03cba265eb6be1
totalSupply() view returns (uint256)
411567120647900521581
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)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.