powered by
etherscan_contract_abi
etherscan_contract_abi(address, api_key, timeout_seconds = 60)
returns the contract ABI for the specified address
the contract address for which you wish to retrieve the ABI.
your Etherscan API key
seconds until the query times out. Default is 60.
if (FALSE) { address <- "0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359" api_key <- "..." abi <- etherscan_contract_abi(address, api_key)}
Run the code above in your browser using DataLab