Aave stable debt bearing DAI
Verified contract
Proxy
Active on
Ethereum with 70 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 stable debt bearing DAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17974257 | a year ago | | | 0 | 0.00083596506 | |
| 16553640 | 2 years ago | | | 0 | 0.00097822845 | |
| 16542959 | 2 years ago | | | 0 | 0.0022679429 | |
| 16516012 | 2 years ago | | | 0 | 0.00078870096 | |
| 16383138 | 2 years ago | | | 0 | 0.0010632962 | |
| 16317046 | 2 years ago | | | 0 | 0.00049798143 | |
| 16317036 | 2 years ago | | | 0 | 0.00066905141 | |
| 15954155 | 2 years ago | | | 0 | 0.00074152566 | |
| 15941761 | 2 years ago | | | 0 | 0.0011854141 | |
| 15807864 | 2 years ago | | | 0 | 0.00065107466 |
ABI
ABI objects
Getter at block 21310681
DEBT_TOKEN_REVISION() view returns (uint256)
2
POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
getAverageStableRate() view returns (uint256)
0
getSupplyData() view returns (uint256, uint256, uint256, uint40)
(0, 0, 0, 1718017199)
getTotalSupplyAndAvgRate() view returns (uint256, uint256)
(0, 0)
getTotalSupplyLastUpdated() view returns (uint40)
1718017199
name() view returns (string)
Aave stable debt bearing DAI
symbol() view returns (string)
stableDebtDAI
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
borrowAllowance(address fromUser, address toUser) view returns (uint256)
getUserLastUpdated(address user) view returns (uint40)
getUserStableRate(address user) view returns (uint256)
principalBalanceOf(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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint8 decimals, string name, string symbol)
mint(address, address, uint256, uint256) 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 currentBalance, uint256 balanceIncrease, uint256 avgStableRate, uint256 newTotalSupply)
Mint(address indexed user, address indexed onBehalfOf, uint256 amount, uint256 currentBalance, uint256 balanceIncrease, uint256 newRate, uint256 avgStableRate, uint256 newTotalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.