Aave Ethereum DAI
Verified contract
Proxy
Active on
Ethereum with 321 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 ($12,601,541.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 12.60154M | $1.00 |
$12,601,540.35 | |
MTV | ERC-20 | 1K | $0.001076 |
$1.08 | |
BGBG | ERC-20 | 712.127 | -- | -- | |
SIMP | ERC-20 | 4.733731 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157676 | 5 days ago | | | 0 | 0.00078898797 | |
| 21138469 | 8 days ago | | | 0 | 0.0010234846 | |
| 21138140 | 8 days ago | | | 0 | 0.00073597144 | |
| 21138139 | 8 days ago | | | 0 | 0.00074376459 | |
| 21135809 | 8 days ago | | | 0 | 0.0019695161 | |
| 21131559 | 9 days ago | | | 0 | 0.0023984740 | |
| 21128053 | 9 days ago | | | 0 | 0.00077180691 | |
| 21103555 | 13 days ago | | | 0 | 0.00076854262 | |
| 21097696 | 13 days ago | | | 0 | 0.00021891861 | |
| 21093829 | 14 days ago | | | 0 | 0.0014392136 |
ABI
ABI objects
Getter at block 21193766
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x8608c6d7c97f957f69368b1e2087a9d17355592ed23a657dac83a43df922e9ff
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)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x8164cc65827dcfe994ab23944cbc90e0aa80bfcb
name() view returns (string)
Aave Ethereum DAI
scaledTotalSupply() view returns (uint256)
145425717490886471729208687
symbol() view returns (string)
aEthDAI
totalSupply() view returns (uint256)
159020106700303109949127084
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.