Documentation ¶
Index ¶
- Variables
- type ContractInfoToken
- type ContractInfoTokenCaller
- type ContractInfoTokenCallerRaw
- type ContractInfoTokenCallerSession
- type ContractInfoTokenFilterer
- type ContractInfoTokenRaw
- func (_ContractInfoToken *ContractInfoTokenRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ContractInfoToken *ContractInfoTokenRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ContractInfoToken *ContractInfoTokenRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContractInfoTokenSession
- type ContractInfoTokenTransactor
- type ContractInfoTokenTransactorRaw
- type ContractInfoTokenTransactorSession
Constants ¶
This section is empty.
Variables ¶
var ContractInfoTokenABI = ContractInfoTokenMetaData.ABI
ContractInfoTokenABI is the input ABI used to generate the binding from. Deprecated: Use ContractInfoTokenMetaData.ABI instead.
var ContractInfoTokenMetaData = &bind.MetaData{
ABI: "[{\"type\":\"function\",\"stateMutability\":\"view\",\"outputs\":[{\"type\":\"uint8\",\"name\":\"\",\"internalType\":\"uint8\"}],\"name\":\"decimals\",\"inputs\":[]},{\"type\":\"function\",\"stateMutability\":\"view\",\"outputs\":[{\"type\":\"string\",\"name\":\"\",\"internalType\":\"string\"}],\"name\":\"symbol\",\"inputs\":[]}]",
}
ContractInfoTokenMetaData contains all meta data concerning the ContractInfoToken contract.
Functions ¶
This section is empty.
Types ¶
type ContractInfoToken ¶
type ContractInfoToken struct { ContractInfoTokenCaller // Read-only binding to the contract ContractInfoTokenTransactor // Write-only binding to the contract ContractInfoTokenFilterer // Log filterer for contract events }
ContractInfoToken is an auto generated Go binding around an Ethereum contract.
func NewContractInfoToken ¶
func NewContractInfoToken(address common.Address, backend bind.ContractBackend) (*ContractInfoToken, error)
NewContractInfoToken creates a new instance of ContractInfoToken, bound to a specific deployed contract.
type ContractInfoTokenCaller ¶
type ContractInfoTokenCaller struct {
// contains filtered or unexported fields
}
ContractInfoTokenCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewContractInfoTokenCaller ¶
func NewContractInfoTokenCaller(address common.Address, caller bind.ContractCaller) (*ContractInfoTokenCaller, error)
NewContractInfoTokenCaller creates a new read-only instance of ContractInfoToken, bound to a specific deployed contract.
type ContractInfoTokenCallerRaw ¶
type ContractInfoTokenCallerRaw struct {
Contract *ContractInfoTokenCaller // Generic read-only contract binding to access the raw methods on
}
ContractInfoTokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ContractInfoTokenCallerRaw) Call ¶
func (_ContractInfoToken *ContractInfoTokenCallerRaw) 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 ContractInfoTokenCallerSession ¶
type ContractInfoTokenCallerSession struct { Contract *ContractInfoTokenCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ContractInfoTokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ContractInfoTokenCallerSession) Decimals ¶
func (_ContractInfoToken *ContractInfoTokenCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ContractInfoTokenCallerSession) Symbol ¶
func (_ContractInfoToken *ContractInfoTokenCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
type ContractInfoTokenFilterer ¶
type ContractInfoTokenFilterer struct {
// contains filtered or unexported fields
}
ContractInfoTokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewContractInfoTokenFilterer ¶
func NewContractInfoTokenFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractInfoTokenFilterer, error)
NewContractInfoTokenFilterer creates a new log filterer instance of ContractInfoToken, bound to a specific deployed contract.
type ContractInfoTokenRaw ¶
type ContractInfoTokenRaw struct {
Contract *ContractInfoToken // Generic contract binding to access the raw methods on
}
ContractInfoTokenRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ContractInfoTokenRaw) Call ¶
func (_ContractInfoToken *ContractInfoTokenRaw) 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 (*ContractInfoTokenRaw) Transact ¶
func (_ContractInfoToken *ContractInfoTokenRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractInfoTokenRaw) Transfer ¶
func (_ContractInfoToken *ContractInfoTokenRaw) 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 ContractInfoTokenSession ¶
type ContractInfoTokenSession struct { Contract *ContractInfoToken // 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 }
ContractInfoTokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ContractInfoTokenSession) Decimals ¶
func (_ContractInfoToken *ContractInfoTokenSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*ContractInfoTokenSession) Symbol ¶
func (_ContractInfoToken *ContractInfoTokenSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
type ContractInfoTokenTransactor ¶
type ContractInfoTokenTransactor struct {
// contains filtered or unexported fields
}
ContractInfoTokenTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewContractInfoTokenTransactor ¶
func NewContractInfoTokenTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractInfoTokenTransactor, error)
NewContractInfoTokenTransactor creates a new write-only instance of ContractInfoToken, bound to a specific deployed contract.
type ContractInfoTokenTransactorRaw ¶
type ContractInfoTokenTransactorRaw struct {
Contract *ContractInfoTokenTransactor // Generic write-only contract binding to access the raw methods on
}
ContractInfoTokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ContractInfoTokenTransactorRaw) Transact ¶
func (_ContractInfoToken *ContractInfoTokenTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractInfoTokenTransactorRaw) Transfer ¶
func (_ContractInfoToken *ContractInfoTokenTransactorRaw) 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 ContractInfoTokenTransactorSession ¶
type ContractInfoTokenTransactorSession struct { Contract *ContractInfoTokenTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ContractInfoTokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.