@ethereumjs/evm / ExecResult
Defined in: types.ts:456
Result of executing a call via the EVM.
optionalblobGasUsed:bigint
Defined in: types.ts:493
Amount of blob gas consumed by the transaction
optionalcreatedAddresses:Set<`0x${string}`>
Defined in: types.ts:485
Map of addresses which were created (used in EIP 6780)
optionalexceptionError:EVMError
Defined in: types.ts:461
Description of the exception, if any occurred
executionGasUsed:
bigint
Defined in: types.ts:469
Amount of gas the code used to run
optionalgas:bigint
Defined in: types.ts:465
Amount of gas left
optionalgasRefund:bigint
Defined in: types.ts:489
The gas refund counter
optionallogs:Log[]
Defined in: types.ts:477
Array of logs that the contract emitted
returnValue:
Uint8Array
Defined in: types.ts:473
Return value from the contract
optionalrunState:RunState
Defined in: types.ts:457
optionalselfdestruct:SelfdestructMap
Defined in: types.ts:481
Selfdestructed accounts mapped to their beneficiary