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 "K WAVE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21034176 | 9 days ago | | | 0 | 0.00035437146 | |
| 21034033 | 9 days ago | | | 0 | 0.00039008879 | |
| 17974548 | a year ago | | | 0 | 0.00087635722 | |
| 17727383 | a year ago | | | 0 | 0.00094600478 | |
| 17727380 | a year ago | | | 0 | 0.00066598416 | |
| 17727137 | a year ago | | | 0 | 0.00098144245 | |
| 17712084 | a year ago | | | 0 | 0.00088964387 | |
| 17711983 | a year ago | | | 0 | 0.0014983379 | |
| 17591667 | a year ago | | | 0 | 0.0012304614 | |
| 17583470 | a year ago | | | 0 | 0.00054288420 |
ABI
ABI objects
Getter at block 21096096
decimals() view returns (uint8)
18
name() view returns (string)
K WAVE
owner() view returns (address)
0xfb58307c9432b4a1b3bf8a483f0002a7b1cd0124
paused() view returns (bool)
false
symbol() view returns (string)
KWAVE
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFrozen(address holder) view returns (bool frozen)
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)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address holder)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.