Suterusu
Verified contract
Active on
Ethereum with 14,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,728.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Suter | ERC-20 | 24.082598M | $0.000072 |
$1,728.65 | |
Suter | ERC-20 | 20.018267K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282724 | 4 hours ago | | | 0 | 0.00056781104 | |
| 21280304 | 12 hours ago | | | 0 | 0.0015334903 | |
| 21279124 | 16 hours ago | | | 0 | 0.00070953336 | |
| 21278878 | 17 hours ago | | | 0 | 0.00051434962 | |
| 21278864 | 17 hours ago | | | 0 | 0.00085207469 | |
| 21278845 | 17 hours ago | | | 0 | 0.00057913197 | |
| 21278742 | 17 hours ago | | | 0 | 0.00079541405 | |
| 21278739 | 17 hours ago | | | 0 | 0.00093343651 | |
| 21278723 | 17 hours ago | | | 0 | 0.00057006984 | |
| 21278713 | 17 hours ago | | | 0 | 0.00087401103 |
ABI
ABI objects
Getter at block 21283845
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Suterusu
owner() view returns (address)
0x8a8393fd70bbd3d99406e0b90e0452d3553224bb
paused() view returns (bool)
false
symbol() view returns (string)
Suter
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
AdminRole(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklist(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addAdmin(address account)
addBlacklist(address account)
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()
removeAdmin(address account)
removeBlacklist(address account)
renounceAdmin()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminRoleAdded(address indexed account)
AdminRoleRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdded(address indexed account)
BlacklistRemoved(address indexed account)
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.