Skip to content

Python Storage Bindings Missing #22

@NitayBD

Description

@NitayBD

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions