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 |
---|---|---|---|---|---|
SW | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15178353 | 2 years ago | | | 0 | 0.00060081908 | |
| 13929340 | 3 years ago | | | 0 | 0.0038350984 | |
| 13929278 | 3 years ago | | | 0 | 0.0047495173 | |
| 13904630 | 3 years ago | | | 0 | 0.0041373399 | |
| 13879652 | 3 years ago | | | 0 | 0.0010859253 | |
| 13874328 | 3 years ago | | | 0 | 0.0012800338 | |
| 13874287 | 3 years ago | | | 0 | 0.0020241681 | |
| 13874266 | 3 years ago | | | 0 | 0.0024569475 | |
| 13874233 | 3 years ago | | | 0 | 0.0025634594 | |
| 13859225 | 3 years ago | | | 0 | 0.0022944795 |
ABI
ABI objects
Getter at block 21162972
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
SAVEWON
owner() view returns (address)
0xb370ff3700913c27a4aa2a9e01ccfb4eeca8dff1
symbol() view returns (string)
SW
totalSupply() view returns (uint256)
25000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isLockWallet(address lockAddress) view returns (bool)
isPartnership(address partner) view returns (bool)
State-modifying
Events addPartnership(address partner) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
multiTransfer(address[] toArray, uint256[] valueArray) returns (bool)
removePartnership(address partner) returns (bool)
setLockWallet(address lockAddress) returns (bool)
setReleaseWallet(address lockAddress) returns (bool)
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)
Burn(address indexed from, 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.