Oracle Role
ORACLE_ROLE
ORACLE_ROLE
Purpose
The Oracle role updates off-chain data relevant to staking operations and validator status.
Permissions
- Modify staking vault parameters that rely on off-chain data.
- Provide updates on validator performance and rewards distribution.
Relevant Methods
function updateWithdrawal(uint64 validatorIndex, uint64 blockNumber, uint48 amountGwei) external;
Updated 4 days ago