erc721meta

package
v0.0.0-...-4ec286d Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Erc721metaABI = Erc721metaMetaData.ABI

Erc721metaABI is the input ABI used to generate the binding from. Deprecated: Use Erc721metaMetaData.ABI instead.

View Source
var Erc721metaMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"_symbol\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

Erc721metaMetaData contains all meta data concerning the Erc721meta contract.

Functions

This section is empty.

Types

type Erc721meta

type Erc721meta struct {
	Erc721metaCaller     // Read-only binding to the contract
	Erc721metaTransactor // Write-only binding to the contract
	Erc721metaFilterer   // Log filterer for contract events
}

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

func NewErc721meta

func NewErc721meta(address common.Address, backend bind.ContractBackend) (*Erc721meta, error)

NewErc721meta creates a new instance of Erc721meta, bound to a specific deployed contract.

type Erc721metaCaller

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

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

func NewErc721metaCaller

func NewErc721metaCaller(address common.Address, caller bind.ContractCaller) (*Erc721metaCaller, error)

NewErc721metaCaller creates a new read-only instance of Erc721meta, bound to a specific deployed contract.

func (*Erc721metaCaller) Name

func (_Erc721meta *Erc721metaCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string _name)

func (*Erc721metaCaller) Symbol

func (_Erc721meta *Erc721metaCaller) Symbol(opts *bind.CallOpts) (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string _symbol)

func (*Erc721metaCaller) TokenURI

func (_Erc721meta *Erc721metaCaller) TokenURI(opts *bind.CallOpts, _tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 _tokenId) view returns(string)

type Erc721metaCallerRaw

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

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

func (*Erc721metaCallerRaw) Call

func (_Erc721meta *Erc721metaCallerRaw) 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 Erc721metaCallerSession

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

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

func (*Erc721metaCallerSession) Name

func (_Erc721meta *Erc721metaCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string _name)

func (*Erc721metaCallerSession) Symbol

func (_Erc721meta *Erc721metaCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string _symbol)

func (*Erc721metaCallerSession) TokenURI

func (_Erc721meta *Erc721metaCallerSession) TokenURI(_tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 _tokenId) view returns(string)

type Erc721metaFilterer

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

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

func NewErc721metaFilterer

func NewErc721metaFilterer(address common.Address, filterer bind.ContractFilterer) (*Erc721metaFilterer, error)

NewErc721metaFilterer creates a new log filterer instance of Erc721meta, bound to a specific deployed contract.

type Erc721metaRaw

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

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

func (*Erc721metaRaw) Call

func (_Erc721meta *Erc721metaRaw) 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 (*Erc721metaRaw) Transact

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

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

func (*Erc721metaRaw) Transfer

func (_Erc721meta *Erc721metaRaw) 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 Erc721metaSession

type Erc721metaSession struct {
	Contract     *Erc721meta       // 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
}

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

func (*Erc721metaSession) Name

func (_Erc721meta *Erc721metaSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string _name)

func (*Erc721metaSession) Symbol

func (_Erc721meta *Erc721metaSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string _symbol)

func (*Erc721metaSession) TokenURI

func (_Erc721meta *Erc721metaSession) TokenURI(_tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 _tokenId) view returns(string)

type Erc721metaTransactor

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

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

func NewErc721metaTransactor

func NewErc721metaTransactor(address common.Address, transactor bind.ContractTransactor) (*Erc721metaTransactor, error)

NewErc721metaTransactor creates a new write-only instance of Erc721meta, bound to a specific deployed contract.

type Erc721metaTransactorRaw

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

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

func (*Erc721metaTransactorRaw) Transact

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

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

func (*Erc721metaTransactorRaw) Transfer

func (_Erc721meta *Erc721metaTransactorRaw) 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 Erc721metaTransactorSession

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

Erc721metaTransactorSession 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