Aave interest bearing WBTC
Verified contract
Proxy
Active on
Ethereum with 5,357 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 ($326,522,943.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 4.012719K | $81,372.00 |
$326,522,942.1 | |
BlueSparrow | ERC-20 | 50 | $0.029264 |
$1.46 | |
COLON | ERC-20 | 5.199647 | $0.001392 |
$0.01 | |
GROK | ERC-20 | 50B | -- | -- | |
USDG | ERC-20 | 76.721019M | -- | -- | |
FNF | ERC-20 | 173.101K | -- | -- | |
$ | ERC-20 | 50K | -- | -- | |
FLO | ERC-20 | 50K | -- | -- | |
$ | ERC-20 | 50K | -- | -- | |
PMR | ERC-20 | 33K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160621 | 3 hours ago | | | 0 | 0.00085626234 | |
| 21154844 | a day ago | | | 0 | 0.00048560033 | |
| 21147898 | 2 days ago | | | 0 | 0.00029958032 | |
| 21122781 | 5 days ago | | | 0 | 0.00066219800 | |
| 21083553 | 11 days ago | | | 0 | 0.00038382853 | |
| 21079568 | 11 days ago | | | 0 | 0.00063566071 | |
| 21079398 | 11 days ago | | | 0 | 0.00078862227 | |
| 21074822 | 12 days ago | | | 0 | 0.00029184473 | |
| 21074705 | 12 days ago | | | 0 | 0.00027083125 | |
| 21074602 | 12 days ago | | | 0 | 0.00038452335 |
ABI
ABI objects
Getter at block 21161429
ATOKEN_REVISION() view returns (uint256)
2
DOMAIN_SEPARATOR() view returns (bytes32)
0x0d89fcdd1f73494c0c9b12a97ab3f8def4cf0c9561300bbe79086cdd75514831
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)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
decimals() view returns (uint8)
8
getIncentivesController() view returns (address)
0xd784927ff2f95ba542bfc824c8a8a98f3495f6b5
name() view returns (string)
Aave interest bearing WBTC
scaledTotalSupply() view returns (uint256)
430100494275
symbol() view returns (string)
aWBTC
totalSupply() view returns (uint256)
432172716690
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)
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)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
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.