Etherscan v2.0.2 Etherscan.API

Etherscan base API module.

Link to this section Summary

Link to this section Functions

Link to this function format_balance(balance)
Link to this function get(module, action, params \\ %{})
get(module :: String.t(), action :: String.t(), params :: map()) :: String.t()
Link to this function hex_to_number(value)
Link to this macro is_address(value) (macro)

Checks if the provided value is a valid Ethereum address. Currently very naive…

Link to this function merge_params(params, default \\ %{})
merge_params(params :: map(), default :: map()) :: map()
Link to this function parse(response, opts \\ [])
parse(response :: any(), opts :: Keyword.t()) :: any()
Link to this function wrap(value, tag)