Kao Protocol
Verified contract
Active on
Ethereum with 147 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 |
---|---|---|---|---|---|
KAO | ERC-20 | 3.297319M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20736573 | 3 months ago | | | 0 | 0.00088854637 | |
| 19274081 | 9 months ago | | | 0 | 0.0013469215 | |
| 18087791 | a year ago | | | 0 | 0.00044730177 | |
| 17776206 | a year ago | | | 0 | 0.0010193393 | |
| 17722979 | a year ago | | | 0 | 0.00063792643 | |
| 17722969 | a year ago | | | 0 | 0.0011260387 | |
| 17721796 | a year ago | | | 0 | 0.0015070098 | |
| 17721558 | a year ago | | | 0 | 0.0018528800 | |
| 17721545 | a year ago | | | 0 | 0.0011176072 | |
| 17721540 | a year ago | | | 0 | 0.0019766531 |
ABI
ABI objects
Getter at block 21316006
deadBlocks() view returns (uint256)
2
decimals() view returns (uint8)
9
delay() view returns (uint256)
0
earlyBuyerDailyMaxSell() view returns (uint256)
500000000000000
finalTaxSet() view returns (bool)
true
finalTaxTimestamp() view returns (uint256)
900
launchBlock() view returns (uint256)
17721275
launchTimestamp() view returns (uint256)
1689697391
marketingWallet() view returns (address)
0x46b4e436f0c688f6d1eca38b5990bc424f347a21
maxTx() view returns (uint256)
100000000000000000
maxWallet() view returns (uint256)
100000000000000000
name() view returns (string)
Kao Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xfb8312cb5d3a8fc2303bdb34ab71ebcb163fbf53
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
250000000000000
symbol() view returns (string)
KAO
taxes() view returns (uint256 buy, uint256 sell, uint256 transfer)
(buy=4, sell=4, transfer=0)
totalSupply() view returns (uint256)
100000000000000000
tradingEnabled() view returns (bool)
true
whitelistPeriod() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earlyBuyer(address buyer) view returns (bool status)
earlyBuyerDailySell(address buyer) view returns (uint256 amount)
isBlacklisted(address user) view returns (bool status)
isExcludedFromFees(address user) view returns (bool status)
lastTrade(address user) view returns (uint256 timestamp)
whitelistedBuyer(address buyer) view returns (bool status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setIsExcludedFromFees(address _address, bool state)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setRouterAndPair(address newRouter, address newPair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint256 _buyTax, uint256 _sellTax, uint256 _transferTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router)
receive()
This contract contains no error objects.