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 "Kairos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20987780 | 24 days ago | | | 0 | 0.00081145408 | |
| 20965912 | a month ago | | | 0 | 0.0011343143 | |
| 20951298 | a month ago | | | 0 | 0.00089048178 | |
| 20621202 | 2 months ago | | | 0 | 0.00026928940 | |
| 20621086 | 2 months ago | | | 0 | 0.00020192882 | |
| 20487857 | 3 months ago | | | 0 | 0.00010609528 | |
| 20390920 | 3 months ago | | | 0 | 0.00017674098 | |
| 20353538 | 4 months ago | | | 0 | 0.00010339396 | |
| 20352599 | 4 months ago | | | 0 | 0.00014266798 | |
| 20352570 | 4 months ago | | | 0 | 0.00014772849 |
ABI
ABI objects
Getter at block 21160850
decimals() pure returns (uint8)
9
maxWallet() view returns (uint256)
100000000000000000000
name() view returns (string)
Kairos
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x4eb19b39376445aafd4896f8a752542a6cc6ee7a
symbol() view returns (string)
Kairos
totalSupply() view returns (uint256)
100000000000000000000
totalSupplyOnStart() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
startTrade(address poolAddress)
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 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.