To get started, run python get_bytecode.py and enter a contract Ethereum mainnet address (or leave blank for an example address). This will download the bytecode and save it as {contract_address}.hex.
inspectはオブジェクト (モジュール、クラス、メソッド、関数etc)から情報を取得する関数をもつPython言語のbuilt-inのモジュールです。このinspectモジュールのSignatureオブジェクトを使って関数の情報を取得することがあったので、復習として本記事にまとめて ...