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 |
---|---|---|---|---|---|
ISAL | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17533269 | a year ago | | | 0 | 0.0010644103 | |
| 16484581 | 2 years ago | | | 0 | 0.00061136400 | |
| 16484505 | 2 years ago | | | 0 | 0.00064475948 | |
| 16484480 | 2 years ago | | | 0 | 0.00069100259 | |
| 15776570 | 2 years ago | | | 0 | 0.0011732106 | |
| 15776452 | 2 years ago | | | 0 | 0.0016775419 | |
| 15775683 | 2 years ago | | | 0 | 0.0011884835 | |
| 15775662 | 2 years ago | | | 0 | 0.0011091157 | |
| 15775637 | 2 years ago | | | 0 | 0.0018565057 | |
| 15376898 | 2 years ago | | | 0 | 0.00044735600 |
ABI
ABI objects
Getter at block 21199999
decimals() view returns (uint256)
7
initialSupply() view returns (uint256)
1000000000000000000
locked() view returns (bool)
false
name() view returns (string)
ISALCOIN
owner() view returns (address)
0x40c3bf6ed4fc17e895e6c36b55d91d06f3bf76bf
symbol() view returns (string)
ISAL
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool)
lockedAddresses(address) view returns (bool)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
setLocked(bool _locked)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.