Balances ($0.00)
No balances found for "KlonX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264878 | 4 months ago | | | 0 | 0.000055928628 | |
| 20259315 | 4 months ago | | | 0 | 0.000052879152 | |
| 20259310 | 4 months ago | | | 0 | 0.000055804448 | |
| 19085359 | 10 months ago | | | 0 | 0.0012420488 | |
| 19049903 | 10 months ago | | | 0 | 0.00035361097 | |
| 19040211 | 10 months ago | | | 0 | 0.00052948321 | |
| 18544544 | a year ago | | | 0 | 0.00098305616 | |
| 18426391 | a year ago | | | 0 | 0.00069605003 | |
| 18400088 | a year ago | | | 0 | 0.00067301785 | |
| 18399175 | a year ago | | | 0 | 0.00039934821 |
ABI
ABI objects
Getter at block 21223033
decimals() view returns (uint8)
18
name() view returns (string)
KlonX
operator() view returns (address)
0xabd6341fc597031ba698c481abedba3c9a1ab587
owner() view returns (address)
0xabd6341fc597031ba698c481abedba3c9a1ab587
symbol() view returns (string)
KlonX
totalSupply() view returns (uint256)
452596076449554693845112
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(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.