Balances ($0.00)
No balances found for "KLON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001239 | a month ago | | | 0 | 0.00026374730 | |
| 20264873 | 5 months ago | | | 0 | 0.000053878218 | |
| 20259304 | 5 months ago | | | 0 | 0.000061579225 | |
| 20259301 | 5 months ago | | | 0 | 0.000060014183 | |
| 20259297 | 5 months ago | | | 0 | 0.000063176579 | |
| 20259293 | 5 months ago | | | 0 | 0.000062369405 | |
| 19852833 | 7 months ago | | | 0 | 0.00011495358 | |
| 19852830 | 7 months ago | | | 0 | 0.00012795060 | |
| 19040877 | 10 months ago | | | 0 | 0.00045593243 | |
| 18544546 | a year ago | | | 0 | 0.00097283961 |
ABI
ABI objects
Getter at block 21300432
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
KLON
operator() view returns (address)
0x2c5ba02bb750a24af83105bed28734e0e22933df
owner() view returns (address)
0x2c5ba02bb750a24af83105bed28734e0e22933df
symbol() view returns (string)
KLON
totalSupply() view returns (uint256)
1000000000001000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.