Documentation ¶
Index ¶
- Variables
- type Erc1155Metadata
- type Erc1155MetadataApprovalForAll
- type Erc1155MetadataApprovalForAllIterator
- type Erc1155MetadataCaller
- func (_Erc1155Metadata *Erc1155MetadataCaller) BalanceOf(opts *bind.CallOpts, account common.Address, id *big.Int) (*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataCaller) BalanceOfBatch(opts *bind.CallOpts, accounts []common.Address, ids []*big.Int) ([]*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataCaller) IsApprovedForAll(opts *bind.CallOpts, account common.Address, operator common.Address) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataCaller) Uri(opts *bind.CallOpts, id *big.Int) (string, error)
- type Erc1155MetadataCallerRaw
- type Erc1155MetadataCallerSession
- func (_Erc1155Metadata *Erc1155MetadataCallerSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataCallerSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataCallerSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataCallerSession) Uri(id *big.Int) (string, error)
- type Erc1155MetadataFilterer
- func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterApprovalForAll(opts *bind.FilterOpts, account []common.Address, operator []common.Address) (*Erc1155MetadataApprovalForAllIterator, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterTransferBatch(opts *bind.FilterOpts, operator []common.Address, from []common.Address, ...) (*Erc1155MetadataTransferBatchIterator, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterTransferSingle(opts *bind.FilterOpts, operator []common.Address, from []common.Address, ...) (*Erc1155MetadataTransferSingleIterator, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterURI(opts *bind.FilterOpts, id []*big.Int) (*Erc1155MetadataURIIterator, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseApprovalForAll(log types.Log) (*Erc1155MetadataApprovalForAll, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseTransferBatch(log types.Log) (*Erc1155MetadataTransferBatch, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseTransferSingle(log types.Log) (*Erc1155MetadataTransferSingle, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseURI(log types.Log) (*Erc1155MetadataURI, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataApprovalForAll, ...) (event.Subscription, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchTransferBatch(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataTransferBatch, ...) (event.Subscription, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchTransferSingle(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataTransferSingle, ...) (event.Subscription, error)
- func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchURI(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataURI, id []*big.Int) (event.Subscription, error)
- type Erc1155MetadataRaw
- func (_Erc1155Metadata *Erc1155MetadataRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Erc1155Metadata *Erc1155MetadataRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Erc1155MetadataSession
- func (_Erc1155Metadata *Erc1155MetadataSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_Erc1155Metadata *Erc1155MetadataSession) Uri(id *big.Int) (string, error)
- type Erc1155MetadataTransactor
- func (_Erc1155Metadata *Erc1155MetadataTransactor) SafeBatchTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, id *big.Int, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)
- type Erc1155MetadataTransactorRaw
- type Erc1155MetadataTransactorSession
- func (_Erc1155Metadata *Erc1155MetadataTransactorSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataTransactorSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, ...) (*types.Transaction, error)
- func (_Erc1155Metadata *Erc1155MetadataTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)
- type Erc1155MetadataTransferBatch
- type Erc1155MetadataTransferBatchIterator
- type Erc1155MetadataTransferSingle
- type Erc1155MetadataTransferSingleIterator
- type Erc1155MetadataURI
- type Erc1155MetadataURIIterator
Constants ¶
This section is empty.
Variables ¶
var Erc1155MetadataABI = Erc1155MetadataMetaData.ABI
Erc1155MetadataABI is the input ABI used to generate the binding from. Deprecated: Use Erc1155MetadataMetaData.ABI instead.
var Erc1155MetadataMetaData = &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\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"uri\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
Erc1155MetadataMetaData contains all meta data concerning the Erc1155Metadata contract.
Functions ¶
This section is empty.
Types ¶
type Erc1155Metadata ¶
type Erc1155Metadata struct { Erc1155MetadataCaller // Read-only binding to the contract Erc1155MetadataTransactor // Write-only binding to the contract Erc1155MetadataFilterer // Log filterer for contract events }
Erc1155Metadata is an auto generated Go binding around an Ethereum contract.
func NewErc1155Metadata ¶
func NewErc1155Metadata(address common.Address, backend bind.ContractBackend) (*Erc1155Metadata, error)
NewErc1155Metadata creates a new instance of Erc1155Metadata, bound to a specific deployed contract.
type Erc1155MetadataApprovalForAll ¶
type Erc1155MetadataApprovalForAll struct { Account common.Address Operator common.Address Approved bool Raw types.Log // Blockchain specific contextual infos }
Erc1155MetadataApprovalForAll represents a ApprovalForAll event raised by the Erc1155Metadata contract.
type Erc1155MetadataApprovalForAllIterator ¶
type Erc1155MetadataApprovalForAllIterator struct { Event *Erc1155MetadataApprovalForAll // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc1155MetadataApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Erc1155Metadata contract.
func (*Erc1155MetadataApprovalForAllIterator) Close ¶
func (it *Erc1155MetadataApprovalForAllIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc1155MetadataApprovalForAllIterator) Error ¶
func (it *Erc1155MetadataApprovalForAllIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc1155MetadataApprovalForAllIterator) Next ¶
func (it *Erc1155MetadataApprovalForAllIterator) 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 Erc1155MetadataCaller ¶
type Erc1155MetadataCaller struct {
// contains filtered or unexported fields
}
Erc1155MetadataCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewErc1155MetadataCaller ¶
func NewErc1155MetadataCaller(address common.Address, caller bind.ContractCaller) (*Erc1155MetadataCaller, error)
NewErc1155MetadataCaller creates a new read-only instance of Erc1155Metadata, bound to a specific deployed contract.
func (*Erc1155MetadataCaller) BalanceOf ¶
func (_Erc1155Metadata *Erc1155MetadataCaller) 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 (*Erc1155MetadataCaller) BalanceOfBatch ¶
func (_Erc1155Metadata *Erc1155MetadataCaller) 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 (*Erc1155MetadataCaller) IsApprovedForAll ¶
func (_Erc1155Metadata *Erc1155MetadataCaller) 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 (*Erc1155MetadataCaller) SupportsInterface ¶
func (_Erc1155Metadata *Erc1155MetadataCaller) 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 Erc1155MetadataCallerRaw ¶
type Erc1155MetadataCallerRaw struct {
Contract *Erc1155MetadataCaller // Generic read-only contract binding to access the raw methods on
}
Erc1155MetadataCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Erc1155MetadataCallerRaw) Call ¶
func (_Erc1155Metadata *Erc1155MetadataCallerRaw) 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 Erc1155MetadataCallerSession ¶
type Erc1155MetadataCallerSession struct { Contract *Erc1155MetadataCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Erc1155MetadataCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Erc1155MetadataCallerSession) BalanceOf ¶
func (_Erc1155Metadata *Erc1155MetadataCallerSession) 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 (*Erc1155MetadataCallerSession) BalanceOfBatch ¶
func (_Erc1155Metadata *Erc1155MetadataCallerSession) 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 (*Erc1155MetadataCallerSession) IsApprovedForAll ¶
func (_Erc1155Metadata *Erc1155MetadataCallerSession) 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 (*Erc1155MetadataCallerSession) SupportsInterface ¶
func (_Erc1155Metadata *Erc1155MetadataCallerSession) 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 Erc1155MetadataFilterer ¶
type Erc1155MetadataFilterer struct {
// contains filtered or unexported fields
}
Erc1155MetadataFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewErc1155MetadataFilterer ¶
func NewErc1155MetadataFilterer(address common.Address, filterer bind.ContractFilterer) (*Erc1155MetadataFilterer, error)
NewErc1155MetadataFilterer creates a new log filterer instance of Erc1155Metadata, bound to a specific deployed contract.
func (*Erc1155MetadataFilterer) FilterApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterApprovalForAll(opts *bind.FilterOpts, account []common.Address, operator []common.Address) (*Erc1155MetadataApprovalForAllIterator, 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 (*Erc1155MetadataFilterer) FilterTransferBatch ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterTransferBatch(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*Erc1155MetadataTransferBatchIterator, 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 (*Erc1155MetadataFilterer) FilterTransferSingle ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterTransferSingle(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*Erc1155MetadataTransferSingleIterator, 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 (*Erc1155MetadataFilterer) FilterURI ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) FilterURI(opts *bind.FilterOpts, id []*big.Int) (*Erc1155MetadataURIIterator, error)
FilterURI is a free log retrieval operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.
Solidity: event URI(string value, uint256 indexed id)
func (*Erc1155MetadataFilterer) ParseApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseApprovalForAll(log types.Log) (*Erc1155MetadataApprovalForAll, error)
ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.
Solidity: event ApprovalForAll(address indexed account, address indexed operator, bool approved)
func (*Erc1155MetadataFilterer) ParseTransferBatch ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseTransferBatch(log types.Log) (*Erc1155MetadataTransferBatch, 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 (*Erc1155MetadataFilterer) ParseTransferSingle ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseTransferSingle(log types.Log) (*Erc1155MetadataTransferSingle, 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 (*Erc1155MetadataFilterer) ParseURI ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) ParseURI(log types.Log) (*Erc1155MetadataURI, error)
ParseURI is a log parse operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.
Solidity: event URI(string value, uint256 indexed id)
func (*Erc1155MetadataFilterer) WatchApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataApprovalForAll, 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 (*Erc1155MetadataFilterer) WatchTransferBatch ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchTransferBatch(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataTransferBatch, 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 (*Erc1155MetadataFilterer) WatchTransferSingle ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchTransferSingle(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataTransferSingle, 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 (*Erc1155MetadataFilterer) WatchURI ¶
func (_Erc1155Metadata *Erc1155MetadataFilterer) WatchURI(opts *bind.WatchOpts, sink chan<- *Erc1155MetadataURI, 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 Erc1155MetadataRaw ¶
type Erc1155MetadataRaw struct {
Contract *Erc1155Metadata // Generic contract binding to access the raw methods on
}
Erc1155MetadataRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*Erc1155MetadataRaw) Call ¶
func (_Erc1155Metadata *Erc1155MetadataRaw) 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 (*Erc1155MetadataRaw) Transact ¶
func (_Erc1155Metadata *Erc1155MetadataRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Erc1155MetadataRaw) Transfer ¶
func (_Erc1155Metadata *Erc1155MetadataRaw) 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 Erc1155MetadataSession ¶
type Erc1155MetadataSession struct { Contract *Erc1155Metadata // 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 }
Erc1155MetadataSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Erc1155MetadataSession) BalanceOf ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) BalanceOfBatch ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) IsApprovedForAll ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) SafeBatchTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) SafeTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) SetApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 (*Erc1155MetadataSession) SupportsInterface ¶
func (_Erc1155Metadata *Erc1155MetadataSession) 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 Erc1155MetadataTransactor ¶
type Erc1155MetadataTransactor struct {
// contains filtered or unexported fields
}
Erc1155MetadataTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewErc1155MetadataTransactor ¶
func NewErc1155MetadataTransactor(address common.Address, transactor bind.ContractTransactor) (*Erc1155MetadataTransactor, error)
NewErc1155MetadataTransactor creates a new write-only instance of Erc1155Metadata, bound to a specific deployed contract.
func (*Erc1155MetadataTransactor) SafeBatchTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataTransactor) 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 (*Erc1155MetadataTransactor) SafeTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataTransactor) 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 (*Erc1155MetadataTransactor) SetApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataTransactor) 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 Erc1155MetadataTransactorRaw ¶
type Erc1155MetadataTransactorRaw struct {
Contract *Erc1155MetadataTransactor // Generic write-only contract binding to access the raw methods on
}
Erc1155MetadataTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Erc1155MetadataTransactorRaw) Transact ¶
func (_Erc1155Metadata *Erc1155MetadataTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Erc1155MetadataTransactorRaw) Transfer ¶
func (_Erc1155Metadata *Erc1155MetadataTransactorRaw) 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 Erc1155MetadataTransactorSession ¶
type Erc1155MetadataTransactorSession struct { Contract *Erc1155MetadataTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Erc1155MetadataTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Erc1155MetadataTransactorSession) SafeBatchTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataTransactorSession) 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 (*Erc1155MetadataTransactorSession) SafeTransferFrom ¶
func (_Erc1155Metadata *Erc1155MetadataTransactorSession) 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 (*Erc1155MetadataTransactorSession) SetApprovalForAll ¶
func (_Erc1155Metadata *Erc1155MetadataTransactorSession) 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 Erc1155MetadataTransferBatch ¶
type Erc1155MetadataTransferBatch struct { Operator common.Address From common.Address To common.Address Ids []*big.Int Values []*big.Int Raw types.Log // Blockchain specific contextual infos }
Erc1155MetadataTransferBatch represents a TransferBatch event raised by the Erc1155Metadata contract.
type Erc1155MetadataTransferBatchIterator ¶
type Erc1155MetadataTransferBatchIterator struct { Event *Erc1155MetadataTransferBatch // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc1155MetadataTransferBatchIterator is returned from FilterTransferBatch and is used to iterate over the raw logs and unpacked data for TransferBatch events raised by the Erc1155Metadata contract.
func (*Erc1155MetadataTransferBatchIterator) Close ¶
func (it *Erc1155MetadataTransferBatchIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc1155MetadataTransferBatchIterator) Error ¶
func (it *Erc1155MetadataTransferBatchIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc1155MetadataTransferBatchIterator) Next ¶
func (it *Erc1155MetadataTransferBatchIterator) 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 Erc1155MetadataTransferSingle ¶
type Erc1155MetadataTransferSingle struct { Operator common.Address From common.Address To common.Address Id *big.Int Value *big.Int Raw types.Log // Blockchain specific contextual infos }
Erc1155MetadataTransferSingle represents a TransferSingle event raised by the Erc1155Metadata contract.
type Erc1155MetadataTransferSingleIterator ¶
type Erc1155MetadataTransferSingleIterator struct { Event *Erc1155MetadataTransferSingle // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc1155MetadataTransferSingleIterator is returned from FilterTransferSingle and is used to iterate over the raw logs and unpacked data for TransferSingle events raised by the Erc1155Metadata contract.
func (*Erc1155MetadataTransferSingleIterator) Close ¶
func (it *Erc1155MetadataTransferSingleIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc1155MetadataTransferSingleIterator) Error ¶
func (it *Erc1155MetadataTransferSingleIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc1155MetadataTransferSingleIterator) Next ¶
func (it *Erc1155MetadataTransferSingleIterator) 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 Erc1155MetadataURI ¶
type Erc1155MetadataURI struct { Value string Id *big.Int Raw types.Log // Blockchain specific contextual infos }
Erc1155MetadataURI represents a URI event raised by the Erc1155Metadata contract.
type Erc1155MetadataURIIterator ¶
type Erc1155MetadataURIIterator struct { Event *Erc1155MetadataURI // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Erc1155MetadataURIIterator is returned from FilterURI and is used to iterate over the raw logs and unpacked data for URI events raised by the Erc1155Metadata contract.
func (*Erc1155MetadataURIIterator) Close ¶
func (it *Erc1155MetadataURIIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Erc1155MetadataURIIterator) Error ¶
func (it *Erc1155MetadataURIIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Erc1155MetadataURIIterator) Next ¶
func (it *Erc1155MetadataURIIterator) 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.