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 "NewsToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14372901 | 3 years ago | | | 0 | 0.00087577214 | |
| 13905851 | 3 years ago | | | 0 | 0.0046710066 | |
| 12367573 | 4 years ago | | | 0 | 0.0019960390 | |
| 12081878 | 4 years ago | | | 0 | 0.0042386480 | |
| 11870766 | 4 years ago | | | 0 | 0.0068088921 | |
| 11781390 | 4 years ago | | | 0 | 0.0049601200 | |
| 11369577 | 4 years ago | | | 0 | 0.0011723920 | |
| 11333738 | 4 years ago | | | 0 | 0.0045227812 | |
| 11333684 | 4 years ago | | | 0 | 0.0024840001 | |
| 11329628 | 4 years ago | | | 0 | 0.0010912264 |
ABI
ABI objects
Getter at block 21395537
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
5170000
name() view returns (string)
NewsToken
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x438226272151d60d44314f528b9fb925c43ffa7d
symbol() view returns (string)
NWS
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _amount)
disableMinting()
killContract()
lockUntil(uint256 _untilBlock, string _reason)
mint(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
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)
Burn(address indexed _from, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _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.