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

Add function to get ABI from non-etherscan addresses #50

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    43dcd0d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. add script to decode address

    mfachal committed May 19, 2022
    Configuration menu
    Copy the full SHA
    126ab9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff9df93 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    3e1e540 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    764f32b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. add parse_abi for unknown functions, add get_params to ABI module and…

    … add mutability to decompile.py
    mfachal committed May 24, 2022
    Configuration menu
    Copy the full SHA
    8cffaca View commit details
    Browse the repository at this point in the history
  2. WIP param encoding for calls

    mfachal committed May 24, 2022
    Configuration menu
    Copy the full SHA
    6c6e6a8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    f1649d5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    f3c8518 View commit details
    Browse the repository at this point in the history
  2. fix style

    mfachal committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b0a7caa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    6c66769 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    217375e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685bf55 View commit details
    Browse the repository at this point in the history
  3. format

    mfachal committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    76aa395 View commit details
    Browse the repository at this point in the history
  4. address comments

    mfachal committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ab1251b View commit details
    Browse the repository at this point in the history