StakingRewards
Verified contract
Active on
Ethereum with 1,248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdd1a…e9a4
0xe632…812c
Balances ($85.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UBI | ERC-20 | 272.138011K | $0.000314 |
$85.35 | |
UNI-V2 | ERC-20 | 1.806414K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20205044 | 5 months ago | | | 0 | 0.00026724800 | |
| 19443559 | 9 months ago | | | 0 | 0.0036727968 | |
| 18356306 | a year ago | | | 0 | 0.00090633428 | |
| 17545255 | a year ago | | | 0 | 0.00099531127 | |
| 17538287 | a year ago | | | 0 | 0.0020938744 | |
| 16919681 | 2 years ago | | | 0 | 0.0070261975 | |
| 16726764 | 2 years ago | | | 0 | 0.0023310320 | |
| 16570625 | 2 years ago | | | 0 | 0.0043421700 | |
| 16519366 | 2 years ago | | | 0 | 0.0014456382 | |
| 16472416 | 2 years ago | | | 0 | 0.0023479293 |
ABI
ABI objects
Getter at block 21305130
getRewardForDuration() view returns (uint256)
1999999999999999999728000
lastTimeRewardApplicable() view returns (uint256)
1647106662
lastUpdateTime() view returns (uint256)
1647106662
periodFinish() view returns (uint256)
1647106662
rewardPerToken() view returns (uint256)
397416146781608656226
rewardPerTokenStored() view returns (uint256)
397416146781608656226
rewardRate() view returns (uint256)
63419583967529173
rewardsDistribution() view returns (address)
0xa27bfea336bc7058ff1297eeff2732389f8b208f
rewardsDuration() view returns (uint256)
31536000
rewardsToken() view returns (address)
0xdd1ad9a21ce722c151a836373babe42c868ce9a4
stakingToken() view returns (address)
0xe632ded5195e945a31f56d674aab0c0c9e7e812c
totalSupply() view returns (uint256)
1806413715164203113252
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)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.