Aave Ethereum UNI
Verified contract
Proxy
Active on
Ethereum with 34 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 ($30,687,052.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 3.527247M | $8.70 |
$30,687,051.48 | |
MTV | ERC-20 | 1K | $0.001051 |
$1.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209167 | 6 hours ago | | | 0 | 0.00081114443 | |
| 21067233 | 20 days ago | | | 0 | 0.00066018193 | |
| 20735439 | 2 months ago | | | 0 | 0.00084249802 | |
| 20734466 | 2 months ago | | | 0 | 0.00016495246 | |
| 20551323 | 3 months ago | | | 0 | 0.00039952658 | |
| 20518359 | 3 months ago | | | 0 | 0.0010291232 | |
| 20135837 | 5 months ago | | | 0 | 0.00024336251 | |
| 20090160 | 5 months ago | | | 0 | 0.00052708740 | |
| 19999280 | 6 months ago | | | 0 | 0.00027889990 | |
| 19793720 | 6 months ago | | | 0 | 0.00016506955 |
ABI
ABI objects
Getter at block 21210817
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x6f5b75ce4889fb2f991fd0b3a1787931c6c9dd75960469d40f4b9d4a4d634440
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)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x8164cc65827dcfe994ab23944cbc90e0aa80bfcb
name() view returns (string)
Aave Ethereum UNI
scaledTotalSupply() view returns (uint256)
3720916135762119621067692
symbol() view returns (string)
aEthUNI
totalSupply() view returns (uint256)
3727636605419792536585652
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)
delegateUnderlyingTo(address delegatee)
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)
DelegateUnderlyingTo(address indexed delegatee)
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.