-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Storage Bindings Not Working in Python
Issue Description
The Python bindings are failing to access storage attributes. Specifically, attempting to access attributes from the StorageRecord object results in an AttributeError.
Steps To Reproduce
bytecode = "..."
info = contract_info(bytecode, storage=True)
print(info.storage[0].slot)Error Message
AttributeError: 'evmole.StorageRecord' object has no attribute 'slot'
Metadata
Metadata
Assignees
Labels
No labels