Wrapped OETH
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 OETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Wrapped OETH"
ABI
ABI objects
Getter at block 21277724
asset() view returns (address)
0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3
decimals() view returns (uint8)
18
governor() view returns (address)
0xfd9e6005187f448957a0972a7d0c0a6da2911236
isGovernor() view returns (bool)
false
name() view returns (string)
Wrapped OETH
symbol() view returns (string)
WOETH
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_, string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.