Aave Base WETH
Verified contract
Proxy
Active on
Base with 399,839 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 ($17,516,303.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 5.239915K | $3,342.86 |
$17,516,302.94 | |
ETHO | ERC-20 | 10 | $0.011147 |
$0.11 | |
USA | ERC-20 | 1 | $0.000848 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000939 |
$0 | |
MINKY | ERC-20 | 1.5 | $0.000006 |
$0 | |
aBasWETH | ERC-20 | 0 | $3,344.94 |
$0 | |
COBE | ERC-20 | 1B | -- | -- | |
MOKIT | ERC-20 | 10K | -- | -- | |
OHNO | ERC-20 | 2.756243K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717047 | 7 minutes ago | | | 0 | 6.1261541e-7 | |
| 22716999 | 9 minutes ago | | | 0 | 5.2417363e-7 | |
| 22716940 | 11 minutes ago | | | 0 | 5.7887847e-7 | |
| 22716868 | 13 minutes ago | | | 0 | 5.7887847e-7 | |
| 22716804 | 15 minutes ago | | | 0 | 0.0000037677252 | |
| 22716755 | 17 minutes ago | | | 0 | 5.7051475e-7 | |
| 22716560 | 23 minutes ago | | | 0 | 6.1504548e-7 | |
| 22716404 | 29 minutes ago | | | 0 | 0.0000056532394 | |
| 22716361 | 30 minutes ago | | | 0 | 6.4224483e-7 | |
| 22716088 | 39 minutes ago | | | 0 | 5.2779680e-7 |
ABI
ABI objects
Getter at block 22717257
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0x2a712a0e6f5556095b9898f37be73689a2bf20ba6508736c4d2e7809095f93e4
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)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xf9cc4f0d883f1a1eb2c253bdb46c254ca51e1f44
name() view returns (string)
Aave Base WETH
scaledTotalSupply() view returns (uint256)
39681129156769378953977
symbol() view returns (string)
aBasWETH
totalSupply() view returns (uint256)
40406898716032374307031
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 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 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)
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 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)
constructor(address admin)
fallback()
This contract contains no error objects.