0x1cb2e4bcf47509c41b7b77c9f67744c9c8b0c7e7
Verified contract
Proxy
Active on
Ethereum with 19 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 ($0.00)
No balances found for "0x1cb2e4bcf47509c41b7b77c9f67744c9c8b0c7e7"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007317 | 10 days ago | | | 0 | 0.0020056441 | |
| 20978105 | 14 days ago | | | 0 | 0.0024564324 | |
| 20733250 | 2 months ago | | | 0 | 0.00037766220 | |
| 20633386 | 2 months ago | | | 0 | 0.00015201795 | |
| 20303839 | 4 months ago | | | 0 | 0.00033293898 | |
| 20211167 | 4 months ago | | | 0 | 0.00056159296 | |
| 20182532 | 4 months ago | | | 0 | 0.00057343074 | |
| 20011257 | 5 months ago | | | 0 | 0.0011881707 | |
| 19967589 | 5 months ago | | | 0 | 0.0019732837 | |
| 19961071 | 5 months ago | | | 0 | 0.0011814626 |
ABI
ABI objects
Getter at block 21076402
canSyncRewards() view returns (bool)
true
owner() view returns (address)
0xf330b5fe72e91d1a3782e65eed876cf3624c7802
totalShares() view returns (uint256)
100000000000000000000
vault() view returns (address)
0xac0f906e433d58fa868f936e8a43230473652885
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)