Aave Ethereum MKR
Verified contract
Proxy
Active on
Ethereum with 45 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 ($40,925,101.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x9f8f…79a2 | ERC-20 | 22.295096K | $1,835.61 |
$40,925,100.92 | |
MTV | ERC-20 | 1K | $0.001059 |
$1.06 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21044737 | a month ago | | | 0 | 0.00061110458 | |
| 20977206 | a month ago | | | 0 | 0.00065902421 | |
| 20862750 | 2 months ago | | | 0 | 0.00062751613 | |
| 20691543 | 3 months ago | | | 0 | 0.00017949706 | |
| 20628344 | 3 months ago | | | 0 | 0.00021227967 | |
| 20615601 | 3 months ago | | | 0 | 0.000036219344 | |
| 20459662 | 4 months ago | | | 0 | 0.0022407650 | |
| 20439037 | 4 months ago | | | 0 | 0.00015485137 | |
| 20311916 | 4 months ago | | | 0 | 0.00026524081 | |
| 20271558 | 5 months ago | | | 0 | 0.00033809611 |
ABI
ABI objects
Getter at block 21290757
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0xa255f84febc05deb63352b5c804c63e04567270b0c1604ec743c001151e586c0
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)
0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x8164cc65827dcfe994ab23944cbc90e0aa80bfcb
name() view returns (string)
Aave Ethereum MKR
scaledTotalSupply() view returns (uint256)
22403789219856283711952
symbol() view returns (string)
aEthMKR
totalSupply() view returns (uint256)
22454538576343712676153
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.