The latest block we've processed for this chain is 20898084, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

KING Token

Verified contract

Active on Ethereum with 79 txns
Deployed by via 0x822ecc77 at 20339463
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $64.67
ERC-20
--
0xe644ecf86c630bd046be3eb50885f8d8e8ed6a9dcbbdbd6b947501e730d75744
0xf6a2d001571cd91f58f3b7a86c4b0582af3460b3ca560ca3dcfb3f0e7456e5fc
0x86a82ca5eeff0d8cd330d6f94f55e973c0d9e670e993063bec12d13da175ec46
0xca735099cc0c62f80cf03f41970a8a78bf1ed58fe88d642b47b476e126200935
0xeb486b6ce51e8b465727c613a456984d82a72e78fb558bbf130517e7fe7960f0
0xe99441c769b3f31bff5393d520798a502d80ed2079dd2d53d7bd41555d6b6d81
0x9a9ca96166627ccac6865451e92f45677cc128088550c62a947df114afdd0ec0
0xb7db0c324bf9f5a77611d4dadfbb1042f5a50b4efc2a5169154a1acb6f05a591
0x93ef83293e4edfc667a1ac46bb1290d6348375c45f16e78aeec0c60db562da3b
0x8034151a776fba9447cbf4c814831268a06166322ce3b15ecf266d6454ebc5bf

Functions
Getter at block 20898083
burnTax(view returns (uint16)
100
decimals(view returns (uint8)
18
name(view returns (string)
KING Token
owner(view returns (address)
0x1806002f334715ef34cd2a66a76d77efdf628273
swapAtPercentage(view returns (uint8)
10
swapPair(view returns (address)
0xf66b5a5a2a57b8b06d1f90cfac1298da63c8b652
symbol(view returns (string)
KING
teamTax(view returns (uint16)
200
teamWallet(view returns (address)
0x5222eefbb7e5dfe97dd1cd67562699f8609d7f91
threshold(view returns (uint256)
100000000000000000
totalSupply(view returns (uint256)
9788267999999999999929950
totalTax(view returns (uint16)
300
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromTax(addressview returns (bool)
isPair(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
manualSwap(
renounceOwnership(
setExcludedFromTaxStatus(address accountbool isExcluded
setPair(address pairbool value
setSwapAtPercentage(uint8 newPercentage
setTax(uint16 newTotalTaxuint16 newBurnTax
setTeamWallet(address newAddress
setThreshold(uint256 newThreshold
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FailedToPayout(address indexed payoutaddress
FailedToSwap(address indexed tokenuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetExcludeFromTaxStatus(address indexed accountbool indexed isExcluded
SetMarketingWallet(address indexed marketingWallet
SetPair(address indexed pairbool indexed value
SetSwapAtPercentage(uint8 indexed swapAtPercentage
SetTax(uint16 indexed totalTaxuint16 indexed burnTax
SetTeamWallet(address indexed teamwallet
SetThreshold(uint256 indexed threshold
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _teamWallet
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account