Documentation ¶
Index ¶
- Constants
- type IERCHandler
- type IERCHandlerCaller
- type IERCHandlerCallerRaw
- type IERCHandlerCallerSession
- type IERCHandlerFilterer
- type IERCHandlerRaw
- func (_IERCHandler *IERCHandlerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_IERCHandler *IERCHandlerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IERCHandlerSession
- func (_IERCHandler *IERCHandlerSession) SetBurnable(contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerSession) SetResource(resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerSession) Withdraw(tokenAddress common.Address, recipient common.Address, ...) (*types.Transaction, error)
- type IERCHandlerTransactor
- func (_IERCHandler *IERCHandlerTransactor) SetBurnable(opts *bind.TransactOpts, contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerTransactor) SetResource(opts *bind.TransactOpts, resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerTransactor) Withdraw(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, ...) (*types.Transaction, error)
- type IERCHandlerTransactorRaw
- type IERCHandlerTransactorSession
- func (_IERCHandler *IERCHandlerTransactorSession) SetBurnable(contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerTransactorSession) SetResource(resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
- func (_IERCHandler *IERCHandlerTransactorSession) Withdraw(tokenAddress common.Address, recipient common.Address, ...) (*types.Transaction, error)
Constants ¶
const IERCHandlerABI = "" /* 806-byte string literal not displayed */
IERCHandlerABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IERCHandler ¶
type IERCHandler struct { IERCHandlerCaller // Read-only binding to the contract IERCHandlerTransactor // Write-only binding to the contract IERCHandlerFilterer // Log filterer for contract events }
IERCHandler is an auto generated Go binding around an Ethereum contract.
func NewIERCHandler ¶
func NewIERCHandler(address common.Address, backend bind.ContractBackend) (*IERCHandler, error)
NewIERCHandler creates a new instance of IERCHandler, bound to a specific deployed contract.
type IERCHandlerCaller ¶
type IERCHandlerCaller struct {
// contains filtered or unexported fields
}
IERCHandlerCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIERCHandlerCaller ¶
func NewIERCHandlerCaller(address common.Address, caller bind.ContractCaller) (*IERCHandlerCaller, error)
NewIERCHandlerCaller creates a new read-only instance of IERCHandler, bound to a specific deployed contract.
type IERCHandlerCallerRaw ¶
type IERCHandlerCallerRaw struct {
Contract *IERCHandlerCaller // Generic read-only contract binding to access the raw methods on
}
IERCHandlerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IERCHandlerCallerRaw) Call ¶
func (_IERCHandler *IERCHandlerCallerRaw) 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 IERCHandlerCallerSession ¶
type IERCHandlerCallerSession struct { Contract *IERCHandlerCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IERCHandlerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IERCHandlerFilterer ¶
type IERCHandlerFilterer struct {
// contains filtered or unexported fields
}
IERCHandlerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIERCHandlerFilterer ¶
func NewIERCHandlerFilterer(address common.Address, filterer bind.ContractFilterer) (*IERCHandlerFilterer, error)
NewIERCHandlerFilterer creates a new log filterer instance of IERCHandler, bound to a specific deployed contract.
type IERCHandlerRaw ¶
type IERCHandlerRaw struct {
Contract *IERCHandler // Generic contract binding to access the raw methods on
}
IERCHandlerRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IERCHandlerRaw) Call ¶
func (_IERCHandler *IERCHandlerRaw) 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 (*IERCHandlerRaw) Transact ¶
func (_IERCHandler *IERCHandlerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IERCHandlerRaw) Transfer ¶
func (_IERCHandler *IERCHandlerRaw) 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 IERCHandlerSession ¶
type IERCHandlerSession struct { Contract *IERCHandler // 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 }
IERCHandlerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IERCHandlerSession) SetBurnable ¶
func (_IERCHandler *IERCHandlerSession) SetBurnable(contractAddress common.Address) (*types.Transaction, error)
SetBurnable is a paid mutator transaction binding the contract method 0x07b7ed99.
Solidity: function setBurnable(address contractAddress) returns()
func (*IERCHandlerSession) SetResource ¶
func (_IERCHandler *IERCHandlerSession) SetResource(resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
SetResource is a paid mutator transaction binding the contract method 0xb8fa3736.
Solidity: function setResource(bytes32 resourceID, address contractAddress) returns()
func (*IERCHandlerSession) Withdraw ¶
func (_IERCHandler *IERCHandlerSession) Withdraw(tokenAddress common.Address, recipient common.Address, amountOrTokenID *big.Int) (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0xd9caed12.
Solidity: function withdraw(address tokenAddress, address recipient, uint256 amountOrTokenID) returns()
type IERCHandlerTransactor ¶
type IERCHandlerTransactor struct {
// contains filtered or unexported fields
}
IERCHandlerTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIERCHandlerTransactor ¶
func NewIERCHandlerTransactor(address common.Address, transactor bind.ContractTransactor) (*IERCHandlerTransactor, error)
NewIERCHandlerTransactor creates a new write-only instance of IERCHandler, bound to a specific deployed contract.
func (*IERCHandlerTransactor) SetBurnable ¶
func (_IERCHandler *IERCHandlerTransactor) SetBurnable(opts *bind.TransactOpts, contractAddress common.Address) (*types.Transaction, error)
SetBurnable is a paid mutator transaction binding the contract method 0x07b7ed99.
Solidity: function setBurnable(address contractAddress) returns()
func (*IERCHandlerTransactor) SetResource ¶
func (_IERCHandler *IERCHandlerTransactor) SetResource(opts *bind.TransactOpts, resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
SetResource is a paid mutator transaction binding the contract method 0xb8fa3736.
Solidity: function setResource(bytes32 resourceID, address contractAddress) returns()
func (*IERCHandlerTransactor) Withdraw ¶
func (_IERCHandler *IERCHandlerTransactor) Withdraw(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, amountOrTokenID *big.Int) (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0xd9caed12.
Solidity: function withdraw(address tokenAddress, address recipient, uint256 amountOrTokenID) returns()
type IERCHandlerTransactorRaw ¶
type IERCHandlerTransactorRaw struct {
Contract *IERCHandlerTransactor // Generic write-only contract binding to access the raw methods on
}
IERCHandlerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IERCHandlerTransactorRaw) Transact ¶
func (_IERCHandler *IERCHandlerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IERCHandlerTransactorRaw) Transfer ¶
func (_IERCHandler *IERCHandlerTransactorRaw) 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 IERCHandlerTransactorSession ¶
type IERCHandlerTransactorSession struct { Contract *IERCHandlerTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IERCHandlerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*IERCHandlerTransactorSession) SetBurnable ¶
func (_IERCHandler *IERCHandlerTransactorSession) SetBurnable(contractAddress common.Address) (*types.Transaction, error)
SetBurnable is a paid mutator transaction binding the contract method 0x07b7ed99.
Solidity: function setBurnable(address contractAddress) returns()
func (*IERCHandlerTransactorSession) SetResource ¶
func (_IERCHandler *IERCHandlerTransactorSession) SetResource(resourceID [32]byte, contractAddress common.Address) (*types.Transaction, error)
SetResource is a paid mutator transaction binding the contract method 0xb8fa3736.
Solidity: function setResource(bytes32 resourceID, address contractAddress) returns()
func (*IERCHandlerTransactorSession) Withdraw ¶
func (_IERCHandler *IERCHandlerTransactorSession) Withdraw(tokenAddress common.Address, recipient common.Address, amountOrTokenID *big.Int) (*types.Transaction, error)
Withdraw is a paid mutator transaction binding the contract method 0xd9caed12.
Solidity: function withdraw(address tokenAddress, address recipient, uint256 amountOrTokenID) returns()