Super Wallet Token
Verified contract
Active on
Ethereum with 34,110 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- | |
ICTA | ERC-20 | 2 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12058821 | 4 years ago | | | 0 | 0.0 | |
| 9565072 | 5 years ago | | | 0 | 0.00036117000 | |
| 9422685 | 5 years ago | | | 0 | 0.00033962400 | |
| 9325677 | 5 years ago | | | 0 | 0.000037724000 | |
| 9324045 | 5 years ago | | | 0 | 0.000037724000 | |
| 8815215 | 5 years ago | | | 0 | 0.00073712000 | |
| 8801313 | 5 years ago | | | 0 | 0.00040400800 | |
| 8789346 | 5 years ago | | | 0 | 0.00010775600 | |
| 8789109 | 5 years ago | | | 0 | 0.0015058480 | |
| 8777848 | 5 years ago | | | 0 | 0.0015058480 |
ABI
ABI objects
Getter at block 21123294
decimals() view returns (uint256)
8
disabled() view returns (bool)
false
getTotalSupply() view returns (uint256)
8400000000000000
name() view returns (string)
Super Wallet Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xba051682e9dbc40730fcef4a374e3a57a0ce3eff
symbol() view returns (string)
SW
totalSupply() view returns (uint256)
8400000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
kill()
setDisabled(bool flag)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.