eip

package
v0.0.0-...-9f09256 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2023 License: GPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Erc20ABI = Erc20MetaData.ABI

Erc20ABI is the input ABI used to generate the binding from. Deprecated: Use Erc20MetaData.ABI instead.

View Source
var Erc20MetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

Erc20MetaData contains all meta data concerning the Erc20 contract.

View Source
var Ieip1155ABI = Ieip1155MetaData.ABI

Ieip1155ABI is the input ABI used to generate the binding from. Deprecated: Use Ieip1155MetaData.ABI instead.

View Source
var Ieip1155MetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"TransferBatch\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"TransferSingle\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"value\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"URI\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"accounts\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"balanceOfBatch\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeBatchTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

Ieip1155MetaData contains all meta data concerning the Ieip1155 contract.

View Source
var Ieip1155metaABI = Ieip1155metaMetaData.ABI

Ieip1155metaABI is the input ABI used to generate the binding from. Deprecated: Use Ieip1155metaMetaData.ABI instead.

View Source
var Ieip1155metaMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"uri\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

Ieip1155metaMetaData contains all meta data concerning the Ieip1155meta contract.

View Source
var Ieip165ABI = Ieip165MetaData.ABI

Ieip165ABI is the input ABI used to generate the binding from. Deprecated: Use Ieip165MetaData.ABI instead.

View Source
var Ieip165MetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

Ieip165MetaData contains all meta data concerning the Ieip165 contract.

View Source
var Ieip721ABI = Ieip721MetaData.ABI

Ieip721ABI is the input ABI used to generate the binding from. Deprecated: Use Ieip721MetaData.ABI instead.

View Source
var Ieip721MetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"_approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

Ieip721MetaData contains all meta data concerning the Ieip721 contract.

View Source
var Ieip721metaABI = Ieip721metaMetaData.ABI

Ieip721metaABI is the input ABI used to generate the binding from. Deprecated: Use Ieip721metaMetaData.ABI instead.

View Source
var Ieip721metaMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"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\"}]",
}

Ieip721metaMetaData contains all meta data concerning the Ieip721meta contract.

View Source
var MetaABI = MetaMetaData.ABI

MetaABI is the input ABI used to generate the binding from. Deprecated: Use MetaMetaData.ABI instead.

View Source
var MetaMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

MetaMetaData contains all meta data concerning the Meta contract.

Functions

This section is empty.

Types

type Erc20

type Erc20 struct {
	Erc20Caller     // Read-only binding to the contract
	Erc20Transactor // Write-only binding to the contract
	Erc20Filterer   // Log filterer for contract events
}

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

func NewErc20

func NewErc20(address common.Address, backend bind.ContractBackend) (*Erc20, error)

NewErc20 creates a new instance of Erc20, bound to a specific deployed contract.

type Erc20Approval

type Erc20Approval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

Erc20Approval represents a Approval event raised by the Erc20 contract.

type Erc20ApprovalIterator

type Erc20ApprovalIterator struct {
	Event *Erc20Approval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Erc20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Erc20 contract.

func (*Erc20ApprovalIterator) Close

func (it *Erc20ApprovalIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*Erc20ApprovalIterator) Error

func (it *Erc20ApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*Erc20ApprovalIterator) Next

func (it *Erc20ApprovalIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Erc20Caller

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

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

func NewErc20Caller

func NewErc20Caller(address common.Address, caller bind.ContractCaller) (*Erc20Caller, error)

NewErc20Caller creates a new read-only instance of Erc20, bound to a specific deployed contract.

func (*Erc20Caller) Allowance

func (_Erc20 *Erc20Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*Erc20Caller) BalanceOf

func (_Erc20 *Erc20Caller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) view returns(uint256)

func (*Erc20Caller) TotalSupply

func (_Erc20 *Erc20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type Erc20CallerRaw

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

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

func (*Erc20CallerRaw) Call

func (_Erc20 *Erc20CallerRaw) 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 Erc20CallerSession

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

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

func (*Erc20CallerSession) Allowance

func (_Erc20 *Erc20CallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*Erc20CallerSession) BalanceOf

func (_Erc20 *Erc20CallerSession) BalanceOf(account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) view returns(uint256)

func (*Erc20CallerSession) TotalSupply

func (_Erc20 *Erc20CallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type Erc20Filterer

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

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

func NewErc20Filterer

func NewErc20Filterer(address common.Address, filterer bind.ContractFilterer) (*Erc20Filterer, error)

NewErc20Filterer creates a new log filterer instance of Erc20, bound to a specific deployed contract.

func (*Erc20Filterer) FilterApproval

func (_Erc20 *Erc20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*Erc20ApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*Erc20Filterer) FilterTransfer

func (_Erc20 *Erc20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*Erc20TransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*Erc20Filterer) ParseApproval

func (_Erc20 *Erc20Filterer) ParseApproval(log types.Log) (*Erc20Approval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*Erc20Filterer) ParseTransfer

func (_Erc20 *Erc20Filterer) ParseTransfer(log types.Log) (*Erc20Transfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*Erc20Filterer) WatchApproval

func (_Erc20 *Erc20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Erc20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*Erc20Filterer) WatchTransfer

func (_Erc20 *Erc20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Erc20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

type Erc20Raw

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

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

func (*Erc20Raw) Call

func (_Erc20 *Erc20Raw) 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 (*Erc20Raw) Transact

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

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

func (*Erc20Raw) Transfer

func (_Erc20 *Erc20Raw) 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 Erc20Session

type Erc20Session struct {
	Contract     *Erc20            // 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
}

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

func (*Erc20Session) Allowance

func (_Erc20 *Erc20Session) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*Erc20Session) Approve

func (_Erc20 *Erc20Session) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*Erc20Session) BalanceOf

func (_Erc20 *Erc20Session) BalanceOf(account common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address account) view returns(uint256)

func (*Erc20Session) TotalSupply

func (_Erc20 *Erc20Session) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*Erc20Session) Transfer

func (_Erc20 *Erc20Session) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*Erc20Session) TransferFrom

func (_Erc20 *Erc20Session) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type Erc20Transactor

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

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

func NewErc20Transactor

func NewErc20Transactor(address common.Address, transactor bind.ContractTransactor) (*Erc20Transactor, error)

NewErc20Transactor creates a new write-only instance of Erc20, bound to a specific deployed contract.

func (*Erc20Transactor) Approve

func (_Erc20 *Erc20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*Erc20Transactor) Transfer

func (_Erc20 *Erc20Transactor) Transfer(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*Erc20Transactor) TransferFrom

func (_Erc20 *Erc20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type Erc20TransactorRaw

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

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

func (*Erc20TransactorRaw) Transact

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

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

func (*Erc20TransactorRaw) Transfer

func (_Erc20 *Erc20TransactorRaw) 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 Erc20TransactorSession

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

Erc20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*Erc20TransactorSession) Approve

func (_Erc20 *Erc20TransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address spender, uint256 amount) returns(bool)

func (*Erc20TransactorSession) Transfer

func (_Erc20 *Erc20TransactorSession) Transfer(to common.Address, amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 amount) returns(bool)

func (*Erc20TransactorSession) TransferFrom

func (_Erc20 *Erc20TransactorSession) TransferFrom(from common.Address, to common.Address, amount *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 amount) returns(bool)

type Erc20Transfer

type Erc20Transfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

Erc20Transfer represents a Transfer event raised by the Erc20 contract.

type Erc20TransferIterator

type Erc20TransferIterator struct {
	Event *Erc20Transfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Erc20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Erc20 contract.

func (*Erc20TransferIterator) Close

func (it *Erc20TransferIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*Erc20TransferIterator) Error

func (it *Erc20TransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*Erc20TransferIterator) Next

func (it *Erc20TransferIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip1155

type Ieip1155 struct {
	Ieip1155Caller     // Read-only binding to the contract
	Ieip1155Transactor // Write-only binding to the contract
	Ieip1155Filterer   // Log filterer for contract events
}

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

func NewIeip1155

func NewIeip1155(address common.Address, backend bind.ContractBackend) (*Ieip1155, error)

NewIeip1155 creates a new instance of Ieip1155, bound to a specific deployed contract.

type Ieip1155ApprovalForAll

type Ieip1155ApprovalForAll struct {
	Account  common.Address
	Operator common.Address
	Approved bool
	Raw      types.Log // Blockchain specific contextual infos
}

Ieip1155ApprovalForAll represents a ApprovalForAll event raised by the Ieip1155 contract.

type Ieip1155ApprovalForAllIterator

type Ieip1155ApprovalForAllIterator struct {
	Event *Ieip1155ApprovalForAll // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip1155ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Ieip1155 contract.

func (*Ieip1155ApprovalForAllIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip1155ApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip1155ApprovalForAllIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip1155Caller

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

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

func NewIeip1155Caller

func NewIeip1155Caller(address common.Address, caller bind.ContractCaller) (*Ieip1155Caller, error)

NewIeip1155Caller creates a new read-only instance of Ieip1155, bound to a specific deployed contract.

func (*Ieip1155Caller) BalanceOf

func (_Ieip1155 *Ieip1155Caller) BalanceOf(opts *bind.CallOpts, account common.Address, id *big.Int) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x00fdd58e.

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*Ieip1155Caller) BalanceOfBatch

func (_Ieip1155 *Ieip1155Caller) BalanceOfBatch(opts *bind.CallOpts, accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*Ieip1155Caller) IsApprovedForAll

func (_Ieip1155 *Ieip1155Caller) IsApprovedForAll(opts *bind.CallOpts, account common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address account, address operator) view returns(bool)

func (*Ieip1155Caller) SupportsInterface

func (_Ieip1155 *Ieip1155Caller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip1155CallerRaw

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

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

func (*Ieip1155CallerRaw) Call

func (_Ieip1155 *Ieip1155CallerRaw) 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 Ieip1155CallerSession

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

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

func (*Ieip1155CallerSession) BalanceOf

func (_Ieip1155 *Ieip1155CallerSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x00fdd58e.

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*Ieip1155CallerSession) BalanceOfBatch

func (_Ieip1155 *Ieip1155CallerSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*Ieip1155CallerSession) IsApprovedForAll

func (_Ieip1155 *Ieip1155CallerSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address account, address operator) view returns(bool)

func (*Ieip1155CallerSession) SupportsInterface

func (_Ieip1155 *Ieip1155CallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip1155Filterer

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

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

func NewIeip1155Filterer

func NewIeip1155Filterer(address common.Address, filterer bind.ContractFilterer) (*Ieip1155Filterer, error)

NewIeip1155Filterer creates a new log filterer instance of Ieip1155, bound to a specific deployed contract.

func (*Ieip1155Filterer) FilterApprovalForAll

func (_Ieip1155 *Ieip1155Filterer) FilterApprovalForAll(opts *bind.FilterOpts, account []common.Address, operator []common.Address) (*Ieip1155ApprovalForAllIterator, error)

FilterApprovalForAll is a free log retrieval operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed account, address indexed operator, bool approved)

func (*Ieip1155Filterer) FilterTransferBatch

func (_Ieip1155 *Ieip1155Filterer) FilterTransferBatch(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*Ieip1155TransferBatchIterator, error)

FilterTransferBatch is a free log retrieval operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*Ieip1155Filterer) FilterTransferSingle

func (_Ieip1155 *Ieip1155Filterer) FilterTransferSingle(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*Ieip1155TransferSingleIterator, error)

FilterTransferSingle is a free log retrieval operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*Ieip1155Filterer) FilterURI

func (_Ieip1155 *Ieip1155Filterer) FilterURI(opts *bind.FilterOpts, id []*big.Int) (*Ieip1155URIIterator, error)

FilterURI is a free log retrieval operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

func (*Ieip1155Filterer) ParseApprovalForAll

func (_Ieip1155 *Ieip1155Filterer) ParseApprovalForAll(log types.Log) (*Ieip1155ApprovalForAll, error)

ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed account, address indexed operator, bool approved)

func (*Ieip1155Filterer) ParseTransferBatch

func (_Ieip1155 *Ieip1155Filterer) ParseTransferBatch(log types.Log) (*Ieip1155TransferBatch, error)

ParseTransferBatch is a log parse operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*Ieip1155Filterer) ParseTransferSingle

func (_Ieip1155 *Ieip1155Filterer) ParseTransferSingle(log types.Log) (*Ieip1155TransferSingle, error)

ParseTransferSingle is a log parse operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*Ieip1155Filterer) ParseURI

func (_Ieip1155 *Ieip1155Filterer) ParseURI(log types.Log) (*Ieip1155URI, error)

ParseURI is a log parse operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

func (*Ieip1155Filterer) WatchApprovalForAll

func (_Ieip1155 *Ieip1155Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Ieip1155ApprovalForAll, account []common.Address, operator []common.Address) (event.Subscription, error)

WatchApprovalForAll is a free log subscription operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed account, address indexed operator, bool approved)

func (*Ieip1155Filterer) WatchTransferBatch

func (_Ieip1155 *Ieip1155Filterer) WatchTransferBatch(opts *bind.WatchOpts, sink chan<- *Ieip1155TransferBatch, operator []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransferBatch is a free log subscription operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*Ieip1155Filterer) WatchTransferSingle

func (_Ieip1155 *Ieip1155Filterer) WatchTransferSingle(opts *bind.WatchOpts, sink chan<- *Ieip1155TransferSingle, operator []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransferSingle is a free log subscription operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*Ieip1155Filterer) WatchURI

func (_Ieip1155 *Ieip1155Filterer) WatchURI(opts *bind.WatchOpts, sink chan<- *Ieip1155URI, id []*big.Int) (event.Subscription, error)

WatchURI is a free log subscription operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

type Ieip1155Raw

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

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

func (*Ieip1155Raw) Call

func (_Ieip1155 *Ieip1155Raw) 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 (*Ieip1155Raw) Transact

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

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

func (*Ieip1155Raw) Transfer

func (_Ieip1155 *Ieip1155Raw) 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 Ieip1155Session

type Ieip1155Session struct {
	Contract     *Ieip1155         // 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
}

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

func (*Ieip1155Session) BalanceOf

func (_Ieip1155 *Ieip1155Session) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x00fdd58e.

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*Ieip1155Session) BalanceOfBatch

func (_Ieip1155 *Ieip1155Session) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*Ieip1155Session) IsApprovedForAll

func (_Ieip1155 *Ieip1155Session) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address account, address operator) view returns(bool)

func (*Ieip1155Session) SafeBatchTransferFrom

func (_Ieip1155 *Ieip1155Session) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data) returns()

func (*Ieip1155Session) SafeTransferFrom

func (_Ieip1155 *Ieip1155Session) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0xf242432a.

Solidity: function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) returns()

func (*Ieip1155Session) SetApprovalForAll

func (_Ieip1155 *Ieip1155Session) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

func (*Ieip1155Session) SupportsInterface

func (_Ieip1155 *Ieip1155Session) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip1155Transactor

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

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

func NewIeip1155Transactor

func NewIeip1155Transactor(address common.Address, transactor bind.ContractTransactor) (*Ieip1155Transactor, error)

NewIeip1155Transactor creates a new write-only instance of Ieip1155, bound to a specific deployed contract.

func (*Ieip1155Transactor) SafeBatchTransferFrom

func (_Ieip1155 *Ieip1155Transactor) SafeBatchTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data) returns()

func (*Ieip1155Transactor) SafeTransferFrom

func (_Ieip1155 *Ieip1155Transactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, id *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0xf242432a.

Solidity: function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) returns()

func (*Ieip1155Transactor) SetApprovalForAll

func (_Ieip1155 *Ieip1155Transactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

type Ieip1155TransactorRaw

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

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

func (*Ieip1155TransactorRaw) Transact

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

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

func (*Ieip1155TransactorRaw) Transfer

func (_Ieip1155 *Ieip1155TransactorRaw) 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 Ieip1155TransactorSession

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

Ieip1155TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*Ieip1155TransactorSession) SafeBatchTransferFrom

func (_Ieip1155 *Ieip1155TransactorSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data) returns()

func (*Ieip1155TransactorSession) SafeTransferFrom

func (_Ieip1155 *Ieip1155TransactorSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0xf242432a.

Solidity: function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) returns()

func (*Ieip1155TransactorSession) SetApprovalForAll

func (_Ieip1155 *Ieip1155TransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

type Ieip1155TransferBatch

type Ieip1155TransferBatch struct {
	Operator common.Address
	From     common.Address
	To       common.Address
	Ids      []*big.Int
	Values   []*big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

Ieip1155TransferBatch represents a TransferBatch event raised by the Ieip1155 contract.

type Ieip1155TransferBatchIterator

type Ieip1155TransferBatchIterator struct {
	Event *Ieip1155TransferBatch // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip1155TransferBatchIterator is returned from FilterTransferBatch and is used to iterate over the raw logs and unpacked data for TransferBatch events raised by the Ieip1155 contract.

func (*Ieip1155TransferBatchIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip1155TransferBatchIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip1155TransferBatchIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip1155TransferSingle

type Ieip1155TransferSingle struct {
	Operator common.Address
	From     common.Address
	To       common.Address
	Id       *big.Int
	Value    *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

Ieip1155TransferSingle represents a TransferSingle event raised by the Ieip1155 contract.

type Ieip1155TransferSingleIterator

type Ieip1155TransferSingleIterator struct {
	Event *Ieip1155TransferSingle // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip1155TransferSingleIterator is returned from FilterTransferSingle and is used to iterate over the raw logs and unpacked data for TransferSingle events raised by the Ieip1155 contract.

func (*Ieip1155TransferSingleIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip1155TransferSingleIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip1155TransferSingleIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip1155URI

type Ieip1155URI struct {
	Value string
	Id    *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

Ieip1155URI represents a URI event raised by the Ieip1155 contract.

type Ieip1155URIIterator

type Ieip1155URIIterator struct {
	Event *Ieip1155URI // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip1155URIIterator is returned from FilterURI and is used to iterate over the raw logs and unpacked data for URI events raised by the Ieip1155 contract.

func (*Ieip1155URIIterator) Close

func (it *Ieip1155URIIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip1155URIIterator) Error

func (it *Ieip1155URIIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip1155URIIterator) Next

func (it *Ieip1155URIIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip1155meta

type Ieip1155meta struct {
	Ieip1155metaCaller     // Read-only binding to the contract
	Ieip1155metaTransactor // Write-only binding to the contract
	Ieip1155metaFilterer   // Log filterer for contract events
}

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

func NewIeip1155meta

func NewIeip1155meta(address common.Address, backend bind.ContractBackend) (*Ieip1155meta, error)

NewIeip1155meta creates a new instance of Ieip1155meta, bound to a specific deployed contract.

type Ieip1155metaCaller

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

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

func NewIeip1155metaCaller

func NewIeip1155metaCaller(address common.Address, caller bind.ContractCaller) (*Ieip1155metaCaller, error)

NewIeip1155metaCaller creates a new read-only instance of Ieip1155meta, bound to a specific deployed contract.

func (*Ieip1155metaCaller) Uri

func (_Ieip1155meta *Ieip1155metaCaller) Uri(opts *bind.CallOpts, id *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 id) view returns(string)

type Ieip1155metaCallerRaw

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

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

func (*Ieip1155metaCallerRaw) Call

func (_Ieip1155meta *Ieip1155metaCallerRaw) 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 Ieip1155metaCallerSession

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

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

func (*Ieip1155metaCallerSession) Uri

func (_Ieip1155meta *Ieip1155metaCallerSession) Uri(id *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 id) view returns(string)

type Ieip1155metaFilterer

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

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

func NewIeip1155metaFilterer

func NewIeip1155metaFilterer(address common.Address, filterer bind.ContractFilterer) (*Ieip1155metaFilterer, error)

NewIeip1155metaFilterer creates a new log filterer instance of Ieip1155meta, bound to a specific deployed contract.

type Ieip1155metaRaw

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

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

func (*Ieip1155metaRaw) Call

func (_Ieip1155meta *Ieip1155metaRaw) 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 (*Ieip1155metaRaw) Transact

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

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

func (*Ieip1155metaRaw) Transfer

func (_Ieip1155meta *Ieip1155metaRaw) 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 Ieip1155metaSession

type Ieip1155metaSession struct {
	Contract     *Ieip1155meta     // 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
}

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

func (*Ieip1155metaSession) Uri

func (_Ieip1155meta *Ieip1155metaSession) Uri(id *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 id) view returns(string)

type Ieip1155metaTransactor

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

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

func NewIeip1155metaTransactor

func NewIeip1155metaTransactor(address common.Address, transactor bind.ContractTransactor) (*Ieip1155metaTransactor, error)

NewIeip1155metaTransactor creates a new write-only instance of Ieip1155meta, bound to a specific deployed contract.

type Ieip1155metaTransactorRaw

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

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

func (*Ieip1155metaTransactorRaw) Transact

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

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

func (*Ieip1155metaTransactorRaw) Transfer

func (_Ieip1155meta *Ieip1155metaTransactorRaw) 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 Ieip1155metaTransactorSession

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

Ieip1155metaTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type Ieip165

type Ieip165 struct {
	Ieip165Caller     // Read-only binding to the contract
	Ieip165Transactor // Write-only binding to the contract
	Ieip165Filterer   // Log filterer for contract events
}

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

func NewIeip165

func NewIeip165(address common.Address, backend bind.ContractBackend) (*Ieip165, error)

NewIeip165 creates a new instance of Ieip165, bound to a specific deployed contract.

type Ieip165Caller

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

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

func NewIeip165Caller

func NewIeip165Caller(address common.Address, caller bind.ContractCaller) (*Ieip165Caller, error)

NewIeip165Caller creates a new read-only instance of Ieip165, bound to a specific deployed contract.

func (*Ieip165Caller) SupportsInterface

func (_Ieip165 *Ieip165Caller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip165CallerRaw

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

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

func (*Ieip165CallerRaw) Call

func (_Ieip165 *Ieip165CallerRaw) 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 Ieip165CallerSession

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

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

func (*Ieip165CallerSession) SupportsInterface

func (_Ieip165 *Ieip165CallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip165Filterer

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

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

func NewIeip165Filterer

func NewIeip165Filterer(address common.Address, filterer bind.ContractFilterer) (*Ieip165Filterer, error)

NewIeip165Filterer creates a new log filterer instance of Ieip165, bound to a specific deployed contract.

type Ieip165Raw

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

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

func (*Ieip165Raw) Call

func (_Ieip165 *Ieip165Raw) 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 (*Ieip165Raw) Transact

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

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

func (*Ieip165Raw) Transfer

func (_Ieip165 *Ieip165Raw) 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 Ieip165Session

type Ieip165Session struct {
	Contract     *Ieip165          // 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
}

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

func (*Ieip165Session) SupportsInterface

func (_Ieip165 *Ieip165Session) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip165Transactor

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

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

func NewIeip165Transactor

func NewIeip165Transactor(address common.Address, transactor bind.ContractTransactor) (*Ieip165Transactor, error)

NewIeip165Transactor creates a new write-only instance of Ieip165, bound to a specific deployed contract.

type Ieip165TransactorRaw

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

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

func (*Ieip165TransactorRaw) Transact

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

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

func (*Ieip165TransactorRaw) Transfer

func (_Ieip165 *Ieip165TransactorRaw) 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 Ieip165TransactorSession

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

Ieip165TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type Ieip721

type Ieip721 struct {
	Ieip721Caller     // Read-only binding to the contract
	Ieip721Transactor // Write-only binding to the contract
	Ieip721Filterer   // Log filterer for contract events
}

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

func NewIeip721

func NewIeip721(address common.Address, backend bind.ContractBackend) (*Ieip721, error)

NewIeip721 creates a new instance of Ieip721, bound to a specific deployed contract.

type Ieip721Approval

type Ieip721Approval struct {
	Owner    common.Address
	Approved common.Address
	TokenId  *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

Ieip721Approval represents a Approval event raised by the Ieip721 contract.

type Ieip721ApprovalForAll

type Ieip721ApprovalForAll struct {
	Owner    common.Address
	Operator common.Address
	Approved bool
	Raw      types.Log // Blockchain specific contextual infos
}

Ieip721ApprovalForAll represents a ApprovalForAll event raised by the Ieip721 contract.

type Ieip721ApprovalForAllIterator

type Ieip721ApprovalForAllIterator struct {
	Event *Ieip721ApprovalForAll // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip721ApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Ieip721 contract.

func (*Ieip721ApprovalForAllIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip721ApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip721ApprovalForAllIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip721ApprovalIterator

type Ieip721ApprovalIterator struct {
	Event *Ieip721Approval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip721ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Ieip721 contract.

func (*Ieip721ApprovalIterator) Close

func (it *Ieip721ApprovalIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip721ApprovalIterator) Error

func (it *Ieip721ApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip721ApprovalIterator) Next

func (it *Ieip721ApprovalIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip721Caller

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

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

func NewIeip721Caller

func NewIeip721Caller(address common.Address, caller bind.ContractCaller) (*Ieip721Caller, error)

NewIeip721Caller creates a new read-only instance of Ieip721, bound to a specific deployed contract.

func (*Ieip721Caller) BalanceOf

func (_Ieip721 *Ieip721Caller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256 balance)

func (*Ieip721Caller) GetApproved

func (_Ieip721 *Ieip721Caller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address operator)

func (*Ieip721Caller) IsApprovedForAll

func (_Ieip721 *Ieip721Caller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*Ieip721Caller) OwnerOf

func (_Ieip721 *Ieip721Caller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address owner)

func (*Ieip721Caller) SupportsInterface

func (_Ieip721 *Ieip721Caller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip721CallerRaw

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

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

func (*Ieip721CallerRaw) Call

func (_Ieip721 *Ieip721CallerRaw) 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 Ieip721CallerSession

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

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

func (*Ieip721CallerSession) BalanceOf

func (_Ieip721 *Ieip721CallerSession) BalanceOf(owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256 balance)

func (*Ieip721CallerSession) GetApproved

func (_Ieip721 *Ieip721CallerSession) GetApproved(tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address operator)

func (*Ieip721CallerSession) IsApprovedForAll

func (_Ieip721 *Ieip721CallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*Ieip721CallerSession) OwnerOf

func (_Ieip721 *Ieip721CallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address owner)

func (*Ieip721CallerSession) SupportsInterface

func (_Ieip721 *Ieip721CallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

type Ieip721Filterer

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

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

func NewIeip721Filterer

func NewIeip721Filterer(address common.Address, filterer bind.ContractFilterer) (*Ieip721Filterer, error)

NewIeip721Filterer creates a new log filterer instance of Ieip721, bound to a specific deployed contract.

func (*Ieip721Filterer) FilterApproval

func (_Ieip721 *Ieip721Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*Ieip721ApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*Ieip721Filterer) FilterApprovalForAll

func (_Ieip721 *Ieip721Filterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*Ieip721ApprovalForAllIterator, error)

FilterApprovalForAll is a free log retrieval operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*Ieip721Filterer) FilterTransfer

func (_Ieip721 *Ieip721Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*Ieip721TransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

func (*Ieip721Filterer) ParseApproval

func (_Ieip721 *Ieip721Filterer) ParseApproval(log types.Log) (*Ieip721Approval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*Ieip721Filterer) ParseApprovalForAll

func (_Ieip721 *Ieip721Filterer) ParseApprovalForAll(log types.Log) (*Ieip721ApprovalForAll, error)

ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*Ieip721Filterer) ParseTransfer

func (_Ieip721 *Ieip721Filterer) ParseTransfer(log types.Log) (*Ieip721Transfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

func (*Ieip721Filterer) WatchApproval

func (_Ieip721 *Ieip721Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Ieip721Approval, owner []common.Address, approved []common.Address, tokenId []*big.Int) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*Ieip721Filterer) WatchApprovalForAll

func (_Ieip721 *Ieip721Filterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Ieip721ApprovalForAll, owner []common.Address, operator []common.Address) (event.Subscription, error)

WatchApprovalForAll is a free log subscription operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*Ieip721Filterer) WatchTransfer

func (_Ieip721 *Ieip721Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Ieip721Transfer, from []common.Address, to []common.Address, tokenId []*big.Int) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

type Ieip721Raw

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

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

func (*Ieip721Raw) Call

func (_Ieip721 *Ieip721Raw) 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 (*Ieip721Raw) Transact

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

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

func (*Ieip721Raw) Transfer

func (_Ieip721 *Ieip721Raw) 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 Ieip721Session

type Ieip721Session struct {
	Contract     *Ieip721          // 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
}

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

func (*Ieip721Session) Approve

func (_Ieip721 *Ieip721Session) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*Ieip721Session) BalanceOf

func (_Ieip721 *Ieip721Session) BalanceOf(owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256 balance)

func (*Ieip721Session) GetApproved

func (_Ieip721 *Ieip721Session) GetApproved(tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address operator)

func (*Ieip721Session) IsApprovedForAll

func (_Ieip721 *Ieip721Session) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*Ieip721Session) OwnerOf

func (_Ieip721 *Ieip721Session) OwnerOf(tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address owner)

func (*Ieip721Session) SafeTransferFrom

func (_Ieip721 *Ieip721Session) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*Ieip721Session) SafeTransferFrom0

func (_Ieip721 *Ieip721Session) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*Ieip721Session) SetApprovalForAll

func (_Ieip721 *Ieip721Session) SetApprovalForAll(operator common.Address, _approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool _approved) returns()

func (*Ieip721Session) SupportsInterface

func (_Ieip721 *Ieip721Session) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*Ieip721Session) TransferFrom

func (_Ieip721 *Ieip721Session) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

type Ieip721Transactor

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

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

func NewIeip721Transactor

func NewIeip721Transactor(address common.Address, transactor bind.ContractTransactor) (*Ieip721Transactor, error)

NewIeip721Transactor creates a new write-only instance of Ieip721, bound to a specific deployed contract.

func (*Ieip721Transactor) Approve

func (_Ieip721 *Ieip721Transactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*Ieip721Transactor) SafeTransferFrom

func (_Ieip721 *Ieip721Transactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*Ieip721Transactor) SafeTransferFrom0

func (_Ieip721 *Ieip721Transactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*Ieip721Transactor) SetApprovalForAll

func (_Ieip721 *Ieip721Transactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, _approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool _approved) returns()

func (*Ieip721Transactor) TransferFrom

func (_Ieip721 *Ieip721Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

type Ieip721TransactorRaw

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

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

func (*Ieip721TransactorRaw) Transact

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

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

func (*Ieip721TransactorRaw) Transfer

func (_Ieip721 *Ieip721TransactorRaw) 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 Ieip721TransactorSession

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

Ieip721TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*Ieip721TransactorSession) Approve

func (_Ieip721 *Ieip721TransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*Ieip721TransactorSession) SafeTransferFrom

func (_Ieip721 *Ieip721TransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*Ieip721TransactorSession) SafeTransferFrom0

func (_Ieip721 *Ieip721TransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*Ieip721TransactorSession) SetApprovalForAll

func (_Ieip721 *Ieip721TransactorSession) SetApprovalForAll(operator common.Address, _approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool _approved) returns()

func (*Ieip721TransactorSession) TransferFrom

func (_Ieip721 *Ieip721TransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

type Ieip721Transfer

type Ieip721Transfer struct {
	From    common.Address
	To      common.Address
	TokenId *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

Ieip721Transfer represents a Transfer event raised by the Ieip721 contract.

type Ieip721TransferIterator

type Ieip721TransferIterator struct {
	Event *Ieip721Transfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

Ieip721TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Ieip721 contract.

func (*Ieip721TransferIterator) Close

func (it *Ieip721TransferIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*Ieip721TransferIterator) Error

func (it *Ieip721TransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*Ieip721TransferIterator) Next

func (it *Ieip721TransferIterator) Next() bool

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Ieip721meta

type Ieip721meta struct {
	Ieip721metaCaller     // Read-only binding to the contract
	Ieip721metaTransactor // Write-only binding to the contract
	Ieip721metaFilterer   // Log filterer for contract events
}

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

func NewIeip721meta

func NewIeip721meta(address common.Address, backend bind.ContractBackend) (*Ieip721meta, error)

NewIeip721meta creates a new instance of Ieip721meta, bound to a specific deployed contract.

type Ieip721metaCaller

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

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

func NewIeip721metaCaller

func NewIeip721metaCaller(address common.Address, caller bind.ContractCaller) (*Ieip721metaCaller, error)

NewIeip721metaCaller creates a new read-only instance of Ieip721meta, bound to a specific deployed contract.

func (*Ieip721metaCaller) Name

func (_Ieip721meta *Ieip721metaCaller) Name(opts *bind.CallOpts) (string, error)

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

Solidity: function name() view returns(string)

func (*Ieip721metaCaller) Symbol

func (_Ieip721meta *Ieip721metaCaller) Symbol(opts *bind.CallOpts) (string, error)

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

Solidity: function symbol() view returns(string)

func (*Ieip721metaCaller) TokenURI

func (_Ieip721meta *Ieip721metaCaller) 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 Ieip721metaCallerRaw

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

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

func (*Ieip721metaCallerRaw) Call

func (_Ieip721meta *Ieip721metaCallerRaw) 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 Ieip721metaCallerSession

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

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

func (*Ieip721metaCallerSession) Name

func (_Ieip721meta *Ieip721metaCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*Ieip721metaCallerSession) Symbol

func (_Ieip721meta *Ieip721metaCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*Ieip721metaCallerSession) TokenURI

func (_Ieip721meta *Ieip721metaCallerSession) 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 Ieip721metaFilterer

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

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

func NewIeip721metaFilterer

func NewIeip721metaFilterer(address common.Address, filterer bind.ContractFilterer) (*Ieip721metaFilterer, error)

NewIeip721metaFilterer creates a new log filterer instance of Ieip721meta, bound to a specific deployed contract.

type Ieip721metaRaw

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

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

func (*Ieip721metaRaw) Call

func (_Ieip721meta *Ieip721metaRaw) 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 (*Ieip721metaRaw) Transact

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

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

func (*Ieip721metaRaw) Transfer

func (_Ieip721meta *Ieip721metaRaw) 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 Ieip721metaSession

type Ieip721metaSession struct {
	Contract     *Ieip721meta      // 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
}

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

func (*Ieip721metaSession) Name

func (_Ieip721meta *Ieip721metaSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*Ieip721metaSession) Symbol

func (_Ieip721meta *Ieip721metaSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*Ieip721metaSession) TokenURI

func (_Ieip721meta *Ieip721metaSession) 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 Ieip721metaTransactor

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

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

func NewIeip721metaTransactor

func NewIeip721metaTransactor(address common.Address, transactor bind.ContractTransactor) (*Ieip721metaTransactor, error)

NewIeip721metaTransactor creates a new write-only instance of Ieip721meta, bound to a specific deployed contract.

type Ieip721metaTransactorRaw

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

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

func (*Ieip721metaTransactorRaw) Transact

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

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

func (*Ieip721metaTransactorRaw) Transfer

func (_Ieip721meta *Ieip721metaTransactorRaw) 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 Ieip721metaTransactorSession

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

Ieip721metaTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

type Meta

type Meta struct {
	MetaCaller     // Read-only binding to the contract
	MetaTransactor // Write-only binding to the contract
	MetaFilterer   // Log filterer for contract events
}

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

func NewMeta

func NewMeta(address common.Address, backend bind.ContractBackend) (*Meta, error)

NewMeta creates a new instance of Meta, bound to a specific deployed contract.

type MetaCaller

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

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

func NewMetaCaller

func NewMetaCaller(address common.Address, caller bind.ContractCaller) (*MetaCaller, error)

NewMetaCaller creates a new read-only instance of Meta, bound to a specific deployed contract.

func (*MetaCaller) Decimals

func (_Meta *MetaCaller) Decimals(opts *bind.CallOpts) (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*MetaCaller) Name

func (_Meta *MetaCaller) Name(opts *bind.CallOpts) (string, error)

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

Solidity: function name() view returns(string)

func (*MetaCaller) Symbol

func (_Meta *MetaCaller) Symbol(opts *bind.CallOpts) (string, error)

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

Solidity: function symbol() view returns(string)

func (*MetaCaller) TotalSupply

func (_Meta *MetaCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type MetaCallerRaw

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

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

func (*MetaCallerRaw) Call

func (_Meta *MetaCallerRaw) 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 MetaCallerSession

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

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

func (*MetaCallerSession) Decimals

func (_Meta *MetaCallerSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*MetaCallerSession) Name

func (_Meta *MetaCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*MetaCallerSession) Symbol

func (_Meta *MetaCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*MetaCallerSession) TotalSupply

func (_Meta *MetaCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type MetaFilterer

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

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

func NewMetaFilterer

func NewMetaFilterer(address common.Address, filterer bind.ContractFilterer) (*MetaFilterer, error)

NewMetaFilterer creates a new log filterer instance of Meta, bound to a specific deployed contract.

type MetaRaw

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

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

func (*MetaRaw) Call

func (_Meta *MetaRaw) 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 (*MetaRaw) Transact

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

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

func (*MetaRaw) Transfer

func (_Meta *MetaRaw) 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 MetaSession

type MetaSession struct {
	Contract     *Meta             // 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
}

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

func (*MetaSession) Decimals

func (_Meta *MetaSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*MetaSession) Name

func (_Meta *MetaSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*MetaSession) Symbol

func (_Meta *MetaSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*MetaSession) TotalSupply

func (_Meta *MetaSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

type MetaTransactor

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

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

func NewMetaTransactor

func NewMetaTransactor(address common.Address, transactor bind.ContractTransactor) (*MetaTransactor, error)

NewMetaTransactor creates a new write-only instance of Meta, bound to a specific deployed contract.

type MetaTransactorRaw

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

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

func (*MetaTransactorRaw) Transact

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

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

func (*MetaTransactorRaw) Transfer

func (_Meta *MetaTransactorRaw) 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 MetaTransactorSession

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

MetaTransactorSession 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