Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KPC8 | ERC-20 | 112 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17122787 | 2 years ago | | | 0 | 0.0017231905 | |
| 14639346 | 3 years ago | | | 0 | 0.00099563100 | |
| 14639155 | 3 years ago | | | 0 | 0.0012317288 | |
| 14461705 | 3 years ago | | | 0 | 0.0010176404 | |
| 14047705 | 3 years ago | | | 0 | 0.0050255660 | |
| 14036319 | 3 years ago | | | 0 | 0.0052152100 | |
| 13976939 | 3 years ago | | | 0 | 0.0095945759 | |
| 13976875 | 3 years ago | | | 0 | 0.0078346915 | |
| 13906086 | 3 years ago | | | 0 | 0.0041105838 | |
| 13510543 | 3 years ago | | | 0 | 0.0081079520 |
ABI
ABI objects
Getter at block 21249423
INITIAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
KPC8
owner() view returns (address)
0x6678381afdaa15c844ee0df8c049cec3f231b12f
symbol() view returns (string)
KPC8
totalSupply() view returns (uint256)
390000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceBurner()
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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.