# Functions
DeployTestabi deploys a new Ethereum contract, binding an instance of Testabi to it.
NewTestabi creates a new instance of Testabi, bound to a specific deployed contract.
NewTestabiCaller creates a new read-only instance of Testabi, bound to a specific deployed contract.
NewTestabiFilterer creates a new log filterer instance of Testabi, bound to a specific deployed contract.
NewTestabiTransactor creates a new write-only instance of Testabi, bound to a specific deployed contract.
# Constants
TestabiABI is the input ABI used to generate the binding from.
TestabiBin is the compiled bytecode used for deploying new contracts.
# Structs
Testabi is an auto generated Go binding around an Ethereum contract.
TestabiCaller is an auto generated read-only Go binding around an Ethereum contract.
TestabiCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TestabiCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TestabiConstructorEvent represents a ConstructorEvent event raised by the Testabi contract.
TestabiConstructorEventIterator is returned from FilterConstructorEvent and is used to iterate over the raw logs and unpacked data for ConstructorEvent events raised by the Testabi contract.
TestabiFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TestabiRaw is an auto generated low-level Go binding around an Ethereum contract.
TestabiSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TestabiTransactor is an auto generated write-only Go binding around an Ethereum contract.
TestabiTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TestabiTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.