Etherscan v2.0.1 Etherscan.API.Contracts
Module to wrap Etherscan contract endpoints.
Link to this section Summary
Functions
Get contract ABI for contracts with verified source code, by address
Link to this section Functions
Link to this function
get_contract_abi(address)
Get contract ABI for contracts with verified source code, by address
.
Example
iex> Etherscan.API.Contracts.get_contract_abi("0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413")
{:ok, [%{"name" => _, ...} | _] = contract_abi}