YvsStakingPool
Verified contract
Active on
Ethereum with 1,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xec68…f478
0xec68…f478
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YVS | ERC-20 | 83.671075K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16150317 | 2 years ago | | | 0 | 0.0017489832 | |
| 15971813 | 2 years ago | | | 0 | 0.0016776251 | |
| 15728889 | 2 years ago | | | 0 | 0.0013538625 | |
| 15429362 | 2 years ago | | | 0 | 0.0028281916 | |
| 15398882 | 2 years ago | | | 0 | 0.00098636997 | |
| 15387148 | 2 years ago | | | 0 | 0.00041584095 | |
| 15387134 | 2 years ago | | | 0 | 0.00061702082 | |
| 15386215 | 2 years ago | | | 0 | 0.00056670929 | |
| 15386215 | 2 years ago | | | 0 | 0.0010701371 | |
| 15386215 | 2 years ago | | | 0 | 0.00078043278 |
ABI
ABI objects
Getter at block 21335399
controller() view returns (address)
0x88a1f32a44c0ffdd32e63c1a40b66c6f9427b6da
getRewardForDuration() view returns (uint256)
159999999999999988400000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1660734467
lastUpdateTime() view returns (uint256)
1660734467
owner() view returns (address)
0x0c954cb86352fc56aad062f78489cba625535297
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1660734467
rewardPerToken() view returns (uint256)
2879245940657649238
rewardPerTokenStored() view returns (uint256)
2879245940657649238
rewardRate() view returns (uint256)
3041825095057034
rewardsDuration() view returns (uint256)
52600000
rewardsToken() view returns (address)
0xec681f28f4561c2a9534799aa38e0d36a83cf478
stakingToken() view returns (address)
0xec681f28f4561c2a9534799aa38e0d36a83cf478
totalDeposited() view returns (uint256)
51909184274070499418183
totalSupply() view returns (uint256)
56699759419684709232975
Read-only
balanceOf(address account) view returns (uint256)
depositOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
lockedFor(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
rewards(address) view returns (uint256)
unlockedAt(address account) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
extend(uint256 lockPeriod)
getReward()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setController(address _controller)
setPaused(bool _paused)
setRewardsDuration(uint256 _rewardsDuration)
setStakingToken(address _stakingToken)
stake(uint256 amount, uint256 lockPeriod)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Extended(address indexed user, uint256 oldPeriod, uint256 newPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed 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, uint256 lockPeriod)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.