verifierrolluphelpermock

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VerifierrolluphelpermockABI = VerifierrolluphelpermockMetaData.ABI

VerifierrolluphelpermockABI is the input ABI used to generate the binding from. Deprecated: Use VerifierrolluphelpermockMetaData.ABI instead.

View Source
var VerifierrolluphelpermockBin = VerifierrolluphelpermockMetaData.Bin

VerifierrolluphelpermockBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VerifierrolluphelpermockMetaData.Bin instead.

View Source
var VerifierrolluphelpermockMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"programVKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"publicValues\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"proofBytes\",\"type\":\"bytes\"}],\"name\":\"verifyProof\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"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: "0x608060405234801561000f575f80fd5b506102298061001d5f395ff3fe608060405234801561000f575f80fd5b5060043610610034575f3560e01c806341493c60146100385780639121da8a1461004f575b5f80fd5b61004d6100463660046100be565b5050505050565b005b61006561005d36600461015f565b600192915050565b604051901515815260200160405180910390f35b5f8083601f840112610089575f80fd5b50813567ffffffffffffffff8111156100a0575f80fd5b6020830191508360208285010111156100b7575f80fd5b9250929050565b5f805f805f606086880312156100d2575f80fd5b85359450602086013567ffffffffffffffff808211156100f0575f80fd5b6100fc89838a01610079565b90965094506040880135915080821115610114575f80fd5b5061012188828901610079565b969995985093965092949392505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b5f80610320808486031215610172575f80fd5b610300840185811115610183575f80fd5b8493508561031f860112610195575f80fd5b604051602080820182811067ffffffffffffffff821117156101b9576101b9610132565b6040529286019281888511156101cd575f80fd5b5b848410156101e557833581529281019281016101ce565b50949790965094505050505056fea264697066735822122038f5c9c95c4978a4f60bda4cf2b4c4a4e47b3482ea70dd8897f22c393d354bd964736f6c63430008140033",
}

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, programVKey [32]byte, publicValues []byte, proofBytes []byte) error

VerifyProof is a free data retrieval call binding the contract method 0x41493c60.

Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) pure returns()

func (*VerifierrolluphelpermockCaller) VerifyProof0

func (_Verifierrolluphelpermock *VerifierrolluphelpermockCaller) VerifyProof0(opts *bind.CallOpts, proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)

VerifyProof0 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(programVKey [32]byte, publicValues []byte, proofBytes []byte) error

VerifyProof is a free data retrieval call binding the contract method 0x41493c60.

Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) pure returns()

func (*VerifierrolluphelpermockCallerSession) VerifyProof0

func (_Verifierrolluphelpermock *VerifierrolluphelpermockCallerSession) VerifyProof0(proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)

VerifyProof0 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(programVKey [32]byte, publicValues []byte, proofBytes []byte) error

VerifyProof is a free data retrieval call binding the contract method 0x41493c60.

Solidity: function verifyProof(bytes32 programVKey, bytes publicValues, bytes proofBytes) pure returns()

func (*VerifierrolluphelpermockSession) VerifyProof0

func (_Verifierrolluphelpermock *VerifierrolluphelpermockSession) VerifyProof0(proof [24][32]byte, pubSignals [1]*big.Int) (bool, error)

VerifyProof0 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.

Jump to

Keyboard shortcuts

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