Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Koto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22261793 | 11 days ago | | | 0 | 0.000000066805668160 | |
| 22254675 | 11 days ago | | | 0 | 0.000000095998715428 | |
| 19624647 | 2 months ago | | | 0 | 6.6116850e-7 | |
| 19624451 | 2 months ago | | | 0 | 2.6820203e-7 | |
| 19312850 | 3 months ago | | | 0 | 0.000000042132417800 | |
| 19255508 | 3 months ago | | | 0 | 0.000000044633841604 | |
| 19253155 | 3 months ago | | | 0 | 0.000000044633841604 | |
| 19251102 | 3 months ago | | | 0 | 0.000000044633841604 | |
| 19163685 | 3 months ago | | | 0 | 0.0000010235708 | |
| 19123502 | 3 months ago | | | 0 | 0.000000079369442684 |
ABI
ABI objects
Getter at block 22728314
decimals() view returns (uint8)
18
maxWalletActive() view returns (bool)
false
maxWalletPercentage() view returns (uint256)
1
name() view returns (string)
Koto
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0x402e6065d55b744112a3bcc7d7816e42f6a51bf1
swapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
KOTO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events activateMaxWallet()
approve(address spender, uint256 amount) returns (bool)
deactivateMaxWallet()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address account)
includeInLimits(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
sendAirdrop(address[] recipients, uint256 amount)
setAdmin(address newAdmin)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEther(address to, uint256 amount)
withdrawTokens(address to, uint256 amount)
AirdropSent(address indexed recipient, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.