ISChain Token
Verified contract
Active on
Ethereum with 220 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 "ISChain Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14638344 | 3 years ago | | | 0 | 0.0014882440 | |
| 14638313 | 3 years ago | | | 0 | 0.0025657016 | |
| 12030221 | 4 years ago | | | 0 | 0.012205908 | |
| 11984025 | 4 years ago | | | 0 | 0.0018572040 | |
| 11977188 | 4 years ago | | | 0 | 0.0061858685 | |
| 11502604 | 4 years ago | | | 0 | 0.0014205312 | |
| 10838439 | 4 years ago | | | 0 | 0.0083546971 | |
| 10832921 | 4 years ago | | | 0 | 0.012700973 | |
| 9676023 | 5 years ago | | | 0 | 0.0062607600 | |
| 9583104 | 5 years ago | | | 0 | 0.0022761600 |
ABI
ABI objects
Getter at block 21213635
decimals() view returns (uint8)
5
edrBalance() view returns (uint256)
9912441388691763
frozen() view returns (bool)
false
name() view returns (string)
ISChain Token
owner() view returns (address)
0x935545e8c25cbd0bac306ff13d1064aca34c4ea7
symbol() view returns (string)
ISC
totalCirculating() view returns (uint256)
87558611308237
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze() returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferEdrAddr(address _newEddr) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferMultiple(address[] _dests, uint256[] _values) returns (uint256)
transferOwner(address _newOwner) returns (bool success)
unfreeze() returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Owner(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
TransferEdrIn(address indexed from, uint256 value)
TransferEdrOut(address indexed from, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.