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 |
---|---|---|---|---|---|
SDWC | ERC-20 | 1.035M | -- | -- | |
CAOS | ERC-20 | 3 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12527308 | 3 years ago | | | 0 | 0.00078402000 | |
| 12488872 | 3 years ago | | | 0 | 0.00090000000 | |
| 12404046 | 4 years ago | | | 0 | 0.0031647200 | |
| 12403749 | 4 years ago | | | 0 | 0.0065597730 | |
| 12403746 | 4 years ago | | | 0 | 0.0026756730 | |
| 12361423 | 4 years ago | | | 0 | 0.00092874600 | |
| 12359364 | 4 years ago | | | 0 | 0.00055991200 | |
| 12326531 | 4 years ago | | | 0 | 0.0010443576 | |
| 12325798 | 4 years ago | | | 0 | 0.0017808481 | |
| 12024934 | 4 years ago | | | 0 | 0.0071248870 |
ABI
ABI objects
Getter at block 21169413
decimals() view returns (uint32)
18
name() view returns (string)
水币
owner() view returns (address)
0x6f37127a623e71b3f1990eb411c0bbb2e86a50bf
symbol() view returns (string)
SDWC
totalSupply() view returns (uint256)
9900000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) 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)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.