Open
Description
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?