Skip to content

Spec

Documentation for tests/prague/eip7623_increase_calldata_cost/spec.py@49c766fb.

Defines EIP-7623 specification constants and functions.

Spec dataclass

Parameters from the EIP-7623 specifications as defined at https://eips.ethereum.org/EIPS/eip-7623

Source code in tests/prague/eip7623_increase_calldata_cost/spec.py
22
23
24
25
26
27
28
29
30
@dataclass(frozen=True)
class Spec:
    """
    Parameters from the EIP-7623 specifications as defined at
    https://eips.ethereum.org/EIPS/eip-7623
    """

    STANDARD_TOKEN_COST = 4
    TOTAL_COST_FLOOR_PER_TOKEN = 10