Crate ethers_contract_derive
source ·Expand description
Procedural macros for generating type-safe bindings to an Ethereum smart contract.
Macros
- Generates type-safe bindings to an Ethereum smart contract from its ABI.
Derive Macros
- Derives the
AbiEncode,AbiDecodeand traits for the labeled type. - Derives the
AbiTypeand allTokenizabletraits for the labeled type. - Derives the
EthCallandTokenizeabletrait for the labeled type. - Derives
fmt::Displaytrait and generates a convenient format for all the underlying primitive types/tokens. - Derives the
EthErrorandTokenizeabletrait for the labeled type. - Derives the
EthEventandTokenizeabletrait for the labeled type.