code+=fmt.Sprintf(" Contract *%sCaller // Generic contract caller binding to set the session for\n",kind)
code+=fmt.Sprintf(" CallOpts bind.CallOpts // Call options to use throughout this session\n")
code+=fmt.Sprintf("}\n\n")
code+=fmt.Sprintf("// %sTransactorSession is an auto generated write-only Go binding around an Ethereum contract,\n// with pre-set transact options.\n",kind)