Aave Ethereum WETH
Verified contract
Proxy
Active on
Ethereum with 30,541 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
0x8164…bfcb
Balances ($676,949,894.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 204.62848K | $3,308.19 |
$676,949,892.54 | |
aEthWETH | ERC-20 | 0.000551 | $3,304.38 |
$1.82 | |
REKT | ERC-20 | 53.025 | -- | -- | |
HQG | ERC-20 | 1.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245926 | an hour ago | | | 0 | 0.00085363922 | |
| 21245725 | an hour ago | | | 0 | 0.00039564158 | |
| 21245721 | 2 hours ago | | | 0 | 0.00061677581 | |
| 21245645 | 2 hours ago | | | 0 | 0.0018962613 | |
| 21245613 | 2 hours ago | | | 0 | 0.00062661690 | |
| 21245557 | 2 hours ago | | | 0 | 0.00038812697 | |
| 21245534 | 2 hours ago | | | 0 | 0.00066225671 | |
| 21245418 | 3 hours ago | | | 0 | 0.00067737843 | |
| 21245379 | 3 hours ago | | | 0 | 0.00044873221 | |
| 21245356 | 3 hours ago | | | 0 | 0.00072191208 |
ABI
ABI objects
Getter at block 21246170
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x95dd139b8dfc106f18b6335b54dc46200ab6f6e03f30aa3fb445346667e89ddc
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2
RESERVE_TREASURY_ADDRESS() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x8164cc65827dcfe994ab23944cbc90e0aa80bfcb
name() view returns (string)
Aave Ethereum WETH
scaledTotalSupply() view returns (uint256)
1431317217446639741074240
symbol() view returns (string)
aEthWETH
totalSupply() view returns (uint256)
1481559328374812823337431
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)
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)
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.