polygonconstantsbase

package
v0.0.0-...-f6182d2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 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 PolygonconstantsbaseABI = PolygonconstantsbaseMetaData.ABI

PolygonconstantsbaseABI is the input ABI used to generate the binding from. Deprecated: Use PolygonconstantsbaseMetaData.ABI instead.

View Source
var PolygonconstantsbaseBin = PolygonconstantsbaseMetaData.Bin

PolygonconstantsbaseBin is the compiled bytecode used for deploying new contracts. Deprecated: Use PolygonconstantsbaseMetaData.Bin instead.

View Source
var PolygonconstantsbaseMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212204d9eeb308b3d254686bb1c95d88bcd57329c13370974605492a15473f5975e1d64736f6c63430008140033",
}

PolygonconstantsbaseMetaData contains all meta data concerning the Polygonconstantsbase contract.

Functions

This section is empty.

Types

type Polygonconstantsbase

type Polygonconstantsbase struct {
	PolygonconstantsbaseCaller     // Read-only binding to the contract
	PolygonconstantsbaseTransactor // Write-only binding to the contract
	PolygonconstantsbaseFilterer   // Log filterer for contract events
}

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

func DeployPolygonconstantsbase

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

DeployPolygonconstantsbase deploys a new Ethereum contract, binding an instance of Polygonconstantsbase to it.

func NewPolygonconstantsbase

func NewPolygonconstantsbase(address common.Address, backend bind.ContractBackend) (*Polygonconstantsbase, error)

NewPolygonconstantsbase creates a new instance of Polygonconstantsbase, bound to a specific deployed contract.

type PolygonconstantsbaseCaller

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

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

func NewPolygonconstantsbaseCaller

func NewPolygonconstantsbaseCaller(address common.Address, caller bind.ContractCaller) (*PolygonconstantsbaseCaller, error)

NewPolygonconstantsbaseCaller creates a new read-only instance of Polygonconstantsbase, bound to a specific deployed contract.

type PolygonconstantsbaseCallerRaw

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

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

func (*PolygonconstantsbaseCallerRaw) Call

func (_Polygonconstantsbase *PolygonconstantsbaseCallerRaw) 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 PolygonconstantsbaseCallerSession

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

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

type PolygonconstantsbaseFilterer

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

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

func NewPolygonconstantsbaseFilterer

func NewPolygonconstantsbaseFilterer(address common.Address, filterer bind.ContractFilterer) (*PolygonconstantsbaseFilterer, error)

NewPolygonconstantsbaseFilterer creates a new log filterer instance of Polygonconstantsbase, bound to a specific deployed contract.

type PolygonconstantsbaseRaw

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

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

func (*PolygonconstantsbaseRaw) Call

func (_Polygonconstantsbase *PolygonconstantsbaseRaw) 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 (*PolygonconstantsbaseRaw) Transact

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

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

func (*PolygonconstantsbaseRaw) Transfer

func (_Polygonconstantsbase *PolygonconstantsbaseRaw) 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 PolygonconstantsbaseSession

type PolygonconstantsbaseSession struct {
	Contract     *Polygonconstantsbase // 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
}

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

type PolygonconstantsbaseTransactor

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

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

func NewPolygonconstantsbaseTransactor

func NewPolygonconstantsbaseTransactor(address common.Address, transactor bind.ContractTransactor) (*PolygonconstantsbaseTransactor, error)

NewPolygonconstantsbaseTransactor creates a new write-only instance of Polygonconstantsbase, bound to a specific deployed contract.

type PolygonconstantsbaseTransactorRaw

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

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

func (*PolygonconstantsbaseTransactorRaw) Transact

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

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

func (*PolygonconstantsbaseTransactorRaw) Transfer

func (_Polygonconstantsbase *PolygonconstantsbaseTransactorRaw) 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 PolygonconstantsbaseTransactorSession

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

PolygonconstantsbaseTransactorSession 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