mwBETH
Verified contract
Proxy
Active on
Ethereum with 674 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x20b7…7cab
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "mwBETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214827 | a day ago | | | 0 | 0.00082080832 | |
| 21197715 | 3 days ago | | | 0 | 0.00086585495 | |
| 21196495 | 4 days ago | | | 0 | 0.00082888251 | |
| 21183546 | 5 days ago | | | 0 | 0.0015362808 | |
| 21154965 | 9 days ago | | | 0 | 0.00048567610 | |
| 21147664 | 10 days ago | | | 0 | 0.00030249566 | |
| 21104034 | 17 days ago | | | 0 | 0.00012314981 | |
| 21097347 | 17 days ago | | | 0 | 0.00020216780 | |
| 21096844 | 18 days ago | | | 0 | 0.00024133409 | |
| 21092344 | 18 days ago | | | 0 | 0.00042464034 |
ABI
ABI objects
Getter at block 21222421 exchangeRateToNative() view returns (uint256)
decimals() view returns (uint8)
18
eigenpieConfig() view returns (address)
0x20b70e4a1883b81429533fed944d7957121c7cab
exchangeRateToLST() view returns (uint256)
1000000000000000000
name() view returns (string)
mwBETH
paused() view returns (bool)
false
symbol() view returns (string)
mwBETH
totalSupply() view returns (uint256)
1264395336383290519779
underlyingAsset() view returns (address)
0xa2e3356610840701bdf5611a53974510ae27e2e1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address asset, address eigenpieConfigAddr, string name, string symbol)
mint(address to, uint256 amount)
pause()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
updateEigenpieConfig(address eigenpieConfigAddr)
updateExchangeRateToLST(uint256 _newRate)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
LSTExchangeRateUpdated(address indexed caller, uint256 newExchangeRate)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpdatedEigenpieConfig(address indexed eigenpieConfig)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallerNotEigenpieConfigAdmin()
CallerNotEigenpieConfigBurner()
CallerNotEigenpieConfigManager()
CallerNotEigenpieConfigMinter()
CallerNotEigenpieConfigPriceProvider()
ZeroAddressNotAllowed()