Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EthereumChainsByID = map[string]*EthereumChain{
"ethereum_mainnet": {
DisplayName: "Ethereum Mainnet",
ExplorerLink: "https://etherscan.io",
},
}
Functions ¶
This section is empty.
Types ¶
type EthereumChain ¶
type EthereumProject ¶
type EthereumProject struct {
// contains filtered or unexported fields
}
func NewEthereumProject ¶
func NewEthereumProject(name string, moduleName string, chain *EthereumChain, address eth.Address, abi *eth.ABI, abiContent string) (*EthereumProject, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.