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 "WET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18626848 | a year ago | | | 0 | 0.0017453312 | |
| 18218732 | a year ago | | | 0 | 0.00061243389 | |
| 18210518 | a year ago | | | 0 | 0.00047744566 | |
| 15140552 | 2 years ago | | | 0 | 0.0010530600 | |
| 15140552 | 2 years ago | | | 0 | 0.0017100600 | |
| 15140518 | 2 years ago | | | 0 | 0.0010530600 | |
| 15140517 | 2 years ago | | | 0 | 0.0015660600 | |
| 11736681 | 4 years ago | | | 0 | 0.0037480860 | |
| 10357620 | 4 years ago | | | 0 | 0.0017692800 | |
| 10223687 | 4 years ago | | | 0 | 0.0029008800 |
ABI
ABI objects
Getter at block 21244883
decimals() view returns (uint256)
3
name() view returns (string)
WET
nowInSeconds() view returns (uint256)
1732298015
symbol() view returns (string)
WET
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
lock(address addresses, uint256 lockmonth)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Locked(address indexed to, uint256 amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.