Aave Base wstETH
Unverified contract
Proxy
Active on
Base with 485 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
0xf9cc…1f44
Balances ($12,089,504.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wstETH | ERC-20 | 4.208734K | $2,872.48 |
$12,089,503.9 | |
ETHO | ERC-20 | 10 | $0.013256 |
$0.13 | |
WGC | ERC-20 | 200 | $0.0001 |
$0.02 | |
kurbi | ERC-20 | 0.1 | $0.000624 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
SATO | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22018218 | 7 hours ago | | | 0 | 1.3862642e-7 | |
| 22017158 | 7 hours ago | | | 0 | 2.4384991e-7 | |
| 21973256 | a day ago | | | 0 | 0.000000108624600000 | |
| 21835601 | 5 days ago | | | 0 | 2.1966224e-7 | |
| 21795805 | 5 days ago | | | 0 | 1.2917520e-7 | |
| 21774523 | 6 days ago | | | 0 | 2.7801964e-7 | |
| 21762091 | 6 days ago | | | 0 | 2.2934420e-7 | |
| 21754156 | 6 days ago | | | 0 | 1.3569062e-7 | |
| 21727567 | 7 days ago | | | 0 | 2.3729913e-7 | |
| 21719527 | 7 days ago | | | 0 | 1.6152566e-7 |
ABI
ABI objects
Getter at block 22030618
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x5d8b0deddf79540ac3aa8d606d810acaf1cbc47e5b021385e327779a0a6dc5ba
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
RESERVE_TREASURY_ADDRESS() view returns (address)
0xba9424d650a4f5c80a0da641254d1acce2a37057
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xf9cc4f0d883f1a1eb2c253bdb46c254ca51e1f44
name() view returns (string)
Aave Base wstETH
scaledTotalSupply() view returns (uint256)
4694143461065988214517
symbol() view returns (string)
aBaswstETH
totalSupply() view returns (uint256)
4704280235023364917561
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) 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 approve(address spender, uint256 amount) returns (bool)
burn(address from, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, address onBehalfOf, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initializingPool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address caller, address onBehalfOf, 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)
rescueTokens(address token, address to, uint256 amount)
setIncentivesController(address controller)
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)
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 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed caller, address indexed onBehalfOf, uint256 value, uint256 balanceIncrease, 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.