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 "ICNode"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10088957 | 5 years ago | | | 0 | 0.0041984250 | |
| 10051636 | 5 years ago | | | 0 | 0.00097082072 | |
| 10011619 | 5 years ago | | | 0 | 0.00026390101 | |
| 10003856 | 5 years ago | | | 0 | 0.00053967000 | |
| 9999612 | 5 years ago | | | 0 | 0.00042863700 | |
| 9999425 | 5 years ago | | | 0 | 0.00064774800 | |
| 9994241 | 5 years ago | | | 0 | 0.00065314591 | |
| 9960220 | 5 years ago | | | 0 | 0.00023387400 | |
| 9945589 | 5 years ago | | | 0 | 0.00032387400 | |
| 9940450 | 5 years ago | | | 0 | 0.00059363700 |
ABI
ABI objects
Getter at block 21243186
admin() view returns (address)
0xfd132ec25472de5065195df8ae562f01ec5880e4
decimals() view returns (uint8)
8
getBalance() view returns (uint256)
0
name() view returns (string)
ICNode
symbol() view returns (string)
ICN
totalSupply() view returns (uint256)
900000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
frozenTimestamp(address) view returns (uint256)
getFrozenAccount(address _target) view returns (bool)
getFrozenTimestamp(address _target) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
freeze(address _target, bool _freeze) returns (bool)
freezeWithTimestamp(address _target, uint256 _timestamp) returns (bool)
kill()
multiFreeze(address[] _targets, bool[] _freezes) returns (bool)
multiFreezeWithTimestamp(address[] _targets, uint256[] _timestamps) returns (bool)
multiTransfer(address[] _tos, uint256[] _values) returns (bool)
setName(string _value) returns (bool)
setSymbol(string _value) 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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string initialName, string initialSymbol, uint256 initialSupply, uint8 initialDecimals, address initialAdminAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.