# Functions
DefaultTokenBindOptions generates a default set of BindOptions for ERC20 and ERC20Ownable tokens.
NewManager creates a new Manager instance with a specified context and client pool.
NewSimpleToken is a simplified version of NewToken that also initializes a new Token instance but does not perform binding registrations.
NewToken initializes a new Token instance.
# Constants
BindingType is a custom type that defines various supported token standards.
BindingType is a custom type that defines various supported token standards.
# Structs
Binding represents a specific contract binding, including its network, type, address, and ABI.
BindOptions defines the configuration parameters required to establish a binding to a smart contract.
CreatorInformation holds data related to the creation of a smart contract on the Ethereum blockchain.
Manager acts as a central registry for smart contract bindings.
Token encapsulates data and functions for interacting with a blockchain token.
# Type aliases
BindingType defines a custom type for representing different types of contract bindings.