BridgeC

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 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 BridgeCABI = BridgeCMetaData.ABI

BridgeCABI is the input ABI used to generate the binding from. Deprecated: Use BridgeCMetaData.ABI instead.

View Source
var BridgeCBin = BridgeCMetaData.Bin

BridgeCBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BridgeCMetaData.Bin instead.

View Source
var BridgeCMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"bridgeD\",\"type\":\"address\"}],\"name\":\"exec\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}]",
	Bin: "0x608060405234801561001057600080fd5b506101d5806100206000396000f3fe6080604052600436106100225760003560e01c80636bb6126e1461002e57600080fd5b3661002957005b600080fd5b61004161003c366004610134565b610043565b005b60408051600481526024810182526020810180516001600160e01b03166330703a7160e21b17905290516000916001600160a01b038416916100859190610164565b600060405180830381855af49150503d80600081146100c0576040519150601f19603f3d011682016040523d82523d6000602084013e6100c5565b606091505b505080915050806101305760405162461bcd60e51b815260206004820152602b60248201527f6661696c656420746f20706572666f726d2064656c65676174652063616c6c2060448201526a1d1bc8189c9a5919d9481160aa1b606482015260840160405180910390fd5b5050565b60006020828403121561014657600080fd5b81356001600160a01b038116811461015d57600080fd5b9392505050565b6000825160005b81811015610185576020818601810151858301520161016b565b81811115610194576000828501525b50919091019291505056fea2646970667358221220bee297c7d22cf5dab83a018836e0cb0a7080854314a53ff53cefd47614053c3e64736f6c634300080c0033",
}

BridgeCMetaData contains all meta data concerning the BridgeC contract.

Functions

This section is empty.

Types

type BridgeC

type BridgeC struct {
	BridgeCCaller     // Read-only binding to the contract
	BridgeCTransactor // Write-only binding to the contract
	BridgeCFilterer   // Log filterer for contract events
}

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

func DeployBridgeC

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

DeployBridgeC deploys a new Ethereum contract, binding an instance of BridgeC to it.

func NewBridgeC

func NewBridgeC(address common.Address, backend bind.ContractBackend) (*BridgeC, error)

NewBridgeC creates a new instance of BridgeC, bound to a specific deployed contract.

type BridgeCCaller

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

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

func NewBridgeCCaller

func NewBridgeCCaller(address common.Address, caller bind.ContractCaller) (*BridgeCCaller, error)

NewBridgeCCaller creates a new read-only instance of BridgeC, bound to a specific deployed contract.

type BridgeCCallerRaw

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

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

func (*BridgeCCallerRaw) Call

func (_BridgeC *BridgeCCallerRaw) 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 BridgeCCallerSession

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

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

type BridgeCFilterer

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

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

func NewBridgeCFilterer

func NewBridgeCFilterer(address common.Address, filterer bind.ContractFilterer) (*BridgeCFilterer, error)

NewBridgeCFilterer creates a new log filterer instance of BridgeC, bound to a specific deployed contract.

type BridgeCRaw

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

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

func (*BridgeCRaw) Call

func (_BridgeC *BridgeCRaw) 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 (*BridgeCRaw) Transact

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

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

func (*BridgeCRaw) Transfer

func (_BridgeC *BridgeCRaw) 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 BridgeCSession

type BridgeCSession struct {
	Contract     *BridgeC          // 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
}

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

func (*BridgeCSession) Exec

func (_BridgeC *BridgeCSession) Exec(bridgeD common.Address) (*types.Transaction, error)

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

Solidity: function exec(address bridgeD) payable returns()

func (*BridgeCSession) Receive

func (_BridgeC *BridgeCSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

type BridgeCTransactor

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

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

func NewBridgeCTransactor

func NewBridgeCTransactor(address common.Address, transactor bind.ContractTransactor) (*BridgeCTransactor, error)

NewBridgeCTransactor creates a new write-only instance of BridgeC, bound to a specific deployed contract.

func (*BridgeCTransactor) Exec

func (_BridgeC *BridgeCTransactor) Exec(opts *bind.TransactOpts, bridgeD common.Address) (*types.Transaction, error)

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

Solidity: function exec(address bridgeD) payable returns()

func (*BridgeCTransactor) Receive

func (_BridgeC *BridgeCTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

type BridgeCTransactorRaw

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

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

func (*BridgeCTransactorRaw) Transact

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

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

func (*BridgeCTransactorRaw) Transfer

func (_BridgeC *BridgeCTransactorRaw) 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 BridgeCTransactorSession

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

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

func (*BridgeCTransactorSession) Exec

func (_BridgeC *BridgeCTransactorSession) Exec(bridgeD common.Address) (*types.Transaction, error)

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

Solidity: function exec(address bridgeD) payable returns()

func (*BridgeCTransactorSession) Receive

func (_BridgeC *BridgeCTransactorSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

Jump to

Keyboard shortcuts

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