Wrapped Super OETH
Verified contract
Proxy
Active on
Base with 2,301 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($31,201,779.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
superOETHb | ERC-20 | 9.3674K | $3,330.89 |
$31,201,779.56 | |
ETHO | ERC-20 | 10 | $0.010828 |
$0.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22912775 | an hour ago | | | 0 | 0.0000015428203 | |
| 22912711 | an hour ago | | | 0 | 0.0000028921078 | |
| 22891073 | 13 hours ago | | | 0 | 0.0000013043798 | |
| 22885301 | 17 hours ago | | | 0 | 0.0000014928600 | |
| 22884215 | 17 hours ago | | | 0 | 0.0000015383047 | |
| 22879741 | 20 hours ago | | | 0 | 0.0000010315835 | |
| 22879001 | 20 hours ago | | | 0 | 0.0000015497617 | |
| 22878993 | 20 hours ago | | | 0 | 0.0000015449850 | |
| 22871236 | a day ago | | | 0 | 5.7606360e-7 | |
| 22871015 | a day ago | | | 0 | 0.0000010438350 |
ABI
ABI objects
Getter at block 22915093
asset() view returns (address)
0xdbfefd2e8460a6ee4955a68582f85708baea60a3
decimals() view returns (uint8)
18
governor() view returns (address)
0xf817cb3092179083c48c014688d98b72fb61464f
isGovernor() view returns (bool)
false
name() view returns (string)
Wrapped Super OETH
symbol() view returns (string)
wsuperOETHb
totalAssets() view returns (uint256)
9367486909952275620950
totalSupply() view returns (uint256)
9093904613207035045097
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimGovernance()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(uint256 shares, address receiver) returns (uint256)
redeem(uint256 shares, address receiver, address owner) returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferGovernance(address _newGovernor)
transferToken(address asset_, uint256 amount_)
withdraw(uint256 assets, address receiver, address owner) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed caller, address indexed owner, uint256 assets, uint256 shares)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed caller, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.