Based Pepe Hack
Verified contract
Active on
Base with 165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Based Pepe Hack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12151974 | 8 months ago | | | 0 | 0.0000053292935 | |
| 12095680 | 8 months ago | | | 0 | 6.3907116e-7 | |
| 12095609 | 8 months ago | | | 0 | 0.0000053292935 | |
| 12095602 | 8 months ago | | | 0 | 0.0000053292935 | |
| 12095601 | 8 months ago | | | 0 | 0.0000053292935 | |
| 12095594 | 8 months ago | | | 0 | 0.0000053292935 | |
| 12095586 | 8 months ago | | | 0 | 0.0000010733735 | |
| 12095582 | 8 months ago | | | 0 | 0.000042749048 | |
| 12095581 | 8 months ago | | | 0 | 0.000042749048 | |
| 12095581 | 8 months ago | | | 0 | 0.000042749048 |
ABI
ABI objects
Getter at block 22750917
UNISWAP_FACTORY() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
UNISWAP_ROUTER() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
UNISWAP_V2_PAIR() view returns (address)
0x9a56dfb88038153a983cc38be887d4ac3c338c6e
buyTotalFees() view returns (uint256)
0
decimals() view returns (uint8)
18
fetchFees() view returns (bool)
false
limitsInEffect() view returns (bool)
false
maxBuy() view returns (uint256)
100000000000000000000000000
maxSell() view returns (uint256)
50000000000000000000000000
maxWallet() view returns (uint256)
200000000000000000000000000
name() view returns (string)
Based Pepe Hack
owner() view returns (address)
0x5b4b167dddc7ed9c280f9c62d557b6ea3950c00e
p3peWallet() view returns (address)
0x5b4b167dddc7ed9c280f9c62d557b6ea3950c00e
sellTotalFees() view returns (uint256)
0
swapEnabled() view returns (bool)
true
symbol() view returns (string)
HACKER
taxedTokens() view returns (uint256)
0
tokenSwapThreshold() view returns (uint256)
50000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingActive() view returns (bool)
true
tradingOpenedOnBlock() view returns (uint256)
12095442
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address account, bool excluded)
openTrading()
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setNewFees(uint256 newBuyFees, uint256 newSellFees)
setp3peWallet(address _p3peWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuy(uint256 newNum)
updateMaxSell(uint256 newNum)
updateMaxWallet(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedMaxBuy(uint256 newAmount)
UpdatedMaxSell(uint256 newAmount)
UpdatedMaxWallet(uint256 newAmount)
Updatedp3peWallet(address indexed newWallet)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)