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 "IN Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7138553 | 6 years ago | | | 0 | 0.00075588000 | |
| 7138531 | 6 years ago | | | 0 | 0.00075588000 | |
| 7138522 | 6 years ago | | | 0 | 0.00075588000 | |
| 7136577 | 6 years ago | | | 0 | 0.00075588000 | |
| 7132543 | 6 years ago | | | 0 | 0.00075588000 | |
| 7132541 | 6 years ago | | | 0 | 0.00075588000 | |
| 7132533 | 6 years ago | | | 0 | 0.00075588000 | |
| 7132528 | 6 years ago | | | 0 | 0.00075588000 | |
| 7132525 | 6 years ago | | | 0 | 0.00075460000 | |
| 7132514 | 6 years ago | | | 0 | 0.00075588000 |
ABI
ABI objects
Getter at block 21177393
decimals() view returns (uint8)
18
isLockTransfer() view returns (bool)
false
movePermissionStat() view returns (bool)
false
name() view returns (string)
IN Token
owner() view returns (address)
0x631f731d5459577ae6a0c32de78ae05530c99ac1
symbol() view returns (string)
IN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
lockOf(address) view returns (bool)
State-modifying
Events addSupply(uint256 _addSupply) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burnSupply(uint256 supply) returns (bool)
changeSymbol(string tokenSymbol) returns (bool)
changeTokenName(string _tokenName) returns (bool)
freeze(address to, uint256 _value) returns (bool)
freezeAll(address to) returns (bool)
kill()
lockAccount(address to) returns (bool)
lockTransfer() returns (bool)
movePermission(address to) returns (bool)
setMovePermissionStat(bool status)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unFreeze(address to, uint256 _value) returns (bool)
unFreezeAll(address to) returns (bool)
unlockAccount(address to) returns (bool)
unlockTransfer() returns (bool)
AddSupply(address indexed from, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BurnSupply(address indexed from, uint256 _value)
Freeze(address indexed from, uint256 _value)
MovePermission(address indexed form, address indexed to)
Transfer(address indexed from, address indexed to, uint256 _value)
Unfreeze(address indexed from, uint256 _value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.