Overview
API
Get ABI for a specific contract, if uploaded.
contract_address (str) – Target contract address.
ABI as a string.
str
Get source code for a specific contract, if uploaded.
Source code in a list of dictionaries of various data.
List[dict]