Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspect storage, storageLayout, bytecode, opcodes #23

Merged
merged 7 commits into from
Aug 10, 2022
Merged

Conversation

tintinweb
Copy link
Owner

@tintinweb tintinweb commented Aug 9, 2022

experimental:

  • new: inspection commands: .inspect contract raw storage, show generated bytecode, opcodes, storageLayout

image

  .inspect
      bytecode                     ... show bytecode of underlying contract
      opcodes                      ... show disassembled opcodes of underlying contract
      storageLayout                ... show variable to storage slot mapping for underlying contract
      storage <slot> <num> [<address>]  ... show raw storage at slot of underlying deployed contract
      deployed                     ... debug: show internal contract object

@tintinweb tintinweb merged commit 7793abf into master Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant