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 "KN95"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13124976 | 3 years ago | | | 0 | 0.0044230201 | |
| 11407563 | 4 years ago | | | 0 | 0.0015103621 | |
| 11407479 | 4 years ago | | | 0 | 0.0025949105 | |
| 11407305 | 4 years ago | | | 0 | 0.0010406935 | |
| 11038899 | 4 years ago | | | 0 | 0.0032165484 | |
| 11027877 | 4 years ago | | | 0 | 0.0039025621 | |
| 10781647 | 4 years ago | | | 0 | 0.020258942 | |
| 10536250 | 4 years ago | | | 0 | 0.0039918051 | |
| 10515457 | 4 years ago | | | 0 | 0.0047345690 | |
| 10415746 | 4 years ago | | | 0 | 0.00085322936 |
ABI
ABI objects
Getter at block 21217893
decimals() view returns (uint8)
18
name() view returns (string)
KN95
owner() view returns (address)
0x6ef40e522b9a3c05d1410cae1daf541b7206efa3
symbol() view returns (string)
KN95
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
renounceOwnerShip()
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialSupply, string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.