Wrapped Super OETH
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 ($0.00)
No balances found for "Wrapped Super OETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Wrapped Super OETH"
ABI
ABI objects
Getter at block 22915093
asset() view returns (address)
0xdbfefd2e8460a6ee4955a68582f85708baea60a3
decimals() view returns (uint8)
18
governor() view returns (address)
0x58890a9cb27586e83cb51d2d26bbe18a1a647245
isGovernor() view returns (bool)
false
name() view returns (string)
Wrapped Super OETH
symbol() view returns (string)
wsuperOETHb
totalAssets() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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)
constructor(address underlying_)
This contract contains no fallback and receive objects.
This contract contains no error objects.