# Functions
DeployDaimock deploys a new Ethereum contract, binding an instance of Daimock to it.
NewDaimock creates a new instance of Daimock, bound to a specific deployed contract.
NewDaimockCaller creates a new read-only instance of Daimock, bound to a specific deployed contract.
NewDaimockFilterer creates a new log filterer instance of Daimock, bound to a specific deployed contract.
NewDaimockTransactor creates a new write-only instance of Daimock, bound to a specific deployed contract.
# Variables
DaimockABI is the input ABI used to generate the binding from.
DaimockBin is the compiled bytecode used for deploying new contracts.
DaimockMetaData contains all meta data concerning the Daimock contract.
# Structs
Daimock is an auto generated Go binding around an Ethereum contract.
DaimockApproval represents a Approval event raised by the Daimock contract.
DaimockApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Daimock contract.
DaimockCaller is an auto generated read-only Go binding around an Ethereum contract.
DaimockCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
DaimockCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
DaimockFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
DaimockRaw is an auto generated low-level Go binding around an Ethereum contract.
DaimockSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
DaimockTransactor is an auto generated write-only Go binding around an Ethereum contract.
DaimockTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
DaimockTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
DaimockTransfer represents a Transfer event raised by the Daimock contract.
DaimockTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Daimock contract.