Documentation ¶
Index ¶
- Variables
- type Verifierrolluphelpermock
- type VerifierrolluphelpermockCaller
- type VerifierrolluphelpermockCallerRaw
- type VerifierrolluphelpermockCallerSession
- type VerifierrolluphelpermockFilterer
- type VerifierrolluphelpermockRaw
- func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type VerifierrolluphelpermockSession
- type VerifierrolluphelpermockTransactor
- type VerifierrolluphelpermockTransactorRaw
- func (_Verifierrolluphelpermock *VerifierrolluphelpermockTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Verifierrolluphelpermock *VerifierrolluphelpermockTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type VerifierrolluphelpermockTransactorSession
Constants ¶
This section is empty.
Variables ¶
var VerifierrolluphelpermockABI = VerifierrolluphelpermockMetaData.ABI
VerifierrolluphelpermockABI is the input ABI used to generate the binding from. Deprecated: Use VerifierrolluphelpermockMetaData.ABI instead.
var VerifierrolluphelpermockBin = VerifierrolluphelpermockMetaData.Bin
VerifierrolluphelpermockBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VerifierrolluphelpermockMetaData.Bin instead.
var VerifierrolluphelpermockMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"bytes32[24]\",\"name\":\"proof\",\"type\":\"bytes32[24]\"},{\"internalType\":\"uint256[1]\",\"name\":\"pubSignals\",\"type\":\"uint256[1]\"}],\"name\":\"verifyProof\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}]",
Bin: "0x608060405234801561000f575f80fd5b5061014e8061001d5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c80639121da8a1461002d575b5f80fd5b61004361003b366004610084565b600192915050565b604051901515815260200160405180910390f35b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b5f80610320808486031215610097575f80fd5b6103008401858111156100a8575f80fd5b8493508561031f8601126100ba575f80fd5b604051602080820182811067ffffffffffffffff821117156100de576100de610057565b6040529286019281888511156100f2575f80fd5b5b8484101561010a57833581529281019281016100f3565b50949790965094505050505056fea2646970667358221220cd116917bfb356f793a2cef2885c134856a021af9708cf6e35bd8e053205c63b64736f6c63430008140033",
}
VerifierrolluphelpermockMetaData contains all meta data concerning the Verifierrolluphelpermock contract.
Functions ¶
This section is empty.
Types ¶
type Verifierrolluphelpermock ¶
type Verifierrolluphelpermock struct { VerifierrolluphelpermockCaller // Read-only binding to the contract VerifierrolluphelpermockTransactor // Write-only binding to the contract VerifierrolluphelpermockFilterer // Log filterer for contract events }
Verifierrolluphelpermock is an auto generated Go binding around an Ethereum contract.
func DeployVerifierrolluphelpermock ¶
func DeployVerifierrolluphelpermock(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Verifierrolluphelpermock, error)
DeployVerifierrolluphelpermock deploys a new Ethereum contract, binding an instance of Verifierrolluphelpermock to it.
func NewVerifierrolluphelpermock ¶
func NewVerifierrolluphelpermock(address common.Address, backend bind.ContractBackend) (*Verifierrolluphelpermock, error)
NewVerifierrolluphelpermock creates a new instance of Verifierrolluphelpermock, bound to a specific deployed contract.
type VerifierrolluphelpermockCaller ¶
type VerifierrolluphelpermockCaller struct {
// contains filtered or unexported fields
}
VerifierrolluphelpermockCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewVerifierrolluphelpermockCaller ¶
func NewVerifierrolluphelpermockCaller(address common.Address, caller bind.ContractCaller) (*VerifierrolluphelpermockCaller, error)
NewVerifierrolluphelpermockCaller creates a new read-only instance of Verifierrolluphelpermock, bound to a specific deployed contract.
func (*VerifierrolluphelpermockCaller) VerifyProof ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockCaller) VerifyProof(opts *bind.CallOpts, proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)
VerifyProof is a free data retrieval call binding the contract method 0x9121da8a.
Solidity: function verifyProof(bytes32[24] proof, uint256[1] pubSignals) pure returns(bool)
type VerifierrolluphelpermockCallerRaw ¶
type VerifierrolluphelpermockCallerRaw struct {
Contract *VerifierrolluphelpermockCaller // Generic read-only contract binding to access the raw methods on
}
VerifierrolluphelpermockCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*VerifierrolluphelpermockCallerRaw) Call ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockCallerRaw) 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 VerifierrolluphelpermockCallerSession ¶
type VerifierrolluphelpermockCallerSession struct { Contract *VerifierrolluphelpermockCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
VerifierrolluphelpermockCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*VerifierrolluphelpermockCallerSession) VerifyProof ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockCallerSession) VerifyProof(proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)
VerifyProof is a free data retrieval call binding the contract method 0x9121da8a.
Solidity: function verifyProof(bytes32[24] proof, uint256[1] pubSignals) pure returns(bool)
type VerifierrolluphelpermockFilterer ¶
type VerifierrolluphelpermockFilterer struct {
// contains filtered or unexported fields
}
VerifierrolluphelpermockFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewVerifierrolluphelpermockFilterer ¶
func NewVerifierrolluphelpermockFilterer(address common.Address, filterer bind.ContractFilterer) (*VerifierrolluphelpermockFilterer, error)
NewVerifierrolluphelpermockFilterer creates a new log filterer instance of Verifierrolluphelpermock, bound to a specific deployed contract.
type VerifierrolluphelpermockRaw ¶
type VerifierrolluphelpermockRaw struct {
Contract *Verifierrolluphelpermock // Generic contract binding to access the raw methods on
}
VerifierrolluphelpermockRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*VerifierrolluphelpermockRaw) Call ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) 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 (*VerifierrolluphelpermockRaw) Transact ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VerifierrolluphelpermockRaw) Transfer ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockRaw) 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 VerifierrolluphelpermockSession ¶
type VerifierrolluphelpermockSession struct { Contract *Verifierrolluphelpermock // 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 }
VerifierrolluphelpermockSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*VerifierrolluphelpermockSession) VerifyProof ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockSession) VerifyProof(proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)
VerifyProof is a free data retrieval call binding the contract method 0x9121da8a.
Solidity: function verifyProof(bytes32[24] proof, uint256[1] pubSignals) pure returns(bool)
type VerifierrolluphelpermockTransactor ¶
type VerifierrolluphelpermockTransactor struct {
// contains filtered or unexported fields
}
VerifierrolluphelpermockTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewVerifierrolluphelpermockTransactor ¶
func NewVerifierrolluphelpermockTransactor(address common.Address, transactor bind.ContractTransactor) (*VerifierrolluphelpermockTransactor, error)
NewVerifierrolluphelpermockTransactor creates a new write-only instance of Verifierrolluphelpermock, bound to a specific deployed contract.
type VerifierrolluphelpermockTransactorRaw ¶
type VerifierrolluphelpermockTransactorRaw struct {
Contract *VerifierrolluphelpermockTransactor // Generic write-only contract binding to access the raw methods on
}
VerifierrolluphelpermockTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*VerifierrolluphelpermockTransactorRaw) Transact ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VerifierrolluphelpermockTransactorRaw) Transfer ¶
func (_Verifierrolluphelpermock *VerifierrolluphelpermockTransactorRaw) 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 VerifierrolluphelpermockTransactorSession ¶
type VerifierrolluphelpermockTransactorSession struct { Contract *VerifierrolluphelpermockTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
VerifierrolluphelpermockTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.