Wrapped sOHM
Verified contract
Active on
Ethereum with 16,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sOHM | ERC-20 | 13.787577K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150099 | a day ago | | | 0 | 0.00051420382 | |
| 21102752 | 8 days ago | | | 0 | 0.000094707600 | |
| 21074991 | 12 days ago | | | 0 | 0.00035852141 | |
| 21064409 | 13 days ago | | | 0 | 0.00031180600 | |
| 21064409 | 13 days ago | | | 0 | 0.00031180600 | |
| 20979884 | 25 days ago | | | 0 | 0.00044926607 | |
| 20979884 | 25 days ago | | | 0 | 0.00044926607 | |
| 20736456 | 2 months ago | | | 0 | 0.00011417039 | |
| 20654153 | 2 months ago | | | 0 | 0.000053424800 | |
| 20654152 | 2 months ago | | | 0 | 0.000053424800 |
ABI
ABI objects
Getter at block 21158687
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped sOHM
sOHM() view returns (address)
0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f
symbol() view returns (string)
wsOHM
totalSupply() view returns (uint256)
295048429802149038329
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
sOHMTowOHM(uint256 _amount) view returns (uint256)
wOHMTosOHM(uint256 _amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unwrap(uint256 _amount) returns (uint256)
wrap(uint256 _amount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sOHM)
This contract contains no fallback and receive objects.
This contract contains no error objects.