ConstructorMap

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: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConstructorMapABI = ConstructorMapMetaData.ABI

ConstructorMapABI is the input ABI used to generate the binding from. Deprecated: Use ConstructorMapMetaData.ABI instead.

View Source
var ConstructorMapBin = ConstructorMapMetaData.Bin

ConstructorMapBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ConstructorMapMetaData.Bin instead.

View Source
var ConstructorMapMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"numbers\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Bin: "0x608060405234801561001057600080fd5b5060005b60648110156100405760008181526020819052604090208190558061003881610046565b915050610014565b5061006f565b600060001982141561006857634e487b7160e01b600052601160045260246000fd5b5060010190565b60aa8061007d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063d39fa23314602d575b600080fd5b604a6038366004605c565b60006020819052908152604090205481565b60405190815260200160405180910390f35b600060208284031215606d57600080fd5b503591905056fea26469706673582212207164b7e8cab7019534d840c5be1f93a98671cdbddc7ea08c6a73b67022062ee864736f6c634300080c0033",
}

ConstructorMapMetaData contains all meta data concerning the ConstructorMap contract.

Functions

This section is empty.

Types

type ConstructorMap

type ConstructorMap struct {
	ConstructorMapCaller     // Read-only binding to the contract
	ConstructorMapTransactor // Write-only binding to the contract
	ConstructorMapFilterer   // Log filterer for contract events
}

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

func DeployConstructorMap

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

DeployConstructorMap deploys a new Ethereum contract, binding an instance of ConstructorMap to it.

func NewConstructorMap

func NewConstructorMap(address common.Address, backend bind.ContractBackend) (*ConstructorMap, error)

NewConstructorMap creates a new instance of ConstructorMap, bound to a specific deployed contract.

type ConstructorMapCaller

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

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

func NewConstructorMapCaller

func NewConstructorMapCaller(address common.Address, caller bind.ContractCaller) (*ConstructorMapCaller, error)

NewConstructorMapCaller creates a new read-only instance of ConstructorMap, bound to a specific deployed contract.

func (*ConstructorMapCaller) Numbers

func (_ConstructorMap *ConstructorMapCaller) Numbers(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

Numbers is a free data retrieval call binding the contract method 0xd39fa233.

Solidity: function numbers(uint256 ) view returns(uint256)

type ConstructorMapCallerRaw

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

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

func (*ConstructorMapCallerRaw) Call

func (_ConstructorMap *ConstructorMapCallerRaw) 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 ConstructorMapCallerSession

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

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

func (*ConstructorMapCallerSession) Numbers

func (_ConstructorMap *ConstructorMapCallerSession) Numbers(arg0 *big.Int) (*big.Int, error)

Numbers is a free data retrieval call binding the contract method 0xd39fa233.

Solidity: function numbers(uint256 ) view returns(uint256)

type ConstructorMapFilterer

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

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

func NewConstructorMapFilterer

func NewConstructorMapFilterer(address common.Address, filterer bind.ContractFilterer) (*ConstructorMapFilterer, error)

NewConstructorMapFilterer creates a new log filterer instance of ConstructorMap, bound to a specific deployed contract.

type ConstructorMapRaw

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

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

func (*ConstructorMapRaw) Call

func (_ConstructorMap *ConstructorMapRaw) 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 (*ConstructorMapRaw) Transact

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

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

func (*ConstructorMapRaw) Transfer

func (_ConstructorMap *ConstructorMapRaw) 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 ConstructorMapSession

type ConstructorMapSession struct {
	Contract     *ConstructorMap   // 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
}

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

func (*ConstructorMapSession) Numbers

func (_ConstructorMap *ConstructorMapSession) Numbers(arg0 *big.Int) (*big.Int, error)

Numbers is a free data retrieval call binding the contract method 0xd39fa233.

Solidity: function numbers(uint256 ) view returns(uint256)

type ConstructorMapTransactor

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

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

func NewConstructorMapTransactor

func NewConstructorMapTransactor(address common.Address, transactor bind.ContractTransactor) (*ConstructorMapTransactor, error)

NewConstructorMapTransactor creates a new write-only instance of ConstructorMap, bound to a specific deployed contract.

type ConstructorMapTransactorRaw

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

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

func (*ConstructorMapTransactorRaw) Transact

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

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

func (*ConstructorMapTransactorRaw) Transfer

func (_ConstructorMap *ConstructorMapTransactorRaw) 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 ConstructorMapTransactorSession

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

ConstructorMapTransactorSession 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