Struct evm::EIP150Patch [] [src]

pub struct EIP150Patch;

EIP150 patch.

Trait Implementations

impl Patch for EIP150Patch
[src]

[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]

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