Kondux
Verified contract
Active on
Ethereum with 18,004 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x79bd…f569
Balances ($1,324.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKML | ERC-20 | 7.573294K | $0.114717 |
$868.79 | |
USDT | ERC-20 | 370.371813 | $1.002 |
$371.11 | |
KNDX | ERC-20 | 1.958227K | $0.022678 |
$44.41 | |
LAI | ERC-20 | 3.131199K | $0.01286 |
$40.27 | |
KNDX | ERC-20 | 2.56558M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243248 | 30 minutes ago | | | 0 | 0.00071875690 | |
| 21243017 | an hour ago | | | 0 | 0.00072044048 | |
| 21242821 | 2 hours ago | | | 0 | 0.00055078712 | |
| 21242791 | 2 hours ago | | | 0 | 0.00059825568 | |
| 21242475 | 3 hours ago | | | 0 | 0.00070363123 | |
| 21241795 | 5 hours ago | | | 0 | 0.00044205710 | |
| 21241776 | 5 hours ago | | | 0 | 0.00044440619 | |
| 21241753 | 6 hours ago | | | 0 | 0.00025605418 | |
| 21241751 | 6 hours ago | | | 0 | 0.00025512361 | |
| 21241646 | 6 hours ago | | | 0 | 0.00038343488 |
ABI
ABI objects
Getter at block 21243397
antiBotEnabled() view returns (bool)
false
decimals() pure returns (uint8)
9
getOwner() view returns (address)
0x1e78abec10e007d44613c2cf3fd91091795a3812
name() pure returns (string)
Kondux
symbol() pure returns (string)
KNDX
taxRateBuy() view returns (uint8)
3
taxRateSell() view returns (uint8)
3
taxSwapMax() view returns (uint256)
110000000000000
taxSwapMin() view returns (uint256)
50000000000000
totalSupply() pure returns (uint256)
1000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromAntiBot(address) view returns (bool)
excludedFromFees(address) view returns (bool)
State-modifying
Events adjustTaxRate(uint8 newBuyTax, uint8 newSellTax)
airdrop(address[] addresses, uint256[] tokenAmounts)
approve(address spender, uint256 amount) returns (bool)
burnTokens(uint256 amount)
enableAntiBot(bool isEnabled)
enableTrading()
excludeFromAntiBot(address wallet, bool isExcluded)
excludeFromFees(address wallet, bool isExcluded)
initLP()
setTaxWallet(address newTaxWallet)
taxEthSend()
taxSwapSettings(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
taxTokensSwap()
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)
OwnershipTransferred(address owner)
TaxRateChanged(uint8 newBuyTax, uint8 newSellTax)
TaxWalletChanged(address newTaxWallet)
TokensAirdropped(uint256 totalWallets, uint256 totalTokens)
TokensBurned(address indexed burnedByWallet, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.