WeETH
Verified contract
Implementation
Active on
Ethereum with 1 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
-
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
1 additional
variable
Balances ($0.00)
No balances found for "WeETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20289244 | 4 months ago | | | 0 | 0.00011681160 |
ABI
ABI objects
Getter at block 21247387 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xe0cc71cccfbf4dfbfb74ee9f4a741b6a236dbb6c5d7a048c7e862cc1b339aaff
decimals() view returns (uint8)
18
eETH() view returns (address)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
liquidityPool() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Wrapped eETH
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.