LiquidityPool
Verified contract
Active on
Ethereum with 270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0fa…5bd1
0x6d65…b7d5
0x28e4…78be
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 14.845863K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11270622 | 4 years ago | | | 0 | 0.0017480970 | |
| 11261765 | 4 years ago | | | 0 | 0.0081803000 | |
| 11260617 | 4 years ago | | | 0 | 0.0018392571 | |
| 11260433 | 4 years ago | | | 0 | 0.0011418603 | |
| 11260142 | 4 years ago | | | 0 | 0.0012802504 | |
| 11259935 | 4 years ago | | | 0 | 0.0017792478 | |
| 11258073 | 4 years ago | | | 0 | 0.0015239820 | |
| 11255394 | 4 years ago | | | 0 | 0.00092651578 | |
| 11248382 | 4 years ago | | | 0 | 0.0023239920 | |
| 11247164 | 4 years ago | | | 0 | 0.00078838305 |
ABI
ABI objects
Getter at block 21310634
calculateMonthlyYield() view returns (uint256)
328
exponentialDaysMax() view returns (uint256)
30
exponentialRewardsEnabled() view returns (bool)
true
minStakeDurationDays() view returns (uint256)
2
minter() view returns (address)
0x28e484dbd6bb501d37efc8cd4b8dc33121cc78be
owner() view returns (address)
0x6376ffc4e4a1e3d0b6b67e0c5f22afb7690ab7cd
pampToken() view returns (address)
0xf0fac7104aac544e4a7ce1a55adf2b5a25c65bd1
previousContract() view returns (address)
0x0000000000000000000000000000000000000000
rewardAdjustmentFactor() view returns (uint256)
40000000000000000000
secondToken() view returns (address)
0x6d6506e6f438ede269877a0a720026559110b7d5
stakingEnabled() view returns (bool)
true
uniswapPair() view returns (address)
0xfba793ed063a6157334567322f3467a86d36b3a8
uniswapV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
calculateTokensOwed(address stakerAddr) view returns (uint256)
getStaker(address _staker) view returns (uint256, uint256, uint256, uint256, bool)
mulDiv(uint256 x, uint256 y, uint256 z) pure returns (uint256)
previousContractBalances(address) view returns (uint256)
stakers(address) view returns (uint256 startTimestamp, uint256 lastTimestamp, uint256 poolTokenBalance, uint256 lockedRewardBalance, bool hasMigrated)
State-modifying
Events addLiquidity(uint256 _numTokensToReinvest, uint256 _numSecondTokensToInvest)
emergencyWithdrawLiquidityTokens()
giveMeDayLast()
giveMeDayStart()
lockRewards()
reinvestRewards(bool locked, uint256 _numTokensToReinvest, uint256 _numSecondTokensToInvest)
stakeLiquidityTokens(uint256 numPoolTokensToStake)
transferPampTokens(uint256 _numTokens)
transferSecondTokens(uint256 _numTokens)
updateExponentialDaysMax(uint256 _exponentialDaysMax)
updateExponentialRewardsEnabled(bool _exponentialRewards)
updateMinStakeDurationDays(uint256 _minStakeDurationDays)
updateMinter(address _minter)
updatePampToken(address _pampToken)
updatePreviousLiquidityContract(address _previousContract)
updateRewardAdjustmentFactor(uint256 _rewardAdjustmentFactor)
updateSecondToken(address _secondToken)
updateStakingEnabled(bool _stakingEnbaled)
updateUinswapV2(address _uniswapv2)
updateUniswapPair(address _uniswapPair)
withdrawLiquidityTokens(uint256 numPoolTokensToWithdraw)
withdrawRewards()
This contract contains no event objects.
constructor()
fallback()
receive()
This contract contains no error objects.