Docs.rs
foundry-block-explorers-0.1.3
foundry-block-explorers 0.1.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mattsse
DaniPopes
Evalir
github:alloy-rs:core
klkvr
Dependencies
alloy-chains ^0.1
normal
alloy-json-abi ^0.5
normal
alloy-primitives ^0.5
normal
foundry-compilers ^0.1.1
normal
reqwest ^0.11.19
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tracing ^0.1.37
normal
serial_test ^2.0.0
dev
tempfile ^3.8
dev
tokio ^1.32
dev
tracing-subscriber ^0.3.17
dev
Versions
39.25%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
foundry_block_explorers
0.1.3
Module utils
Enums
Functions
In crate foundry_block_explorers
?
Module
foundry_block_explorers
::
utils
source
·
[
−
]
Enums
ConversionError
ParseUnits
This enum holds the numeric types that a possible to be returned by
parse_units
and that are taken by
format_units
.
Functions
deserialize_address_opt
Return None if empty, otherwise parse as
Address
.
deserialize_source_code
Deserializes as JSON either:
lookup_compiler_version
Given a Solc
Version
, lookup the build metadata and return the full SemVer. e.g.
0.8.13
->
0.8.13+commit.abaa5c0e
parse_units
Multiplies the provided amount with 10^{units} provided.