Mimc7

package
v0.0.0-...-8af0f92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const Mimc7ABI = "" /* 262-byte string literal not displayed */

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

View Source
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.

func NewMimc7

func NewMimc7(address common.Address, backend bind.ContractBackend) (*Mimc7, error)

NewMimc7 creates a new instance of Mimc7, bound to a specific deployed contract.

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.

func (*Mimc7Caller) MiMCpe7

func (_Mimc7 *Mimc7Caller) MiMCpe7(opts *bind.CallOpts, in_x *big.Int, in_k *big.Int) (*big.Int, error)

MiMCpe7 is a free data retrieval call binding the contract method 0xd15ca109.

Solidity: function MiMCpe7(uint256 in_x, uint256 in_k) constant returns(uint256 out_x)

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.

func (*Mimc7CallerSession) MiMCpe7

func (_Mimc7 *Mimc7CallerSession) MiMCpe7(in_x *big.Int, in_k *big.Int) (*big.Int, error)

MiMCpe7 is a free data retrieval call binding the contract method 0xd15ca109.

Solidity: function MiMCpe7(uint256 in_x, uint256 in_k) constant returns(uint256 out_x)

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.

func (*Mimc7Session) MiMCpe7

func (_Mimc7 *Mimc7Session) MiMCpe7(in_x *big.Int, in_k *big.Int) (*big.Int, error)

MiMCpe7 is a free data retrieval call binding the contract method 0xd15ca109.

Solidity: function MiMCpe7(uint256 in_x, uint256 in_k) constant returns(uint256 out_x)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL