ZeroLend WETH
Verified contract
Proxy
Active on
Base with 1,175 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x73a7…2cae
Balances ($58,704.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 17.605112 | $3,334.53 |
$58,704.77 | |
MOKIT | ERC-20 | 10K | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741042 | 11 minutes ago | | | 0 | 0.0000053514308 | |
| 22739064 | an hour ago | | | 0 | 0.0000053215229 | |
| 22736014 | 3 hours ago | | | 0 | 0.0000053202767 | |
| 22735675 | 3 hours ago | | | 0 | 2.2674080e-7 | |
| 22734987 | 4 hours ago | | | 0 | 0.0000053202767 | |
| 22733817 | 4 hours ago | | | 0 | 0.0000053514308 | |
| 22733554 | 4 hours ago | | | 0 | 0.0000053202767 | |
| 22733534 | 4 hours ago | | | 0 | 0.0000053514308 | |
| 22733342 | 4 hours ago | | | 0 | 0.0000053514308 | |
| 22733172 | 5 hours ago | | | 0 | 0.0000053202767 |
ABI
ABI objects
Getter at block 22741362
ATOKEN_REVISION() view returns (uint256)
2
DOMAIN_SEPARATOR() view returns (bytes32)
0x817061d1729a605d26c3a0b4ef88fcafeb590446f1f4ff28337182e09e922d7f
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x766f21277087e18967c1b10bf602d8fe56d0c671
RESERVE_TREASURY_ADDRESS() view returns (address)
0x6f5ae60d89dbbc4eed4b08d08a68dd5679ac61b4
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x73a7a4b40f3fe11e0bcab5538c75d3b984082cae
name() view returns (string)
ZeroLend WETH
scaledTotalSupply() view returns (uint256)
73577171558502676405
symbol() view returns (string)
z0WETH
totalSupply() view returns (uint256)
73776603928891621240
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 admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
recall(address from, address to, uint256 amount)
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)
Upgraded(address indexed implementation)
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)
constructor(address admin)
fallback()
This contract contains no error objects.