EthStakingStrategy
Verified contract
Active on
Ethereum with 5 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 |
---|---|---|---|---|---|
qETH | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17056625 | 2 years ago | | | 0 | 0.00069139200 | |
| 17056490 | 2 years ago | | | 0 | 0.0010420300 | |
| 17056480 | 2 years ago | | | 0 | 0.0012724320 | |
| 17056479 | 2 years ago | | | 0 | 0.0012721440 | |
| 17056457 | 2 years ago | | | 0 | 0.0011368560 |
ABI
ABI objects
Getter at block 21212909
depositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
fund() view returns (address)
0x69c53679ec1c06f3275b64c428e8cd069a2d3966
operatorCursor() view returns (uint256)
1
operatorFeeRate() view returns (uint256)
50000000000000000
owner() view returns (address)
0x509b82c847f90e9d19297c25965c534ae0562c35
registry() view returns (address)
0xe926f01953c3b94222fcac7474b31e3f8eafb308
reporter() view returns (address)
0xffd3196ce42bed1fa988020c902fe7ea6624a15a
safeStaking() view returns (address)
0xfb399517bcb023751b363c2b4333f59d3a202f3d
totalFeeRate() view returns (uint256)
100000000000000000
totalValidatorCount() view returns (uint256)
374
Read-only
currentDrawdowns(uint256) view returns (uint256)
lastBeaconBalances(uint256) view returns (uint256)
lastValidatorCounts(uint256) view returns (uint256)
operatorWeights(uint256) view returns (uint256)
selectOperators(uint256 total) view returns (uint256[] keyCounts, uint256 cursor)
State-modifying
Events batchReport(uint256 epoch, struct EthStakingStrategyOperatorData[] operatorData, uint256 finalizationCount)
deposit(uint256 amount)
initialize(address oldStrategy)
renounceOwnership()
transferOwnership(address newOwner)
transferToFund()
updateFeeRate(uint256 newTotalFeeRate, uint256 newOperatorFeeRate)
updateOperatorWeight(uint256 id, uint256 newWeight)
updateReporter(address reporter_)
updateSafeStaking(address safeStaking_)
BalanceReported(uint256 indexed epoch, uint256 indexed id, uint256 beaconBalance, uint256 validatorCount, uint256 executionLayerReward)
FeeRateUpdated(uint256 newTotalFeeRate, uint256 newOperatorFeeRate)
OperatorWeightUpdated(uint256 indexed id, uint256 newWeight)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address from, uint256 amount)
ReporterUpdated(address reporter)
SafeStakingUpdated(address safeStaking)
constructor(address fund_, address depositContract_, address registry_, uint256 totalFeeRate_, uint256 operatorFeeRate_)
receive()
This contract contains no error objects.