IssToken
Verified contract
Active on
Ethereum with 1,875 txns
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 "IssToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13512740 | 3 years ago | | | 0 | 0.012762880 | |
| 11258645 | 4 years ago | | | 0 | 0.00060091203 | |
| 11258618 | 4 years ago | | | 0 | 0.00078384008 | |
| 10898138 | 4 years ago | | | 0 | 0.0042583608 | |
| 10865283 | 4 years ago | | | 0 | 0.0044560000 | |
| 10864978 | 4 years ago | | | 0 | 0.0068446081 | |
| 10746082 | 4 years ago | | | 0 | 0.0033067100 | |
| 10710848 | 4 years ago | | | 0 | 0.0038137440 | |
| 10702412 | 4 years ago | | | 0 | 0.011498960 | |
| 10698044 | 4 years ago | | | 0 | 0.0068945800 |
ABI
ABI objects
Getter at block 21282448
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
IssToken
owner() view returns (address)
0x902639ac2030a6e71e39977c829320670797fe7f
paused() view returns (bool)
false
symbol() view returns (string)
ISS
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.