Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITM | ERC-20 | 1.21 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7977734 | 5 years ago | | | 0 | 0.00048430000 | |
| 7977722 | 5 years ago | | | 0 | 0.000073009200 | |
| 7955808 | 5 years ago | | | 0 | 0.0010188090 | |
| 7942041 | 5 years ago | | | 0 | 0.0013621840 | |
| 7942006 | 5 years ago | | | 0 | 0.0049172530 | |
| 7914291 | 5 years ago | | | 0 | 0.00012408400 | |
| 7914289 | 5 years ago | | | 0 | 0.00012408400 | |
| 7914260 | 5 years ago | | | 0 | 0.00047947600 | |
| 7914249 | 5 years ago | | | 0 | 0.00012408400 | |
| 7914221 | 5 years ago | | | 0 | 0.00047947600 |
ABI
ABI objects
Getter at block 21170869 numberAccounts() view returns (uint256) returnAccounts() view returns (address[] holders) totalSupply() view returns (uint256)
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
intimate
paused() view returns (bool)
true
symbol() view returns (string)
ITM
totalsupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _tokenholder, address _tokenspender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _tokenholder) view returns (uint256 balance)
balanceOf(uint256 _id) view returns (uint256 balance)
balances(address) view returns (uint256)
frozenAccounts(address) view returns (bool)
isAuthorized(address _address, bytes32 _authorization) view returns (bool)
isFrozen(address account) view returns (bool)
State-modifying
Events approve(address _tokenspender, uint256 _value) returns (bool)
bulkTransfer(address[] _tos, uint256[] _values) returns (bool)
freezeAccount(address account) returns (bool success)
pause() returns (bool)
recoverEther()
recoverToken(address _address)
setName(string _name)
setSymbol(string _symbol)
toggleAuthorization(address _address, bytes32 _authorization)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreezeAccount(address account) returns (bool success)
unpause() returns (bool)
Approval(address indexed _tokenholder, address indexed _tokenspender, uint256 _value)
BulkTransfer(address indexed _tokenholder, uint256 _howmany)
DonationAccepted(address indexed _from, uint256 _value)
EtherRecovered(address indexed _to, uint256 _value)
Frozen(address indexed _account)
Pause()
Transfer(address indexed _tokenholder, address indexed _tokenrecipient, uint256 _value)
Unfrozen(address indexed _account)
Unpause()
constructor()
fallback()
This contract contains no error objects.