Expand description
Mainnet related handlers.
Functions§
- apply_
eip7702_ auth_ list - Apply EIP-7702 auth list and return number gas refund on already created accounts.
- call
- Handle frame sub call.
- call_
return - clear
- Clear handle clears error and journal state.
- create
- Handle frame sub create.
- create_
return - deduct_
caller - Deducts the caller balance to the transaction limit.
- deduct_
caller_ inner - Helper function that deducts the caller balance.
- end
- Mainnet end handle does not change the output.
- eofcreate
- Handle frame sub create.
- eofcreate_
return - execute_
frame - Execute frame
- insert_
call_ outcome - insert_
create_ outcome - insert_
eofcreate_ outcome - last_
frame_ return - Handle output of the transaction
- load_
accounts - Main load handle
- load_
precompiles - Main precompile load
- output
- Main return handle, returns the output of the transaction.
- refund
- reimburse_
caller - reward_
beneficiary - Reward beneficiary with gas fee.
- validate_
env - Validate environment for the mainnet.
- validate_
initial_ tx_ gas - Validate initial transaction gas.
- validate_
tx_ against_ state - Validates transaction against the state.