Versions in this module Expand all Collapse all v0 v0.3.0 Aug 27, 2022 v0.2.0 Aug 27, 2022 Changes in this version + var Erc1155SupplyABI = Erc1155SupplyMetaData.ABI + var Erc1155SupplyMetaData = &bind.MetaData + type Erc1155Supply struct + func NewErc1155Supply(address common.Address, backend bind.ContractBackend) (*Erc1155Supply, error) + type Erc1155SupplyApprovalForAll struct + Account common.Address + Approved bool + Operator common.Address + Raw types.Log + type Erc1155SupplyApprovalForAllIterator struct + Event *Erc1155SupplyApprovalForAll + func (it *Erc1155SupplyApprovalForAllIterator) Close() error + func (it *Erc1155SupplyApprovalForAllIterator) Error() error + func (it *Erc1155SupplyApprovalForAllIterator) Next() bool + type Erc1155SupplyCaller struct + func NewErc1155SupplyCaller(address common.Address, caller bind.ContractCaller) (*Erc1155SupplyCaller, error) + func (_Erc1155Supply *Erc1155SupplyCaller) BalanceOf(opts *bind.CallOpts, account common.Address, id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCaller) BalanceOfBatch(opts *bind.CallOpts, accounts []common.Address, ids []*big.Int) ([]*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCaller) Exists(opts *bind.CallOpts, id *big.Int) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCaller) IsApprovedForAll(opts *bind.CallOpts, account common.Address, operator common.Address) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCaller) TotalSupply(opts *bind.CallOpts, id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCaller) Uri(opts *bind.CallOpts, arg0 *big.Int) (string, error) + type Erc1155SupplyCallerRaw struct + Contract *Erc1155SupplyCaller + func (_Erc1155Supply *Erc1155SupplyCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type Erc1155SupplyCallerSession struct + CallOpts bind.CallOpts + Contract *Erc1155SupplyCaller + func (_Erc1155Supply *Erc1155SupplyCallerSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) Exists(id *big.Int) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) TotalSupply(id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplyCallerSession) Uri(arg0 *big.Int) (string, error) + type Erc1155SupplyFilterer struct + func NewErc1155SupplyFilterer(address common.Address, filterer bind.ContractFilterer) (*Erc1155SupplyFilterer, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) FilterApprovalForAll(opts *bind.FilterOpts, account []common.Address, operator []common.Address) (*Erc1155SupplyApprovalForAllIterator, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) FilterTransferBatch(opts *bind.FilterOpts, operator []common.Address, from []common.Address, ...) (*Erc1155SupplyTransferBatchIterator, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) FilterTransferSingle(opts *bind.FilterOpts, operator []common.Address, from []common.Address, ...) (*Erc1155SupplyTransferSingleIterator, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) FilterURI(opts *bind.FilterOpts, id []*big.Int) (*Erc1155SupplyURIIterator, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) ParseApprovalForAll(log types.Log) (*Erc1155SupplyApprovalForAll, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) ParseTransferBatch(log types.Log) (*Erc1155SupplyTransferBatch, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) ParseTransferSingle(log types.Log) (*Erc1155SupplyTransferSingle, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) ParseURI(log types.Log) (*Erc1155SupplyURI, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *Erc1155SupplyApprovalForAll, ...) (event.Subscription, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) WatchTransferBatch(opts *bind.WatchOpts, sink chan<- *Erc1155SupplyTransferBatch, ...) (event.Subscription, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) WatchTransferSingle(opts *bind.WatchOpts, sink chan<- *Erc1155SupplyTransferSingle, ...) (event.Subscription, error) + func (_Erc1155Supply *Erc1155SupplyFilterer) WatchURI(opts *bind.WatchOpts, sink chan<- *Erc1155SupplyURI, id []*big.Int) (event.Subscription, error) + type Erc1155SupplyRaw struct + Contract *Erc1155Supply + func (_Erc1155Supply *Erc1155SupplyRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Erc1155Supply *Erc1155SupplyRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type Erc1155SupplySession struct + CallOpts bind.CallOpts + Contract *Erc1155Supply + TransactOpts bind.TransactOpts + func (_Erc1155Supply *Erc1155SupplySession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplySession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error) + func (_Erc1155Supply *Erc1155SupplySession) Exists(id *big.Int) (bool, error) + func (_Erc1155Supply *Erc1155SupplySession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error) + func (_Erc1155Supply *Erc1155SupplySession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplySession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplySession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplySession) SupportsInterface(interfaceId [4]byte) (bool, error) + func (_Erc1155Supply *Erc1155SupplySession) TotalSupply(id *big.Int) (*big.Int, error) + func (_Erc1155Supply *Erc1155SupplySession) Uri(arg0 *big.Int) (string, error) + type Erc1155SupplyTransactor struct + func NewErc1155SupplyTransactor(address common.Address, transactor bind.ContractTransactor) (*Erc1155SupplyTransactor, error) + func (_Erc1155Supply *Erc1155SupplyTransactor) SafeBatchTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, id *big.Int, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error) + type Erc1155SupplyTransactorRaw struct + Contract *Erc1155SupplyTransactor + func (_Erc1155Supply *Erc1155SupplyTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type Erc1155SupplyTransactorSession struct + Contract *Erc1155SupplyTransactor + TransactOpts bind.TransactOpts + func (_Erc1155Supply *Erc1155SupplyTransactorSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, amounts []*big.Int, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyTransactorSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, amount *big.Int, ...) (*types.Transaction, error) + func (_Erc1155Supply *Erc1155SupplyTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error) + type Erc1155SupplyTransferBatch struct + From common.Address + Ids []*big.Int + Operator common.Address + Raw types.Log + To common.Address + Values []*big.Int + type Erc1155SupplyTransferBatchIterator struct + Event *Erc1155SupplyTransferBatch + func (it *Erc1155SupplyTransferBatchIterator) Close() error + func (it *Erc1155SupplyTransferBatchIterator) Error() error + func (it *Erc1155SupplyTransferBatchIterator) Next() bool + type Erc1155SupplyTransferSingle struct + From common.Address + Id *big.Int + Operator common.Address + Raw types.Log + To common.Address + Value *big.Int + type Erc1155SupplyTransferSingleIterator struct + Event *Erc1155SupplyTransferSingle + func (it *Erc1155SupplyTransferSingleIterator) Close() error + func (it *Erc1155SupplyTransferSingleIterator) Error() error + func (it *Erc1155SupplyTransferSingleIterator) Next() bool + type Erc1155SupplyURI struct + Id *big.Int + Raw types.Log + Value string + type Erc1155SupplyURIIterator struct + Event *Erc1155SupplyURI + func (it *Erc1155SupplyURIIterator) Close() error + func (it *Erc1155SupplyURIIterator) Error() error + func (it *Erc1155SupplyURIIterator) Next() bool