# Functions
DeployTesttoken deploys a new Ethereum contract, binding an instance of Testtoken to it.
NewTesttoken creates a new instance of Testtoken, bound to a specific deployed contract.
NewTesttokenCaller creates a new read-only instance of Testtoken, bound to a specific deployed contract.
NewTesttokenFilterer creates a new log filterer instance of Testtoken, bound to a specific deployed contract.
NewTesttokenTransactor creates a new write-only instance of Testtoken, bound to a specific deployed contract.
# Variables
TesttokenABI is the input ABI used to generate the binding from.
TesttokenBin is the compiled bytecode used for deploying new contracts.
TesttokenMetaData contains all meta data concerning the Testtoken contract.
# Structs
Testtoken is an auto generated Go binding around an Ethereum contract.
TesttokenApproval represents a Approval event raised by the Testtoken contract.
TesttokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Testtoken contract.
TesttokenCaller is an auto generated read-only Go binding around an Ethereum contract.
TesttokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TesttokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TesttokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TesttokenOwnershipTransferred represents a OwnershipTransferred event raised by the Testtoken contract.
TesttokenOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Testtoken contract.
TesttokenRaw is an auto generated low-level Go binding around an Ethereum contract.
TesttokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TesttokenTransactor is an auto generated write-only Go binding around an Ethereum contract.
TesttokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TesttokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TesttokenTransfer represents a Transfer event raised by the Testtoken contract.
TesttokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Testtoken contract.