Wrapped eETH
Verified contract
Proxy
Active on
Ethereum with 212,370 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 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x35fa…8ac2
0x3088…f216
5 additional
variables
Balances ($5,783,156,521.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eETH | ERC-20 | 1.823005M | $3,172.32 |
$5,783,155,517.03 | |
weETH | ERC-20 | 0.300002 | $3,348.05 |
$1,004.42 | |
WETH | ERC-20 | 0.000115 | $3,183.95 |
$0.36 | |
APU | ERC-20 | 2 | $0.00113 |
$0 | |
uniETH | ERC-20 | 0 | $3,420.35 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157899 | 10 minutes ago | | | 0 | 0.0011306848 | |
| 21157896 | 11 minutes ago | | | 0 | 0.0018270373 | |
| 21157883 | 14 minutes ago | | | 0 | 0.0018661897 | |
| 21157879 | 14 minutes ago | | | 0 | 0.0043863783 | |
| 21157815 | 27 minutes ago | | | 0 | 0.0013606355 | |
| 21157746 | 41 minutes ago | | | 0 | 0.00047487854 | |
| 21157629 | an hour ago | | | 0 | 0.00082028919 | |
| 21157618 | an hour ago | | | 0 | 0.00096459837 | |
| 21157500 | 2 hours ago | | | 0 | 0.00098279422 | |
| 21157425 | 2 hours ago | | | 0 | 0.0014396846 |
ABI
ABI objects
Getter at block 21157949 getRate() view returns (uint256) proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0xe481930428c599d86cf3522b2e43b0e3006041a472f66cb41fa924ac01d3a22b
decimals() view returns (uint8)
18
eETH() view returns (address)
0x35fa164735182de50811e8e2e824cfb9b6118ac2
getImplementation() view returns (address)
0xe629ee84c1bd9ea9c677d2d5391919fcf5e7d5d9
liquidityPool() view returns (address)
0x308861a430be4cce5502d0a12724771fc6daf216
name() view returns (string)
Wrapped eETH
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
symbol() view returns (string)
weETH
totalSupply() view returns (uint256)
1732228171383741624106025
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEETHByWeETH(uint256 _weETHAmount) view returns (uint256)
getWeETHByeETH(uint256 _eETHAmount) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _liquidityPool, address _eETH)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unwrap(uint256 _weETHAmount) returns (uint256)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
wrap(uint256 _eETHAmount) returns (uint256)
wrapWithPermit(uint256 _eETHAmount, struct ILiquidityPoolPermitInput _permit) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
receive()
This contract contains no error objects.