Kounotori
Verified contract
Active on
Ethereum with 5,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.000872 |
$0 | |
KTO | ERC-20 | 1.143275T | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272503 | 15 hours ago | | | 0 | 0.0065842040 | |
| 21259140 | 2 days ago | | | 0 | 0.0042922585 | |
| 21258718 | 3 days ago | | | 0 | 0.0032650104 | |
| 21251168 | 4 days ago | | | 0 | 0.0066734799 | |
| 21248706 | 4 days ago | | | 0 | 0.0021266770 | |
| 21243243 | 5 days ago | | | 0 | 0.00044129884 | |
| 21243143 | 5 days ago | | | 0 | 0.00055348329 | |
| 21243057 | 5 days ago | | | 0 | 0.00045973258 | |
| 21240778 | 5 days ago | | | 0 | 0.00061218377 | |
| 21211327 | 9 days ago | | | 0 | 0.00045245051 |
ABI
ABI objects
Getter at block 21276847
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=300, liquidityFee=0, marketingFee=700)
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidityRatio, uint16 marketingRatio, uint16 totalRatio)
(liquidityRatio=0, marketingRatio=100, totalRatio=100)
_sellTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=300, liquidityFee=0, marketingFee=700)
_transferTaxes() view returns (uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
(reflectFee=0, liquidityFee=0, marketingFee=0)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x3d94eeffb46986023b63c7392c16af66271e84ba
getSniperAmt() view returns (uint256)
3
lpPair() view returns (address)
0x20893b642b56fa81131a8fb1d6489e82de5a7449
maxTxAmountUI() view returns (uint256)
10000000000000
maxWalletSizeUI() view returns (uint256)
10000000000000
name() view returns (string)
Kounotori
owner() view returns (address)
0x3d94eeffb46986023b63c7392c16af66271e84ba
staticVals() view returns (uint16 maxReflectFee, uint16 maxLiquidityFee, uint16 maxMarketingFee, uint16 masterTaxDivisor)
(maxReflectFee=800, maxLiquidityFee=800, maxMarketingFee=800, masterTaxDivisor=10000)
symbol() view returns (string)
KTO
totalSupply() view returns (uint256)
1000000000000000000000000
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)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
intializeContract(address[] accounts, uint256[] amounts, address newOwner)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _antiSpecial)
setRatios(uint16 liquidity, uint16 marketing)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesSell(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setTaxesTransfer(uint16 reflectFee, uint16 liquidityFee, uint16 marketingFee)
setWallets(address marketingWallet)
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)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.