StakingRewards
Verified contract
Active on
Ethereum with 10,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3304…534a
Balances ($4,160,299.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
crvRenWSBTC | ERC-20 | 42.246674 | $98,440.00 |
$4,158,762.56 | |
USDT | ERC-20 | 1.5K | $1.00 |
$1,500 | |
BAL | ERC-20 | 12.524413 | $2.93 |
$36.7 | |
BPT | ERC-20 | 1.387767 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102762 | a month ago | | | 0 | 0.00033771114 | |
| 21101214 | a month ago | | | 0 | 0.0013987805 | |
| 20869093 | 2 months ago | | | 0 | 0.0016892653 | |
| 20864778 | 2 months ago | | | 0 | 0.0019174376 | |
| 20615103 | 3 months ago | | | 0 | 0.00029570609 | |
| 19658293 | 8 months ago | | | 0 | 0.00075096909 | |
| 19270377 | 9 months ago | | | 0 | 0.0037138250 | |
| 19258788 | 9 months ago | | | 0 | 0.0019820880 | |
| 19258690 | 9 months ago | | | 0 | 0.0013340344 | |
| 19258622 | 9 months ago | | | 0 | 0.0017382129 |
ABI
ABI objects
Getter at block 21304189
DURATION() view returns (uint256)
604800
getRewardForDuration() view returns (uint256)
10005406746031670400
lastTimeRewardApplicable() view returns (uint256)
1598579813
lastUpdateTime() view returns (uint256)
1598579813
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
periodFinish() view returns (uint256)
1598579813
rewardPerToken() view returns (uint256)
48038357601488497
rewardPerTokenStored() view returns (uint256)
48038357601488497
rewardRate() view returns (uint256)
16543331259973
rewardsDistribution() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
rewardsToken() view returns (address)
0x330416c863f2acce7af9c9314b422d24c672534a
stakingToken() view returns (address)
0x075b1bb99792c9e1041ba13afef80c91a1e70fb3
totalSupply() view returns (uint256)
42246673662668457528
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)
setRewardsDistribution(address _rewardsDistribution)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Recovered(address indexed token, 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 _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.