Sturdy variable debt bearing DAI
Unverified contract
Proxy
Active on
Ethereum with 64 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xa422…ee17
0xa3e9…b883
Balances ($0.00)
No balances found for "Sturdy variable debt bearing DAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18985790 | 10 months ago | | | 0 | 0.0014963281 | |
| 18437247 | a year ago | | | 0 | 0.0015641150 | |
| 18337293 | a year ago | | | 0 | 0.00028547484 | |
| 17877171 | a year ago | | | 0 | 0.00096516585 | |
| 17867285 | a year ago | | | 0 | 0.00071992180 | |
| 17330937 | a year ago | | | 0 | 0.0023254806 | |
| 17075145 | 2 years ago | | | 0 | 0.0036647530 | |
| 17027826 | 2 years ago | | | 0 | 0.0017082712 | |
| 17027815 | 2 years ago | | | 0 | 0.0017900680 | |
| 17027794 | 2 years ago | | | 0 | 0.0012210968 |
ABI
ABI objects
Getter at block 21124441
POOL() view returns (address)
0xa422ca380bd70eef876292839222159e41aaee17
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xa3e9b5e1dc6b24f296ffcf9c085e2546a466b883
name() view returns (string)
Sturdy variable debt bearing DAI
scaledTotalSupply() view returns (uint256)
2452412643434351379396
symbol() view returns (string)
variableDebtDAI
totalSupply() view returns (uint256)
4064588123707218916245
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 approve(address spender, uint256 amount) returns (bool)
approveDelegation(address delegatee, uint256 amount)
burn(address user, uint256 amount, uint256 index) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address pool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params)
mint(address user, address onBehalfOf, uint256 amount, uint256 index) payable returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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)
Initialized(address indexed underlyingAsset, address indexed pool, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params)
Mint(address indexed from, address indexed onBehalfOf, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.