Documentation ¶
Index ¶
- Constants
- type Mimc7
- type Mimc7Caller
- type Mimc7CallerRaw
- type Mimc7CallerSession
- type Mimc7Filterer
- type Mimc7Raw
- func (_Mimc7 *Mimc7Raw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_Mimc7 *Mimc7Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Mimc7 *Mimc7Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Mimc7Session
- type Mimc7Transactor
- type Mimc7TransactorRaw
- type Mimc7TransactorSession
Constants ¶
const Mimc7ABI = "" /* 262-byte string literal not displayed */
Mimc7ABI is the input ABI used to generate the binding from.
const Mimc7Bin = `` /* 9440-byte string literal not displayed */
Mimc7Bin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mimc7 ¶
type Mimc7 struct { Mimc7Caller // Read-only binding to the contract Mimc7Transactor // Write-only binding to the contract Mimc7Filterer // Log filterer for contract events }
Mimc7 is an auto generated Go binding around an Ethereum contract.
func DeployMimc7 ¶
func DeployMimc7(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Mimc7, error)
DeployMimc7 deploys a new Ethereum contract, binding an instance of Mimc7 to it.
type Mimc7Caller ¶
type Mimc7Caller struct {
// contains filtered or unexported fields
}
Mimc7Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewMimc7Caller ¶
func NewMimc7Caller(address common.Address, caller bind.ContractCaller) (*Mimc7Caller, error)
NewMimc7Caller creates a new read-only instance of Mimc7, bound to a specific deployed contract.
type Mimc7CallerRaw ¶
type Mimc7CallerRaw struct {
Contract *Mimc7Caller // Generic read-only contract binding to access the raw methods on
}
Mimc7CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Mimc7CallerRaw) Call ¶
func (_Mimc7 *Mimc7CallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type Mimc7CallerSession ¶
type Mimc7CallerSession struct { Contract *Mimc7Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Mimc7CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type Mimc7Filterer ¶
type Mimc7Filterer struct {
// contains filtered or unexported fields
}
Mimc7Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewMimc7Filterer ¶
func NewMimc7Filterer(address common.Address, filterer bind.ContractFilterer) (*Mimc7Filterer, error)
NewMimc7Filterer creates a new log filterer instance of Mimc7, bound to a specific deployed contract.
type Mimc7Raw ¶
type Mimc7Raw struct {
Contract *Mimc7 // Generic contract binding to access the raw methods on
}
Mimc7Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Mimc7Raw) Call ¶
func (_Mimc7 *Mimc7Raw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*Mimc7Raw) Transact ¶
func (_Mimc7 *Mimc7Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Mimc7Raw) Transfer ¶
func (_Mimc7 *Mimc7Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type Mimc7Session ¶
type Mimc7Session struct { Contract *Mimc7 // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Mimc7Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type Mimc7Transactor ¶
type Mimc7Transactor struct {
// contains filtered or unexported fields
}
Mimc7Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewMimc7Transactor ¶
func NewMimc7Transactor(address common.Address, transactor bind.ContractTransactor) (*Mimc7Transactor, error)
NewMimc7Transactor creates a new write-only instance of Mimc7, bound to a specific deployed contract.
type Mimc7TransactorRaw ¶
type Mimc7TransactorRaw struct {
Contract *Mimc7Transactor // Generic write-only contract binding to access the raw methods on
}
Mimc7TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Mimc7TransactorRaw) Transact ¶
func (_Mimc7 *Mimc7TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Mimc7TransactorRaw) Transfer ¶
func (_Mimc7 *Mimc7TransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type Mimc7TransactorSession ¶
type Mimc7TransactorSession struct { Contract *Mimc7Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Mimc7TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.