Aave Base cbETH
Unverified contract
Proxy
Active on
Base with 2,720 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 ($3,837,369.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbETH | ERC-20 | 1.426929K | $2,689.25 |
$3,837,369.16 | |
ETHO | ERC-20 | 10 | $0.013811 |
$0.14 | |
WGC | ERC-20 | 200 | $0.000102 |
$0.02 | |
USA | ERC-20 | 1 | $0.001477 |
$0 | |
BRETT | ERC-20 | 0.000505 | $0.080378 |
$0 | |
MINKY | ERC-20 | 1.5 | $0.000005 |
$0 | |
BaserTRACKER | ERC-20 | 190.005K | -- | -- | |
Baser | ERC-20 | 190.005K | -- | -- | |
NUNU | ERC-20 | 777.777778 | -- | -- | |
CHIDO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21891370 | 5 minutes ago | | | 0 | 6.1009991e-7 | |
| 21890294 | 41 minutes ago | | | 0 | 3.5179859e-7 | |
| 21882406 | 5 hours ago | | | 0 | 0.000000308052000000 | |
| 21836565 | a day ago | | | 0 | 0.000000209210660010 | |
| 21836294 | a day ago | | | 0 | 2.2850077e-7 | |
| 21832130 | a day ago | | | 0 | 2.3516932e-7 | |
| 21816468 | 2 days ago | | | 0 | 2.2595760e-7 | |
| 21816191 | 2 days ago | | | 0 | 1.9661166e-7 | |
| 21815415 | 2 days ago | | | 0 | 2.1504924e-7 | |
| 21815383 | 2 days ago | | | 0 | 2.1167963e-7 |
ABI
ABI objects
Getter at block 21891522
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x2cd726a8e87ec57d287c3c98a95752bb4e8abd39401a1503b697387d4233ec94
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)
0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xf9cc4f0d883f1a1eb2c253bdb46c254ca51e1f44
name() view returns (string)
Aave Base cbETH
scaledTotalSupply() view returns (uint256)
1650781560481505157261
symbol() view returns (string)
aBascbETH
totalSupply() view returns (uint256)
1654869267539526779498
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.