Documentation ¶
Index ¶
- Variables
- type Memory
- type MemoryCaller
- type MemoryCallerRaw
- type MemoryCallerSession
- type MemoryFilterer
- type MemoryRaw
- func (_Memory *MemoryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Memory *MemoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Memory *MemoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type MemorySession
- type MemoryTransactor
- type MemoryTransactorRaw
- type MemoryTransactorSession
Constants ¶
This section is empty.
Variables ¶
var MemoryABI = MemoryMetaData.ABI
MemoryABI is the input ABI used to generate the binding from. Deprecated: Use MemoryMetaData.ABI instead.
var MemoryBin = MemoryMetaData.Bin
MemoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use MemoryMetaData.Bin instead.
var MemoryMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"resStatic\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"testStaticEcrecover\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
Bin: "0x60806040526000805460ff19166001179055348015601c57600080fd5b5060a68061002b6000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c8063038d60c9146037578063ad2d9aa114603f575b600080fd5b603d605f565b005b600054604b9060ff1681565b604051901515815260200160405180910390f35b602060a06080602060015afa60005556fea2646970667358221220c4544ea533c4ffff4c27a677423b513b061c35401bc8915d3ffec8a8a3fab05f64736f6c634300080c0033",
}
MemoryMetaData contains all meta data concerning the Memory contract.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct { MemoryCaller // Read-only binding to the contract MemoryTransactor // Write-only binding to the contract MemoryFilterer // Log filterer for contract events }
Memory is an auto generated Go binding around an Ethereum contract.
func DeployMemory ¶
func DeployMemory(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Memory, error)
DeployMemory deploys a new Ethereum contract, binding an instance of Memory to it.
type MemoryCaller ¶
type MemoryCaller struct {
// contains filtered or unexported fields
}
MemoryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewMemoryCaller ¶
func NewMemoryCaller(address common.Address, caller bind.ContractCaller) (*MemoryCaller, error)
NewMemoryCaller creates a new read-only instance of Memory, bound to a specific deployed contract.
type MemoryCallerRaw ¶
type MemoryCallerRaw struct {
Contract *MemoryCaller // Generic read-only contract binding to access the raw methods on
}
MemoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*MemoryCallerRaw) Call ¶
func (_Memory *MemoryCallerRaw) 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 MemoryCallerSession ¶
type MemoryCallerSession struct { Contract *MemoryCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
MemoryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*MemoryCallerSession) ResStatic ¶
func (_Memory *MemoryCallerSession) ResStatic() (bool, error)
ResStatic is a free data retrieval call binding the contract method 0xad2d9aa1.
Solidity: function resStatic() view returns(bool)
type MemoryFilterer ¶
type MemoryFilterer struct {
// contains filtered or unexported fields
}
MemoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewMemoryFilterer ¶
func NewMemoryFilterer(address common.Address, filterer bind.ContractFilterer) (*MemoryFilterer, error)
NewMemoryFilterer creates a new log filterer instance of Memory, bound to a specific deployed contract.
type MemoryRaw ¶
type MemoryRaw struct {
Contract *Memory // Generic contract binding to access the raw methods on
}
MemoryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*MemoryRaw) Call ¶
func (_Memory *MemoryRaw) 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 (*MemoryRaw) Transact ¶
func (_Memory *MemoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*MemoryRaw) Transfer ¶
func (_Memory *MemoryRaw) 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 MemorySession ¶
type MemorySession struct { Contract *Memory // 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 }
MemorySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*MemorySession) ResStatic ¶
func (_Memory *MemorySession) ResStatic() (bool, error)
ResStatic is a free data retrieval call binding the contract method 0xad2d9aa1.
Solidity: function resStatic() view returns(bool)
func (*MemorySession) TestStaticEcrecover ¶
func (_Memory *MemorySession) TestStaticEcrecover() (*types.Transaction, error)
TestStaticEcrecover is a paid mutator transaction binding the contract method 0x038d60c9.
Solidity: function testStaticEcrecover() returns()
type MemoryTransactor ¶
type MemoryTransactor struct {
// contains filtered or unexported fields
}
MemoryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewMemoryTransactor ¶
func NewMemoryTransactor(address common.Address, transactor bind.ContractTransactor) (*MemoryTransactor, error)
NewMemoryTransactor creates a new write-only instance of Memory, bound to a specific deployed contract.
func (*MemoryTransactor) TestStaticEcrecover ¶
func (_Memory *MemoryTransactor) TestStaticEcrecover(opts *bind.TransactOpts) (*types.Transaction, error)
TestStaticEcrecover is a paid mutator transaction binding the contract method 0x038d60c9.
Solidity: function testStaticEcrecover() returns()
type MemoryTransactorRaw ¶
type MemoryTransactorRaw struct {
Contract *MemoryTransactor // Generic write-only contract binding to access the raw methods on
}
MemoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*MemoryTransactorRaw) Transact ¶
func (_Memory *MemoryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*MemoryTransactorRaw) Transfer ¶
func (_Memory *MemoryTransactorRaw) 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 MemoryTransactorSession ¶
type MemoryTransactorSession struct { Contract *MemoryTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
MemoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*MemoryTransactorSession) TestStaticEcrecover ¶
func (_Memory *MemoryTransactorSession) TestStaticEcrecover() (*types.Transaction, error)
TestStaticEcrecover is a paid mutator transaction binding the contract method 0x038d60c9.
Solidity: function testStaticEcrecover() returns()