CIChain
Verified contract
Active on
Ethereum with 48,001 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 |
---|---|---|---|---|---|
LBA | ERC-20 | 20 | $0.000232 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
OSCH | ERC-20 | 1K | -- | -- | |
ICC | ERC-20 | 88 | -- | -- | |
CIC | ERC-20 | 20 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098872 | 24 days ago | | | 0 | 0.00037378020 | |
| 21098869 | 24 days ago | | | 0 | 0.00036701700 | |
| 21097674 | 24 days ago | | | 0 | 0.00016274111 | |
| 21096483 | 24 days ago | | | 0 | 0.00021170242 | |
| 21096479 | 24 days ago | | | 0 | 0.00025532335 | |
| 21095289 | 24 days ago | | | 0 | 0.00026810305 | |
| 21094095 | 25 days ago | | | 0 | 0.0011135407 | |
| 21094094 | 25 days ago | | | 0 | 0.0010042943 | |
| 21092904 | 25 days ago | | | 0 | 0.00045004386 | |
| 21092900 | 25 days ago | | | 0 | 0.00042528592 |
ABI
ABI objects
Getter at block 21270690
decimals() view returns (uint8)
18
name() view returns (string)
CIChain
owner() view returns (address)
0xecb64b92ffb5179b47c87d2f105d6eeebb132c68
symbol() view returns (string)
CIC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferAndCall(address _to, uint256 _value, bytes _data) 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)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.