Type Alias BlockscoutContractResult
BlockscoutContractResult: {
abi?: any[];
additional_sources?: {
file_path: string;
source_code: string;
}[];
can_be_visualized_via_sol2uml?: boolean;
certified?: boolean;
compiler_settings?: any;
compiler_version?: string;
constructor_args?: string;
creation_bytecode?: string;
decoded_constructor_args?: any[];
deployed_bytecode?: string;
evm_version?: string;
file_path?: string;
file_path_html?: string;
has_custom_methods_read?: boolean;
has_custom_methods_write?: boolean;
has_methods_read?: boolean;
has_methods_read_proxy?: boolean;
has_methods_write?: boolean;
has_methods_write_proxy?: boolean;
implementations?: {
address?: string;
name?: string;
}[];
is_blueprint?: boolean;
is_changed_bytecode?: boolean;
is_fully_verified?: boolean;
is_partially_verified?: boolean;
is_self_destructed?: boolean;
is_verified?: boolean;
is_verified_via_eth_bytecode_db?: boolean;
is_verified_via_sourcify?: boolean;
is_vyper_contract?: boolean;
language?: string;
license_type?: string;
name?: string;
optimization_enabled?: boolean;
optimization_runs?: number | null;
proxy_type?: string;
source_code?: string;
source_code_html?: string;
sourcify_repo_url?: string | null;
verified_twin_address_hash?: string;
}