Skip to main content
GET
Retrieve detailed information about a verified smart contract

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

address_hash_param
string
required

Address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$
chain_id
string
required

The ID of the blockchain

Response

200 - application/json

Detailed information about the specified verified smart contract.

Smart contract

conflicting_implementations
object[] | null
required
creation_bytecode
string | null
required
creation_status
string | null
required
deployed_bytecode
string | null
required
implementations
object[] | null
required
proxy_type
string | null
required
abi
object[] | null
additional_sources
object[] | null
can_be_visualized_via_sol2uml
boolean | null
certified
boolean
coin_balance
string | null
compiler_settings
object | null
compiler_version
string | null
constructor_args
string | null
decoded_constructor_args
((object | string)[])[] | null
evm_version
string | null
external_libraries
object[] | null
file_path
string | null
github_repository_metadata
object | null
has_constructor_args
boolean | null
is_blueprint
boolean | null
is_changed_bytecode
boolean | null
is_fully_verified
boolean | null
is_partially_verified
boolean | null
is_verified
boolean | null
is_verified_via_eth_bytecode_db
boolean | null
is_verified_via_sourcify
boolean | null
is_verified_via_verifier_alliance
boolean | null
language
enum<string> | null
Available options:
solidity,
vyper,
yul,
scilla,
stylus_rust,
geas
license_type
string | null
market_cap
string | null
name
string | null
optimization_enabled
boolean | null
optimization_runs
integer | null
package_name
string | null
reputation
string | null
source_code
string | null
sourcify_repo_url
string | null
transactions_count
integer | null
verification_metadata
object | null
verified_at
string<date-time> | null
verified_twin_address_hash
string | null