Versions in this module Expand all Collapse all v0 v0.1.0 Nov 9, 2021 Changes in this version + type ContractInfo struct + ABI string + CompilerVersion string + ConstructorArguments string + ContractName string + EVMVersion string + Implementation string + Library string + LicenseType string + OptimizationUsed string + Proxy bool + Runs uint32 + SourceCode string + SwarmSource string + type ContractsClient struct + API *httpapi.APIClient + func (c ContractsClient) GetContractABI(ctx context.Context, address common.Address) (result string, err error) + func (c ContractsClient) GetContractSourceCode(ctx context.Context, address common.Address) (result []ContractInfo, err error)