PampStaking
Verified contract
Active on
Ethereum with 535 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0fa…5bd1
-
variable spans 4 additional slots
0x0bc7…890b
Balances ($0.00)
No balances found for "PampStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10636663 | 4 years ago | | | 0 | 0.0023955885 | |
| 10634410 | 4 years ago | | | 0 | 0.0033115741 | |
| 10634407 | 4 years ago | | | 0 | 0.0033115741 | |
| 10634406 | 4 years ago | | | 0 | 0.0033115741 | |
| 10634406 | 4 years ago | | | 0 | 0.0033115741 | |
| 10630182 | 4 years ago | | | 0 | 0.0023998900 | |
| 10630176 | 4 years ago | | | 0 | 0.0045773100 | |
| 10623689 | 4 years ago | | | 0 | 0.0013834660 | |
| 10617094 | 4 years ago | | | 0 | 0.0011575940 | |
| 10610800 | 4 years ago | | | 0 | 0.0011858280 |
ABI
ABI objects
Getter at block 21312061
_lastUpdate() view returns (uint256 timestamp, uint256 numerator, uint256 denominator, uint256 price, uint256 volume)
(timestamp=1597035650, numerator=30, denominator=100, price=1980, volume=5015216)
_uniswapV2Pair() view returns (address)
0x1c608235e6a946403f2a048a38550befe41e1b85
owner() view returns (address)
0x6376ffc4e4a1e3d0b6b67e0c5f22afb7690ab7cd
streak() view returns (uint256)
1
token() view returns (address)
0xf0fac7104aac544e4a7ce1a55adf2b5a25c65bd1
Read-only
getBlacklist(address addr) view returns (uint256)
getStaker(address staker) view returns (uint256, uint256)
getWhitelist(address addr) view returns (string)
mulDiv(uint256 x, uint256 y, uint256 z) pure returns (uint256)
State-modifying
Events burn(address account, uint256 amount)
enableBurns(bool enabledBurns)
freeze(bool enableFreeze)
renounceOwnership()
resetStakeTime()
resetStakeTimeDebug(address account)
resetStakeTimeMigrateState(address addr) returns (uint256 startTimestamp, uint256 lastTimestamp)
transferHook(address sender, address recipient, uint256 amount, uint256 senderBalance, uint256 recipientBalance) returns (uint256, uint256, uint256)
transferOwnership(address newOwner)
updateBlacklist(address addr, uint256 fee, bool remove) returns (bool)
updateCalculator(address calc)
updateDirectSellBurns(bool enableDirectSellBurns)
updateHoldersDay(bool enableHoldersDay)
updateInflationAdjustmentFactor(uint256 inflationAdjustmentFactor)
updateMinPercentIncrease(uint8 minIncrease)
updateMinStakeDurationDays(uint8 minStakeDurationDays)
updateMinStakes(uint256 minStake)
updateMyStakes(address stakerAddress, uint256 balance, uint256 totalSupply) returns (uint256)
updateNextStakingContract(address nextContract)
updateState(uint256 numerator, uint256 denominator, uint256 price, uint256 volume)
updateStreak(uint256 streak)
updateTokenAddress(address newToken)
updateUniswapPair(address addr) returns (bool)
updateUniswapSellerBurnPercent(uint8 sellerBurnPercent)
updateWhitelist(address addr, string reason, bool remove) returns (bool)
MassiveCelebration()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakerAdded(address StakerAddress)
StakerRemoved(address StakerAddress)
StakesUpdated(uint256 Amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address Token)
This contract contains no fallback and receive objects.
This contract contains no error objects.