equalizer

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2019 License: Unlicense Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const EqualizerABI = "" /* 885-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Equalizer

type Equalizer struct {
	EqualizerCaller     // Read-only binding to the contract
	EqualizerTransactor // Write-only binding to the contract
	EqualizerFilterer   // Log filterer for contract events
}

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

func NewEqualizer

func NewEqualizer(address common.Address, backend bind.ContractBackend) (*Equalizer, error)

NewEqualizer creates a new instance of Equalizer, bound to a specific deployed contract.

type EqualizerCaller

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

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

func NewEqualizerCaller

func NewEqualizerCaller(address common.Address, caller bind.ContractCaller) (*EqualizerCaller, error)

NewEqualizerCaller creates a new read-only instance of Equalizer, bound to a specific deployed contract.

type EqualizerCallerRaw

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

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

func (*EqualizerCallerRaw) Call

func (_Equalizer *EqualizerCallerRaw) 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 EqualizerCallerSession

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

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

type EqualizerFilterer

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

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

func NewEqualizerFilterer

func NewEqualizerFilterer(address common.Address, filterer bind.ContractFilterer) (*EqualizerFilterer, error)

NewEqualizerFilterer creates a new log filterer instance of Equalizer, bound to a specific deployed contract.

type EqualizerRaw

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

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

func (*EqualizerRaw) Call

func (_Equalizer *EqualizerRaw) 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 (*EqualizerRaw) Transact

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

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

func (*EqualizerRaw) Transfer

func (_Equalizer *EqualizerRaw) 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 EqualizerSession

type EqualizerSession struct {
	Contract     *Equalizer        // 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
}

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

func (*EqualizerSession) DrawSellLock

func (_Equalizer *EqualizerSession) DrawSellLock(tub common.Address, otc common.Address, cup [32]byte, sai common.Address, drawAmt *big.Int, weth common.Address, minLockAmt *big.Int) (*types.Transaction, error)

DrawSellLock is a paid mutator transaction binding the contract method 0xf7020cda.

Solidity: function drawSellLock(tub address, otc address, cup bytes32, sai address, drawAmt uint256, weth address, minLockAmt uint256) returns()

func (*EqualizerSession) FreeSellWipe

func (_Equalizer *EqualizerSession) FreeSellWipe(tub common.Address, otc common.Address, cup [32]byte, sai common.Address, freeAmt *big.Int, weth common.Address, minWipeAmt *big.Int) (*types.Transaction, error)

FreeSellWipe is a paid mutator transaction binding the contract method 0xe466979f.

Solidity: function freeSellWipe(tub address, otc address, cup bytes32, sai address, freeAmt uint256, weth address, minWipeAmt uint256) returns()

type EqualizerTransactor

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

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

func NewEqualizerTransactor

func NewEqualizerTransactor(address common.Address, transactor bind.ContractTransactor) (*EqualizerTransactor, error)

NewEqualizerTransactor creates a new write-only instance of Equalizer, bound to a specific deployed contract.

func (*EqualizerTransactor) DrawSellLock

func (_Equalizer *EqualizerTransactor) DrawSellLock(opts *bind.TransactOpts, tub common.Address, otc common.Address, cup [32]byte, sai common.Address, drawAmt *big.Int, weth common.Address, minLockAmt *big.Int) (*types.Transaction, error)

DrawSellLock is a paid mutator transaction binding the contract method 0xf7020cda.

Solidity: function drawSellLock(tub address, otc address, cup bytes32, sai address, drawAmt uint256, weth address, minLockAmt uint256) returns()

func (*EqualizerTransactor) FreeSellWipe

func (_Equalizer *EqualizerTransactor) FreeSellWipe(opts *bind.TransactOpts, tub common.Address, otc common.Address, cup [32]byte, sai common.Address, freeAmt *big.Int, weth common.Address, minWipeAmt *big.Int) (*types.Transaction, error)

FreeSellWipe is a paid mutator transaction binding the contract method 0xe466979f.

Solidity: function freeSellWipe(tub address, otc address, cup bytes32, sai address, freeAmt uint256, weth address, minWipeAmt uint256) returns()

type EqualizerTransactorRaw

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

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

func (*EqualizerTransactorRaw) Transact

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

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

func (*EqualizerTransactorRaw) Transfer

func (_Equalizer *EqualizerTransactorRaw) 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 EqualizerTransactorSession

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

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

func (*EqualizerTransactorSession) DrawSellLock

func (_Equalizer *EqualizerTransactorSession) DrawSellLock(tub common.Address, otc common.Address, cup [32]byte, sai common.Address, drawAmt *big.Int, weth common.Address, minLockAmt *big.Int) (*types.Transaction, error)

DrawSellLock is a paid mutator transaction binding the contract method 0xf7020cda.

Solidity: function drawSellLock(tub address, otc address, cup bytes32, sai address, drawAmt uint256, weth address, minLockAmt uint256) returns()

func (*EqualizerTransactorSession) FreeSellWipe

func (_Equalizer *EqualizerTransactorSession) FreeSellWipe(tub common.Address, otc common.Address, cup [32]byte, sai common.Address, freeAmt *big.Int, weth common.Address, minWipeAmt *big.Int) (*types.Transaction, error)

FreeSellWipe is a paid mutator transaction binding the contract method 0xe466979f.

Solidity: function freeSellWipe(tub address, otc address, cup bytes32, sai address, freeAmt uint256, weth address, minWipeAmt uint256) returns()

Jump to

Keyboard shortcuts

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