LithiumPepe
Verified contract
Active on
Ethereum with 17 txns
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 |
---|---|---|---|---|---|
LIPEPE | ERC-20 | 7.941688M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18211189 | a year ago | | | 0 | 0.00058226176 | |
| 18211184 | a year ago | | | 0 | 0.00022662379 | |
| 18211183 | a year ago | | | 0 | 0.00056921337 | |
| 18211182 | a year ago | | | 0 | 0.00024174236 | |
| 18211182 | a year ago | | | 0 | 0.00023741839 | |
| 18211175 | a year ago | | | 0 | 0.00058531834 | |
| 18211173 | a year ago | | | 0 | 0.00068757205 | |
| 18211173 | a year ago | | | 0 | 0.00068757205 | |
| 18211173 | a year ago | | | 0 | 0.00068757205 | |
| 18211173 | a year ago | | | 0 | 0.00068757205 |
ABI
ABI objects
Getter at block 21097895
decimals() view returns (uint8)
18
getBuyFee() view returns (uint256)
1
getSellFee() view returns (uint256)
1
marketingWallet() view returns (address)
0x183bfc4b72f97a7debdab97837a74b9d2cee33ff
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
30000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
LithiumPepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
swapWithLimit() view returns (bool)
false
symbol() view returns (string)
LIPEPE
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActiveTime() view returns (uint256)
1695625199
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6a8bd4910606f1837d00926d641e62451a516259
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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)
isExcludedFromMaxWalletLimit(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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setExcludeFromMaxTransactionLimit(address account, bool exclude)
setExcludeFromMaxWallet(address account, bool exclude)
setMaxTransactionAmount(uint256 _maxTransactionAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSwapTokensAtAmount(uint256 newAmount)
setSwapWithLimit(bool _swapWithLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MaxTransactionLimitAmountChanged(uint256 maxTransferRate)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletLimitRate)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSend(uint256 tokensSwapped, uint256 valueReceived)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
SwapWithLimitUpdated(bool swapWithLimit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.