King Of Memes
Verified contract
Active on
Base with 13,553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($425.23)
Native
Value
$320.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.097605 | $3,286.17 |
$320.75 | |
USDC | ERC-20 | 95 | $1.001 |
$95.09 | |
GROOVE | ERC-20 | 12.364661K | $0.000531 |
$6.56 | |
KING | ERC-20 | 7.040823M | $0.00 |
$2.44 | |
VOID | ERC-20 | 250 | $0.000951 |
$0.24 | |
WGC | ERC-20 | 200 | $0.000476 |
$0.1 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
BOYS | ERC-20 | 0.4 | $0.012099 |
$0 | |
FPEPE | ERC-20 | 20 | $0.000186 |
$0 | |
USA | ERC-20 | 1 | $0.000759 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749227 | 5 hours ago | | | 0 | 0.0000012084176 | |
| 22746004 | 7 hours ago | | | 0 | 3.4003479e-7 | |
| 22745710 | 7 hours ago | | | 0 | 2.9939529e-7 | |
| 22743587 | 8 hours ago | | | 0 | 5.6915559e-7 | |
| 22742919 | 8 hours ago | | | 0 | 1.6582684e-7 | |
| 22742898 | 8 hours ago | | | 0 | 2.9667077e-7 | |
| 22742138 | 9 hours ago | | | 0 | 2.7319847e-7 | |
| 22740178 | 10 hours ago | | | 0 | 1.7847368e-7 | |
| 22740156 | 10 hours ago | | | 0 | 1.7604423e-7 | |
| 22736933 | 12 hours ago | | | 0 | 2.2343928e-7 |
ABI
ABI objects
Getter at block 22757998
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
173769415453893055468806795
marketingAddress() view returns (address)
0xee90b0cf4ea65a116bd961b915d24b789128c7f5
maxBuyAmount() view returns (uint256)
10000000000000000000000000000000000000000000000000
maxSellAmount() view returns (uint256)
10000000000000000000000000000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000000000000000000000000000
name() view returns (string)
King Of Memes
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xc7cb7446546f01dd3e87f80b2a6d37fce4eca5cc
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
10
symbol() view returns (string)
KING
totalSupply() view returns (uint256)
420000000000000000000000000000
tradeCooldownTime() view returns (uint256)
0
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
liquidityFees(uint256) view returns (uint16)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
updateTradeCooldownTime(uint256 _tradeCooldownTime)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.