EvmRunCallOpts
Options for running a call (or create) operation with EVM.runCall()
Extends
EVMRunOpts
Properties
accessWitness?
optionalaccessWitness:AccessWitness
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:115
blobVersionedHashes?
optionalblobVersionedHashes:Uint8Array[]
Versioned hashes for each blob in a blob transaction
Inherited from
EVMRunOpts.blobVersionedHashes
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:77
block?
optionalblock:Block
The block the tx belongs to. If omitted a default blank block will be used.
Inherited from
EVMRunOpts.block
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:29
caller?
optionalcaller:EthjsAddress
The address that ran this code (msg.sender). Defaults to the zero address.
Inherited from
EVMRunOpts.caller
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:41
code?
optionalcode:Uint8Array
The EVM code to run.
Inherited from
EVMRunOpts.code
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:45
createdAddresses?
optionalcreatedAddresses:Set<string>
Created addresses in current context. Used in EIP 6780
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:97
data?
optionaldata:Uint8Array
The input data.
Inherited from
EVMRunOpts.data
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:49
delegatecall?
optionaldelegatecall:boolean
If the call is a DELEGATECALL. Defaults to false.
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:106
depth?
optionaldepth:number
The call depth. Defaults to 0
Inherited from
EVMRunOpts.depth
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:61
gasLimit?
optionalgasLimit:bigint
The gas limit for the call. Defaults to 16777215 (0xffffff)
Inherited from
EVMRunOpts.gasLimit
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:53
gasPrice?
optionalgasPrice:bigint
The gas price for the call. Defaults to 0
Inherited from
EVMRunOpts.gasPrice
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:33
gasRefund?
optionalgasRefund:bigint
Refund counter. Defaults to 0
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:110
isCompiled?
optionalisCompiled:boolean
If the code location is a precompile.
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:89
isStatic?
optionalisStatic:boolean
If the call should be executed statically. Defaults to false.
Inherited from
EVMRunOpts.isStatic
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:65
message?
optionalmessage:EthjsMessage
Optionally pass in an already-built message.
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:114
origin?
optionalorigin:EthjsAddress
The address where the call originated from. Defaults to the zero address.
Inherited from
EVMRunOpts.origin
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:37
salt?
optionalsalt:Uint8Array
An optional salt to pass to CREATE2.
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:93
selfdestruct?
optionalselfdestruct:Set<string>
Addresses to selfdestruct. Defaults to the empty set.
Inherited from
EVMRunOpts.selfdestruct
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:69
skipBalance?
optionalskipBalance:boolean
Skip balance checks if true. If caller balance is less than message value, sets balance to message value to ensure execution doesn’t fail.
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:102
to?
optionalto:EthjsAddress
The address of the account that is executing this code (address(this)). Defaults to the zero address.
Inherited from
EVMRunOpts.to
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:73
value?
optionalvalue:bigint
The value in ether that is being sent to opts.address. Defaults to 0
Inherited from
EVMRunOpts.value
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:57