Skip to content

Obtain contract storage? #695

Open
Open
@andrevidela

Description

@andrevidela

Hi there,

I've been using HEVM with concrete execution to run some of the lido contracts, and I am trying to extract the amount of locked steth after calling "lockStETH", as far as I understand, this value is held in this field which itself is a reference to this struct which contains the total amount of locked StETH which is what I'm after.

After loading up the contract and sending my transaction, I lookup the contracts field the env and I get a value of type Contract. This record has multiple storage fields but all of them are empty. Is there a way to access the stETHTotals from a value of type Contract? Is there another way to do it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions