Struct ethers_etherscan::contract::Metadata [−][src]
pub struct Metadata {Show 13 fields
pub source_code: String,
pub abi: String,
pub contract_name: String,
pub compiler_version: String,
pub optimization_used: String,
pub runs: String,
pub constructor_arguments: String,
pub evm_version: String,
pub library: String,
pub license_type: String,
pub proxy: String,
pub implementation: String,
pub swarm_source: String,
}
Expand description
Etherscan contract metadata
Fields
source_code: String
abi: String
contract_name: String
compiler_version: String
optimization_used: String
runs: String
constructor_arguments: String
evm_version: String
library: String
license_type: String
proxy: String
implementation: String
swarm_source: String
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more
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