Struct sputnikvm_network_classic::EIP160Patch[][src]

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

EIP160 patch.

Trait Implementations

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

Account patch

Maximum contract size.

Limit of the call stack.

Gas paid for extcode.

Gas paid for BALANCE opcode.

Gas paid for SLOAD opcode.

Gas paid for SUICIDE opcode.

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

Gas paid for CALL opcode.

Gas paid for EXP opcode for every byte.

Gas paid for a contract creation transaction.

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

Whether the EVM has DELEGATECALL opcode.

Whether the EVM has STATICCALL opcode.

Whether the EVM has REVERT opcode.

Whether the EVM has RETURNDATASIZE and RETURNDATACOPY opcode.

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

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

Maximum size of the memory, in bytes.

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

Auto Trait Implementations

impl<A> Send for EIP160Patch<A> where
    A: Send

impl<A> Sync for EIP160Patch<A> where
    A: Sync