staked ETH/rAAVE
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,954.41 |
$0 | |
UNI-V2 | ERC-20 | 3.259112 | -- | -- | |
rAAVE | ERC-20 | 0 | -- | -- | |
stkETH/rAAVE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12026222 | 4 years ago | | | 0 | 0.0045307661 | |
| 11962323 | 4 years ago | | | 0 | 0.0032189400 | |
| 11880410 | 4 years ago | | | 0 | 0.032107140 | |
| 11878268 | 4 years ago | | | 0 | 0.0072992700 | |
| 11878228 | 4 years ago | | | 0 | 0.0076598097 | |
| 11854128 | 4 years ago | | | 0 | 0.024053354 | |
| 11846821 | 4 years ago | | | 0 | 0.0053085600 | |
| 11845901 | 4 years ago | | | 0 | 0.0075421830 | |
| 11845852 | 4 years ago | | | 0 | 0.0069453660 | |
| 11842748 | 4 years ago | | | 0 | 0.011230345 |
ABI
ABI objects
Getter at block 21394475 rewardInfo() view returns (uint256 _lockedReward, uint256 _unlockedReward, uint256 _rewardPerBlock)
decimals() view returns (uint8)
18
name() view returns (string)
staked ETH/rAAVE
owner() view returns (address)
0x50e353d119ebca16907439f9581194deb9fced17
pendingFees() view returns (uint256 _feeShares)
0
performanceFee() view returns (uint256)
100000000000000000
reserveToken() view returns (address)
0xe1d0c66031b529dcd0043438807825eff7aada44
rewardRatePerWeek() view returns (uint256)
100000000000000000
rewardsToken() view returns (address)
0x3371de12e8734c76f70479dae3a9f3dc80cdceab
symbol() view returns (string)
stkETH/rAAVE
totalReserve() view returns (uint256 _totalReserve)
3259111678822758897
totalSupply() view returns (uint256)
3259111678822758897
treasury() view returns (address)
0x3e7ff81efbbadf5fca2810086b7f4c17a4f3682f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcCostFromShares(uint256 _shares) view returns (uint256 _cost)
calcSharesFromCost(uint256 _cost) view returns (uint256 _shares)
calcSharesFromTokenAmount(address _token, uint256 _amount) view returns (uint256 _shares)
calcTokenAmountFromShares(address _token, uint256 _shares) view returns (uint256 _amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _cost)
depositToken(address _token, uint256 _amount, uint256 _minShares)
gulpFees()
gulpRewards(uint256 _minCost)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPerformanceFee(uint256 _newPerformanceFee)
setRewardRatePerWeek(uint256 _newRewardRatePerWeek)
setTreasury(address _newTreasury)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _shares)
withdrawToken(address _token, uint256 _shares, uint256 _minAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangePerformanceFee(uint256 _oldPerformanceFee, uint256 _newPerformanceFee)
ChangeRewardRatePerWeek(uint256 _oldRewardRatePerWeek, uint256 _newRewardRatePerWeek)
ChangeTreasury(address _oldTreasury, address _newTreasury)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ETH_rAAVE, address _rAAVE)
This contract contains no fallback and receive objects.
This contract contains no error objects.