Mitosis weETHs
Verified contract
Proxy
Active on
Ethereum with 10,551 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($11,190,643.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
weETHs | ERC-20 | 3.468719K | $3,226.16 |
$11,190,643.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157441 | 4 hours ago | | | 0 | 0.0019140271 | |
| 21157407 | 4 hours ago | | | 0 | 0.0017720702 | |
| 21157078 | 5 hours ago | | | 0 | 0.0017904921 | |
| 21157022 | 5 hours ago | | | 0 | 0.0019250939 | |
| 21156931 | 5 hours ago | | | 0 | 0.0015228690 | |
| 21156072 | 8 hours ago | | | 0 | 0.0011203058 | |
| 21155908 | 9 hours ago | | | 0 | 0.0013207440 | |
| 21155745 | 9 hours ago | | | 0 | 0.0014378857 | |
| 21155482 | 10 hours ago | | | 0 | 0.0018002578 | |
| 21155362 | 11 hours ago | | | 0 | 0.0016319352 |
ABI
ABI objects
Getter at block 21158548
DOMAIN_SEPARATOR() view returns (bytes32)
0xbe93628f4873887487a977fcb1601f2f6715153bf93da697e5fe2b9a891e2540
StorageV1Location() view returns (bytes32)
0xdfd1d7385a5871446aad353015e13a89d148fc3945543ae58683c6905a730600
UtilStorageV1Location() view returns (bytes32)
0xb74bb28fc0dafa03e97d9d2c2a11bb377bfd56ee8bbb7eda9a3949d9c8d49c00
asset() view returns (address)
0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88
cap() view returns (address)
0xb73676aa2e44674b1807ad8d073142c0920eb065
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Mitosis weETHs, version=1, chainId=1, verifyingContract=0xe4cf2d4eb9c01784798679f2fed4cf47cc59a3ec, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Mitosis weETHs
owner() view returns (address)
0x8181164cb98cab2f6a52283da6f149cdf2d4cf3c
symbol() view returns (string)
miweETHs
totalSupply() view returns (uint256)
3468719441887921716603
vaultType() pure returns (uint8)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAllowed(address account, uint8 action) view returns (bool)
isHalted(uint8 action) view returns (bool)
nonces(address owner) view returns (uint256)
previewDeposit(uint256 amount) view returns (uint256)
previewRedeem(uint256 amount) view returns (uint256)
State-modifying
Events allow(address account, uint8 action)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount, address receiver)
deposit(uint256 amount, address receiver, bytes permitData)
disallow(address account, uint8 action)
halt(uint8 action)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address asset_, string name, string symbol)
manualDeposit(uint256 amount, address receiver) returns (uint256)
manualRedeem(uint256 amount, address receiver) returns (uint256)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 amount, address receiver)
renounceOwnership()
resume(uint8 action)
setCap(address cap_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ActionAllowed(address account, uint8 action)
ActionDisallowed(address account, uint8 action)
Approval(address indexed owner, address indexed spender, uint256 value)
CapSet(address cap)
Deposit(address indexed account, address indexed baseAsset, uint256 amount)
EIP712DomainChanged()
Halted(uint8 action)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed account, address indexed baseAsset, uint256 amount)
RedeemPeriodSet(uint256 period)
Resumed(uint8 action)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address beacon, bytes data)
fallback()
receive()
Halted()
Unauthorized()
ZeroAmount()