Crypto Neo-value Neural System
Verified contract
Active on
Ethereum with 153,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNNS | ERC-20 | 3.697K | $0.000072 |
$0.27 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
NODE | ERC-20 | 1.269862M | -- | -- | |
POPCOIN | ERC-20 | 236 | -- | -- | |
INE | ERC-20 | 100 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082003 | 23 days ago | | | 0 | 0.00035968402 | |
| 21054026 | a month ago | | | 0 | 0.00016029165 | |
| 20597505 | 3 months ago | | | 0 | 0.000074512941 | |
| 20476234 | 4 months ago | | | 0 | 0.000073691250 | |
| 20453320 | 4 months ago | | | 0 | 0.000051743000 | |
| 20453299 | 4 months ago | | | 0 | 0.000051743000 | |
| 20453205 | 4 months ago | | | 0 | 0.000051743000 | |
| 20453102 | 4 months ago | | | 0 | 0.000051743000 | |
| 20452883 | 4 months ago | | | 0 | 0.000051731000 | |
| 20452883 | 4 months ago | | | 0 | 0.000024000000 |
ABI
ABI objects
Getter at block 21246423
decimals() view returns (uint8)
18
name() view returns (string)
Crypto Neo-value Neural System
owner() view returns (address)
0xc5f06f2bca4a759ee9372069c9d0f02567347970
symbol() view returns (string)
CNNS
totalSupply() view returns (uint256)
9992442000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
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)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.