Function cryptoapis::apis::tokens_api::get_contract_details_by_address[][src]

pub async fn get_contract_details_by_address(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    contract_address: &str,
    context: Option<&str>
) -> Result<GetContractDetailsByAddressR, Error<GetContractDetailsByAddressError>>
Expand description

Though this endpoint customers can obtain information about a smart contract and its details. This can be done by the address parameter, i.e. the address of the smart contract. {note}This address is not the same as the smart contract creator address.{/note}