LiquidityPool
Verified contract
Active on
Ethereum with 1,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAMP | ERC-20 | 2.29181 | -- | -- | |
UNI-V2 | ERC-20 | 0.006623 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20971932 | 2 months ago | | | 0 | 0.0014664540 | |
| 11525947 | 4 years ago | | | 0 | 0.0037759261 | |
| 11164449 | 4 years ago | | | 0 | 0.0010211400 | |
| 11051858 | 4 years ago | | | 0 | 0.0039230400 | |
| 11028790 | 4 years ago | | | 0 | 0.0025142220 | |
| 11027555 | 4 years ago | | | 0 | 0.0019061280 | |
| 10996832 | 4 years ago | | | 0 | 0.0032676480 | |
| 10984617 | 4 years ago | | | 0 | 0.0021477978 | |
| 10977515 | 4 years ago | | | 0 | 0.0026235360 | |
| 10977198 | 4 years ago | | | 0 | 0.0030826548 |
ABI
ABI objects
Getter at block 21332413
exponentialDaysMax() view returns (uint256)
30
exponentialRewardsEnabled() view returns (bool)
true
minStakeDurationDays() view returns (uint256)
2
owner() view returns (address)
0x6376ffc4e4a1e3d0b6b67e0c5f22afb7690ab7cd
pampToken() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
pampTokenBalance() view returns (uint256)
0
rewardAdjustmentFactor() view returns (uint256)
0
stakingEnabled() view returns (bool)
false
uniTokenBalance() view returns (uint256)
6623068581366129
uniswapPair() view returns (address)
0x1c608235e6a946403f2a048a38550befe41e1b85
Read-only
calculateTokensOwed(address stakerAddr) view returns (uint256)
getStaker(address _staker) view returns (uint256, uint256)
mulDiv(uint256 x, uint256 y, uint256 z) pure returns (uint256)
stakers(address) view returns (uint256 startTimestamp, uint256 poolTokenBalance)
State-modifying
Events emergencyWithdrawLiquidityTokens()
giveMeDay()
stakeLiquidityTokens(uint256 numPoolTokensToStake)
transferPampTokens(uint256 _numTokens)
updateExponentialDaysMax(uint256 _exponentialDaysMax)
updateExponentialRewardsEnabled(bool _exponentialRewards)
updateMinStakeDurationDays(uint256 _minStakeDurationDays)
updatePampToken(address _pampToken)
updateRewardAdjustmentFactor(uint256 _rewardAdjustmentFactor)
updateStakingEnabled(bool _stakingEnbaled)
updateUniswapPair(address _uniswapPair)
withdrawLiquidityTokens(uint256 numPoolTokensToWithdraw)
This contract contains no event objects.
constructor(address _uniswapPair, address _pampToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.