PUBLISH
Verified contract
Active on
Ethereum with 9,599 txns
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 |
---|---|---|---|---|---|
NEWS | ERC-20 | 193.0735K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119455 | 18 days ago | | | 0 | 0.000052651442 | |
| 20890849 | 2 months ago | | | 0 | 0.00026105275 | |
| 20788515 | 2 months ago | | | 0 | 0.00039078629 | |
| 20788392 | 2 months ago | | | 0 | 0.00040123473 | |
| 20732052 | 2 months ago | | | 0 | 0.00014030936 | |
| 20731933 | 2 months ago | | | 0 | 0.00043915997 | |
| 20659317 | 3 months ago | | | 0 | 0.000080181521 | |
| 20597997 | 3 months ago | | | 0 | 0.000027905651 | |
| 20591767 | 3 months ago | | | 0 | 0.00010058253 | |
| 20591724 | 3 months ago | | | 0 | 0.000098755404 |
ABI
ABI objects
Getter at block 21249323
cap() view returns (uint256)
77700000000000000000
decimals() view returns (uint8)
9
getAdmin() view returns (address)
0x2c9b22ccecf8312d6d2a991d16d35c08364d96df
getOneNewsCoin() view returns (uint256)
1000000000
getOwner() view returns (address)
0x61ec6b298cecc7e29481ec88e8778b128987a07b
getVault() view returns (address)
0x4ac9ee8fda483403535d1028beebc612301d4609
name() view returns (string)
PUBLISH
reserve() view returns (uint256 _reserve)
0
symbol() view returns (string)
NEWS
totalSupply() view returns (uint256)
9000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
reserveOf(address _address) view returns (uint256 _reserve)
reserves(address) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
setAdmin(address _newAdmin)
setOwner(address _newOwner)
setReserve(address _address, uint256 _reserve)
setVault(address _newVault)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
ReserveChanged(address indexed _address, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VaultChanged(address indexed previousVault, address indexed newVault)
constructor(string _symbol, string _name, address _owner, address _admin, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.