Versions in this module Expand all Collapse all v1 v1.1.2 Jun 2, 2021 Changes in this version + const ERC721PausableABI + type ERC721Pausable struct + func NewERC721Pausable(address common.Address, backend bind.ContractBackend) (*ERC721Pausable, error) + type ERC721PausableApproval struct + Approved common.Address + Owner common.Address + Raw types.Log + TokenId *big.Int + type ERC721PausableApprovalForAll struct + Approved bool + Operator common.Address + Owner common.Address + Raw types.Log + type ERC721PausableApprovalForAllIterator struct + Event *ERC721PausableApprovalForAll + func (it *ERC721PausableApprovalForAllIterator) Close() error + func (it *ERC721PausableApprovalForAllIterator) Error() error + func (it *ERC721PausableApprovalForAllIterator) Next() bool + type ERC721PausableApprovalIterator struct + Event *ERC721PausableApproval + func (it *ERC721PausableApprovalIterator) Close() error + func (it *ERC721PausableApprovalIterator) Error() error + func (it *ERC721PausableApprovalIterator) Next() bool + type ERC721PausableCaller struct + func NewERC721PausableCaller(address common.Address, caller bind.ContractCaller) (*ERC721PausableCaller, error) + func (_ERC721Pausable *ERC721PausableCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCaller) BaseURI(opts *bind.CallOpts) (string, error) + func (_ERC721Pausable *ERC721PausableCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error) + func (_ERC721Pausable *ERC721PausableCaller) Name(opts *bind.CallOpts) (string, error) + func (_ERC721Pausable *ERC721PausableCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableCaller) Paused(opts *bind.CallOpts) (bool, error) + func (_ERC721Pausable *ERC721PausableCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error) + func (_ERC721Pausable *ERC721PausableCaller) Symbol(opts *bind.CallOpts) (string, error) + func (_ERC721Pausable *ERC721PausableCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error) + func (_ERC721Pausable *ERC721PausableCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error) + type ERC721PausableCallerRaw struct + Contract *ERC721PausableCaller + func (_ERC721Pausable *ERC721PausableCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type ERC721PausableCallerSession struct + CallOpts bind.CallOpts + Contract *ERC721PausableCaller + func (_ERC721Pausable *ERC721PausableCallerSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCallerSession) BaseURI() (string, error) + func (_ERC721Pausable *ERC721PausableCallerSession) GetApproved(tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error) + func (_ERC721Pausable *ERC721PausableCallerSession) Name() (string, error) + func (_ERC721Pausable *ERC721PausableCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableCallerSession) Paused() (bool, error) + func (_ERC721Pausable *ERC721PausableCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error) + func (_ERC721Pausable *ERC721PausableCallerSession) Symbol() (string, error) + func (_ERC721Pausable *ERC721PausableCallerSession) TokenByIndex(index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableCallerSession) TokenURI(tokenId *big.Int) (string, error) + func (_ERC721Pausable *ERC721PausableCallerSession) TotalSupply() (*big.Int, error) + type ERC721PausableFilterer struct + func NewERC721PausableFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721PausableFilterer, error) + func (_ERC721Pausable *ERC721PausableFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, ...) (*ERC721PausableApprovalIterator, error) + func (_ERC721Pausable *ERC721PausableFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*ERC721PausableApprovalForAllIterator, error) + func (_ERC721Pausable *ERC721PausableFilterer) FilterPaused(opts *bind.FilterOpts) (*ERC721PausablePausedIterator, error) + func (_ERC721Pausable *ERC721PausableFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, ...) (*ERC721PausableTransferIterator, error) + func (_ERC721Pausable *ERC721PausableFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ERC721PausableUnpausedIterator, error) + func (_ERC721Pausable *ERC721PausableFilterer) ParseApproval(log types.Log) (*ERC721PausableApproval, error) + func (_ERC721Pausable *ERC721PausableFilterer) ParseApprovalForAll(log types.Log) (*ERC721PausableApprovalForAll, error) + func (_ERC721Pausable *ERC721PausableFilterer) ParsePaused(log types.Log) (*ERC721PausablePaused, error) + func (_ERC721Pausable *ERC721PausableFilterer) ParseTransfer(log types.Log) (*ERC721PausableTransfer, error) + func (_ERC721Pausable *ERC721PausableFilterer) ParseUnpaused(log types.Log) (*ERC721PausableUnpaused, error) + func (_ERC721Pausable *ERC721PausableFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ERC721PausableApproval, ...) (event.Subscription, error) + func (_ERC721Pausable *ERC721PausableFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ERC721PausableApprovalForAll, ...) (event.Subscription, error) + func (_ERC721Pausable *ERC721PausableFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ERC721PausablePaused) (event.Subscription, error) + func (_ERC721Pausable *ERC721PausableFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ERC721PausableTransfer, ...) (event.Subscription, error) + func (_ERC721Pausable *ERC721PausableFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ERC721PausableUnpaused) (event.Subscription, error) + type ERC721PausablePaused struct + Account common.Address + Raw types.Log + type ERC721PausablePausedIterator struct + Event *ERC721PausablePaused + func (it *ERC721PausablePausedIterator) Close() error + func (it *ERC721PausablePausedIterator) Error() error + func (it *ERC721PausablePausedIterator) Next() bool + type ERC721PausableRaw struct + Contract *ERC721Pausable + func (_ERC721Pausable *ERC721PausableRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_ERC721Pausable *ERC721PausableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ERC721PausableSession struct + CallOpts bind.CallOpts + Contract *ERC721Pausable + TransactOpts bind.TransactOpts + func (_ERC721Pausable *ERC721PausableSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableSession) BaseURI() (string, error) + func (_ERC721Pausable *ERC721PausableSession) GetApproved(tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error) + func (_ERC721Pausable *ERC721PausableSession) Name() (string, error) + func (_ERC721Pausable *ERC721PausableSession) OwnerOf(tokenId *big.Int) (common.Address, error) + func (_ERC721Pausable *ERC721PausableSession) Paused() (bool, error) + func (_ERC721Pausable *ERC721PausableSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableSession) SupportsInterface(interfaceId [4]byte) (bool, error) + func (_ERC721Pausable *ERC721PausableSession) Symbol() (string, error) + func (_ERC721Pausable *ERC721PausableSession) TokenByIndex(index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error) + func (_ERC721Pausable *ERC721PausableSession) TokenURI(tokenId *big.Int) (string, error) + func (_ERC721Pausable *ERC721PausableSession) TotalSupply() (*big.Int, error) + func (_ERC721Pausable *ERC721PausableSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error) + type ERC721PausableTransactor struct + func NewERC721PausableTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721PausableTransactor, error) + func (_ERC721Pausable *ERC721PausableTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error) + type ERC721PausableTransactorRaw struct + Contract *ERC721PausableTransactor + func (_ERC721Pausable *ERC721PausableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ERC721PausableTransactorSession struct + Contract *ERC721PausableTransactor + TransactOpts bind.TransactOpts + func (_ERC721Pausable *ERC721PausableTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, _data []byte) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error) + func (_ERC721Pausable *ERC721PausableTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error) + type ERC721PausableTransfer struct + From common.Address + Raw types.Log + To common.Address + TokenId *big.Int + type ERC721PausableTransferIterator struct + Event *ERC721PausableTransfer + func (it *ERC721PausableTransferIterator) Close() error + func (it *ERC721PausableTransferIterator) Error() error + func (it *ERC721PausableTransferIterator) Next() bool + type ERC721PausableUnpaused struct + Account common.Address + Raw types.Log + type ERC721PausableUnpausedIterator struct + Event *ERC721PausableUnpaused + func (it *ERC721PausableUnpausedIterator) Close() error + func (it *ERC721PausableUnpausedIterator) Error() error + func (it *ERC721PausableUnpausedIterator) Next() bool