Struct evm::FrontierPatch [] [src]

pub struct FrontierPatch<A: AccountPatch>(_);

Frontier patch.

Trait Implementations

impl<A: AccountPatch> Patch for FrontierPatch<A>
[src]

Account patch

[src]

Limit of the call stack.

[src]

Gas paid for extcode.

[src]

Gas paid for BALANCE opcode.

[src]

Gas paid for SLOAD opcode.

[src]

Gas paid for SUICIDE opcode.

[src]

Gas paid for SUICIDE opcode when it hits a new account.

[src]

Gas paid for CALL opcode.

[src]

Gas paid for EXP opcode for every byte.

[src]

Gas paid for a contract creation transaction.

[src]

Whether to force code deposit even if it does not have enough gas. Read more

[src]

Whether the EVM has DELEGATECALL opcode.

[src]

Whether to throw out of gas error when CALL/CALLCODE/DELEGATECALL requires more than maximum amount of gas. Read more

[src]

If true, only consume at maximum l64(after_gas) when CALL/CALLCODE/DELEGATECALL. Read more

[src]

Maximum size of the memory, in bytes.

[src]

Precompiled contracts at given address, with required code, and its definition. Read more