King Of The Block
Verified contract
Active on
Base with 669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6828…02d0
0x0089…d8c0
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KING | ERC-20 | 318.510401M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22474888 | 11 days ago | | | 0 | 3.8980199e-7 | |
| 22040398 | 21 days ago | | | 0 | 2.8703129e-7 | |
| 21241390 | a month ago | | | 0 | 0.000000102139200000 | |
| 20679185 | 2 months ago | | | 0 | 4.1069091e-7 | |
| 20651687 | 2 months ago | | | 0 | 0.000000201897555600 | |
| 20651548 | 2 months ago | | | 0 | 2.1082765e-7 | |
| 20651262 | 2 months ago | | | 0 | 1.9862347e-7 | |
| 20651131 | 2 months ago | | | 0 | 1.9899792e-7 | |
| 20651067 | 2 months ago | | | 0 | 1.9939527e-7 | |
| 20650799 | 2 months ago | | | 0 | 1.8940228e-7 |
ABI
ABI objects
Getter at block 22938020
_buyDevFees() view returns (uint256)
1
_buyKingFees() view returns (uint256)
1
_buyLiquidityFees() view returns (uint256)
1
_devShares() view returns (uint256)
1
_kingShares() view returns (uint256)
1
_liquidityShares() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
1000000000000000000
_sellDevFees() view returns (uint256)
2
_sellKingFees() view returns (uint256)
3
_sellLiquidityFees() view returns (uint256)
1
_totalDistributionShares() view returns (uint256)
3
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
6
_walletMax() view returns (uint256)
1000000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000000
minKingAmount() view returns (uint256)
10000000000000
name() view returns (string)
King Of The Block
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
true
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
KING
totalSupply() view returns (uint256)
100000000000000000000
uniswapPair() view returns (address)
0x1bda6002e2ae327034efbf4d0c33299ce0d44937
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
adjustMaxTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyFee(uint256 newLiquidityTax, uint256 newDevTax, uint256 newKingTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newDevShare, uint256 newKingShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newDevTax, uint256 newKingTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
setcheckExcludedFromFees(address account, bool newValue)
setcheckTxLimitExcept(address holder, bool exempt)
setcheckWalletLimitExcept(address holder, bool exempt)
settaxWallet1(address newAddress)
settaxWallet2(address newAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendToKing(address king, uint256 amount)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address mWallet)
receive()
This contract contains no error objects.