0x7889869421df5982dd56cc0473d69538577f63a0
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125.08)
Native
Value
$125.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.037629 | $3,324.05 |
$125.08 | |
vstETH | ERC-20 | 0.069333 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19975736 | 6 months ago | | | 0 | 0.0018686869 | |
| 19966975 | 6 months ago | | | 0 | 0.0016919171 | |
| 19966884 | 6 months ago | | | 0 | 0.0019100437 |
ABI
ABI objects
Getter at block 21273528
canSyncRewards() view returns (bool)
true
owner() view returns (address)
0x7fae227057989c9bc0afaecfef18bc68a6e03161
totalShares() view returns (uint256)
100000000000000000000
vault() view returns (address)
0x91211a4965e75152cb549b308f8ba398c3ab337e
Read-only
rewardsOf(address account) view returns (uint256)
sharesOf(address account) view returns (uint256)
State-modifying
Events claimVaultTokens(uint256 rewards, address receiver)
decreaseShares(address account, uint128 amount)
enterExitQueue(uint256 rewards, address receiver) returns (uint256 positionTicket)
increaseShares(address account, uint128 amount)
initialize(address owner, address _vault)
multicall(bytes[] data) returns (bytes[] results)
redeem(uint256 rewards, address receiver) returns (uint256 assets)
renounceOwnership()
syncRewards()
transferOwnership(address newOwner)
updateVaultState(struct IKeeperRewardsHarvestParams harvestParams)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsSynced(uint256 totalRewards, uint256 rewardPerShare)
RewardsWithdrawn(address indexed account, uint256 amount)
SharesDecreased(address indexed account, uint256 amount)
SharesIncreased(address indexed account, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidAccount()
InvalidAmount()
InvalidInitialization()
MathOverflowedMulDiv()
NotHarvested()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)