FlipFab

package
v0.0.0-...-b095981 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const FLIPFABABI = "" /* 430-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type FLIPFAB

type FLIPFAB struct {
	FLIPFABCaller     // Read-only binding to the contract
	FLIPFABTransactor // Write-only binding to the contract
	FLIPFABFilterer   // Log filterer for contract events
}

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

func NewFLIPFAB

func NewFLIPFAB(address common.Address, backend bind.ContractBackend) (*FLIPFAB, error)

NewFLIPFAB creates a new instance of FLIPFAB, bound to a specific deployed contract.

type FLIPFABCaller

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

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

func NewFLIPFABCaller

func NewFLIPFABCaller(address common.Address, caller bind.ContractCaller) (*FLIPFABCaller, error)

NewFLIPFABCaller creates a new read-only instance of FLIPFAB, bound to a specific deployed contract.

type FLIPFABCallerRaw

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

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

func (*FLIPFABCallerRaw) Call

func (_FLIPFAB *FLIPFABCallerRaw) 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 FLIPFABCallerSession

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

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

type FLIPFABFilterer

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

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

func NewFLIPFABFilterer

func NewFLIPFABFilterer(address common.Address, filterer bind.ContractFilterer) (*FLIPFABFilterer, error)

NewFLIPFABFilterer creates a new log filterer instance of FLIPFAB, bound to a specific deployed contract.

type FLIPFABRaw

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

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

func (*FLIPFABRaw) Call

func (_FLIPFAB *FLIPFABRaw) 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 (*FLIPFABRaw) Transact

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

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

func (*FLIPFABRaw) Transfer

func (_FLIPFAB *FLIPFABRaw) 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 FLIPFABSession

type FLIPFABSession struct {
	Contract     *FLIPFAB          // 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
}

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

func (*FLIPFABSession) NewFlip

func (_FLIPFAB *FLIPFABSession) NewFlip(vat common.Address, cat common.Address, ilk [32]byte) (*types.Transaction, error)

NewFlip is a paid mutator transaction binding the contract method 0x04466bbe.

Solidity: function newFlip(address vat, address cat, bytes32 ilk) returns(address flip)

type FLIPFABTransactor

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

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

func NewFLIPFABTransactor

func NewFLIPFABTransactor(address common.Address, transactor bind.ContractTransactor) (*FLIPFABTransactor, error)

NewFLIPFABTransactor creates a new write-only instance of FLIPFAB, bound to a specific deployed contract.

func (*FLIPFABTransactor) NewFlip

func (_FLIPFAB *FLIPFABTransactor) NewFlip(opts *bind.TransactOpts, vat common.Address, cat common.Address, ilk [32]byte) (*types.Transaction, error)

NewFlip is a paid mutator transaction binding the contract method 0x04466bbe.

Solidity: function newFlip(address vat, address cat, bytes32 ilk) returns(address flip)

type FLIPFABTransactorRaw

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

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

func (*FLIPFABTransactorRaw) Transact

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

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

func (*FLIPFABTransactorRaw) Transfer

func (_FLIPFAB *FLIPFABTransactorRaw) 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 FLIPFABTransactorSession

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

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

func (*FLIPFABTransactorSession) NewFlip

func (_FLIPFAB *FLIPFABTransactorSession) NewFlip(vat common.Address, cat common.Address, ilk [32]byte) (*types.Transaction, error)

NewFlip is a paid mutator transaction binding the contract method 0x04466bbe.

Solidity: function newFlip(address vat, address cat, bytes32 ilk) returns(address flip)

Jump to

Keyboard shortcuts

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