KONG Token
Verified contract
Active on
Ethereum with 445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KONG | ERC-20 | 907.669744K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20566521 | 3 months ago | | | 0 | 0.000051243725 | |
| 18195461 | a year ago | | | 0 | 0.00037308536 | |
| 18116052 | a year ago | | | 0 | 0.00064614546 | |
| 17984377 | a year ago | | | 0 | 0.00082843870 | |
| 17980528 | a year ago | | | 0 | 0.00051348911 | |
| 17973525 | a year ago | | | 0 | 0.00090784816 | |
| 17973417 | a year ago | | | 0 | 0.00064013788 | |
| 17970217 | a year ago | | | 0 | 0.0011101980 | |
| 17969775 | a year ago | | | 0 | 0.0043600307 | |
| 17969314 | a year ago | | | 0 | 0.00085980769 |
ABI
ABI objects
Getter at block 21280020
buyBackingFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
0
buyTeamFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
3
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
10000000000000
maxWallet() view returns (uint256)
10000000000000
name() view returns (string)
KONG Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBackingFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
0
sellTeamFee() view returns (uint256)
4
sellTotalFees() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapPercent() view returns (uint256)
1
swapTokensAtAmount() view returns (uint256 amount_)
5868222665519
symbol() view returns (string)
KONG
teamWallet() view returns (address)
0xf87ad9f026471847cf834becc87279c4a4adda12
tokensForBacking() view returns (uint256)
218412382590662
tokensForLiquidity() view returns (uint256)
0
tokensForTeam() view returns (uint256)
642586668989774
totalSupply() view returns (uint256)
58682226655195736
tradingActive() view returns (bool)
true
treasury() view returns (address)
0xe05447ae2426c4beb7733c90058c00cc32abfe49
uniswapV2Pair() view returns (address)
0x5e7007f30e16909c388cd1ed8ca4165988b25e48
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading() payable
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _backingFee, uint256 _liquidityFee, uint256 _teamFee)
updateSellFees(uint256 _backingFee, uint256 _liquidityFee, uint256 _teamFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtPercent(uint256 newPercent) returns (bool)
updateTeamWallet(address newWallet)
withdrawStuck()
withdrawStuckEth(address toAddr)
withdrawStuckToken(address _token, address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
TradingStarted(address indexed pair, uint256 liquidityTokens, uint256 liquidityWeth)
Transfer(address indexed from, address indexed to, uint256 value)
teamWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor(address _teamWallet)
receive()
This contract contains no error objects.