Skip to content

0xTester/bytecode_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytecode_fetcher

A small script to get the bytecode of any smart contract deployed on the Ethereum blockchain.


NOTE: Remember to change the auth credentials with your own. I recommend to work in a virtual environment and set the credentials in the ./activate file, this way I don't have "oh shit i forgot to add the .env file to gitignore" problems, however you can use any option (.env file environment variables or ./activate file environment variables)


  • This script returns the bytecode of any SUCCESSFULY DEPLOYED contract (failed deployments are ignored).
  • This script returns the RUNTIME bytecode of the contracts.

About

A small script to fetch the bytecode of any deployed smart contract.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages