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 |
---|---|---|---|---|---|
PEPE 2.0 | ERC-20 | 8.724485M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18249071 | a year ago | | | 0 | 0.00039658051 | |
| 18215998 | a year ago | | | 0 | 0.00035910515 | |
| 18215887 | a year ago | | | 0 | 0.00040988949 | |
| 18215076 | a year ago | | | 0 | 0.00074143719 | |
| 18214565 | a year ago | | | 0 | 0.00044188611 | |
| 18214361 | a year ago | | | 0 | 0.00064921872 | |
| 18214350 | a year ago | | | 0 | 0.00069692491 | |
| 18213249 | a year ago | | | 0 | 0.0012970719 | |
| 18212869 | a year ago | | | 0 | 0.00059778707 | |
| 18212863 | a year ago | | | 0 | 0.00062938749 |
ABI
ABI objects
Getter at block 21213877
creator() view returns (string)
coinsult.net
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
5
marketingFeeOnSell() view returns (uint256)
5
marketingWallet() view returns (address)
0xe08f3cfe4bcf776a82f9667b524003214466d36a
maxTransactionAmountBuy() view returns (uint256)
200000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
200000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
PEPE 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
PEPE 2.0
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd4a186e4eef948e97b8f8dacef5682ec055138bf
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferFee() view returns (uint256)
50
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFeeOnBuy)
updateSellFees(uint256 _marketingFeeOnSell)
updateWalletToWalletTransferFee(uint256 _walletToWalletTransferFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 marketingFeeOnBuy)
UpdateSellFees(uint256 marketingFeeOnSell)
UpdateWalletToWalletTransferFee(uint256 walletToWalletTransferFee)
constructor()
receive()
This contract contains no error objects.