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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18401651 | a year ago | | | 0 | 0.00057992614 | |
| 16658419 | 2 years ago | | | 0 | 0.00087676800 | |
| 16023991 | 2 years ago | | | 0 | 0.00054810000 | |
| 12827800 | 3 years ago | | | 0 | 0.0025935570 | |
| 12818946 | 3 years ago | | | 0 | 0.0023335597 | |
| 12801130 | 3 years ago | | | 0 | 0.0015799631 | |
| 12796398 | 3 years ago | | | 0 | 0.0013114200 | |
| 12658363 | 3 years ago | | | 0 | 0.00049057800 | |
| 12100304 | 4 years ago | | | 0 | 0.0066943080 | |
| 12097572 | 4 years ago | | | 0 | 0.0079093381 |
ABI
ABI objects
Getter at block 21311914
decimals() view returns (uint8)
18
name() view returns (string)
DWS
owner() view returns (address)
0x8e8acac26ca28b5846ba1a8f6e17fb300d85617a
paused() view returns (bool)
false
symbol() view returns (string)
DWS
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
addressLocked(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfLocked(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAddress(address addr)
lockAddressValue(address _addr, uint256 _value)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address addr)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.