KuCoin Token
Verified contract
Active on
Ethereum with 51,455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($823.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CEEK | ERC-20 | 25.922393K | $0.029547 |
$765.94 | |
USDT | ERC-20 | 26 | $1.001 |
$26.03 | |
DRGN | ERC-20 | 884.3335 | $0.025038 |
$22.14 | |
LUNA | ERC-20 | 75.901328K | $0.000075 |
$5.68 | |
MYB | ERC-20 | 15.527622K | $0.000184 |
$2.86 | |
INUINU | ERC-20 | 999.999999M | $0.00 |
$1 | |
APU | ERC-20 | 1 | $0.001151 |
$0 | |
TWeR1 | ERC-20 | 19.4M | -- | -- | |
ONG | ERC-20 | 4.126792K | -- | -- | |
MRPH | ERC-20 | 206.0455 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157377 | 37 minutes ago | | | 0 | 0.00095601352 | |
| 21157143 | an hour ago | | | 0 | 0.00082842138 | |
| 21156681 | 3 hours ago | | | 0 | 0.00050195066 | |
| 21156260 | 4 hours ago | | | 0 | 0.00064567618 | |
| 21155720 | 6 hours ago | | | 0 | 0.00056918561 | |
| 21155637 | 6 hours ago | | | 0 | 0.00037839611 | |
| 21155580 | 7 hours ago | | | 0 | 0.00050892035 | |
| 21155516 | 7 hours ago | | | 0 | 0.00058319960 | |
| 21155510 | 7 hours ago | | | 0 | 0.00053016437 | |
| 21155472 | 7 hours ago | | | 0 | 0.00056301561 |
ABI
ABI objects
Getter at block 21157558
blacklister() view returns (address)
0xf2b16510270a214130c6b17ff0e9bf87585126bd
decimals() view returns (uint8)
6
name() view returns (string)
KuCoin Token
owner() view returns (address)
0xbb0bfc98615d42c3b22226602b371927348aa563
symbol() view returns (string)
KCS
totalSupply() view returns (uint256)
165641743000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
updateBlacklister(address _newBlacklister)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.