Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
4 additional
variables
Balances ($14.96)
Native
Value
$14.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004669 | $3,204.70 |
$14.96 | |
KDOE | ERC-20 | 104.265982K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088680 | 10 days ago | | | 0 | 0.00099959592 | |
| 21051653 | 15 days ago | | | 0 | 0.00024193939 | |
| 21051458 | 15 days ago | | | 0 | 0.00077945613 | |
| 20954890 | a month ago | | | 0 | 0.00021222389 | |
| 20954888 | a month ago | | | 0 | 0.00022321384 | |
| 20954886 | a month ago | | | 0 | 0.00020467320 | |
| 20954883 | a month ago | | | 0 | 0.00020911495 | |
| 20921956 | a month ago | | | 0 | 0.0010037643 | |
| 20921936 | a month ago | | | 0 | 0.00089068118 | |
| 20921922 | a month ago | | | 0 | 0.00094454901 |
ABI
ABI objects
Getter at block 21161585
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_discountRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=0, transferFee=0)
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 totalSwap)
(liquidity=100, marketing=100, development=200, burn=100, totalSwap=400)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=0, transferFee=0)
_taxWallets() view returns (address marketing, address development, address liquidity, address burn)
(marketing=0x8547353c71837342df9b5f4f6fc51a55fc218e07, development=0x91d556466f0cdeeda28cb459ccd5dc418fe23ab5, liquidity=0xe657e2708974687477db81f76234ac8efbff1aca, burn=0x67344feb46881f237dccbb18536e7eee7b28cac3)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTX() view returns (uint256)
1000000000
getMaxWallet() view returns (uint256)
1000000000
getOwner() view returns (address)
0xf9d86a2166fff378ffe9a536dbe4253567a09b6f
lpPair() view returns (address)
0xdd8f50f1059c50d7d75fe2f5d7d262964fb2ae98
maxBuyTaxes() view returns (uint256)
2000
maxRoundtripTax() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
Kudoe
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
swapAmount() view returns (uint256)
210000000000000000000000
swapThreshold() view returns (uint256)
105000000000000000000000
symbol() pure returns (string)
KDOE
totalSupply() pure returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events _contractSwap(uint256 contractTokenBalance)
approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
getDiscountState(address account) returns (bool)
multiSendTokens(address[] accounts, uint256[] amounts)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setDiscountTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setExternalContracts(address _nftContract, address _stakingContract)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _protections, bool _antiBlock)
setRatios(uint16 liquidity, uint16 marketing, uint16 development, uint16 burn)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address liquidity, address development, address burn)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.