registrycontract

package
v0.0.0-...-48232e7 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const RegistryContractABI = "" /* 2215-byte string literal not displayed */

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

Variables

This section is empty.

Functions

This section is empty.

Types

type RegistryContract

type RegistryContract struct {
	RegistryContractCaller     // Read-only binding to the contract
	RegistryContractTransactor // Write-only binding to the contract
}

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

func NewRegistryContract

func NewRegistryContract(address common.Address, backend bind.ContractBackend) (*RegistryContract, error)

NewRegistryContract creates a new instance of RegistryContract, bound to a specific deployed contract.

type RegistryContractCaller

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

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

func NewRegistryContractCaller

func NewRegistryContractCaller(address common.Address, caller bind.ContractCaller) (*RegistryContractCaller, error)

NewRegistryContractCaller creates a new read-only instance of RegistryContract, bound to a specific deployed contract.

func (*RegistryContractCaller) Owner

func (_RegistryContract *RegistryContractCaller) Owner(opts *bind.CallOpts, node [32]byte) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x02571be3.

Solidity: function owner(node bytes32) constant returns(address)

func (*RegistryContractCaller) Resolver

func (_RegistryContract *RegistryContractCaller) Resolver(opts *bind.CallOpts, node [32]byte) (common.Address, error)

Resolver is a free data retrieval call binding the contract method 0x0178b8bf.

Solidity: function resolver(node bytes32) constant returns(address)

func (*RegistryContractCaller) Ttl

func (_RegistryContract *RegistryContractCaller) Ttl(opts *bind.CallOpts, node [32]byte) (uint64, error)

Ttl is a free data retrieval call binding the contract method 0x16a25cbd.

Solidity: function ttl(node bytes32) constant returns(uint64)

type RegistryContractCallerRaw

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

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

func (*RegistryContractCallerRaw) Call

func (_RegistryContract *RegistryContractCallerRaw) 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 RegistryContractCallerSession

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

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

func (*RegistryContractCallerSession) Owner

func (_RegistryContract *RegistryContractCallerSession) Owner(node [32]byte) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x02571be3.

Solidity: function owner(node bytes32) constant returns(address)

func (*RegistryContractCallerSession) Resolver

func (_RegistryContract *RegistryContractCallerSession) Resolver(node [32]byte) (common.Address, error)

Resolver is a free data retrieval call binding the contract method 0x0178b8bf.

Solidity: function resolver(node bytes32) constant returns(address)

func (*RegistryContractCallerSession) Ttl

func (_RegistryContract *RegistryContractCallerSession) Ttl(node [32]byte) (uint64, error)

Ttl is a free data retrieval call binding the contract method 0x16a25cbd.

Solidity: function ttl(node bytes32) constant returns(uint64)

type RegistryContractRaw

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

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

func (*RegistryContractRaw) Call

func (_RegistryContract *RegistryContractRaw) 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 (*RegistryContractRaw) Transact

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

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

func (*RegistryContractRaw) Transfer

func (_RegistryContract *RegistryContractRaw) 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 RegistryContractSession

type RegistryContractSession struct {
	Contract     *RegistryContract // 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
}

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

func (*RegistryContractSession) Owner

func (_RegistryContract *RegistryContractSession) Owner(node [32]byte) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x02571be3.

Solidity: function owner(node bytes32) constant returns(address)

func (*RegistryContractSession) Resolver

func (_RegistryContract *RegistryContractSession) Resolver(node [32]byte) (common.Address, error)

Resolver is a free data retrieval call binding the contract method 0x0178b8bf.

Solidity: function resolver(node bytes32) constant returns(address)

func (*RegistryContractSession) SetOwner

func (_RegistryContract *RegistryContractSession) SetOwner(node [32]byte, owner common.Address) (*types.Transaction, error)

SetOwner is a paid mutator transaction binding the contract method 0x5b0fc9c3.

Solidity: function setOwner(node bytes32, owner address) returns()

func (*RegistryContractSession) SetResolver

func (_RegistryContract *RegistryContractSession) SetResolver(node [32]byte, resolver common.Address) (*types.Transaction, error)

SetResolver is a paid mutator transaction binding the contract method 0x1896f70a.

Solidity: function setResolver(node bytes32, resolver address) returns()

func (*RegistryContractSession) SetSubnodeOwner

func (_RegistryContract *RegistryContractSession) SetSubnodeOwner(node [32]byte, label [32]byte, owner common.Address) (*types.Transaction, error)

SetSubnodeOwner is a paid mutator transaction binding the contract method 0x06ab5923.

Solidity: function setSubnodeOwner(node bytes32, label bytes32, owner address) returns()

func (*RegistryContractSession) SetTTL

func (_RegistryContract *RegistryContractSession) SetTTL(node [32]byte, ttl uint64) (*types.Transaction, error)

SetTTL is a paid mutator transaction binding the contract method 0x14ab9038.

Solidity: function setTTL(node bytes32, ttl uint64) returns()

func (*RegistryContractSession) Ttl

func (_RegistryContract *RegistryContractSession) Ttl(node [32]byte) (uint64, error)

Ttl is a free data retrieval call binding the contract method 0x16a25cbd.

Solidity: function ttl(node bytes32) constant returns(uint64)

type RegistryContractTransactor

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

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

func NewRegistryContractTransactor

func NewRegistryContractTransactor(address common.Address, transactor bind.ContractTransactor) (*RegistryContractTransactor, error)

NewRegistryContractTransactor creates a new write-only instance of RegistryContract, bound to a specific deployed contract.

func (*RegistryContractTransactor) SetOwner

func (_RegistryContract *RegistryContractTransactor) SetOwner(opts *bind.TransactOpts, node [32]byte, owner common.Address) (*types.Transaction, error)

SetOwner is a paid mutator transaction binding the contract method 0x5b0fc9c3.

Solidity: function setOwner(node bytes32, owner address) returns()

func (*RegistryContractTransactor) SetResolver

func (_RegistryContract *RegistryContractTransactor) SetResolver(opts *bind.TransactOpts, node [32]byte, resolver common.Address) (*types.Transaction, error)

SetResolver is a paid mutator transaction binding the contract method 0x1896f70a.

Solidity: function setResolver(node bytes32, resolver address) returns()

func (*RegistryContractTransactor) SetSubnodeOwner

func (_RegistryContract *RegistryContractTransactor) SetSubnodeOwner(opts *bind.TransactOpts, node [32]byte, label [32]byte, owner common.Address) (*types.Transaction, error)

SetSubnodeOwner is a paid mutator transaction binding the contract method 0x06ab5923.

Solidity: function setSubnodeOwner(node bytes32, label bytes32, owner address) returns()

func (*RegistryContractTransactor) SetTTL

func (_RegistryContract *RegistryContractTransactor) SetTTL(opts *bind.TransactOpts, node [32]byte, ttl uint64) (*types.Transaction, error)

SetTTL is a paid mutator transaction binding the contract method 0x14ab9038.

Solidity: function setTTL(node bytes32, ttl uint64) returns()

type RegistryContractTransactorRaw

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

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

func (*RegistryContractTransactorRaw) Transact

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

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

func (*RegistryContractTransactorRaw) Transfer

func (_RegistryContract *RegistryContractTransactorRaw) 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 RegistryContractTransactorSession

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

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

func (*RegistryContractTransactorSession) SetOwner

func (_RegistryContract *RegistryContractTransactorSession) SetOwner(node [32]byte, owner common.Address) (*types.Transaction, error)

SetOwner is a paid mutator transaction binding the contract method 0x5b0fc9c3.

Solidity: function setOwner(node bytes32, owner address) returns()

func (*RegistryContractTransactorSession) SetResolver

func (_RegistryContract *RegistryContractTransactorSession) SetResolver(node [32]byte, resolver common.Address) (*types.Transaction, error)

SetResolver is a paid mutator transaction binding the contract method 0x1896f70a.

Solidity: function setResolver(node bytes32, resolver address) returns()

func (*RegistryContractTransactorSession) SetSubnodeOwner

func (_RegistryContract *RegistryContractTransactorSession) SetSubnodeOwner(node [32]byte, label [32]byte, owner common.Address) (*types.Transaction, error)

SetSubnodeOwner is a paid mutator transaction binding the contract method 0x06ab5923.

Solidity: function setSubnodeOwner(node bytes32, label bytes32, owner address) returns()

func (*RegistryContractTransactorSession) SetTTL

func (_RegistryContract *RegistryContractTransactorSession) SetTTL(node [32]byte, ttl uint64) (*types.Transaction, error)

SetTTL is a paid mutator transaction binding the contract method 0x14ab9038.

Solidity: function setTTL(node bytes32, ttl uint64) returns()

Jump to

Keyboard shortcuts

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