# Functions
DeployTestZContract deploys a new Ethereum contract, binding an instance of TestZContract to it.
NewTestZContract creates a new instance of TestZContract, bound to a specific deployed contract.
NewTestZContractCaller creates a new read-only instance of TestZContract, bound to a specific deployed contract.
NewTestZContractFilterer creates a new log filterer instance of TestZContract, bound to a specific deployed contract.
NewTestZContractTransactor creates a new write-only instance of TestZContract, bound to a specific deployed contract.
# Variables
TestZContractABI is the input ABI used to generate the binding from.
TestZContractBin is the compiled bytecode used for deploying new contracts.
TestZContractMetaData contains all meta data concerning the TestZContract contract.
# Structs
RevertContext is an auto generated low-level Go binding around an user-defined struct.
TestZContract is an auto generated Go binding around an Ethereum contract.
TestZContractCaller is an auto generated read-only Go binding around an Ethereum contract.
TestZContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TestZContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TestZContractContextData represents a ContextData event raised by the TestZContract contract.
TestZContractContextDataIterator is returned from FilterContextData and is used to iterate over the raw logs and unpacked data for ContextData events raised by the TestZContract contract.
TestZContractContextDataRevert represents a ContextDataRevert event raised by the TestZContract contract.
TestZContractContextDataRevertIterator is returned from FilterContextDataRevert and is used to iterate over the raw logs and unpacked data for ContextDataRevert events raised by the TestZContract contract.
TestZContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TestZContractRaw is an auto generated low-level Go binding around an Ethereum contract.
TestZContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TestZContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
TestZContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TestZContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ZContext is an auto generated low-level Go binding around an user-defined struct.