Documentation ¶
Index ¶
- Constants
- type CallReceiverMock
- type CallReceiverMockCaller
- type CallReceiverMockCallerRaw
- type CallReceiverMockCallerSession
- type CallReceiverMockFilterer
- type CallReceiverMockRaw
- func (_CallReceiverMock *CallReceiverMockRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_CallReceiverMock *CallReceiverMockRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_CallReceiverMock *CallReceiverMockRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type CallReceiverMockSession
- func (_CallReceiverMock *CallReceiverMockSession) LastValA() (*big.Int, error)
- func (_CallReceiverMock *CallReceiverMockSession) LastValB() ([]byte, error)
- func (_CallReceiverMock *CallReceiverMockSession) SetRevertFlag(_revertFlag bool) (*types.Transaction, error)
- func (_CallReceiverMock *CallReceiverMockSession) TestCall(_valA *big.Int, _valB []byte) (*types.Transaction, error)
- type CallReceiverMockTransactor
- type CallReceiverMockTransactorRaw
- type CallReceiverMockTransactorSession
Constants ¶
const CallReceiverMockABI = "" /* 837-byte string literal not displayed */
CallReceiverMockABI is the input ABI used to generate the binding from.
const CallReceiverMockBin = "" /* 2108-byte string literal not displayed */
CallReceiverMockBin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallReceiverMock ¶
type CallReceiverMock struct { CallReceiverMockCaller // Read-only binding to the contract CallReceiverMockTransactor // Write-only binding to the contract CallReceiverMockFilterer // Log filterer for contract events }
CallReceiverMock is an auto generated Go binding around an Ethereum contract.
func DeployCallReceiverMock ¶
func DeployCallReceiverMock(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *CallReceiverMock, error)
DeployCallReceiverMock deploys a new Ethereum contract, binding an instance of CallReceiverMock to it.
func NewCallReceiverMock ¶
func NewCallReceiverMock(address common.Address, backend bind.ContractBackend) (*CallReceiverMock, error)
NewCallReceiverMock creates a new instance of CallReceiverMock, bound to a specific deployed contract.
type CallReceiverMockCaller ¶
type CallReceiverMockCaller struct {
// contains filtered or unexported fields
}
CallReceiverMockCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewCallReceiverMockCaller ¶
func NewCallReceiverMockCaller(address common.Address, caller bind.ContractCaller) (*CallReceiverMockCaller, error)
NewCallReceiverMockCaller creates a new read-only instance of CallReceiverMock, bound to a specific deployed contract.
type CallReceiverMockCallerRaw ¶
type CallReceiverMockCallerRaw struct {
Contract *CallReceiverMockCaller // Generic read-only contract binding to access the raw methods on
}
CallReceiverMockCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*CallReceiverMockCallerRaw) Call ¶
func (_CallReceiverMock *CallReceiverMockCallerRaw) 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 CallReceiverMockCallerSession ¶
type CallReceiverMockCallerSession struct { Contract *CallReceiverMockCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
CallReceiverMockCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*CallReceiverMockCallerSession) LastValA ¶
func (_CallReceiverMock *CallReceiverMockCallerSession) LastValA() (*big.Int, error)
LastValA is a free data retrieval call binding the contract method 0xc0aec4d3.
Solidity: function lastValA() view returns(uint256)
func (*CallReceiverMockCallerSession) LastValB ¶
func (_CallReceiverMock *CallReceiverMockCallerSession) LastValB() ([]byte, error)
LastValB is a free data retrieval call binding the contract method 0xebd35e47.
Solidity: function lastValB() view returns(bytes)
type CallReceiverMockFilterer ¶
type CallReceiverMockFilterer struct {
// contains filtered or unexported fields
}
CallReceiverMockFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewCallReceiverMockFilterer ¶
func NewCallReceiverMockFilterer(address common.Address, filterer bind.ContractFilterer) (*CallReceiverMockFilterer, error)
NewCallReceiverMockFilterer creates a new log filterer instance of CallReceiverMock, bound to a specific deployed contract.
type CallReceiverMockRaw ¶
type CallReceiverMockRaw struct {
Contract *CallReceiverMock // Generic contract binding to access the raw methods on
}
CallReceiverMockRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*CallReceiverMockRaw) Call ¶
func (_CallReceiverMock *CallReceiverMockRaw) 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 (*CallReceiverMockRaw) Transact ¶
func (_CallReceiverMock *CallReceiverMockRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*CallReceiverMockRaw) Transfer ¶
func (_CallReceiverMock *CallReceiverMockRaw) 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 CallReceiverMockSession ¶
type CallReceiverMockSession struct { Contract *CallReceiverMock // 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 }
CallReceiverMockSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*CallReceiverMockSession) LastValA ¶
func (_CallReceiverMock *CallReceiverMockSession) LastValA() (*big.Int, error)
LastValA is a free data retrieval call binding the contract method 0xc0aec4d3.
Solidity: function lastValA() view returns(uint256)
func (*CallReceiverMockSession) LastValB ¶
func (_CallReceiverMock *CallReceiverMockSession) LastValB() ([]byte, error)
LastValB is a free data retrieval call binding the contract method 0xebd35e47.
Solidity: function lastValB() view returns(bytes)
func (*CallReceiverMockSession) SetRevertFlag ¶
func (_CallReceiverMock *CallReceiverMockSession) SetRevertFlag(_revertFlag bool) (*types.Transaction, error)
SetRevertFlag is a paid mutator transaction binding the contract method 0x381ba140.
Solidity: function setRevertFlag(bool _revertFlag) returns()
func (*CallReceiverMockSession) TestCall ¶
func (_CallReceiverMock *CallReceiverMockSession) TestCall(_valA *big.Int, _valB []byte) (*types.Transaction, error)
TestCall is a paid mutator transaction binding the contract method 0xad387c8a.
Solidity: function testCall(uint256 _valA, bytes _valB) payable returns()
type CallReceiverMockTransactor ¶
type CallReceiverMockTransactor struct {
// contains filtered or unexported fields
}
CallReceiverMockTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewCallReceiverMockTransactor ¶
func NewCallReceiverMockTransactor(address common.Address, transactor bind.ContractTransactor) (*CallReceiverMockTransactor, error)
NewCallReceiverMockTransactor creates a new write-only instance of CallReceiverMock, bound to a specific deployed contract.
func (*CallReceiverMockTransactor) SetRevertFlag ¶
func (_CallReceiverMock *CallReceiverMockTransactor) SetRevertFlag(opts *bind.TransactOpts, _revertFlag bool) (*types.Transaction, error)
SetRevertFlag is a paid mutator transaction binding the contract method 0x381ba140.
Solidity: function setRevertFlag(bool _revertFlag) returns()
func (*CallReceiverMockTransactor) TestCall ¶
func (_CallReceiverMock *CallReceiverMockTransactor) TestCall(opts *bind.TransactOpts, _valA *big.Int, _valB []byte) (*types.Transaction, error)
TestCall is a paid mutator transaction binding the contract method 0xad387c8a.
Solidity: function testCall(uint256 _valA, bytes _valB) payable returns()
type CallReceiverMockTransactorRaw ¶
type CallReceiverMockTransactorRaw struct {
Contract *CallReceiverMockTransactor // Generic write-only contract binding to access the raw methods on
}
CallReceiverMockTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*CallReceiverMockTransactorRaw) Transact ¶
func (_CallReceiverMock *CallReceiverMockTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*CallReceiverMockTransactorRaw) Transfer ¶
func (_CallReceiverMock *CallReceiverMockTransactorRaw) 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 CallReceiverMockTransactorSession ¶
type CallReceiverMockTransactorSession struct { Contract *CallReceiverMockTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
CallReceiverMockTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*CallReceiverMockTransactorSession) SetRevertFlag ¶
func (_CallReceiverMock *CallReceiverMockTransactorSession) SetRevertFlag(_revertFlag bool) (*types.Transaction, error)
SetRevertFlag is a paid mutator transaction binding the contract method 0x381ba140.
Solidity: function setRevertFlag(bool _revertFlag) returns()
func (*CallReceiverMockTransactorSession) TestCall ¶
func (_CallReceiverMock *CallReceiverMockTransactorSession) TestCall(_valA *big.Int, _valB []byte) (*types.Transaction, error)
TestCall is a paid mutator transaction binding the contract method 0xad387c8a.
Solidity: function testCall(uint256 _valA, bytes _valB) payable returns()