0x7889869421df5982dd56cc0473d69538577f63a0

Verified contract

Proxy

Active on Ethereum with 3 txns
Deployed by via 0x9b45368d at 19966855
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $125.08
ERC-20
--
0x6d9b9c5153f799bfd7683c5cccc910e920e0c9562f914bf97fff9a3e4bd83079
0x019c01362b5c3e3c5ad20f1591b10b1c100088882afd4d89204614a57743e186
0x167ed0c34584286eb69b2bce487ecc17c32f6101c700346fffe8dc9697ad34f7

Functions
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 accountview returns (uint256)
sharesOf(address accountview returns (uint256)
State-modifying
claimVaultTokens(uint256 rewardsaddress receiver
decreaseShares(address accountuint128 amount
enterExitQueue(uint256 rewardsaddress receiverreturns (uint256 positionTicket)
increaseShares(address accountuint128 amount
initialize(address owneraddress _vault
multicall(bytes[] datareturns (bytes[] results)
redeem(uint256 rewardsaddress receiverreturns (uint256 assets)
renounceOwnership(
syncRewards(
transferOwnership(address newOwner
updateVaultState(struct IKeeperRewardsHarvestParams harvestParams
Events
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardsSynced(uint256 totalRewardsuint256 rewardPerShare
RewardsWithdrawn(address indexed accountuint256 amount
SharesDecreased(address indexed accountuint256 amount
SharesIncreased(address indexed accountuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidAccount(
InvalidAmount(
InvalidInitialization(
MathOverflowedMulDiv(
NotHarvested(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
SafeERC20FailedOperation(address token