# Functions
NewDao creates a new instance of Dao, bound to a specific deployed contract.
NewDaoCaller creates a new read-only instance of Dao, bound to a specific deployed contract.
NewDaoFilterer creates a new log filterer instance of Dao, bound to a specific deployed contract.
NewDaoTransactor creates a new write-only instance of Dao, bound to a specific deployed contract.
# Variables
DaoABI is the input ABI used to generate the binding from.
DaoMetaData contains all meta data concerning the Dao contract.
# Structs
Dao is an auto generated Go binding around an Ethereum contract.
DaoBlockAdded represents a BlockAdded event raised by the Dao contract.
DaoBlockAddedIterator is returned from FilterBlockAdded and is used to iterate over the raw logs and unpacked data for BlockAdded events raised by the Dao contract.
DaoCaller is an auto generated read-only Go binding around an Ethereum contract.
DaoCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
DaoCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
DaoFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
DaoInitialized represents a Initialized event raised by the Dao contract.
DaoInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the Dao contract.
DaoOwnershipTransferred represents a OwnershipTransferred event raised by the Dao contract.
DaoOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Dao contract.
DaoRaw is an auto generated low-level Go binding around an Ethereum contract.
DaoSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
DaoTransactor is an auto generated write-only Go binding around an Ethereum contract.
DaoTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
DaoTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.