Aave AMM Market WETH
Verified contract
Proxy
Active on
Ethereum with 713 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
0x7937…ffcb
Balances ($777,488.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 246.549244 | $3,153.48 |
$777,488.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177908 | 6 days ago | | | 0 | 0.00053199424 | |
| 21034676 | a month ago | | | 0 | 0.00027304800 | |
| 20852937 | 2 months ago | | | 0 | 0.00020207657 | |
| 20828111 | 2 months ago | | | 0 | 0.0017966439 | |
| 20708622 | 2 months ago | | | 0 | 0.000046175344 | |
| 20708593 | 2 months ago | | | 0 | 0.000069553671 | |
| 20600933 | 3 months ago | | | 0 | 0.000022809063 | |
| 20057792 | 5 months ago | | | 0 | 0.00028170921 | |
| 19896102 | 6 months ago | | | 0 | 0.00011182688 | |
| 19896095 | 6 months ago | | | 0 | 0.00017328540 |
ABI
ABI objects
Getter at block 21217714
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x9e5a9fbbada1f4293c17e421f9b3a7599bdbb30a14c8ba3ae74bec945bebc3b2
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x7937d4799803fbbe595ed57278bc4ca21f3bffcb
RESERVE_TREASURY_ADDRESS() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Aave AMM Market WETH
scaledTotalSupply() view returns (uint256)
242176529994877244112
symbol() view returns (string)
aAmmWETH
totalSupply() view returns (uint256)
249462028458349042769
Read-only
_nonces(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, 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 user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address pool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address user, 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)
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) returns (uint256)
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 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed from, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.