# Functions
DeployCore deploys a new Ethereum contract, binding an instance of Core to it.
NewCore creates a new instance of Core, bound to a specific deployed contract.
NewCoreCaller creates a new read-only instance of Core, bound to a specific deployed contract.
NewCoreFilterer creates a new log filterer instance of Core, bound to a specific deployed contract.
NewCoreTransactor creates a new write-only instance of Core, bound to a specific deployed contract.
# Variables
CoreABI is the input ABI used to generate the binding from.
CoreBin is the compiled bytecode used for deploying new contracts.
CoreMetaData contains all meta data concerning the Core contract.
# Structs
Core is an auto generated Go binding around an Ethereum contract.
CoreCaller is an auto generated read-only Go binding around an Ethereum contract.
CoreCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
CoreCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
CoreFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
CoreRaw is an auto generated low-level Go binding around an Ethereum contract.
CoreSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
CoreTransactor is an auto generated write-only Go binding around an Ethereum contract.
CoreTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
CoreTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.