ChainCallLevel1

package
v0.1.1-RC2 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChainCallLevel1ABI = ChainCallLevel1MetaData.ABI

ChainCallLevel1ABI is the input ABI used to generate the binding from. Deprecated: Use ChainCallLevel1MetaData.ABI instead.

View Source
var ChainCallLevel1Bin = ChainCallLevel1MetaData.Bin

ChainCallLevel1Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use ChainCallLevel1MetaData.Bin instead.

View Source
var ChainCallLevel1MetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"level2Addr\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"level3Addr\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"level4Addr\",\"type\":\"address\"}],\"name\":\"exec\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
	Bin: "0x608060405234801561001057600080fd5b506104f3806100206000396000f3fe60806040526004361061001e5760003560e01c8063c023dcf314610023575b600080fd5b61003661003136600461036b565b610038565b005b6040516001600160a01b03838116602483015282811660448301526000919085169060640160408051601f198184030181529181526020820180516001600160e01b031663ee2d011560e01b1790525161009291906103de565b6000604051808303816000865af19150503d80600081146100cf576040519150601f19603f3d011682016040523d82523d6000602084013e6100d4565b606091505b505080915050806101365760405162461bcd60e51b815260206004820152602160248201527f6661696c656420746f20706572666f726d2063616c6c20746f206c6576656c206044820152601960f91b60648201526084015b60405180910390fd5b6040516001600160a01b038481166024830152838116604483015285169060640160408051601f198184030181529181526020820180516001600160e01b031663ee2d011560e01b1790525161018c91906103de565b600060405180830381855af49150503d80600081146101c7576040519150601f19603f3d011682016040523d82523d6000602084013e6101cc565b606091505b505080915050806102325760405162461bcd60e51b815260206004820152602a60248201527f6661696c656420746f20706572666f726d2064656c65676174652063616c6c206044820152693a37903632bb32b6101960b11b606482015260840161012d565b6040516001600160a01b03848116602483015283811660448301526060919086169060640160408051601f198184030181529181526020820180516001600160e01b031663d81e842360e01b1790525161028c91906103de565b600060405180830381855afa9150503d80600081146102c7576040519150601f19603f3d011682016040523d82523d6000602084013e6102cc565b606091505b509092509050816103305760405162461bcd60e51b815260206004820152602860248201527f6661696c656420746f20706572666f726d207374617469632063616c6c20746f604482015267103632bb32b6101960c11b606482015260840161012d565b6060818060200190518101906103469190610410565b50505050505050565b80356001600160a01b038116811461036657600080fd5b919050565b60008060006060848603121561038057600080fd5b6103898461034f565b92506103976020850161034f565b91506103a56040850161034f565b90509250925092565b60005b838110156103c95781810151838201526020016103b1565b838111156103d8576000848401525b50505050565b600082516103f08184602087016103ae565b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60006020828403121561042257600080fd5b815167ffffffffffffffff8082111561043a57600080fd5b818401915084601f83011261044e57600080fd5b815181811115610460576104606103fa565b604051601f8201601f19908116603f01168101908382118183101715610488576104886103fa565b816040528281528760208487010111156104a157600080fd5b6104b28360208301602088016103ae565b97965050505050505056fea2646970667358221220a70fce29b6e5fb440773cb2a94c85ba96b98c2b7d2d3f624750ec475578ed92764736f6c634300080c0033",
}

ChainCallLevel1MetaData contains all meta data concerning the ChainCallLevel1 contract.

Functions

This section is empty.

Types

type ChainCallLevel1

type ChainCallLevel1 struct {
	ChainCallLevel1Caller     // Read-only binding to the contract
	ChainCallLevel1Transactor // Write-only binding to the contract
	ChainCallLevel1Filterer   // Log filterer for contract events
}

ChainCallLevel1 is an auto generated Go binding around an Ethereum contract.

func DeployChainCallLevel1

func DeployChainCallLevel1(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ChainCallLevel1, error)

DeployChainCallLevel1 deploys a new Ethereum contract, binding an instance of ChainCallLevel1 to it.

func NewChainCallLevel1

func NewChainCallLevel1(address common.Address, backend bind.ContractBackend) (*ChainCallLevel1, error)

NewChainCallLevel1 creates a new instance of ChainCallLevel1, bound to a specific deployed contract.

type ChainCallLevel1Caller

type ChainCallLevel1Caller struct {
	// contains filtered or unexported fields
}

ChainCallLevel1Caller is an auto generated read-only Go binding around an Ethereum contract.

func NewChainCallLevel1Caller

func NewChainCallLevel1Caller(address common.Address, caller bind.ContractCaller) (*ChainCallLevel1Caller, error)

NewChainCallLevel1Caller creates a new read-only instance of ChainCallLevel1, bound to a specific deployed contract.

type ChainCallLevel1CallerRaw

type ChainCallLevel1CallerRaw struct {
	Contract *ChainCallLevel1Caller // Generic read-only contract binding to access the raw methods on
}

ChainCallLevel1CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ChainCallLevel1CallerRaw) Call

func (_ChainCallLevel1 *ChainCallLevel1CallerRaw) 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 ChainCallLevel1CallerSession

type ChainCallLevel1CallerSession struct {
	Contract *ChainCallLevel1Caller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts          // Call options to use throughout this session
}

ChainCallLevel1CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type ChainCallLevel1Filterer

type ChainCallLevel1Filterer struct {
	// contains filtered or unexported fields
}

ChainCallLevel1Filterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewChainCallLevel1Filterer

func NewChainCallLevel1Filterer(address common.Address, filterer bind.ContractFilterer) (*ChainCallLevel1Filterer, error)

NewChainCallLevel1Filterer creates a new log filterer instance of ChainCallLevel1, bound to a specific deployed contract.

type ChainCallLevel1Raw

type ChainCallLevel1Raw struct {
	Contract *ChainCallLevel1 // Generic contract binding to access the raw methods on
}

ChainCallLevel1Raw is an auto generated low-level Go binding around an Ethereum contract.

func (*ChainCallLevel1Raw) Call

func (_ChainCallLevel1 *ChainCallLevel1Raw) 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 (*ChainCallLevel1Raw) Transact

func (_ChainCallLevel1 *ChainCallLevel1Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ChainCallLevel1Raw) Transfer

func (_ChainCallLevel1 *ChainCallLevel1Raw) 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 ChainCallLevel1Session

type ChainCallLevel1Session struct {
	Contract     *ChainCallLevel1  // 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
}

ChainCallLevel1Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ChainCallLevel1Session) Exec

func (_ChainCallLevel1 *ChainCallLevel1Session) Exec(level2Addr common.Address, level3Addr common.Address, level4Addr common.Address) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xc023dcf3.

Solidity: function exec(address level2Addr, address level3Addr, address level4Addr) payable returns()

type ChainCallLevel1Transactor

type ChainCallLevel1Transactor struct {
	// contains filtered or unexported fields
}

ChainCallLevel1Transactor is an auto generated write-only Go binding around an Ethereum contract.

func NewChainCallLevel1Transactor

func NewChainCallLevel1Transactor(address common.Address, transactor bind.ContractTransactor) (*ChainCallLevel1Transactor, error)

NewChainCallLevel1Transactor creates a new write-only instance of ChainCallLevel1, bound to a specific deployed contract.

func (*ChainCallLevel1Transactor) Exec

func (_ChainCallLevel1 *ChainCallLevel1Transactor) Exec(opts *bind.TransactOpts, level2Addr common.Address, level3Addr common.Address, level4Addr common.Address) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xc023dcf3.

Solidity: function exec(address level2Addr, address level3Addr, address level4Addr) payable returns()

type ChainCallLevel1TransactorRaw

type ChainCallLevel1TransactorRaw struct {
	Contract *ChainCallLevel1Transactor // Generic write-only contract binding to access the raw methods on
}

ChainCallLevel1TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ChainCallLevel1TransactorRaw) Transact

func (_ChainCallLevel1 *ChainCallLevel1TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ChainCallLevel1TransactorRaw) Transfer

func (_ChainCallLevel1 *ChainCallLevel1TransactorRaw) 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 ChainCallLevel1TransactorSession

type ChainCallLevel1TransactorSession struct {
	Contract     *ChainCallLevel1Transactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}

ChainCallLevel1TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*ChainCallLevel1TransactorSession) Exec

func (_ChainCallLevel1 *ChainCallLevel1TransactorSession) Exec(level2Addr common.Address, level3Addr common.Address, level4Addr common.Address) (*types.Transaction, error)

Exec is a paid mutator transaction binding the contract method 0xc023dcf3.

Solidity: function exec(address level2Addr, address level3Addr, address level4Addr) payable returns()

Jump to

Keyboard shortcuts

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