BeaconStakingOracle
Verified contract
Active on
Ethereum with 566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BeaconStakingOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207389 | 20 hours ago | | | 0 | 0.0022745127 | |
| 21200240 | 2 days ago | | | 0 | 0.0025331780 | |
| 21193056 | 3 days ago | | | 0 | 0.0031654561 | |
| 21185892 | 4 days ago | | | 0 | 0.0061305918 | |
| 21178729 | 5 days ago | | | 0 | 0.0045459525 | |
| 21171560 | 6 days ago | | | 0 | 0.0039326816 | |
| 21164403 | 7 days ago | | | 0 | 0.0037972606 | |
| 21157236 | 8 days ago | | | 0 | 0.0037216735 | |
| 21150089 | 9 days ago | | | 0 | 0.0024443952 | |
| 21142882 | 10 days ago | | | 0 | 0.0031201853 |
ABI
ABI objects
Getter at block 21213420
annualMaxChange() view returns (uint256)
600000000000000000
fund() view returns (address)
0x69c53679ec1c06f3275b64c428e8cd069a2d3966
genesisTime() view returns (uint256)
1606824023
getLatestReportableEpoch() view returns (uint256)
325575
getMemberCount() view returns (uint256)
1
getMembers() view returns (address[] members)
[0x0DfFf218AcF8AA895723d9E75D2dD4527856449C]
lastCompletedEpoch() view returns (uint256)
325575
nonce() view returns (uint256)
0
owner() view returns (address)
0x509b82c847f90e9d19297c25965c534ae0562c35
quorum() view returns (uint256)
1
reportableEpochInterval() view returns (uint256)
225
secondsPerEpoch() view returns (uint256)
384
strategy() view returns (address)
0x96f4489fe75d0494bd5088b0d80b17a5759dac37
Read-only
encodeBatchReport(struct IEthStakingStrategyOperatorData[] operatorData, uint256 finalizationCount) view returns (bytes32)
getNextEpochByMember(address member) view returns (uint256)
lastReportedEpoch(address) view returns (uint256)
reports(uint256, bytes32) view returns (uint256)
State-modifying
Events addMember(address member, uint256 newQuorum)
batchReport(uint256 epoch, struct IEthStakingStrategyOperatorData[] operatorData, uint256 finalizationCount)
removeMember(address member, uint256 newQuorum)
renounceOwnership()
transferOwnership(address newOwner)
updateAnnualMaxChange(uint256 newAnnualMaxChange)
updateQuorum(uint256 newQuorum)
AnnualMaxChangeUpdated(uint256 newAnnualMaxChange)
BeaconReported(uint256 epochId, bytes32 report, address caller)
MemberAdded(address member)
MemberRemoved(address member)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QuorumUpdated(uint256 newQuorum)
constructor(address strategy_, uint256 reportableEpochInterval_, uint256 secondsPerEpoch_, uint256 genesisTime_, uint256 annualMaxChange_)
This contract contains no fallback and receive objects.
This contract contains no error objects.