Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a25…9c67
0x33dd…1d91
0x30b3…f65a
0x35a3…d7e6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITR | ERC-20 | 5.25K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375717 | 19 hours ago | | | 0 | 0.0012288602 | |
| 21375661 | 19 hours ago | | | 0 | 0.0015607387 | |
| 21016558 | 2 months ago | | | 0 | 0.00073563916 | |
| 20758385 | 3 months ago | | | 0 | 0.00037952672 | |
| 19115151 | 10 months ago | | | 0 | 0.0014252440 | |
| 19014884 | a year ago | | | 0 | 0.0023016561 | |
| 18872774 | a year ago | | | 0 | 0.0017849725 | |
| 18415621 | a year ago | | | 0 | 0.0017295662 | |
| 18394140 | a year ago | | | 0 | 0.0016214578 | |
| 17885898 | a year ago | | | 0 | 0.0044160230 |
ABI
ABI objects
Getter at block 21381389
_assetRegistry() view returns (address)
0x30b32447137dddf089b327085d2026eaf2eaf65a
_features() view returns (address)
0x33dd89bb58e1234c168bc4a2bac432e0f6421d91
_maxTotalSupply() view returns (uint256)
1000000000000000000000000000
_restrictions() view returns (address)
0x0000000000000000000000000000000000000000
_roles() view returns (address)
0x1a2558d86dc6da6ee6a56d6ccc857e0c44499c67
_rules() view returns (address)
0x35a310f2e939bf824f961f0f9e1afcc2cab8d7e6
_totalSupply() view returns (uint256)
140000000000000000000000000
decimals() view returns (uint8)
18
getTransferNonce() view returns (uint256)
0
isOwner() view returns (bool)
false
name() view returns (string)
Intercoin
owner() view returns (address)
0x3ec1440b81c55cb7646491a7187710512a7f4b19
symbol() view returns (string)
ITR
totalSupply() view returns (uint256)
140000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getTransferNonce(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bulkTransfer(address[] _addresses, uint256[] _values) returns (bool)
burn(address account, uint256 value) returns (bool)
burnAccount(address account, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 value) returns (bool)
encodedBulkTransfer(uint160 _lotSize, uint256[] _transfers) returns (bool)
executeTransfer(address from, address to, uint256 value) returns (bool)
increaseAllowance(address spender, uint256 value) returns (bool)
mint(address account, uint256 value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferToken(address to, uint256 value, uint256 nonce, uint256 expirationTime, bytes32 hash, bytes signature) returns (bool)
transferTokenForced(address from, address to, uint256 value) returns (bool)
transferTokenFrom(address from, address to, uint256 value, uint256 nonce, uint256 expirationTime, bytes32 hash, bytes signature) returns (bool)
updateRestrictionsAndRules(address restrictions, address rules) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ManagementTransferred(address indexed previousManager, address indexed newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RestrictionsAndRulesUpdated(address restrictions, address rules)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 maxTotalSupply, address[] addressList)
This contract contains no fallback and receive objects.
This contract contains no error objects.