Infinite Cloud Storage System
Verified contract
Active on
Ethereum with 10,668 txns
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 "Infinite Cloud Storage System"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20159726 | 5 months ago | | | 0 | 0.000088947750 | |
| 11507669 | 4 years ago | | | 0 | 0.0011782400 | |
| 11139963 | 4 years ago | | | 0 | 0.0014704830 | |
| 10199412 | 4 years ago | | | 0 | 0.00060188820 | |
| 10199287 | 4 years ago | | | 0 | 0.00070023000 | |
| 10199257 | 4 years ago | | | 0 | 0.00072786480 | |
| 10199091 | 4 years ago | | | 0 | 0.00064388040 | |
| 10199084 | 4 years ago | | | 0 | 0.00067747416 | |
| 10199068 | 4 years ago | | | 0 | 0.00075585960 | |
| 10199068 | 4 years ago | | | 0 | 0.00078425760 |
ABI
ABI objects
Getter at block 21256695
decimals() view returns (uint8)
4
name() view returns (string)
Infinite Cloud Storage System
owner() view returns (address)
0x032493e131fd243007caf4e0c30fcd83e9e0982a
symbol() view returns (string)
ICSS
totalSupply() view returns (uint256)
4500000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.