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 "CICoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5749322 | 6 years ago | | | 0 | 0.00018423000 | |
| 5747576 | 6 years ago | | | 0 | 0.00018455000 | |
| 5747387 | 6 years ago | | | 0 | 0.00022476060 | |
| 5747387 | 6 years ago | | | 0 | 0.00022515100 | |
| 5747387 | 6 years ago | | | 0 | 0.00022515100 | |
| 5747387 | 6 years ago | | | 0 | 0.00022515100 | |
| 5747387 | 6 years ago | | | 0 | 0.00022515100 | |
| 5747387 | 6 years ago | | | 0 | 0.00029528000 | |
| 5747387 | 6 years ago | | | 0 | 0.00029528000 | |
| 5747387 | 6 years ago | | | 0 | 0.00029528000 |
ABI
ABI objects
Getter at block 21285515
INITIAL_SUPPLY() view returns (uint256)
1200000000000000
decimals() view returns (uint8)
8
name() view returns (string)
CICoin
owner() view returns (address)
0x219fd59229c01cc41cce6cbddbdbb57314b6e6c1
paused() view returns (bool)
true
symbol() view returns (string)
CIC
totalSupply() view returns (uint256)
1200000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferByOwner(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.