# Functions
DeployUtils deploys a new Ethereum contract, binding an instance of Utils to it.
NewUtils creates a new instance of Utils, bound to a specific deployed contract.
NewUtilsCaller creates a new read-only instance of Utils, bound to a specific deployed contract.
NewUtilsFilterer creates a new log filterer instance of Utils, bound to a specific deployed contract.
NewUtilsTransactor creates a new write-only instance of Utils, bound to a specific deployed contract.
# Variables
UtilsABI is the input ABI used to generate the binding from.
UtilsBin is the compiled bytecode used for deploying new contracts.
UtilsMetaData contains all meta data concerning the Utils contract.
# Structs
Utils is an auto generated Go binding around an Ethereum contract.
UtilsCaller is an auto generated read-only Go binding around an Ethereum contract.
UtilsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
UtilsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
UtilsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
UtilsRaw is an auto generated low-level Go binding around an Ethereum contract.
UtilsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
UtilsTransactor is an auto generated write-only Go binding around an Ethereum contract.
UtilsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
UtilsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.