IntelliShare Token
Verified contract
Active on
Ethereum with 58,673 txns
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 |
---|---|---|---|---|---|
INE | ERC-20 | 126.108927K | -- | -- | |
CWT | ERC-20 | 3K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453320 | 3 months ago | | | 0 | 0.000032415000 | |
| 20453292 | 3 months ago | | | 0 | 0.000054327000 | |
| 20453205 | 3 months ago | | | 0 | 0.000053227000 | |
| 20452913 | 3 months ago | | | 0 | 0.000033696777 | |
| 20452850 | 3 months ago | | | 0 | 0.000032415000 | |
| 20452794 | 3 months ago | | | 0 | 0.000054339000 | |
| 19034056 | 10 months ago | | | 0 | 0.0015292115 | |
| 16517534 | 2 years ago | | | 0 | 0.00073013595 | |
| 16093768 | 2 years ago | | | 0 | 0.00042599889 | |
| 16090101 | 2 years ago | | | 0 | 0.00065777714 |
ABI
ABI objects
Getter at block 21161368
decimals() view returns (uint8)
18
name() view returns (string)
IntelliShare Token
owner() view returns (address)
0x81682d005fb488e4dd0b03454e3cb5ed3c4132b6
paused() view returns (bool)
false
symbol() view returns (string)
INE
totalSupply() view returns (uint256)
986000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkAdmin(address candidate) view returns (bool)
State-modifying
Events addAdmin(address candidate) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
recoverLost(address lost, uint256 amount) returns (bool)
removeAdmin(address candidate) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.