Aave variable debt bearing BUSD
Verified contract
Proxy
Active on
Ethereum with 62 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 BUSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16747097 | 2 years ago | | | 0 | 0.00093460257 | |
| 16728281 | 2 years ago | | | 0 | 0.0015333198 | |
| 16721704 | 2 years ago | | | 0 | 0.0014498617 | |
| 16626811 | 2 years ago | | | 0 | 0.00072317164 | |
| 16601248 | 2 years ago | | | 0 | 0.0014987185 | |
| 16457310 | 2 years ago | | | 0 | 0.00092432122 | |
| 16319766 | 2 years ago | | | 0 | 0.00065085087 | |
| 16319671 | 2 years ago | | | 0 | 0.00078456627 | |
| 16127868 | 2 years ago | | | 0 | 0.00049016996 | |
| 16127804 | 2 years ago | | | 0 | 0.00083860563 |
ABI
ABI objects
Getter at block 21186750
DEBT_TOKEN_REVISION() view returns (uint256)
2
POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4fabb145d64652a948d72533023f6e7a623c7c53
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xd784927ff2f95ba542bfc824c8a8a98f3495f6b5
name() view returns (string)
Aave variable debt bearing BUSD
scaledTotalSupply() view returns (uint256)
20598761736545205931481
symbol() view returns (string)
variableDebtBUSD
totalSupply() view returns (uint256)
217508456975504420214754
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)
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)
constructor(address admin)
fallback()
This contract contains no error objects.