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 "SUAPP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9454045 | 5 years ago | | | 0 | 0.00031297200 | |
| 7924191 | 5 years ago | | | 0 | 0.00014778400 | |
| 7859467 | 6 years ago | | | 0 | 0.0011932860 | |
| 7807508 | 6 years ago | | | 0 | 0.00015583800 | |
| 7796827 | 6 years ago | | | 0 | 0.00098117939 | |
| 7734782 | 6 years ago | | | 0 | 0.00010376400 | |
| 7724262 | 6 years ago | | | 0 | 0.00020752800 | |
| 7654802 | 6 years ago | | | 0 | 0.000065646000 | |
| 7654790 | 6 years ago | | | 0 | 0.00011045400 | |
| 7436307 | 6 years ago | | | 0 | 0.00041765009 |
ABI
ABI objects
Getter at block 21325370
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
SUAPP
owner() view returns (address)
0xbc32ecee59c07a33080bf579f2d582888b8c514f
symbol() view returns (string)
SUT
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
reclaimToken(address token)
safeApprove(address _spender, uint256 _currentValue, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.