SUPER PEPE
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
26 additional
variables
Balances ($8.88)
Native
Value
$8.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002839 | $3,128.78 |
$8.88 | |
SP | ERC-20 | 81.092679K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17793816 | a year ago | | | 0 | 0.0019697662 | |
| 17725948 | a year ago | | | 0 | 0.00099081857 | |
| 17723997 | a year ago | | | 0 | 0.00097366815 | |
| 17708532 | a year ago | | | 0 | 0.00079433888 | |
| 17701433 | a year ago | | | 0 | 0.00082079615 | |
| 17676283 | a year ago | | | 0 | 0.00066869497 | |
| 17674548 | a year ago | | | 0 | 0.00081958886 | |
| 17674493 | a year ago | | | 0 | 0.00062951842 | |
| 17674485 | a year ago | | | 0 | 0.00062533500 | |
| 17674411 | a year ago | | | 0 | 0.00082989288 |
ABI
ABI objects
Getter at block 21223553
_name() view returns (string)
SUPER PEPE
_symbol() view returns (string)
SP
amountForAutoBuyBack() view returns (uint256)
0
autoBuyBackEnabled() view returns (bool)
false
autoBuyBackFrequency() view returns (uint256)
0
buyBuyBackFee() view returns (uint256)
0
buyDevFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
2
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x76e0f514aa88da3982395f163b3179c62d924cd9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isPenaltyActive() view returns (bool)
false
lastAutoBuyBackTime() view returns (uint256)
0
lastLpMarketingTime() view returns (uint256)
1689123563
lastManualLpMarketingTime() view returns (uint256)
0
limitsInEffect() view returns (bool)
true
lpMarketingEnabled() view returns (bool)
false
lpMarketingFrequency() view returns (uint256)
0
lpPair() view returns (address)
0x590cabbc63a1c6a7e5eeb92a841b36eaf58da5d8
manualMarketingFrequency() view returns (uint256)
3600
marketingWallet() view returns (address)
0x296796f153689114f729c035002473776696d616
maxTxnAmount() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
SUPER PEPE
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentForLPMarketing() view returns (uint256)
0
sellBuyBackFee() view returns (uint256)
0
sellDevFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
2
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
SP
tokensForBuyBack() view returns (uint256)
0
tokensForDev() view returns (uint256)
40546339746744641024740
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
40546339746744641024740
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
17674081
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedmaxTxnAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 _blockPenalty)
manualMarketingLiquidityPairTokens(uint256 percent)
removeBotFromBlackList(address account)
removeLimits()
renounceOwnership()
setAutoBuyBackSettings(uint256 _frequencyInSeconds, uint256 _buyBackAmount, bool _autoBuyBackEnabled)
setAutoLPMarketingSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _MarketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateDevWallet(address newWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _MarketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updatemarketingWallet(address newmarketingWallet)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP(uint256 amount)
BuyBackTriggered(uint256 amount)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP(uint256 amount)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.