CNN Token
Verified contract
Active on
Ethereum with 190,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNNS | ERC-20 | 464 | $0.000066 |
$0.03 | |
LBA | ERC-20 | 20 | $0.000229 |
$0 | |
HEX | ERC-20 | 1.307 | $0.003074 |
$0 | |
CNB | ERC-20 | 1 | $0.000064 |
$0 | |
ERC-20 | 88.888888M | -- | -- | ||
CNN | ERC-20 | 23.647659M | -- | -- | |
ERC-20 | 21M | -- | -- | ||
EXGF | ERC-20 | 25K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
NCR | ERC-20 | 6.666K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006177 | a month ago | | | 0 | 0.00039568956 | |
| 20581493 | 3 months ago | | | 0 | 0.000095138436 | |
| 20453419 | 4 months ago | | | 0 | 0.000094935403 | |
| 20453390 | 4 months ago | | | 0 | 0.000048057000 | |
| 20453125 | 4 months ago | | | 0 | 0.000048045000 | |
| 20453043 | 4 months ago | | | 0 | 0.000028145000 | |
| 20452881 | 4 months ago | | | 0 | 0.000094139690 | |
| 20452850 | 4 months ago | | | 0 | 0.000048069000 | |
| 20409167 | 4 months ago | | | 0 | 0.00015345243 | |
| 20409137 | 4 months ago | | | 0 | 0.000048057000 |
ABI
ABI objects
Getter at block 21243211
decimals() view returns (uint8)
18
name() view returns (string)
CNN Token
symbol() view returns (string)
CNN
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.