package
1.10.2
Repository: https://github.com/ethercore/go-ethercore.git
Documentation: pkg.go.dev

# Packages

Package bind generates Ethereum contract Go bindings.

# Functions

JSON returns a parsed ABI interface and error if it failed.
NewType creates a new reflection type of abi type given in t.
ReadFixedBytes uses reflection to create a fixed array to be read from.
ReadInteger reads the integer based on its kind and returns the appropriate value.
ToCamelCase converts an under-score string to a camel-case string.
U256 converts a big Int into a 256bit EVM number.

# Constants

Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.
Type enumerator.

# Variables

MaxInt256 is the maximum value that can be represented by a int256.
MaxUint256 is the maximum value that can be represented by a uint256.

# Structs

The ABI holds information about a contract's context and available invokable methods.
Argument holds the name of the argument and the corresponding type.
No description provided by the author
Event is an event potentially triggered by the EVM's LOG mechanism.
Method represents a callable given a `Name` and whether the method is a constant.
Type is the reflection of the supported argument type.

# Type aliases

No description provided by the author