YvsLiquidityPool
Verified contract
Active on
Ethereum with 2,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xec68…f478
0x1828…f998
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YVS | ERC-20 | 208.274279K | -- | -- | |
UNI-V2 | ERC-20 | 1.736915K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15956335 | 2 years ago | | | 0 | 0.0012027477 | |
| 15956332 | 2 years ago | | | 0 | 0.0011565363 | |
| 15924166 | 2 years ago | | | 0 | 0.0012340135 | |
| 15904676 | 2 years ago | | | 0 | 0.0011227060 | |
| 15835997 | 2 years ago | | | 0 | 0.0010953290 | |
| 15697206 | 2 years ago | | | 0 | 0.0014608390 | |
| 15693888 | 2 years ago | | | 0 | 0.00030522979 | |
| 15581338 | 2 years ago | | | 0 | 0.00028601761 | |
| 15525596 | 2 years ago | | | 0 | 0.00050349183 | |
| 15519412 | 2 years ago | | | 0 | 0.00047814320 |
ABI
ABI objects
Getter at block 21211504
controller() view returns (address)
0x88a1f32a44c0ffdd32e63c1a40b66c6f9427b6da
getRewardForDuration() view returns (uint256)
519999999999999988600000
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)
415056487149372125189
rewardPerTokenStored() view returns (uint256)
415056487149372125189
rewardRate() view returns (uint256)
9885931558935361
rewardsDuration() view returns (uint256)
52600000
rewardsToken() view returns (address)
0xec681f28f4561c2a9534799aa38e0d36a83cf478
stakingToken() view returns (address)
0x182885fa47b63c02d06a8d65db3bf3871be9f998
totalLocked() view returns (uint256)
1511060666120406000753
totalSupply() view returns (uint256)
1736914735693197183005
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)
withdrawable(address account) view returns (uint256)
State-modifying
Events exit()
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)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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)
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.