agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth ================================================ .. py:module:: agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth .. autoapi-nested-parse:: Function to accrue interest in the ezeth pool when fork fuzzing. .. !! processed by numpydoc !! Attributes ---------- .. autoapisummary:: agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth.SECONDS_IN_YEAR agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth.RESTAKE_MANAGER_ADDR agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth.DEPOSIT_QUEUE_ADDR Functions --------- .. autoapisummary:: agent0.hyperfuzz.fork_fuzz.accrue_interest_ezeth.accrue_interest_ezeth Module Contents --------------- .. py:data:: SECONDS_IN_YEAR :value: 31536000 .. py:data:: RESTAKE_MANAGER_ADDR :value: '0x74a09653A083691711cF8215a6ab074BB4e99ef5' .. py:data:: DEPOSIT_QUEUE_ADDR :value: '0xf2F305D14DCD8aaef887E0428B3c9534795D0d60' .. py:function:: accrue_interest_ezeth(interface: agent0.ethpy.hyperdrive.HyperdriveReadWriteInterface, variable_rate: fixedpointmath.FixedPoint, block_number_before_advance: int) -> None Function to accrue interest in the ezeth pool when fork fuzzing. :param interface: The interface to the Hyperdrive pool. :type interface: HyperdriveReadWriteInterface :param variable_rate: The variable rate of the pool. :type variable_rate: FixedPoint :param block_number_before_advance: The block number before time was advanced. :type block_number_before_advance: int .. !! processed by numpydoc !!