ZeroLend weETH
Unverified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x5be8…73a2
Balances ($248,586.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
weETH | ERC-20 | 64.574705 | $3,849.59 |
$248,586.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20955922 | 2 months ago | | | 0 | 0.00029780351 | |
| 20770130 | 3 months ago | | | 0 | 0.00016327926 | |
| 20350776 | 4 months ago | | | 0 | 0.000085055017 | |
| 20350769 | 4 months ago | | | 0 | 0.000073830371 | |
| 20321821 | 5 months ago | | | 0 | 0.00021811422 | |
| 20248311 | 5 months ago | | | 0 | 0.00012386692 | |
| 20014067 | 6 months ago | | | 0 | 0.0024535037 | |
| 19970029 | 6 months ago | | | 0 | 0.00051136275 | |
| 19970011 | 6 months ago | | | 0 | 0.00042535011 |
ABI
ABI objects
Getter at block 21320384
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x480d3b705b2474f8adc6d96a125f1fa101b66a828aecba0a99c9813d0d2db29e
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x3bc3d34c32cc98bf098d832364df8a222bbab4c0
RESERVE_TREASURY_ADDRESS() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x5be89bb10e2234204a2607765714916ed95a73a2
name() view returns (string)
ZeroLend weETH
scaledTotalSupply() view returns (uint256)
84103450308418648350
symbol() view returns (string)
z0weETH
totalSupply() view returns (uint256)
84218396220502667325
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getPreviousIndex(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
nonces(address owner) view returns (uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, address onBehalfOf, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initializingPool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address caller, address onBehalfOf, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescueTokens(address token, address to, uint256 amount)
setIncentivesController(address controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed caller, address indexed onBehalfOf, uint256 value, uint256 balanceIncrease, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.