Aave interest bearing STETH
Verified contract
Proxy
Active on
Ethereum with 2,516 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 ($172,792,916.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 54.006394K | $3,199.49 |
$172,792,916.97 | |
TKX | ERC-20 | 0.000005 | $11.91 |
$0 | |
SUI | ERC-20 | 1.755B | -- | -- | |
SUI | ERC-20 | 11.014008M | -- | -- | |
BERA | ERC-20 | 7.231086M | -- | -- | |
MASK | ERC-20 | 2.691568M | -- | -- | |
CEL | ERC-20 | 2.271684M | -- | -- | |
$ | ERC-20 | 50K | -- | -- | |
BGBG | ERC-20 | 887.392 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160610 | 4 hours ago | | | 0 | 0.00073465907 | |
| 21158553 | 11 hours ago | | | 0 | 0.0013694056 | |
| 21158443 | 11 hours ago | | | 0 | 0.0014417231 | |
| 21157134 | 16 hours ago | | | 0 | 0.00098752473 | |
| 21157001 | 16 hours ago | | | 0 | 0.00081708784 | |
| 21156331 | 19 hours ago | | | 0 | 0.0026027167 | |
| 21152161 | a day ago | | | 0 | 0.00033535922 | |
| 21151831 | a day ago | | | 0 | 0.00049203446 | |
| 21151386 | a day ago | | | 0 | 0.00057804511 | |
| 21150347 | 2 days ago | | | 0 | 0.00065201912 |
ABI
ABI objects
Getter at block 21161863 scaledTotalSupply() view returns (uint256) totalSupply() view returns (uint256)
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x71ec33417e8ccca0492436080c91810d6b91d2eafc0b63ce53842db67723bdce
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
RESERVE_TREASURY_ADDRESS() view returns (address)
0x464c71f6c2f760dda6093dcb91c24c39e5d6e18c
UINT_MAX_VALUE() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
decimals() view returns (uint8)
18
internalTotalSupply() view returns (uint256)
45591968591871441504042
name() view returns (string)
Aave interest bearing STETH
symbol() view returns (string)
aSTETH
Read-only
_nonces(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
internalBalanceOf(address user) 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 spender, uint256 amount) returns (bool)
burn(address user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint8 underlyingAssetDecimals, string tokenName, string tokenSymbol)
mint(address user, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount) returns (uint256)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 index)
Mint(address indexed from, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.