package
0.1.18
Repository: https://github.com/ivanzzeth/ethclient.git
Documentation: pkg.go.dev

# README

contracts

How to generate Test contract code?

solc -o . --abi --bin --overwrite ./test.sol
abigen --abi Test.abi --bin Test.bin --pkg=contracts --out=test_contract.go

# Functions

DeployContracts deploys a new Ethereum contract, binding an instance of Contracts to it.
No description provided by the author
NewContracts creates a new instance of Contracts, bound to a specific deployed contract.
NewContractsCaller creates a new read-only instance of Contracts, bound to a specific deployed contract.
NewContractsFilterer creates a new log filterer instance of Contracts, bound to a specific deployed contract.
NewContractsTransactor creates a new write-only instance of Contracts, bound to a specific deployed contract.

# Variables

ContractsABI is the input ABI used to generate the binding from.
ContractsBin is the compiled bytecode used for deploying new contracts.
ContractsMetaData contains all meta data concerning the Contracts contract.

# Structs

Contracts is an auto generated Go binding around an Ethereum contract.
ContractsCaller is an auto generated read-only Go binding around an Ethereum contract.
ContractsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContractsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContractsCounterUpdated represents a CounterUpdated event raised by the Contracts contract.
ContractsCounterUpdatedIterator is returned from FilterCounterUpdated and is used to iterate over the raw logs and unpacked data for CounterUpdated events raised by the Contracts contract.
ContractsExecution represents a Execution event raised by the Contracts contract.
ContractsExecutionIterator is returned from FilterExecution and is used to iterate over the raw logs and unpacked data for Execution events raised by the Contracts contract.
ContractsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContractsFuncEvent1 represents a FuncEvent1 event raised by the Contracts contract.
ContractsFuncEvent1Iterator is returned from FilterFuncEvent1 and is used to iterate over the raw logs and unpacked data for FuncEvent1 events raised by the Contracts contract.
ContractsRaw is an auto generated low-level Go binding around an Ethereum contract.
ContractsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContractsTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContractsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContractsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.