StakingRewards
Verified contract
Active on
Ethereum with 4,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc25a…917f
0x4298…1ca5
Balances ($2,685.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
crvPlain3andSUSD | ERC-20 | 1.582978K | $1.073 |
$1,698.54 | |
PICKLE | ERC-20 | 970.5184 | $1.017 |
$987.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13406185 | 3 years ago | | | 0 | 0.0086329320 | |
| 13090503 | 3 years ago | | | 0 | 0.0094177440 | |
| 12338336 | 4 years ago | | | 0 | 0.0035190680 | |
| 12265722 | 4 years ago | | | 0 | 0.010226160 | |
| 12025754 | 4 years ago | | | 0 | 0.0098478380 | |
| 11900365 | 4 years ago | | | 0 | 0.015410200 | |
| 11709996 | 4 years ago | | | 0 | 0.0065377940 | |
| 11694954 | 4 years ago | | | 0 | 0.0043015050 | |
| 11691829 | 4 years ago | | | 0 | 0.0048764800 | |
| 11685140 | 4 years ago | | | 0 | 0.0054659000 |
ABI
ABI objects
Getter at block 21160701
getRewardForDuration() view returns (uint256)
17999999999999999452800
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1603928445
lastUpdateTime() view returns (uint256)
1603928445
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1603928445
rewardPerToken() view returns (uint256)
301418689810268621
rewardPerTokenStored() view returns (uint256)
301418689810268621
rewardRate() view returns (uint256)
29761904761904761
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xc25a3a3b969415c80451098fa907ec722572917f
stakingToken() view returns (address)
0x429881672b9ae42b8eba0e26cd9c73711b891ca5
totalSupply() view returns (uint256)
970418400272884917421
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure 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)
setPaused(bool _paused)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address 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 _owner, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.