Struct ethers::etherscan::contract::VerifyContract[][src]

pub struct VerifyContract {
    pub address: H160,
    pub source: String,
    pub code_format: CodeFormat,
    pub contract_name: Option<String>,
    pub compiler_version: String,
    pub runs: Option<String>,
    pub constructor_arguments: Option<String>,
    pub evm_version: Option<String>,
    pub other: HashMap<String, String, RandomState>,
    // some fields omitted
}
Expand description

Arguments for verifying contracts

Fields

address: H160source: Stringcode_format: CodeFormatcontract_name: Option<String>

if codeformat=solidity-standard-json-input, then expected as erc20.sol:erc20

compiler_version: Stringruns: Option<String>constructor_arguments: Option<String>

NOTE: there is a typo in the etherscan API constructorArguements

evm_version: Option<String>other: HashMap<String, String, RandomState>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more