Aave variable debt bearing AMPL
Verified contract
Proxy
Active on
Ethereum with 9 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
Balances ($0.00)
No balances found for "Aave variable debt bearing AMPL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15337814 | 2 years ago | | | 0 | 0.00040348135 | |
| 15242784 | 2 years ago | | | 0 | 0.00028741194 | |
| 15197657 | 2 years ago | | | 0 | 0.00029805828 | |
| 14832011 | 3 years ago | | | 0 | 0.0015618311 | |
| 14587826 | 3 years ago | | | 0 | 0.0021125518 | |
| 14478243 | 3 years ago | | | 0 | 0.0018530046 | |
| 14424986 | 3 years ago | | | 0 | 0.0010490836 | |
| 14059221 | 3 years ago | | | 0 | 0.0068346902 | |
| 13110173 | 3 years ago | | | 0 | 0.0020754170 |
ABI
ABI objects
Getter at block 21314254
DEBT_TOKEN_REVISION() view returns (uint256)
1
POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
decimals() view returns (uint8)
9
getAMPLBorrowData() view returns (uint256, int256)
(3887361341432, 5153369732861471780068300389928831490)
name() view returns (string)
Aave variable debt bearing AMPL
scaledTotalSupply() view returns (uint256)
3887361341432
symbol() view returns (string)
variableDebtAMPL
totalSupply() view returns (uint256)
343785050357076
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
borrowAllowance(address fromUser, address toUser) 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)
approveDelegation(address delegatee, uint256 amount)
burn(address user, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint8 decimals, string name, string symbol)
mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowAllowanceDelegated(address indexed fromUser, address indexed toUser, address asset, uint256 amount)
Burn(address indexed user, uint256 amount, uint256 index)
Mint(address indexed from, address indexed onBehalfOf, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.