StakingRewards
Verified contract
Active on
Ethereum with 925 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc011…2a6f
0xd601…7481
Balances ($709.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 422.344972 | $1.68 |
$709.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11594441 | 4 years ago | | | 0 | 0.0046443600 | |
| 11483359 | 4 years ago | | | 0 | 0.0025988620 | |
| 11440496 | 4 years ago | | | 0 | 0.0021468860 | |
| 11372444 | 4 years ago | | | 0 | 0.0037358472 | |
| 11368510 | 4 years ago | | | 0 | 0.0023728740 | |
| 11361983 | 4 years ago | | | 0 | 0.0010054800 | |
| 11358975 | 4 years ago | | | 0 | 0.0033898200 | |
| 11355175 | 4 years ago | | | 0 | 0.0016255238 | |
| 11354643 | 4 years ago | | | 0 | 0.0024079021 | |
| 11349409 | 4 years ago | | | 0 | 0.0028414668 |
ABI
ABI objects
Getter at block 21212046
getRewardForDuration() view returns (uint256)
63999999999999999936000
lastTimeRewardApplicable() view returns (uint256)
1606219804
lastUpdateTime() view returns (uint256)
1606219804
nominatedOwner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
owner() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
periodFinish() view returns (uint256)
1606219804
rewardPerToken() view returns (uint256)
2134251659283000804500
rewardPerTokenStored() view returns (uint256)
2134251659283000804500
rewardRate() view returns (uint256)
26455026455026455
rewardsDistribution() view returns (address)
0xde910777c787903f78c89e7a0bf7f4c435cbb1fe
rewardsDuration() view returns (uint256)
2419200
rewardsToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
stakingToken() view returns (address)
0xd6014ea05bde904448b743833ddf07c3c7837481
totalSupply() view returns (uint256)
464158022914113131100
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)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
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 _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.