KWATT COIN
Verified contract
Active on
Ethereum with 2,891 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COT | ERC-20 | 5K | $0.000016 |
$0.08 | |
KWATT | ERC-20 | 6.27082K | -- | -- | |
KWATT | ERC-20 | 5.21982K | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12584688 | 3 years ago | | | 0 | 0.00051623600 | |
| 12530983 | 3 years ago | | | 0 | 0.0018085900 | |
| 9947548 | 5 years ago | | | 0 | 0.00040024600 | |
| 9548218 | 5 years ago | | | 0 | 0.00016741200 | |
| 9191319 | 5 years ago | | | 0 | 0.000083958000 | |
| 9191284 | 5 years ago | | | 0 | 0.000083706000 | |
| 8223521 | 5 years ago | | | 0 | 0.0022117200 | |
| 8144276 | 5 years ago | | | 0 | 0.00016559100 | |
| 7866274 | 5 years ago | | | 0 | 0.0021237180 | |
| 7605232 | 6 years ago | | | 0 | 0.00080955600 |
ABI
ABI objects
Getter at block 21256728
BURN_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
isToken() view returns (bool weAre)
true
name() view returns (string)
KWATT COIN
owner() view returns (address)
0x00dd507844b0ddc585d1e5928f37586d81d56c33
releaseAgent() view returns (address)
0x47820c26a40d22c0e9c9f25e4466fd040248cb4b
released() view returns (bool)
false
symbol() view returns (string)
KWATT
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
releaseTokenTransfer()
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.