ERC721Safe

package
v1.1.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const ERC721SafeABI = "" /* 334-byte string literal not displayed */

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

Variables

View Source
var ERC721SafeBin = "" /* 934-byte string literal not displayed */

ERC721SafeBin is the compiled bytecode used for deploying new contracts.

Functions

This section is empty.

Types

type ERC721Safe

type ERC721Safe struct {
	ERC721SafeCaller     // Read-only binding to the contract
	ERC721SafeTransactor // Write-only binding to the contract
	ERC721SafeFilterer   // Log filterer for contract events
}

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

func DeployERC721Safe

func DeployERC721Safe(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ERC721Safe, error)

DeployERC721Safe deploys a new Ethereum contract, binding an instance of ERC721Safe to it.

func NewERC721Safe

func NewERC721Safe(address common.Address, backend bind.ContractBackend) (*ERC721Safe, error)

NewERC721Safe creates a new instance of ERC721Safe, bound to a specific deployed contract.

type ERC721SafeCaller

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

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

func NewERC721SafeCaller

func NewERC721SafeCaller(address common.Address, caller bind.ContractCaller) (*ERC721SafeCaller, error)

NewERC721SafeCaller creates a new read-only instance of ERC721Safe, bound to a specific deployed contract.

type ERC721SafeCallerRaw

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

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

func (*ERC721SafeCallerRaw) Call

func (_ERC721Safe *ERC721SafeCallerRaw) 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 ERC721SafeCallerSession

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

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

type ERC721SafeFilterer

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

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

func NewERC721SafeFilterer

func NewERC721SafeFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721SafeFilterer, error)

NewERC721SafeFilterer creates a new log filterer instance of ERC721Safe, bound to a specific deployed contract.

type ERC721SafeRaw

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

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

func (*ERC721SafeRaw) Call

func (_ERC721Safe *ERC721SafeRaw) 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 (*ERC721SafeRaw) Transact

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

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

func (*ERC721SafeRaw) Transfer

func (_ERC721Safe *ERC721SafeRaw) 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 ERC721SafeSession

type ERC721SafeSession struct {
	Contract     *ERC721Safe       // 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
}

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

func (*ERC721SafeSession) FundERC721

func (_ERC721Safe *ERC721SafeSession) FundERC721(tokenAddress common.Address, owner common.Address, tokenID *big.Int) (*types.Transaction, error)

FundERC721 is a paid mutator transaction binding the contract method 0x73542980.

Solidity: function fundERC721(address tokenAddress, address owner, uint256 tokenID) returns()

type ERC721SafeTransactor

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

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

func NewERC721SafeTransactor

func NewERC721SafeTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721SafeTransactor, error)

NewERC721SafeTransactor creates a new write-only instance of ERC721Safe, bound to a specific deployed contract.

func (*ERC721SafeTransactor) FundERC721

func (_ERC721Safe *ERC721SafeTransactor) FundERC721(opts *bind.TransactOpts, tokenAddress common.Address, owner common.Address, tokenID *big.Int) (*types.Transaction, error)

FundERC721 is a paid mutator transaction binding the contract method 0x73542980.

Solidity: function fundERC721(address tokenAddress, address owner, uint256 tokenID) returns()

type ERC721SafeTransactorRaw

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

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

func (*ERC721SafeTransactorRaw) Transact

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

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

func (*ERC721SafeTransactorRaw) Transfer

func (_ERC721Safe *ERC721SafeTransactorRaw) 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 ERC721SafeTransactorSession

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

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

func (*ERC721SafeTransactorSession) FundERC721

func (_ERC721Safe *ERC721SafeTransactorSession) FundERC721(tokenAddress common.Address, owner common.Address, tokenID *big.Int) (*types.Transaction, error)

FundERC721 is a paid mutator transaction binding the contract method 0x73542980.

Solidity: function fundERC721(address tokenAddress, address owner, uint256 tokenID) returns()

Jump to

Keyboard shortcuts

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