WVRHStakePool
Verified contract
Active on
Ethereum with 346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xead4…44b2
0xbdc2…f456
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WVRH | ERC-20 | 2.92263M | -- | -- | |
VRH | ERC-20 | 2.435043M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17724681 | a year ago | | | 0 | 0.0019640500 | |
| 17720790 | a year ago | | | 0 | 0.0028603520 | |
| 17696062 | a year ago | | | 0 | 0.0015715280 | |
| 17689035 | a year ago | | | 0 | 0.0017810363 | |
| 17688987 | a year ago | | | 0 | 0.0018085536 | |
| 17646973 | a year ago | | | 0 | 0.0015639520 | |
| 17646965 | a year ago | | | 0 | 0.0018841760 | |
| 17541285 | a year ago | | | 0 | 0.0014780409 | |
| 17541280 | a year ago | | | 0 | 0.0010542252 | |
| 17489940 | a year ago | | | 0 | 0.0015639520 |
ABI
ABI objects
Getter at block 21378114
currentRewards() view returns (uint256)
207704482114134662963280
duration() view returns (uint256)
604800
historicalRewards() view returns (uint256)
3871568774647087727769580
lastTimeRewardApplicable() view returns (uint256)
1689202847
lastUpdateTime() view returns (uint256)
1689202847
operator() view returns (address)
0x80dd4db18581e31b82be1df57d19d2a021437b05
owner() view returns (address)
0xc6daafc60aa78806a2e6e404a472d627221a4753
periodFinish() view returns (uint256)
1689202847
rewardPerToken() view returns (uint256)
1319097661045037984
rewardPerTokenStored() view returns (uint256)
1319097661045037984
rewardRate() view returns (uint256)
343426723072312604
rewardToken() view returns (address)
0xead482da0793b00bbae0e34c8cfae6daf29a44b2
stakingToken() view returns (address)
0xbdc2217b591cef4d0054ef314ab0ec0bcd69f456
totalSupply() view returns (uint256)
2922629540000000000000000
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 getReward() returns (bool)
getReward(address _account) returns (bool)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setOperator(address _operator)
stake(uint256 _amount) returns (bool)
stakeAll() returns (bool)
stakeFor(address _for, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount, bool claim) returns (bool)
withdrawAll(bool claim)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address stakingToken_, address rewardToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.