Documentation ¶
Index ¶
- Variables
- type ConduitControllerInterface
- type ConduitControllerInterfaceCaller
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannel(opts *bind.CallOpts, conduit common.Address, channelIndex *big.Int) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannelStatus(opts *bind.CallOpts, conduit common.Address, channel common.Address) (bool, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannels(opts *bind.CallOpts, conduit common.Address) ([]common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetConduit(opts *bind.CallOpts, conduitKey [32]byte) (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetConduitCodeHashes(opts *bind.CallOpts) (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetKey(opts *bind.CallOpts, conduit common.Address) ([32]byte, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetPotentialOwner(opts *bind.CallOpts, conduit common.Address) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetTotalChannels(opts *bind.CallOpts, conduit common.Address) (*big.Int, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) OwnerOf(opts *bind.CallOpts, conduit common.Address) (common.Address, error)
- type ConduitControllerInterfaceCallerRaw
- type ConduitControllerInterfaceCallerSession
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannel(conduit common.Address, channelIndex *big.Int) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannelStatus(conduit common.Address, channel common.Address) (bool, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannels(conduit common.Address) ([]common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetConduit(conduitKey [32]byte) (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetConduitCodeHashes() (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetKey(conduit common.Address) ([32]byte, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetPotentialOwner(conduit common.Address) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetTotalChannels(conduit common.Address) (*big.Int, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) OwnerOf(conduit common.Address) (common.Address, error)
- type ConduitControllerInterfaceFilterer
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterNewConduit(opts *bind.FilterOpts) (*ConduitControllerInterfaceNewConduitIterator, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, conduit []common.Address, ...) (*ConduitControllerInterfaceOwnershipTransferredIterator, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterPotentialOwnerUpdated(opts *bind.FilterOpts, newPotentialOwner []common.Address) (*ConduitControllerInterfacePotentialOwnerUpdatedIterator, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParseNewConduit(log types.Log) (*ConduitControllerInterfaceNewConduit, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParseOwnershipTransferred(log types.Log) (*ConduitControllerInterfaceOwnershipTransferred, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParsePotentialOwnerUpdated(log types.Log) (*ConduitControllerInterfacePotentialOwnerUpdated, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchNewConduit(opts *bind.WatchOpts, sink chan<- *ConduitControllerInterfaceNewConduit) (event.Subscription, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchPotentialOwnerUpdated(opts *bind.WatchOpts, ...) (event.Subscription, error)
- type ConduitControllerInterfaceNewConduit
- type ConduitControllerInterfaceNewConduitIterator
- type ConduitControllerInterfaceOwnershipTransferred
- type ConduitControllerInterfaceOwnershipTransferredIterator
- type ConduitControllerInterfacePotentialOwnerUpdated
- type ConduitControllerInterfacePotentialOwnerUpdatedIterator
- type ConduitControllerInterfaceRaw
- func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ConduitControllerInterfaceSession
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) AcceptOwnership(conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) CancelOwnershipTransfer(conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) CreateConduit(conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannel(conduit common.Address, channelIndex *big.Int) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannelStatus(conduit common.Address, channel common.Address) (bool, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannels(conduit common.Address) ([]common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetConduit(conduitKey [32]byte) (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetConduitCodeHashes() (struct{ ... }, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetKey(conduit common.Address) ([32]byte, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetPotentialOwner(conduit common.Address) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetTotalChannels(conduit common.Address) (*big.Int, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) OwnerOf(conduit common.Address) (common.Address, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) TransferOwnership(conduit common.Address, newPotentialOwner common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceSession) UpdateChannel(conduit common.Address, channel common.Address, isOpen bool) (*types.Transaction, error)
- type ConduitControllerInterfaceTransactor
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) AcceptOwnership(opts *bind.TransactOpts, conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) CancelOwnershipTransfer(opts *bind.TransactOpts, conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) CreateConduit(opts *bind.TransactOpts, conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) TransferOwnership(opts *bind.TransactOpts, conduit common.Address, ...) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) UpdateChannel(opts *bind.TransactOpts, conduit common.Address, channel common.Address, ...) (*types.Transaction, error)
- type ConduitControllerInterfaceTransactorRaw
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ConduitControllerInterfaceTransactorSession
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) AcceptOwnership(conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) CancelOwnershipTransfer(conduit common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) CreateConduit(conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) TransferOwnership(conduit common.Address, newPotentialOwner common.Address) (*types.Transaction, error)
- func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) UpdateChannel(conduit common.Address, channel common.Address, isOpen bool) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var ConduitControllerInterfaceABI = ConduitControllerInterfaceMetaData.ABI
ConduitControllerInterfaceABI is the input ABI used to generate the binding from. Deprecated: Use ConduitControllerInterfaceMetaData.ABI instead.
var ConduitControllerInterfaceMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"CallerIsNotNewPotentialOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"CallerIsNotOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"ChannelOutOfRange\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"ConduitAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidCreator\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newPotentialOwner\",\"type\":\"address\"}],\"name\":\"NewPotentialOwnerAlreadySet\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"NewPotentialOwnerIsZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoConduit\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"NoPotentialOwnerCurrentlySet\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"conduitKey\",\"type\":\"bytes32\"}],\"name\":\"NewConduit\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newPotentialOwner\",\"type\":\"address\"}],\"name\":\"PotentialOwnerUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"cancelOwnershipTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"conduitKey\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"initialOwner\",\"type\":\"address\"}],\"name\":\"createConduit\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"channelIndex\",\"type\":\"uint256\"}],\"name\":\"getChannel\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"channel\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"channel\",\"type\":\"address\"}],\"name\":\"getChannelStatus\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isOpen\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"getChannels\",\"outputs\":[{\"internalType\":\"address[]\",\"name\":\"channels\",\"type\":\"address[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"conduitKey\",\"type\":\"bytes32\"}],\"name\":\"getConduit\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"exists\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getConduitCodeHashes\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"creationCodeHash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"runtimeCodeHash\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"getKey\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"conduitKey\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"getPotentialOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"potentialOwner\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"getTotalChannels\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"totalChannels\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newPotentialOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"conduit\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"channel\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isOpen\",\"type\":\"bool\"}],\"name\":\"updateChannel\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
ConduitControllerInterfaceMetaData contains all meta data concerning the ConduitControllerInterface contract.
Functions ¶
This section is empty.
Types ¶
type ConduitControllerInterface ¶
type ConduitControllerInterface struct { ConduitControllerInterfaceCaller // Read-only binding to the contract ConduitControllerInterfaceTransactor // Write-only binding to the contract ConduitControllerInterfaceFilterer // Log filterer for contract events }
ConduitControllerInterface is an auto generated Go binding around an Ethereum contract.
func NewConduitControllerInterface ¶
func NewConduitControllerInterface(address common.Address, backend bind.ContractBackend) (*ConduitControllerInterface, error)
NewConduitControllerInterface creates a new instance of ConduitControllerInterface, bound to a specific deployed contract.
type ConduitControllerInterfaceCaller ¶
type ConduitControllerInterfaceCaller struct {
// contains filtered or unexported fields
}
ConduitControllerInterfaceCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewConduitControllerInterfaceCaller ¶
func NewConduitControllerInterfaceCaller(address common.Address, caller bind.ContractCaller) (*ConduitControllerInterfaceCaller, error)
NewConduitControllerInterfaceCaller creates a new read-only instance of ConduitControllerInterface, bound to a specific deployed contract.
func (*ConduitControllerInterfaceCaller) GetChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannel(opts *bind.CallOpts, conduit common.Address, channelIndex *big.Int) (common.Address, error)
GetChannel is a free data retrieval call binding the contract method 0x027cc764.
Solidity: function getChannel(address conduit, uint256 channelIndex) view returns(address channel)
func (*ConduitControllerInterfaceCaller) GetChannelStatus ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannelStatus(opts *bind.CallOpts, conduit common.Address, channel common.Address) (bool, error)
GetChannelStatus is a free data retrieval call binding the contract method 0x33bc8572.
Solidity: function getChannelStatus(address conduit, address channel) view returns(bool isOpen)
func (*ConduitControllerInterfaceCaller) GetChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetChannels(opts *bind.CallOpts, conduit common.Address) ([]common.Address, error)
GetChannels is a free data retrieval call binding the contract method 0x8b9e028b.
Solidity: function getChannels(address conduit) view returns(address[] channels)
func (*ConduitControllerInterfaceCaller) GetConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetConduit(opts *bind.CallOpts, conduitKey [32]byte) (struct { Conduit common.Address Exists bool }, error)
GetConduit is a free data retrieval call binding the contract method 0x6e9bfd9f.
Solidity: function getConduit(bytes32 conduitKey) view returns(address conduit, bool exists)
func (*ConduitControllerInterfaceCaller) GetConduitCodeHashes ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetConduitCodeHashes(opts *bind.CallOpts) (struct { CreationCodeHash [32]byte RuntimeCodeHash [32]byte }, error)
GetConduitCodeHashes is a free data retrieval call binding the contract method 0x0a96ad39.
Solidity: function getConduitCodeHashes() view returns(bytes32 creationCodeHash, bytes32 runtimeCodeHash)
func (*ConduitControllerInterfaceCaller) GetKey ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetKey(opts *bind.CallOpts, conduit common.Address) ([32]byte, error)
GetKey is a free data retrieval call binding the contract method 0x93790f44.
Solidity: function getKey(address conduit) view returns(bytes32 conduitKey)
func (*ConduitControllerInterfaceCaller) GetPotentialOwner ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetPotentialOwner(opts *bind.CallOpts, conduit common.Address) (common.Address, error)
GetPotentialOwner is a free data retrieval call binding the contract method 0x906c87cc.
Solidity: function getPotentialOwner(address conduit) view returns(address potentialOwner)
func (*ConduitControllerInterfaceCaller) GetTotalChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) GetTotalChannels(opts *bind.CallOpts, conduit common.Address) (*big.Int, error)
GetTotalChannels is a free data retrieval call binding the contract method 0x4e3f9580.
Solidity: function getTotalChannels(address conduit) view returns(uint256 totalChannels)
func (*ConduitControllerInterfaceCaller) OwnerOf ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCaller) OwnerOf(opts *bind.CallOpts, conduit common.Address) (common.Address, error)
OwnerOf is a free data retrieval call binding the contract method 0x14afd79e.
Solidity: function ownerOf(address conduit) view returns(address owner)
type ConduitControllerInterfaceCallerRaw ¶
type ConduitControllerInterfaceCallerRaw struct {
Contract *ConduitControllerInterfaceCaller // Generic read-only contract binding to access the raw methods on
}
ConduitControllerInterfaceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ConduitControllerInterfaceCallerRaw) Call ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerRaw) 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 ConduitControllerInterfaceCallerSession ¶
type ConduitControllerInterfaceCallerSession struct { Contract *ConduitControllerInterfaceCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ConduitControllerInterfaceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ConduitControllerInterfaceCallerSession) GetChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannel(conduit common.Address, channelIndex *big.Int) (common.Address, error)
GetChannel is a free data retrieval call binding the contract method 0x027cc764.
Solidity: function getChannel(address conduit, uint256 channelIndex) view returns(address channel)
func (*ConduitControllerInterfaceCallerSession) GetChannelStatus ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannelStatus(conduit common.Address, channel common.Address) (bool, error)
GetChannelStatus is a free data retrieval call binding the contract method 0x33bc8572.
Solidity: function getChannelStatus(address conduit, address channel) view returns(bool isOpen)
func (*ConduitControllerInterfaceCallerSession) GetChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetChannels(conduit common.Address) ([]common.Address, error)
GetChannels is a free data retrieval call binding the contract method 0x8b9e028b.
Solidity: function getChannels(address conduit) view returns(address[] channels)
func (*ConduitControllerInterfaceCallerSession) GetConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetConduit(conduitKey [32]byte) (struct { Conduit common.Address Exists bool }, error)
GetConduit is a free data retrieval call binding the contract method 0x6e9bfd9f.
Solidity: function getConduit(bytes32 conduitKey) view returns(address conduit, bool exists)
func (*ConduitControllerInterfaceCallerSession) GetConduitCodeHashes ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetConduitCodeHashes() (struct { CreationCodeHash [32]byte RuntimeCodeHash [32]byte }, error)
GetConduitCodeHashes is a free data retrieval call binding the contract method 0x0a96ad39.
Solidity: function getConduitCodeHashes() view returns(bytes32 creationCodeHash, bytes32 runtimeCodeHash)
func (*ConduitControllerInterfaceCallerSession) GetKey ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetKey(conduit common.Address) ([32]byte, error)
GetKey is a free data retrieval call binding the contract method 0x93790f44.
Solidity: function getKey(address conduit) view returns(bytes32 conduitKey)
func (*ConduitControllerInterfaceCallerSession) GetPotentialOwner ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetPotentialOwner(conduit common.Address) (common.Address, error)
GetPotentialOwner is a free data retrieval call binding the contract method 0x906c87cc.
Solidity: function getPotentialOwner(address conduit) view returns(address potentialOwner)
func (*ConduitControllerInterfaceCallerSession) GetTotalChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) GetTotalChannels(conduit common.Address) (*big.Int, error)
GetTotalChannels is a free data retrieval call binding the contract method 0x4e3f9580.
Solidity: function getTotalChannels(address conduit) view returns(uint256 totalChannels)
func (*ConduitControllerInterfaceCallerSession) OwnerOf ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceCallerSession) OwnerOf(conduit common.Address) (common.Address, error)
OwnerOf is a free data retrieval call binding the contract method 0x14afd79e.
Solidity: function ownerOf(address conduit) view returns(address owner)
type ConduitControllerInterfaceFilterer ¶
type ConduitControllerInterfaceFilterer struct {
// contains filtered or unexported fields
}
ConduitControllerInterfaceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewConduitControllerInterfaceFilterer ¶
func NewConduitControllerInterfaceFilterer(address common.Address, filterer bind.ContractFilterer) (*ConduitControllerInterfaceFilterer, error)
NewConduitControllerInterfaceFilterer creates a new log filterer instance of ConduitControllerInterface, bound to a specific deployed contract.
func (*ConduitControllerInterfaceFilterer) FilterNewConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterNewConduit(opts *bind.FilterOpts) (*ConduitControllerInterfaceNewConduitIterator, error)
FilterNewConduit is a free log retrieval operation binding the contract event 0x4397af6128d529b8ae0442f99db1296d5136062597a15bbc61c1b2a6431a7d15.
Solidity: event NewConduit(address conduit, bytes32 conduitKey)
func (*ConduitControllerInterfaceFilterer) FilterOwnershipTransferred ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, conduit []common.Address, previousOwner []common.Address, newOwner []common.Address) (*ConduitControllerInterfaceOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0xc8894f26f396ce8c004245c8b7cd1b92103a6e4302fcbab883987149ac01b7ec.
Solidity: event OwnershipTransferred(address indexed conduit, address indexed previousOwner, address indexed newOwner)
func (*ConduitControllerInterfaceFilterer) FilterPotentialOwnerUpdated ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) FilterPotentialOwnerUpdated(opts *bind.FilterOpts, newPotentialOwner []common.Address) (*ConduitControllerInterfacePotentialOwnerUpdatedIterator, error)
FilterPotentialOwnerUpdated is a free log retrieval operation binding the contract event 0x11a3cf439fb225bfe74225716b6774765670ec1060e3796802e62139d69974da.
Solidity: event PotentialOwnerUpdated(address indexed newPotentialOwner)
func (*ConduitControllerInterfaceFilterer) ParseNewConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParseNewConduit(log types.Log) (*ConduitControllerInterfaceNewConduit, error)
ParseNewConduit is a log parse operation binding the contract event 0x4397af6128d529b8ae0442f99db1296d5136062597a15bbc61c1b2a6431a7d15.
Solidity: event NewConduit(address conduit, bytes32 conduitKey)
func (*ConduitControllerInterfaceFilterer) ParseOwnershipTransferred ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParseOwnershipTransferred(log types.Log) (*ConduitControllerInterfaceOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0xc8894f26f396ce8c004245c8b7cd1b92103a6e4302fcbab883987149ac01b7ec.
Solidity: event OwnershipTransferred(address indexed conduit, address indexed previousOwner, address indexed newOwner)
func (*ConduitControllerInterfaceFilterer) ParsePotentialOwnerUpdated ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) ParsePotentialOwnerUpdated(log types.Log) (*ConduitControllerInterfacePotentialOwnerUpdated, error)
ParsePotentialOwnerUpdated is a log parse operation binding the contract event 0x11a3cf439fb225bfe74225716b6774765670ec1060e3796802e62139d69974da.
Solidity: event PotentialOwnerUpdated(address indexed newPotentialOwner)
func (*ConduitControllerInterfaceFilterer) WatchNewConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchNewConduit(opts *bind.WatchOpts, sink chan<- *ConduitControllerInterfaceNewConduit) (event.Subscription, error)
WatchNewConduit is a free log subscription operation binding the contract event 0x4397af6128d529b8ae0442f99db1296d5136062597a15bbc61c1b2a6431a7d15.
Solidity: event NewConduit(address conduit, bytes32 conduitKey)
func (*ConduitControllerInterfaceFilterer) WatchOwnershipTransferred ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ConduitControllerInterfaceOwnershipTransferred, conduit []common.Address, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0xc8894f26f396ce8c004245c8b7cd1b92103a6e4302fcbab883987149ac01b7ec.
Solidity: event OwnershipTransferred(address indexed conduit, address indexed previousOwner, address indexed newOwner)
func (*ConduitControllerInterfaceFilterer) WatchPotentialOwnerUpdated ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceFilterer) WatchPotentialOwnerUpdated(opts *bind.WatchOpts, sink chan<- *ConduitControllerInterfacePotentialOwnerUpdated, newPotentialOwner []common.Address) (event.Subscription, error)
WatchPotentialOwnerUpdated is a free log subscription operation binding the contract event 0x11a3cf439fb225bfe74225716b6774765670ec1060e3796802e62139d69974da.
Solidity: event PotentialOwnerUpdated(address indexed newPotentialOwner)
type ConduitControllerInterfaceNewConduit ¶
type ConduitControllerInterfaceNewConduit struct { Conduit common.Address ConduitKey [32]byte Raw types.Log // Blockchain specific contextual infos }
ConduitControllerInterfaceNewConduit represents a NewConduit event raised by the ConduitControllerInterface contract.
type ConduitControllerInterfaceNewConduitIterator ¶
type ConduitControllerInterfaceNewConduitIterator struct { Event *ConduitControllerInterfaceNewConduit // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ConduitControllerInterfaceNewConduitIterator is returned from FilterNewConduit and is used to iterate over the raw logs and unpacked data for NewConduit events raised by the ConduitControllerInterface contract.
func (*ConduitControllerInterfaceNewConduitIterator) Close ¶
func (it *ConduitControllerInterfaceNewConduitIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ConduitControllerInterfaceNewConduitIterator) Error ¶
func (it *ConduitControllerInterfaceNewConduitIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ConduitControllerInterfaceNewConduitIterator) Next ¶
func (it *ConduitControllerInterfaceNewConduitIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type ConduitControllerInterfaceOwnershipTransferred ¶
type ConduitControllerInterfaceOwnershipTransferred struct { Conduit common.Address PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
ConduitControllerInterfaceOwnershipTransferred represents a OwnershipTransferred event raised by the ConduitControllerInterface contract.
type ConduitControllerInterfaceOwnershipTransferredIterator ¶
type ConduitControllerInterfaceOwnershipTransferredIterator struct { Event *ConduitControllerInterfaceOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ConduitControllerInterfaceOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ConduitControllerInterface contract.
func (*ConduitControllerInterfaceOwnershipTransferredIterator) Close ¶
func (it *ConduitControllerInterfaceOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ConduitControllerInterfaceOwnershipTransferredIterator) Error ¶
func (it *ConduitControllerInterfaceOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ConduitControllerInterfaceOwnershipTransferredIterator) Next ¶
func (it *ConduitControllerInterfaceOwnershipTransferredIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type ConduitControllerInterfacePotentialOwnerUpdated ¶
type ConduitControllerInterfacePotentialOwnerUpdated struct { NewPotentialOwner common.Address Raw types.Log // Blockchain specific contextual infos }
ConduitControllerInterfacePotentialOwnerUpdated represents a PotentialOwnerUpdated event raised by the ConduitControllerInterface contract.
type ConduitControllerInterfacePotentialOwnerUpdatedIterator ¶
type ConduitControllerInterfacePotentialOwnerUpdatedIterator struct { Event *ConduitControllerInterfacePotentialOwnerUpdated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ConduitControllerInterfacePotentialOwnerUpdatedIterator is returned from FilterPotentialOwnerUpdated and is used to iterate over the raw logs and unpacked data for PotentialOwnerUpdated events raised by the ConduitControllerInterface contract.
func (*ConduitControllerInterfacePotentialOwnerUpdatedIterator) Close ¶
func (it *ConduitControllerInterfacePotentialOwnerUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ConduitControllerInterfacePotentialOwnerUpdatedIterator) Error ¶
func (it *ConduitControllerInterfacePotentialOwnerUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ConduitControllerInterfacePotentialOwnerUpdatedIterator) Next ¶
func (it *ConduitControllerInterfacePotentialOwnerUpdatedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type ConduitControllerInterfaceRaw ¶
type ConduitControllerInterfaceRaw struct {
Contract *ConduitControllerInterface // Generic contract binding to access the raw methods on
}
ConduitControllerInterfaceRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ConduitControllerInterfaceRaw) Call ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) 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 (*ConduitControllerInterfaceRaw) Transact ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ConduitControllerInterfaceRaw) Transfer ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceRaw) 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 ConduitControllerInterfaceSession ¶
type ConduitControllerInterfaceSession struct { Contract *ConduitControllerInterface // 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 }
ConduitControllerInterfaceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ConduitControllerInterfaceSession) AcceptOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) AcceptOwnership(conduit common.Address) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x51710e45.
Solidity: function acceptOwnership(address conduit) returns()
func (*ConduitControllerInterfaceSession) CancelOwnershipTransfer ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) CancelOwnershipTransfer(conduit common.Address) (*types.Transaction, error)
CancelOwnershipTransfer is a paid mutator transaction binding the contract method 0x7b37e561.
Solidity: function cancelOwnershipTransfer(address conduit) returns()
func (*ConduitControllerInterfaceSession) CreateConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) CreateConduit(conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
CreateConduit is a paid mutator transaction binding the contract method 0x794593bc.
Solidity: function createConduit(bytes32 conduitKey, address initialOwner) returns(address conduit)
func (*ConduitControllerInterfaceSession) GetChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannel(conduit common.Address, channelIndex *big.Int) (common.Address, error)
GetChannel is a free data retrieval call binding the contract method 0x027cc764.
Solidity: function getChannel(address conduit, uint256 channelIndex) view returns(address channel)
func (*ConduitControllerInterfaceSession) GetChannelStatus ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannelStatus(conduit common.Address, channel common.Address) (bool, error)
GetChannelStatus is a free data retrieval call binding the contract method 0x33bc8572.
Solidity: function getChannelStatus(address conduit, address channel) view returns(bool isOpen)
func (*ConduitControllerInterfaceSession) GetChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetChannels(conduit common.Address) ([]common.Address, error)
GetChannels is a free data retrieval call binding the contract method 0x8b9e028b.
Solidity: function getChannels(address conduit) view returns(address[] channels)
func (*ConduitControllerInterfaceSession) GetConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetConduit(conduitKey [32]byte) (struct { Conduit common.Address Exists bool }, error)
GetConduit is a free data retrieval call binding the contract method 0x6e9bfd9f.
Solidity: function getConduit(bytes32 conduitKey) view returns(address conduit, bool exists)
func (*ConduitControllerInterfaceSession) GetConduitCodeHashes ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetConduitCodeHashes() (struct { CreationCodeHash [32]byte RuntimeCodeHash [32]byte }, error)
GetConduitCodeHashes is a free data retrieval call binding the contract method 0x0a96ad39.
Solidity: function getConduitCodeHashes() view returns(bytes32 creationCodeHash, bytes32 runtimeCodeHash)
func (*ConduitControllerInterfaceSession) GetKey ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetKey(conduit common.Address) ([32]byte, error)
GetKey is a free data retrieval call binding the contract method 0x93790f44.
Solidity: function getKey(address conduit) view returns(bytes32 conduitKey)
func (*ConduitControllerInterfaceSession) GetPotentialOwner ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetPotentialOwner(conduit common.Address) (common.Address, error)
GetPotentialOwner is a free data retrieval call binding the contract method 0x906c87cc.
Solidity: function getPotentialOwner(address conduit) view returns(address potentialOwner)
func (*ConduitControllerInterfaceSession) GetTotalChannels ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) GetTotalChannels(conduit common.Address) (*big.Int, error)
GetTotalChannels is a free data retrieval call binding the contract method 0x4e3f9580.
Solidity: function getTotalChannels(address conduit) view returns(uint256 totalChannels)
func (*ConduitControllerInterfaceSession) OwnerOf ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) OwnerOf(conduit common.Address) (common.Address, error)
OwnerOf is a free data retrieval call binding the contract method 0x14afd79e.
Solidity: function ownerOf(address conduit) view returns(address owner)
func (*ConduitControllerInterfaceSession) TransferOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) TransferOwnership(conduit common.Address, newPotentialOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0x6d435421.
Solidity: function transferOwnership(address conduit, address newPotentialOwner) returns()
func (*ConduitControllerInterfaceSession) UpdateChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceSession) UpdateChannel(conduit common.Address, channel common.Address, isOpen bool) (*types.Transaction, error)
UpdateChannel is a paid mutator transaction binding the contract method 0x13ad9cab.
Solidity: function updateChannel(address conduit, address channel, bool isOpen) returns()
type ConduitControllerInterfaceTransactor ¶
type ConduitControllerInterfaceTransactor struct {
// contains filtered or unexported fields
}
ConduitControllerInterfaceTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewConduitControllerInterfaceTransactor ¶
func NewConduitControllerInterfaceTransactor(address common.Address, transactor bind.ContractTransactor) (*ConduitControllerInterfaceTransactor, error)
NewConduitControllerInterfaceTransactor creates a new write-only instance of ConduitControllerInterface, bound to a specific deployed contract.
func (*ConduitControllerInterfaceTransactor) AcceptOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) AcceptOwnership(opts *bind.TransactOpts, conduit common.Address) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x51710e45.
Solidity: function acceptOwnership(address conduit) returns()
func (*ConduitControllerInterfaceTransactor) CancelOwnershipTransfer ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) CancelOwnershipTransfer(opts *bind.TransactOpts, conduit common.Address) (*types.Transaction, error)
CancelOwnershipTransfer is a paid mutator transaction binding the contract method 0x7b37e561.
Solidity: function cancelOwnershipTransfer(address conduit) returns()
func (*ConduitControllerInterfaceTransactor) CreateConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) CreateConduit(opts *bind.TransactOpts, conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
CreateConduit is a paid mutator transaction binding the contract method 0x794593bc.
Solidity: function createConduit(bytes32 conduitKey, address initialOwner) returns(address conduit)
func (*ConduitControllerInterfaceTransactor) TransferOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) TransferOwnership(opts *bind.TransactOpts, conduit common.Address, newPotentialOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0x6d435421.
Solidity: function transferOwnership(address conduit, address newPotentialOwner) returns()
func (*ConduitControllerInterfaceTransactor) UpdateChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactor) UpdateChannel(opts *bind.TransactOpts, conduit common.Address, channel common.Address, isOpen bool) (*types.Transaction, error)
UpdateChannel is a paid mutator transaction binding the contract method 0x13ad9cab.
Solidity: function updateChannel(address conduit, address channel, bool isOpen) returns()
type ConduitControllerInterfaceTransactorRaw ¶
type ConduitControllerInterfaceTransactorRaw struct {
Contract *ConduitControllerInterfaceTransactor // Generic write-only contract binding to access the raw methods on
}
ConduitControllerInterfaceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ConduitControllerInterfaceTransactorRaw) Transact ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ConduitControllerInterfaceTransactorRaw) Transfer ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorRaw) 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 ConduitControllerInterfaceTransactorSession ¶
type ConduitControllerInterfaceTransactorSession struct { Contract *ConduitControllerInterfaceTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ConduitControllerInterfaceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ConduitControllerInterfaceTransactorSession) AcceptOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) AcceptOwnership(conduit common.Address) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x51710e45.
Solidity: function acceptOwnership(address conduit) returns()
func (*ConduitControllerInterfaceTransactorSession) CancelOwnershipTransfer ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) CancelOwnershipTransfer(conduit common.Address) (*types.Transaction, error)
CancelOwnershipTransfer is a paid mutator transaction binding the contract method 0x7b37e561.
Solidity: function cancelOwnershipTransfer(address conduit) returns()
func (*ConduitControllerInterfaceTransactorSession) CreateConduit ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) CreateConduit(conduitKey [32]byte, initialOwner common.Address) (*types.Transaction, error)
CreateConduit is a paid mutator transaction binding the contract method 0x794593bc.
Solidity: function createConduit(bytes32 conduitKey, address initialOwner) returns(address conduit)
func (*ConduitControllerInterfaceTransactorSession) TransferOwnership ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) TransferOwnership(conduit common.Address, newPotentialOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0x6d435421.
Solidity: function transferOwnership(address conduit, address newPotentialOwner) returns()
func (*ConduitControllerInterfaceTransactorSession) UpdateChannel ¶
func (_ConduitControllerInterface *ConduitControllerInterfaceTransactorSession) UpdateChannel(conduit common.Address, channel common.Address, isOpen bool) (*types.Transaction, error)
UpdateChannel is a paid mutator transaction binding the contract method 0x13ad9cab.
Solidity: function updateChannel(address conduit, address channel, bool isOpen) returns()