Crate ethers_contract_derive[][src]

Expand description

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

Macros

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.

Derive Macros

Derives the Tokenizable trait for the labeled type.

Derives the EthEvent and Tokenizeable trait for the labeled type.