modulepackage
0.0.0-20200226094253-3d96c1f6527b
Repository: https://github.com/paradigmfoundation/go-eth.git
Documentation: pkg.go.dev
# Functions
keccak256 calculates and returns the Keccak256 hash of the input data.
NewBaseDeriver creates a deriver from the standard base path.
NewDeriver creates a derivation path deriver given a base path.
NewERC20Token creates a new instance of ERC20Token, bound to a specific deployed contract.
NewERC20TokenCaller creates a new read-only instance of ERC20Token, bound to a specific deployed contract.
NewERC20TokenFilterer creates a new log filterer instance of ERC20Token, bound to a specific deployed contract.
NewERC20TokenManager creates a new manager with provider, where account is the signer.
NewERC20TokenTransactor creates a new write-only instance of ERC20Token, bound to a specific deployed contract.
NewProvider creates a new signing provider with a mnemonic and derivation path.
NewProviderWithDefaultPath creates a new provider with the default base derivation path.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ERC20TokenABI is the input ABI used to generate the binding from.
# Variables
MAX_UINT256 represents the maximum 256-bit unsigned integer (2^256 - 1).
No description provided by the author
# Structs
Deriver is a type that simplifies generating derivation paths.
ERC20Token is an auto generated Go binding around an Ethereum contract.
ERC20TokenApproval represents a Approval event raised by the ERC20Token contract.
ERC20TokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the ERC20Token contract.
ERC20TokenCaller is an auto generated read-only Go binding around an Ethereum contract.
ERC20TokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ERC20TokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ERC20TokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
No description provided by the author
ERC20TokenRaw is an auto generated low-level Go binding around an Ethereum contract.
ERC20TokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ERC20TokenTransactor is an auto generated write-only Go binding around an Ethereum contract.
ERC20TokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ERC20TokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC20TokenTransfer represents a Transfer event raised by the ERC20Token contract.
ERC20TokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the ERC20Token contract.
Provider enables interaction with the Ethereum blockchain through a mnemonic hot-wallet and an ETH client.