tochka_escrow_payment

package
v0.0.0-...-64f1aa6 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const TochkaEscrowPaymentABI = "" /* 247-byte string literal not displayed */

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

View Source
const TochkaEscrowPaymentBin = `` /* 914-byte string literal not displayed */

TochkaEscrowPaymentBin is the compiled bytecode used for deploying new contracts.

Variables

This section is empty.

Functions

This section is empty.

Types

type TochkaEscrowPayment

type TochkaEscrowPayment struct {
	TochkaEscrowPaymentCaller     // Read-only binding to the contract
	TochkaEscrowPaymentTransactor // Write-only binding to the contract
	TochkaEscrowPaymentFilterer   // Log filterer for contract events
}

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

func DeployTochkaEscrowPayment

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

DeployTochkaEscrowPayment deploys a new Ethereum contract, binding an instance of TochkaEscrowPayment to it.

func NewTochkaEscrowPayment

func NewTochkaEscrowPayment(address common.Address, backend bind.ContractBackend) (*TochkaEscrowPayment, error)

NewTochkaEscrowPayment creates a new instance of TochkaEscrowPayment, bound to a specific deployed contract.

type TochkaEscrowPaymentCaller

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

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

func NewTochkaEscrowPaymentCaller

func NewTochkaEscrowPaymentCaller(address common.Address, caller bind.ContractCaller) (*TochkaEscrowPaymentCaller, error)

NewTochkaEscrowPaymentCaller creates a new read-only instance of TochkaEscrowPayment, bound to a specific deployed contract.

type TochkaEscrowPaymentCallerRaw

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

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

func (*TochkaEscrowPaymentCallerRaw) Call

func (_TochkaEscrowPayment *TochkaEscrowPaymentCallerRaw) 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 TochkaEscrowPaymentCallerSession

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

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

type TochkaEscrowPaymentFilterer

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

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

func NewTochkaEscrowPaymentFilterer

func NewTochkaEscrowPaymentFilterer(address common.Address, filterer bind.ContractFilterer) (*TochkaEscrowPaymentFilterer, error)

NewTochkaEscrowPaymentFilterer creates a new log filterer instance of TochkaEscrowPayment, bound to a specific deployed contract.

type TochkaEscrowPaymentRaw

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

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

func (*TochkaEscrowPaymentRaw) Call

func (_TochkaEscrowPayment *TochkaEscrowPaymentRaw) 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 (*TochkaEscrowPaymentRaw) Transact

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

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

func (*TochkaEscrowPaymentRaw) Transfer

func (_TochkaEscrowPayment *TochkaEscrowPaymentRaw) 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 TochkaEscrowPaymentSession

type TochkaEscrowPaymentSession struct {
	Contract     *TochkaEscrowPayment // 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
}

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

func (*TochkaEscrowPaymentSession) Mulitransfer

func (_TochkaEscrowPayment *TochkaEscrowPaymentSession) Mulitransfer(_contributors []common.Address, _percents []*big.Int) (*types.Transaction, error)

Mulitransfer is a paid mutator transaction binding the contract method 0x474cdfca.

Solidity: function mulitransfer(_contributors address[], _percents uint256[]) returns()

type TochkaEscrowPaymentTransactor

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

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

func NewTochkaEscrowPaymentTransactor

func NewTochkaEscrowPaymentTransactor(address common.Address, transactor bind.ContractTransactor) (*TochkaEscrowPaymentTransactor, error)

NewTochkaEscrowPaymentTransactor creates a new write-only instance of TochkaEscrowPayment, bound to a specific deployed contract.

func (*TochkaEscrowPaymentTransactor) Mulitransfer

func (_TochkaEscrowPayment *TochkaEscrowPaymentTransactor) Mulitransfer(opts *bind.TransactOpts, _contributors []common.Address, _percents []*big.Int) (*types.Transaction, error)

Mulitransfer is a paid mutator transaction binding the contract method 0x474cdfca.

Solidity: function mulitransfer(_contributors address[], _percents uint256[]) returns()

type TochkaEscrowPaymentTransactorRaw

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

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

func (*TochkaEscrowPaymentTransactorRaw) Transact

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

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

func (*TochkaEscrowPaymentTransactorRaw) Transfer

func (_TochkaEscrowPayment *TochkaEscrowPaymentTransactorRaw) 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 TochkaEscrowPaymentTransactorSession

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

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

func (*TochkaEscrowPaymentTransactorSession) Mulitransfer

func (_TochkaEscrowPayment *TochkaEscrowPaymentTransactorSession) Mulitransfer(_contributors []common.Address, _percents []*big.Int) (*types.Transaction, error)

Mulitransfer is a paid mutator transaction binding the contract method 0x474cdfca.

Solidity: function mulitransfer(_contributors address[], _percents uint256[]) returns()

Jump to

Keyboard shortcuts

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