hoseadevops / blockchainScanApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get contract source code for verified from https://etherscan.io by api key.(API calls per second: 5 calls for free)

Reference

Usage


# 导入 API KEY ( eth || eth )
export API_KEY=

# get code
python3 contract.py getsourcecode bsc_main '"renzoprotocol"' '"0x6921c63fcf9796c9733690804e116be3520ba468"'
python3 contract.py getsourcecode eth_main '"renzoprotocol"' '"0x6921c63fcf9796c9733690804e116be3520ba468"'


About


Languages

Language:Python 100.0%