LiquidityLoop
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x245c…fcc4
0x245c…fcc4
0xa09d…7958
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 580.704213 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16449881 | 2 years ago | | | 0 | 0.0022234060 | |
| 16449874 | 2 years ago | | | 0 | 0.0010687714 | |
| 13817670 | 3 years ago | | | 0 | 0.020755671 | |
| 13455516 | 3 years ago | | | 0 | 0.0074008962 | |
| 11736896 | 4 years ago | | | 0 | 0.011735918 | |
| 11637705 | 4 years ago | | | 0 | 0.0033286780 | |
| 11625055 | 4 years ago | | | 0 | 0.0098806950 | |
| 11605054 | 4 years ago | | | 0 | 0.011179144 | |
| 11561971 | 4 years ago | | | 0 | 0.019222443 | |
| 11558289 | 4 years ago | | | 0 | 0.0057540512 |
ABI
ABI objects
Getter at block 21301461
getRewardForDuration() view returns (uint256)
405916202855743372800
lastTimeRewardApplicable() view returns (uint256)
1610623845
lastUpdateTime() view returns (uint256)
1610623845
liquidityLoopTimeWarp() view returns (address)
0xa09df928ab9baa828dbef0b6f2b244fe8dd27958
owner() view returns (address)
0x2d0aed0a6553ee503879a2b8619c0c134b09655a
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1610623845
rewardLockPercentage() view returns (uint256)
75
rewardPerToken() view returns (uint256)
42205829681634616442
rewardPerTokenStored() view returns (uint256)
42205829681634616442
rewardRate() view returns (uint256)
335578871408518
rewardsDuration() view returns (uint256)
1209600
rewardsToken() view returns (address)
0x245c9b2ec969a700c7e4ee798060dbaf7ca1fcc4
stakeLockDays() view returns (uint256)
604800
stakingToken() view returns (address)
0x245c9b2ec969a700c7e4ee798060dbaf7ca1fcc4
totalSupply() view returns (uint256)
79157349999999979940
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
locks(address) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events cycle(uint256 amount)
exit()
mature()
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardDistribution(address _rewardDistribution, bool _isDistributor)
setRewardLockPercentage(uint256 _rewardLockPercentage)
sweep(uint256 amount)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken, address _liquidityLoopTimeWarp)
This contract contains no fallback and receive objects.
This contract contains no error objects.