ERC721Pausable

package
v0.0.0-...-7e7a532 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: LGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ERC721PausableABI = "" /* 5834-byte string literal not displayed */

ERC721PausableABI is the input ABI used to generate the binding from.

Variables

This section is empty.

Functions

This section is empty.

Types

type ERC721Pausable

type ERC721Pausable struct {
	ERC721PausableCaller     // Read-only binding to the contract
	ERC721PausableTransactor // Write-only binding to the contract
	ERC721PausableFilterer   // Log filterer for contract events
}

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

func NewERC721Pausable

func NewERC721Pausable(address common.Address, backend bind.ContractBackend) (*ERC721Pausable, error)

NewERC721Pausable creates a new instance of ERC721Pausable, bound to a specific deployed contract.

type ERC721PausableApproval

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

ERC721PausableApproval represents a Approval event raised by the ERC721Pausable contract.

type ERC721PausableApprovalForAll

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

ERC721PausableApprovalForAll represents a ApprovalForAll event raised by the ERC721Pausable contract.

type ERC721PausableApprovalForAllIterator

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

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

func (*ERC721PausableApprovalForAllIterator) Close

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

func (*ERC721PausableApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721PausableApprovalForAllIterator) 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 ERC721PausableApprovalIterator

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

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

func (*ERC721PausableApprovalIterator) Close

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

func (*ERC721PausableApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721PausableApprovalIterator) 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 ERC721PausableCaller

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

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

func NewERC721PausableCaller

func NewERC721PausableCaller(address common.Address, caller bind.ContractCaller) (*ERC721PausableCaller, error)

NewERC721PausableCaller creates a new read-only instance of ERC721Pausable, bound to a specific deployed contract.

func (*ERC721PausableCaller) BalanceOf

func (_ERC721Pausable *ERC721PausableCaller) 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)

func (*ERC721PausableCaller) BaseURI

func (_ERC721Pausable *ERC721PausableCaller) BaseURI(opts *bind.CallOpts) (string, error)

BaseURI is a free data retrieval call binding the contract method 0x6c0360eb.

Solidity: function baseURI() view returns(string)

func (*ERC721PausableCaller) GetApproved

func (_ERC721Pausable *ERC721PausableCaller) 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)

func (*ERC721PausableCaller) IsApprovedForAll

func (_ERC721Pausable *ERC721PausableCaller) 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 (*ERC721PausableCaller) Name

func (_ERC721Pausable *ERC721PausableCaller) 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 (*ERC721PausableCaller) OwnerOf

func (_ERC721Pausable *ERC721PausableCaller) 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)

func (*ERC721PausableCaller) Paused

func (_ERC721Pausable *ERC721PausableCaller) Paused(opts *bind.CallOpts) (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*ERC721PausableCaller) SupportsInterface

func (_ERC721Pausable *ERC721PausableCaller) 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)

func (*ERC721PausableCaller) Symbol

func (_ERC721Pausable *ERC721PausableCaller) 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 (*ERC721PausableCaller) TokenByIndex

func (_ERC721Pausable *ERC721PausableCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*ERC721PausableCaller) TokenOfOwnerByIndex

func (_ERC721Pausable *ERC721PausableCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*ERC721PausableCaller) TokenURI

func (_ERC721Pausable *ERC721PausableCaller) 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)

func (*ERC721PausableCaller) TotalSupply

func (_ERC721Pausable *ERC721PausableCaller) 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 ERC721PausableCallerRaw

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

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

func (*ERC721PausableCallerRaw) Call

func (_ERC721Pausable *ERC721PausableCallerRaw) 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 ERC721PausableCallerSession

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

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

func (*ERC721PausableCallerSession) BalanceOf

func (_ERC721Pausable *ERC721PausableCallerSession) 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)

func (*ERC721PausableCallerSession) BaseURI

func (_ERC721Pausable *ERC721PausableCallerSession) BaseURI() (string, error)

BaseURI is a free data retrieval call binding the contract method 0x6c0360eb.

Solidity: function baseURI() view returns(string)

func (*ERC721PausableCallerSession) GetApproved

func (_ERC721Pausable *ERC721PausableCallerSession) 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)

func (*ERC721PausableCallerSession) IsApprovedForAll

func (_ERC721Pausable *ERC721PausableCallerSession) 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 (*ERC721PausableCallerSession) Name

func (_ERC721Pausable *ERC721PausableCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC721PausableCallerSession) OwnerOf

func (_ERC721Pausable *ERC721PausableCallerSession) 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)

func (*ERC721PausableCallerSession) Paused

func (_ERC721Pausable *ERC721PausableCallerSession) Paused() (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*ERC721PausableCallerSession) SupportsInterface

func (_ERC721Pausable *ERC721PausableCallerSession) 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 (*ERC721PausableCallerSession) Symbol

func (_ERC721Pausable *ERC721PausableCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC721PausableCallerSession) TokenByIndex

func (_ERC721Pausable *ERC721PausableCallerSession) TokenByIndex(index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*ERC721PausableCallerSession) TokenOfOwnerByIndex

func (_ERC721Pausable *ERC721PausableCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*ERC721PausableCallerSession) TokenURI

func (_ERC721Pausable *ERC721PausableCallerSession) 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)

func (*ERC721PausableCallerSession) TotalSupply

func (_ERC721Pausable *ERC721PausableCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type ERC721PausableFilterer

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

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

func NewERC721PausableFilterer

func NewERC721PausableFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721PausableFilterer, error)

NewERC721PausableFilterer creates a new log filterer instance of ERC721Pausable, bound to a specific deployed contract.

func (*ERC721PausableFilterer) FilterApproval

func (_ERC721Pausable *ERC721PausableFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*ERC721PausableApprovalIterator, 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 (*ERC721PausableFilterer) FilterApprovalForAll

func (_ERC721Pausable *ERC721PausableFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*ERC721PausableApprovalForAllIterator, 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 (*ERC721PausableFilterer) FilterPaused

func (_ERC721Pausable *ERC721PausableFilterer) FilterPaused(opts *bind.FilterOpts) (*ERC721PausablePausedIterator, error)

FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*ERC721PausableFilterer) FilterTransfer

func (_ERC721Pausable *ERC721PausableFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*ERC721PausableTransferIterator, 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 (*ERC721PausableFilterer) FilterUnpaused

func (_ERC721Pausable *ERC721PausableFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ERC721PausableUnpausedIterator, error)

FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

func (*ERC721PausableFilterer) ParseApproval

func (_ERC721Pausable *ERC721PausableFilterer) ParseApproval(log types.Log) (*ERC721PausableApproval, 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 (*ERC721PausableFilterer) ParseApprovalForAll

func (_ERC721Pausable *ERC721PausableFilterer) ParseApprovalForAll(log types.Log) (*ERC721PausableApprovalForAll, error)

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

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

func (*ERC721PausableFilterer) ParsePaused

func (_ERC721Pausable *ERC721PausableFilterer) ParsePaused(log types.Log) (*ERC721PausablePaused, error)

ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*ERC721PausableFilterer) ParseTransfer

func (_ERC721Pausable *ERC721PausableFilterer) ParseTransfer(log types.Log) (*ERC721PausableTransfer, 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 (*ERC721PausableFilterer) ParseUnpaused

func (_ERC721Pausable *ERC721PausableFilterer) ParseUnpaused(log types.Log) (*ERC721PausableUnpaused, error)

ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

func (*ERC721PausableFilterer) WatchApproval

func (_ERC721Pausable *ERC721PausableFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ERC721PausableApproval, 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 (*ERC721PausableFilterer) WatchApprovalForAll

func (_ERC721Pausable *ERC721PausableFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ERC721PausableApprovalForAll, 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 (*ERC721PausableFilterer) WatchPaused

func (_ERC721Pausable *ERC721PausableFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ERC721PausablePaused) (event.Subscription, error)

WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.

Solidity: event Paused(address account)

func (*ERC721PausableFilterer) WatchTransfer

func (_ERC721Pausable *ERC721PausableFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ERC721PausableTransfer, 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)

func (*ERC721PausableFilterer) WatchUnpaused

func (_ERC721Pausable *ERC721PausableFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ERC721PausableUnpaused) (event.Subscription, error)

WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.

Solidity: event Unpaused(address account)

type ERC721PausablePaused

type ERC721PausablePaused struct {
	Account common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

ERC721PausablePaused represents a Paused event raised by the ERC721Pausable contract.

type ERC721PausablePausedIterator

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

ERC721PausablePausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ERC721Pausable contract.

func (*ERC721PausablePausedIterator) Close

func (it *ERC721PausablePausedIterator) Close() error

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

func (*ERC721PausablePausedIterator) Error

func (it *ERC721PausablePausedIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721PausablePausedIterator) 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 ERC721PausableRaw

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

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

func (*ERC721PausableRaw) Call

func (_ERC721Pausable *ERC721PausableRaw) 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 (*ERC721PausableRaw) Transact

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

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

func (*ERC721PausableRaw) Transfer

func (_ERC721Pausable *ERC721PausableRaw) 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 ERC721PausableSession

type ERC721PausableSession struct {
	Contract     *ERC721Pausable   // 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
}

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

func (*ERC721PausableSession) Approve

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) BalanceOf

func (_ERC721Pausable *ERC721PausableSession) 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)

func (*ERC721PausableSession) BaseURI

func (_ERC721Pausable *ERC721PausableSession) BaseURI() (string, error)

BaseURI is a free data retrieval call binding the contract method 0x6c0360eb.

Solidity: function baseURI() view returns(string)

func (*ERC721PausableSession) GetApproved

func (_ERC721Pausable *ERC721PausableSession) 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)

func (*ERC721PausableSession) IsApprovedForAll

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) Name

func (_ERC721Pausable *ERC721PausableSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC721PausableSession) OwnerOf

func (_ERC721Pausable *ERC721PausableSession) 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)

func (*ERC721PausableSession) Paused

func (_ERC721Pausable *ERC721PausableSession) Paused() (bool, error)

Paused is a free data retrieval call binding the contract method 0x5c975abb.

Solidity: function paused() view returns(bool)

func (*ERC721PausableSession) SafeTransferFrom

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) SafeTransferFrom0

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) SetApprovalForAll

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) SupportsInterface

func (_ERC721Pausable *ERC721PausableSession) 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 (*ERC721PausableSession) Symbol

func (_ERC721Pausable *ERC721PausableSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC721PausableSession) TokenByIndex

func (_ERC721Pausable *ERC721PausableSession) TokenByIndex(index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*ERC721PausableSession) TokenOfOwnerByIndex

func (_ERC721Pausable *ERC721PausableSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*ERC721PausableSession) TokenURI

func (_ERC721Pausable *ERC721PausableSession) 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)

func (*ERC721PausableSession) TotalSupply

func (_ERC721Pausable *ERC721PausableSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*ERC721PausableSession) TransferFrom

func (_ERC721Pausable *ERC721PausableSession) 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 ERC721PausableTransactor

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

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

func NewERC721PausableTransactor

func NewERC721PausableTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721PausableTransactor, error)

NewERC721PausableTransactor creates a new write-only instance of ERC721Pausable, bound to a specific deployed contract.

func (*ERC721PausableTransactor) Approve

func (_ERC721Pausable *ERC721PausableTransactor) 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 (*ERC721PausableTransactor) SafeTransferFrom

func (_ERC721Pausable *ERC721PausableTransactor) 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 (*ERC721PausableTransactor) SafeTransferFrom0

func (_ERC721Pausable *ERC721PausableTransactor) 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 (*ERC721PausableTransactor) SetApprovalForAll

func (_ERC721Pausable *ERC721PausableTransactor) 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 (*ERC721PausableTransactor) TransferFrom

func (_ERC721Pausable *ERC721PausableTransactor) 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 ERC721PausableTransactorRaw

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

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

func (*ERC721PausableTransactorRaw) Transact

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

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

func (*ERC721PausableTransactorRaw) Transfer

func (_ERC721Pausable *ERC721PausableTransactorRaw) 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 ERC721PausableTransactorSession

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

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

func (*ERC721PausableTransactorSession) Approve

func (_ERC721Pausable *ERC721PausableTransactorSession) 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 (*ERC721PausableTransactorSession) SafeTransferFrom

func (_ERC721Pausable *ERC721PausableTransactorSession) 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 (*ERC721PausableTransactorSession) SafeTransferFrom0

func (_ERC721Pausable *ERC721PausableTransactorSession) 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 (*ERC721PausableTransactorSession) SetApprovalForAll

func (_ERC721Pausable *ERC721PausableTransactorSession) 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 (*ERC721PausableTransactorSession) TransferFrom

func (_ERC721Pausable *ERC721PausableTransactorSession) 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 ERC721PausableTransfer

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

ERC721PausableTransfer represents a Transfer event raised by the ERC721Pausable contract.

type ERC721PausableTransferIterator

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

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

func (*ERC721PausableTransferIterator) Close

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

func (*ERC721PausableTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721PausableTransferIterator) 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 ERC721PausableUnpaused

type ERC721PausableUnpaused struct {
	Account common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

ERC721PausableUnpaused represents a Unpaused event raised by the ERC721Pausable contract.

type ERC721PausableUnpausedIterator

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

ERC721PausableUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ERC721Pausable contract.

func (*ERC721PausableUnpausedIterator) Close

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

func (*ERC721PausableUnpausedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721PausableUnpausedIterator) 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL