Aave Base Variable Debt WETH
Verified contract
Proxy
Active on
Base with 39,140 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
0xf9cc…1f44
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000763 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 419.435755 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748496 | 37 minutes ago | | | 0 | 0.0000010003040 | |
| 22747459 | an hour ago | | | 0 | 0.00016068504 | |
| 22744598 | 3 hours ago | | | 0 | 4.3248800e-7 | |
| 22743992 | 3 hours ago | | | 0 | 4.1626970e-7 | |
| 22743581 | 3 hours ago | | | 0 | 3.8624860e-7 | |
| 22742743 | 4 hours ago | | | 0 | 0.00017081162 | |
| 22741529 | 4 hours ago | | | 0 | 0.0000062455964 | |
| 22738840 | 6 hours ago | | | 0 | 0.0000058390380 | |
| 22737987 | 6 hours ago | | | 0 | 0.0000058940643 | |
| 22737819 | 7 hours ago | | | 0 | 0.0000059116378 |
ABI
ABI objects
Getter at block 22749601
DEBT_TOKEN_REVISION() view returns (uint256)
1
DELEGATION_WITH_SIG_TYPEHASH() view returns (bytes32)
0x323db0410fecc107e39e2af5908671f4c8d106123b35a51501bb805c5fa36aa0
DOMAIN_SEPARATOR() view returns (bytes32)
0x8a5c816869570e03039db3781c531c32dd4834566c7c9a5f8fff0e0103ef65c2
EIP712_REVISION() view returns (bytes)
0x31
POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xf9cc4f0d883f1a1eb2c253bdb46c254ca51e1f44
name() view returns (string)
Aave Base Variable Debt WETH
scaledTotalSupply() view returns (uint256)
34340304737775043042742
symbol() view returns (string)
variableDebtBasWETH
totalSupply() view returns (uint256)
35472117656975499978119
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address user) view returns (uint256)
borrowAllowance(address fromUser, address toUser) 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, uint256) returns (bool)
approveDelegation(address delegatee, uint256 amount)
burn(address from, uint256 amount, uint256 index) returns (uint256)
decreaseAllowance(address, uint256) returns (bool)
delegationWithSig(address delegator, address delegatee, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address, uint256) returns (bool)
initialize(address initializingPool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params)
mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns (bool, uint256)
setIncentivesController(address controller)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowAllowanceDelegated(address indexed fromUser, address indexed toUser, address indexed asset, uint256 amount)
Burn(address indexed from, address indexed target, uint256 value, uint256 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, 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.