ERC721A

package
v0.0.0-...-8efdbe7 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ERC721AABI = ERC721AMetaData.ABI

ERC721AABI is the input ABI used to generate the binding from. Deprecated: Use ERC721AMetaData.ABI instead.

View Source
var ERC721AMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

ERC721AMetaData contains all meta data concerning the ERC721A contract.

Functions

This section is empty.

Types

type ERC721A

type ERC721A struct {
	ERC721ACaller     // Read-only binding to the contract
	ERC721ATransactor // Write-only binding to the contract
	ERC721AFilterer   // Log filterer for contract events
}

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

func NewERC721A

func NewERC721A(address common.Address, backend bind.ContractBackend) (*ERC721A, error)

NewERC721A creates a new instance of ERC721A, bound to a specific deployed contract.

type ERC721ACaller

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

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

func NewERC721ACaller

func NewERC721ACaller(address common.Address, caller bind.ContractCaller) (*ERC721ACaller, error)

NewERC721ACaller creates a new read-only instance of ERC721A, bound to a specific deployed contract.

func (*ERC721ACaller) BalanceOf

func (_ERC721A *ERC721ACaller) 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)

type ERC721ACallerRaw

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

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

func (*ERC721ACallerRaw) Call

func (_ERC721A *ERC721ACallerRaw) 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 ERC721ACallerSession

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

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

func (*ERC721ACallerSession) BalanceOf

func (_ERC721A *ERC721ACallerSession) 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)

type ERC721AFilterer

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

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

func NewERC721AFilterer

func NewERC721AFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721AFilterer, error)

NewERC721AFilterer creates a new log filterer instance of ERC721A, bound to a specific deployed contract.

type ERC721ARaw

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

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

func (*ERC721ARaw) Call

func (_ERC721A *ERC721ARaw) 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 (*ERC721ARaw) Transact

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

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

func (*ERC721ARaw) Transfer

func (_ERC721A *ERC721ARaw) 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 ERC721ASession

type ERC721ASession struct {
	Contract     *ERC721A          // 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
}

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

func (*ERC721ASession) BalanceOf

func (_ERC721A *ERC721ASession) 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 (*ERC721ASession) SafeTransferFrom

func (_ERC721A *ERC721ASession) 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) payable returns()

type ERC721ATransactor

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

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

func NewERC721ATransactor

func NewERC721ATransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721ATransactor, error)

NewERC721ATransactor creates a new write-only instance of ERC721A, bound to a specific deployed contract.

func (*ERC721ATransactor) SafeTransferFrom

func (_ERC721A *ERC721ATransactor) 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) payable returns()

type ERC721ATransactorRaw

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

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

func (*ERC721ATransactorRaw) Transact

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

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

func (*ERC721ATransactorRaw) Transfer

func (_ERC721A *ERC721ATransactorRaw) 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 ERC721ATransactorSession

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

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

func (*ERC721ATransactorSession) SafeTransferFrom

func (_ERC721A *ERC721ATransactorSession) 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) payable returns()

Jump to

Keyboard shortcuts

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