Documentation ¶
Index ¶
- Constants
- type Base64
- type Base64Caller
- type Base64CallerRaw
- type Base64CallerSession
- type Base64Filterer
- type Base64Raw
- func (_Base64 *Base64Raw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_Base64 *Base64Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Base64 *Base64Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Base64Session
- type Base64Transactor
- type Base64TransactorRaw
- type Base64TransactorSession
Constants ¶
const Base64ABI = "[]"
Base64ABI is the input ABI used to generate the binding from.
const Base64Bin = `` /* 164-byte string literal not displayed */
Base64Bin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64 ¶
type Base64 struct { Base64Caller // Read-only binding to the contract Base64Transactor // Write-only binding to the contract Base64Filterer // Log filterer for contract events }
Base64 is an auto generated Go binding around an Ethereum contract.
func DeployBase64 ¶
func DeployBase64(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Base64, error)
DeployBase64 deploys a new Ethereum contract, binding an instance of Base64 to it.
type Base64Caller ¶
type Base64Caller struct {
// contains filtered or unexported fields
}
Base64Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewBase64Caller ¶
func NewBase64Caller(address common.Address, caller bind.ContractCaller) (*Base64Caller, error)
NewBase64Caller creates a new read-only instance of Base64, bound to a specific deployed contract.
type Base64CallerRaw ¶
type Base64CallerRaw struct {
Contract *Base64Caller // Generic read-only contract binding to access the raw methods on
}
Base64CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Base64CallerRaw) Call ¶
func (_Base64 *Base64CallerRaw) 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 Base64CallerSession ¶
type Base64CallerSession struct { Contract *Base64Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Base64CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type Base64Filterer ¶
type Base64Filterer struct {
// contains filtered or unexported fields
}
Base64Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewBase64Filterer ¶
func NewBase64Filterer(address common.Address, filterer bind.ContractFilterer) (*Base64Filterer, error)
NewBase64Filterer creates a new log filterer instance of Base64, bound to a specific deployed contract.
type Base64Raw ¶
type Base64Raw struct {
Contract *Base64 // Generic contract binding to access the raw methods on
}
Base64Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Base64Raw) Call ¶
func (_Base64 *Base64Raw) 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 (*Base64Raw) Transact ¶
func (_Base64 *Base64Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Base64Raw) Transfer ¶
func (_Base64 *Base64Raw) 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 Base64Session ¶
type Base64Session struct { Contract *Base64 // 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 }
Base64Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type Base64Transactor ¶
type Base64Transactor struct {
// contains filtered or unexported fields
}
Base64Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewBase64Transactor ¶
func NewBase64Transactor(address common.Address, transactor bind.ContractTransactor) (*Base64Transactor, error)
NewBase64Transactor creates a new write-only instance of Base64, bound to a specific deployed contract.
type Base64TransactorRaw ¶
type Base64TransactorRaw struct {
Contract *Base64Transactor // Generic write-only contract binding to access the raw methods on
}
Base64TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Base64TransactorRaw) Transact ¶
func (_Base64 *Base64TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Base64TransactorRaw) Transfer ¶
func (_Base64 *Base64TransactorRaw) 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 Base64TransactorSession ¶
type Base64TransactorSession struct { Contract *Base64Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Base64TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.