mswETH
Verified contract
Proxy
Active on
Ethereum with 17,453 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 "mswETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290222 | an hour ago | | | 0 | 0.00027732116 | |
| 21290092 | 2 hours ago | | | 0 | 0.00035371859 | |
| 21289931 | 2 hours ago | | | 0 | 0.00026685500 | |
| 21289399 | 4 hours ago | | | 0 | 0.00032729244 | |
| 21287764 | 10 hours ago | | | 0 | 0.00077119347 | |
| 21287562 | 10 hours ago | | | 0 | 0.00061754249 | |
| 21287562 | 10 hours ago | | | 0 | 0.00067276856 | |
| 21287562 | 10 hours ago | | | 0 | 0.00067276856 | |
| 21286158 | 15 hours ago | | | 0 | 0.00034793580 | |
| 21286118 | 15 hours ago | | | 0 | 0.00040291453 |
ABI
ABI objects
Getter at block 21290617 exchangeRateToNative() view returns (uint256)
decimals() view returns (uint8)
18
eigenpieConfig() view returns (address)
0x20b70e4a1883b81429533fed944d7957121c7cab
exchangeRateToLST() view returns (uint256)
1000000000000000000
name() view returns (string)
mswETH
paused() view returns (bool)
false
symbol() view returns (string)
mswETH
totalSupply() view returns (uint256)
4980677241499108778940
underlyingAsset() view returns (address)
0xf951e335afb289353dc249e82926178eac7ded78
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()