package
0.3.0
Repository: https://github.com/videocoin/go-contracts.git
Documentation: pkg.go.dev

# Functions

DeployTestERC deploys a new Ethereum contract, binding an instance of TestERC to it.
NewTestERC creates a new instance of TestERC, bound to a specific deployed contract.
NewTestERCCaller creates a new read-only instance of TestERC, bound to a specific deployed contract.
NewTestERCFilterer creates a new log filterer instance of TestERC, bound to a specific deployed contract.
NewTestERCTransactor creates a new write-only instance of TestERC, bound to a specific deployed contract.

# Constants

TestERCABI is the input ABI used to generate the binding from.

# Variables

TestERCBin is the compiled bytecode used for deploying new contracts.

# Structs

TestERC is an auto generated Go binding around an Ethereum contract.
TestERCApproval represents a Approval event raised by the TestERC contract.
TestERCApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the TestERC contract.
TestERCCaller is an auto generated read-only Go binding around an Ethereum contract.
TestERCCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TestERCCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TestERCFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TestERCMinterAdded represents a MinterAdded event raised by the TestERC contract.
TestERCMinterAddedIterator is returned from FilterMinterAdded and is used to iterate over the raw logs and unpacked data for MinterAdded events raised by the TestERC contract.
TestERCMinterRemoved represents a MinterRemoved event raised by the TestERC contract.
TestERCMinterRemovedIterator is returned from FilterMinterRemoved and is used to iterate over the raw logs and unpacked data for MinterRemoved events raised by the TestERC contract.
TestERCRaw is an auto generated low-level Go binding around an Ethereum contract.
TestERCSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TestERCTransactor is an auto generated write-only Go binding around an Ethereum contract.
TestERCTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TestERCTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TestERCTransfer represents a Transfer event raised by the TestERC contract.
TestERCTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the TestERC contract.