Expand description
Contains the system contract and WithdrawalRequest types, first introduced in the Prague hardfork.
See also EIP-7002: Execution layer triggerable withdrawals
Structs§
- Withdrawal
Request - Represents an execution layer triggerable withdrawal request.
Constants§
- MAX_
WITHDRAWAL_ REQUESTS_ PER_ BLOCK - The EIP-7002 defined maximum withdrawal requests per block.
- SYSTEM_
ADDRESS - The caller to be used when calling the EIP-7002 withdrawal requests contract at the end of the block.
- WITHDRAWAL_
REQUEST_ PREDEPLOY_ ADDRESS - The address for the EIP-7002 withdrawal requests contract.
- WITHDRAWAL_
REQUEST_ TYPE - The EIP-7685 request type for withdrawal requests.
Statics§
- WITHDRAWAL_
REQUEST_ PREDEPLOY_ CODE - The code for the EIP-7002 withdrawal requests contract.