Aave Base cbBTC
Verified contract
Proxy
Active on
Base with 84 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 ($56,655,960.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbBTC | ERC-20 | 572.606327 | $98,944.00 |
$56,655,960.42 | |
ETHO | ERC-20 | 10 | $0.008667 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727099 | 6 hours ago | | | 0 | 0.000000087810100000 | |
| 22724622 | 8 hours ago | | | 0 | 0.000000070485600000 | |
| 22718534 | 11 hours ago | | | 0 | 0.000000095505550373 | |
| 22717835 | 11 hours ago | | | 0 | 5.3186977e-7 | |
| 22710478 | 15 hours ago | | | 0 | 0.000000095505550373 | |
| 22700554 | 21 hours ago | | | 0 | 1.9890513e-7 | |
| 22685468 | a day ago | | | 0 | 9.7927839e-7 | |
| 22685092 | a day ago | | | 0 | 7.7340471e-7 | |
| 22683936 | a day ago | | | 0 | 0.0000019479643 | |
| 22673572 | 2 days ago | | | 0 | 0.000000108135859445 |
ABI
ABI objects
Getter at block 22738370
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0xe55b82107634b36c86467e3051ef553b81a32260ca0d6ca889b56992753417e5
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)
0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf
decimals() view returns (uint8)
8
getIncentivesController() view returns (address)
0xf9cc4f0d883f1a1eb2c253bdb46c254ca51e1f44
name() view returns (string)
Aave Base cbBTC
scaledTotalSupply() view returns (uint256)
66609837618
symbol() view returns (string)
aBascbBTC
totalSupply() view returns (uint256)
66633369651
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()
receive()
This contract contains no error objects.