IDepositFTExecute

package
v0.0.0-...-e30b66f Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const IDepositFTExecuteABI = "" /* 1385-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type IDepositFTExecute

type IDepositFTExecute struct {
	IDepositFTExecuteCaller     // Read-only binding to the contract
	IDepositFTExecuteTransactor // Write-only binding to the contract
	IDepositFTExecuteFilterer   // Log filterer for contract events
}

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

func NewIDepositFTExecute

func NewIDepositFTExecute(address common.Address, backend bind.ContractBackend) (*IDepositFTExecute, error)

NewIDepositFTExecute creates a new instance of IDepositFTExecute, bound to a specific deployed contract.

type IDepositFTExecuteCaller

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

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

func NewIDepositFTExecuteCaller

func NewIDepositFTExecuteCaller(address common.Address, caller bind.ContractCaller) (*IDepositFTExecuteCaller, error)

NewIDepositFTExecuteCaller creates a new read-only instance of IDepositFTExecute, bound to a specific deployed contract.

type IDepositFTExecuteCallerRaw

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

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

func (*IDepositFTExecuteCallerRaw) Call

func (_IDepositFTExecute *IDepositFTExecuteCallerRaw) 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 IDepositFTExecuteCallerSession

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

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

type IDepositFTExecuteFilterer

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

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

func NewIDepositFTExecuteFilterer

func NewIDepositFTExecuteFilterer(address common.Address, filterer bind.ContractFilterer) (*IDepositFTExecuteFilterer, error)

NewIDepositFTExecuteFilterer creates a new log filterer instance of IDepositFTExecute, bound to a specific deployed contract.

type IDepositFTExecuteRaw

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

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

func (*IDepositFTExecuteRaw) Call

func (_IDepositFTExecute *IDepositFTExecuteRaw) 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 (*IDepositFTExecuteRaw) Transact

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

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

func (*IDepositFTExecuteRaw) Transfer

func (_IDepositFTExecute *IDepositFTExecuteRaw) 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 IDepositFTExecuteSession

type IDepositFTExecuteSession struct {
	Contract     *IDepositFTExecute // 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
}

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

func (*IDepositFTExecuteSession) Deposit

func (_IDepositFTExecute *IDepositFTExecuteSession) Deposit(resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, recipient []byte, amount *big.Int) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0xba40f284.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes recipient, uint256 amount) returns()

func (*IDepositFTExecuteSession) ExecuteProposal

func (_IDepositFTExecute *IDepositFTExecuteSession) ExecuteProposal(resourceID [32]byte, recipient common.Address, amount *big.Int) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0x0396ec10.

Solidity: function executeProposal(bytes32 resourceID, address recipient, uint256 amount) returns()

func (*IDepositFTExecuteSession) TransferFee

func (_IDepositFTExecute *IDepositFTExecuteSession) TransferFee(resourceID [32]byte, recipient common.Address, gasFee *big.Int, relayers []common.Address, relayFee *big.Int) (*types.Transaction, error)

TransferFee is a paid mutator transaction binding the contract method 0xfe61f0e1.

Solidity: function transferFee(bytes32 resourceID, address recipient, uint256 gasFee, address[] relayers, uint256 relayFee) returns()

type IDepositFTExecuteTransactor

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

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

func NewIDepositFTExecuteTransactor

func NewIDepositFTExecuteTransactor(address common.Address, transactor bind.ContractTransactor) (*IDepositFTExecuteTransactor, error)

NewIDepositFTExecuteTransactor creates a new write-only instance of IDepositFTExecute, bound to a specific deployed contract.

func (*IDepositFTExecuteTransactor) Deposit

func (_IDepositFTExecute *IDepositFTExecuteTransactor) Deposit(opts *bind.TransactOpts, resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, recipient []byte, amount *big.Int) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0xba40f284.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes recipient, uint256 amount) returns()

func (*IDepositFTExecuteTransactor) ExecuteProposal

func (_IDepositFTExecute *IDepositFTExecuteTransactor) ExecuteProposal(opts *bind.TransactOpts, resourceID [32]byte, recipient common.Address, amount *big.Int) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0x0396ec10.

Solidity: function executeProposal(bytes32 resourceID, address recipient, uint256 amount) returns()

func (*IDepositFTExecuteTransactor) TransferFee

func (_IDepositFTExecute *IDepositFTExecuteTransactor) TransferFee(opts *bind.TransactOpts, resourceID [32]byte, recipient common.Address, gasFee *big.Int, relayers []common.Address, relayFee *big.Int) (*types.Transaction, error)

TransferFee is a paid mutator transaction binding the contract method 0xfe61f0e1.

Solidity: function transferFee(bytes32 resourceID, address recipient, uint256 gasFee, address[] relayers, uint256 relayFee) returns()

type IDepositFTExecuteTransactorRaw

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

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

func (*IDepositFTExecuteTransactorRaw) Transact

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

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

func (*IDepositFTExecuteTransactorRaw) Transfer

func (_IDepositFTExecute *IDepositFTExecuteTransactorRaw) 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 IDepositFTExecuteTransactorSession

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

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

func (*IDepositFTExecuteTransactorSession) Deposit

func (_IDepositFTExecute *IDepositFTExecuteTransactorSession) Deposit(resourceID [32]byte, destinationChainID uint8, depositNonce uint64, depositer common.Address, recipient []byte, amount *big.Int) (*types.Transaction, error)

Deposit is a paid mutator transaction binding the contract method 0xba40f284.

Solidity: function deposit(bytes32 resourceID, uint8 destinationChainID, uint64 depositNonce, address depositer, bytes recipient, uint256 amount) returns()

func (*IDepositFTExecuteTransactorSession) ExecuteProposal

func (_IDepositFTExecute *IDepositFTExecuteTransactorSession) ExecuteProposal(resourceID [32]byte, recipient common.Address, amount *big.Int) (*types.Transaction, error)

ExecuteProposal is a paid mutator transaction binding the contract method 0x0396ec10.

Solidity: function executeProposal(bytes32 resourceID, address recipient, uint256 amount) returns()

func (*IDepositFTExecuteTransactorSession) TransferFee

func (_IDepositFTExecute *IDepositFTExecuteTransactorSession) TransferFee(resourceID [32]byte, recipient common.Address, gasFee *big.Int, relayers []common.Address, relayFee *big.Int) (*types.Transaction, error)

TransferFee is a paid mutator transaction binding the contract method 0xfe61f0e1.

Solidity: function transferFee(bytes32 resourceID, address recipient, uint256 gasFee, address[] relayers, uint256 relayFee) returns()

Jump to

Keyboard shortcuts

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