Crate ethers_contract_abigen[][src]

Expand description

Module for generating type-safe bindings to Ethereum smart contracts. This module is intended to be used either indirectly with the abigen procedural macro or directly from a build script / CLI

Structs

Builder struct for generating type-safe bindings from a contract’s ABI

Type-safe contract bindings generated by a Builder. This type can be either written to file or into a token stream for use in a procedural macro.

Enums

A source of a Truffle artifact JSON.

Functions

Convenience function to turn the ethers_contract name in ETHERS_CRATE into an Path

Convenience function to turn the ethers_core name in ETHERS_CRATE into a Path

Parses the given address string

Type Definitions