Aave interest bearing CRV
Verified contract
Proxy
Active on
Ethereum with 2,066 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 ($1,088,657.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 2.512155M | $0.433356 |
$1,088,657.46 | |
COLLAR | ERC-20 | 10M | -- | -- | |
CNC | ERC-20 | 4.625747K | -- | -- | |
crvUSD | ERC-20 | 9.442128 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217592 | 20 hours ago | | | 0 | 0.00046320219 | |
| 21217575 | 20 hours ago | | | 0 | 0.00063836013 | |
| 21202457 | 3 days ago | | | 0 | 0.0019986496 | |
| 21202351 | 3 days ago | | | 0 | 0.00060739334 | |
| 21202004 | 3 days ago | | | 0 | 0.00061029079 | |
| 21201831 | 3 days ago | | | 0 | 0.0019193007 | |
| 21199549 | 3 days ago | | | 0 | 0.00063143409 | |
| 21180665 | 6 days ago | | | 0 | 0.029793488 | |
| 21165850 | 8 days ago | | | 0 | 0.022898021 | |
| 21160101 | 9 days ago | | | 0 | 0.00094029894 |
ABI
ABI objects
Getter at block 21223499
ATOKEN_REVISION() view returns (uint256)
2
DOMAIN_SEPARATOR() view returns (bytes32)
0xadcb1d53ee0108056cbe77beae7d4c5b0190be86995efe05d43c0bfc0b0274d3
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)
0xd533a949740bb3306d119cc777fa900ba034cd52
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xd784927ff2f95ba542bfc824c8a8a98f3495f6b5
name() view returns (string)
Aave interest bearing CRV
scaledTotalSupply() view returns (uint256)
2159498532428351861697207
symbol() view returns (string)
aCRV
totalSupply() view returns (uint256)
2521240128159165760999181
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.