Pamp Network
Verified contract
Active on
Ethereum with 1,667 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Pamp Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19257704 | 8 months ago | | | 0 | 0.00056620918 | |
| 18457909 | a year ago | | | 0 | 0.00028082651 | |
| 17246812 | a year ago | | | 0 | 0.0014306048 | |
| 17025303 | 2 years ago | | | 0 | 0.00066260487 | |
| 17012551 | 2 years ago | | | 0 | 0.00049024552 | |
| 16866640 | 2 years ago | | | 0 | 0.00031348722 | |
| 16841180 | 2 years ago | | | 0 | 0.00086500301 | |
| 16227011 | 2 years ago | | | 0 | 0.00044689219 | |
| 16226549 | 2 years ago | | | 0 | 0.00052535124 | |
| 15322770 | 2 years ago | | | 0 | 0.00058642262 |
ABI
ABI objects
Getter at block 21102613
_decimals() view returns (uint8)
18
_lastUpdate() view returns (uint256 timestamp, uint256 numerator, uint256 denominator, uint256 price, uint256 volume)
(timestamp=0, numerator=0, denominator=0, price=0, volume=0)
_name() view returns (string)
Pamp Network
_symbol() view returns (string)
PAMP
decimals() view returns (uint8)
18
name() view returns (string)
Pamp Network
owner() view returns (address)
0x6376ffc4e4a1e3d0b6b67e0c5f22afb7690ab7cd
streak() view returns (uint256)
0
symbol() view returns (string)
PAMP
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
_blacklist(address) view returns (uint256)
_stakers(address) view returns (uint256 startTimestamp, uint256 lastTimestamp)
_whitelist(address) view returns (string)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableBurns(bool enableBurns)
freeze(bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address addr, uint256 fee, bool remove) returns (bool)
updateCalculator(address calc)
updateDelayedSellBurns(bool enableDelayedSellBurns)
updateInflationAdjustmentFactor(uint256 inflationAdjustmentFactor)
updateMinStakeDurationDays(uint8 minStakeDurationDays)
updateMinStakes(uint256 minStake)
updateMyStakes()
updateState(uint256 numerator, uint256 denominator, uint256 price, uint256 volume)
updateStreak(uint256 streak)
updateUniswapPair(address addr, bool V1) returns (bool)
updateUniswapSellerBurnPercent(uint8 sellerBurnPercent)
updateWhitelist(address addr, string reason, bool remove) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.