[][src]Crate ethers_contract_derive

Implementation of procedural macro for generating type-safe bindings to an ethereum smart contract.

Macros

abigen

Proc macro to generate type-safe bindings to a contract. This macro accepts an Ethereum contract ABI or a path. Note that this path is rooted in the crate's root CARGO_MANIFEST_DIR.