identitymanager

package
v0.0.0-...-5a544cf Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2019 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const IdentitymanagerABI = "" /* 3320-byte string literal not displayed */

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

View Source
const IdentitymanagerBin = `` /* 68926-byte string literal not displayed */

IdentitymanagerBin is the compiled bytecode used for deploying new contracts.

Variables

This section is empty.

Functions

func CallCreateMetaID

func CallCreateMetaID(mgtAddress common.Address) (*types.Transaction, error)

CallCreateMetaID createMetaID function call

Types

type Identitymanager

type Identitymanager struct {
	IdentitymanagerCaller     // Read-only binding to the contract
	IdentitymanagerTransactor // Write-only binding to the contract
	IdentitymanagerFilterer   // Log filterer for contract events
}

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

func DeployIdentitymanager

func DeployIdentitymanager(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Identitymanager, error)

DeployIdentitymanager deploys a new Ethereum contract, binding an instance of Identitymanager to it.

func NewIdentitymanager

func NewIdentitymanager(address common.Address, backend bind.ContractBackend) (*Identitymanager, error)

NewIdentitymanager creates a new instance of Identitymanager, bound to a specific deployed contract.

type IdentitymanagerCaller

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

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

func NewIdentitymanagerCaller

func NewIdentitymanagerCaller(address common.Address, caller bind.ContractCaller) (*IdentitymanagerCaller, error)

NewIdentitymanagerCaller creates a new read-only instance of Identitymanager, bound to a specific deployed contract.

func (*IdentitymanagerCaller) GetDeployedMetaIds

func (_Identitymanager *IdentitymanagerCaller) GetDeployedMetaIds(opts *bind.CallOpts) ([]common.Address, error)

GetDeployedMetaIds is a free data retrieval call binding the contract method 0xab1796cf.

Solidity: function getDeployedMetaIds() constant returns(address[] addrs)

func (*IdentitymanagerCaller) GetLengthOfMetaIds

func (_Identitymanager *IdentitymanagerCaller) GetLengthOfMetaIds(opts *bind.CallOpts) (*big.Int, error)

GetLengthOfMetaIds is a free data retrieval call binding the contract method 0x57296f07.

Solidity: function getLengthOfMetaIds() constant returns(uint256 length)

func (*IdentitymanagerCaller) IsMetaId

func (_Identitymanager *IdentitymanagerCaller) IsMetaId(opts *bind.CallOpts, _addr common.Address) (bool, error)

IsMetaId is a free data retrieval call binding the contract method 0x12459b00.

Solidity: function isMetaId(address _addr) constant returns(bool found)

func (*IdentitymanagerCaller) IsOwner

func (_Identitymanager *IdentitymanagerCaller) IsOwner(opts *bind.CallOpts) (bool, error)

IsOwner is a free data retrieval call binding the contract method 0x8f32d59b.

Solidity: function isOwner() constant returns(bool)

func (*IdentitymanagerCaller) IsPermitted

func (_Identitymanager *IdentitymanagerCaller) IsPermitted(opts *bind.CallOpts, _addr common.Address) (bool, error)

IsPermitted is a free data retrieval call binding the contract method 0x3fd8cc4e.

Solidity: function isPermitted(address _addr) constant returns(bool found)

func (*IdentitymanagerCaller) MetaIds

func (_Identitymanager *IdentitymanagerCaller) MetaIds(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

MetaIds is a free data retrieval call binding the contract method 0x73fd4e8f.

Solidity: function metaIds(uint256 ) constant returns(address)

func (*IdentitymanagerCaller) Owner

func (_Identitymanager *IdentitymanagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() constant returns(address)

func (*IdentitymanagerCaller) REG

func (_Identitymanager *IdentitymanagerCaller) REG(opts *bind.CallOpts) (common.Address, error)

REG is a free data retrieval call binding the contract method 0x39363112.

Solidity: function REG() constant returns(address)

func (*IdentitymanagerCaller) THISNAME

func (_Identitymanager *IdentitymanagerCaller) THISNAME(opts *bind.CallOpts) ([32]byte, error)

THISNAME is a free data retrieval call binding the contract method 0x64319d0b.

Solidity: function THIS_NAME() constant returns(bytes32)

type IdentitymanagerCallerRaw

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

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

func (*IdentitymanagerCallerRaw) Call

func (_Identitymanager *IdentitymanagerCallerRaw) 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 IdentitymanagerCallerSession

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

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

func (*IdentitymanagerCallerSession) GetDeployedMetaIds

func (_Identitymanager *IdentitymanagerCallerSession) GetDeployedMetaIds() ([]common.Address, error)

GetDeployedMetaIds is a free data retrieval call binding the contract method 0xab1796cf.

Solidity: function getDeployedMetaIds() constant returns(address[] addrs)

func (*IdentitymanagerCallerSession) GetLengthOfMetaIds

func (_Identitymanager *IdentitymanagerCallerSession) GetLengthOfMetaIds() (*big.Int, error)

GetLengthOfMetaIds is a free data retrieval call binding the contract method 0x57296f07.

Solidity: function getLengthOfMetaIds() constant returns(uint256 length)

func (*IdentitymanagerCallerSession) IsMetaId

func (_Identitymanager *IdentitymanagerCallerSession) IsMetaId(_addr common.Address) (bool, error)

IsMetaId is a free data retrieval call binding the contract method 0x12459b00.

Solidity: function isMetaId(address _addr) constant returns(bool found)

func (*IdentitymanagerCallerSession) IsOwner

func (_Identitymanager *IdentitymanagerCallerSession) IsOwner() (bool, error)

IsOwner is a free data retrieval call binding the contract method 0x8f32d59b.

Solidity: function isOwner() constant returns(bool)

func (*IdentitymanagerCallerSession) IsPermitted

func (_Identitymanager *IdentitymanagerCallerSession) IsPermitted(_addr common.Address) (bool, error)

IsPermitted is a free data retrieval call binding the contract method 0x3fd8cc4e.

Solidity: function isPermitted(address _addr) constant returns(bool found)

func (*IdentitymanagerCallerSession) MetaIds

func (_Identitymanager *IdentitymanagerCallerSession) MetaIds(arg0 *big.Int) (common.Address, error)

MetaIds is a free data retrieval call binding the contract method 0x73fd4e8f.

Solidity: function metaIds(uint256 ) constant returns(address)

func (*IdentitymanagerCallerSession) Owner

func (_Identitymanager *IdentitymanagerCallerSession) Owner() (common.Address, error)

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

Solidity: function owner() constant returns(address)

func (*IdentitymanagerCallerSession) REG

func (_Identitymanager *IdentitymanagerCallerSession) REG() (common.Address, error)

REG is a free data retrieval call binding the contract method 0x39363112.

Solidity: function REG() constant returns(address)

func (*IdentitymanagerCallerSession) THISNAME

func (_Identitymanager *IdentitymanagerCallerSession) THISNAME() ([32]byte, error)

THISNAME is a free data retrieval call binding the contract method 0x64319d0b.

Solidity: function THIS_NAME() constant returns(bytes32)

type IdentitymanagerCreateMetaId

type IdentitymanagerCreateMetaId struct {
	ManagementKey common.Address
	MetaId        common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

IdentitymanagerCreateMetaId represents a CreateMetaId event raised by the Identitymanager contract.

type IdentitymanagerCreateMetaIdIterator

type IdentitymanagerCreateMetaIdIterator struct {
	Event *IdentitymanagerCreateMetaId // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IdentitymanagerCreateMetaIdIterator is returned from FilterCreateMetaId and is used to iterate over the raw logs and unpacked data for CreateMetaId events raised by the Identitymanager contract.

func (*IdentitymanagerCreateMetaIdIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IdentitymanagerCreateMetaIdIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IdentitymanagerCreateMetaIdIterator) Next

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 IdentitymanagerFilterer

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

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

func NewIdentitymanagerFilterer

func NewIdentitymanagerFilterer(address common.Address, filterer bind.ContractFilterer) (*IdentitymanagerFilterer, error)

NewIdentitymanagerFilterer creates a new log filterer instance of Identitymanager, bound to a specific deployed contract.

func (*IdentitymanagerFilterer) FilterCreateMetaId

func (_Identitymanager *IdentitymanagerFilterer) FilterCreateMetaId(opts *bind.FilterOpts, managementKey []common.Address) (*IdentitymanagerCreateMetaIdIterator, error)

FilterCreateMetaId is a free log retrieval operation binding the contract event 0x530662d7f09b3ad99f1a6c386579d429bed60b5cb0ffd969d5367a601bab3471.

Solidity: event CreateMetaId(address indexed managementKey, address metaId)

func (*IdentitymanagerFilterer) FilterOwnershipTransferred

func (_Identitymanager *IdentitymanagerFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*IdentitymanagerOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*IdentitymanagerFilterer) WatchCreateMetaId

func (_Identitymanager *IdentitymanagerFilterer) WatchCreateMetaId(opts *bind.WatchOpts, sink chan<- *IdentitymanagerCreateMetaId, managementKey []common.Address) (event.Subscription, error)

WatchCreateMetaId is a free log subscription operation binding the contract event 0x530662d7f09b3ad99f1a6c386579d429bed60b5cb0ffd969d5367a601bab3471.

Solidity: event CreateMetaId(address indexed managementKey, address metaId)

func (*IdentitymanagerFilterer) WatchOwnershipTransferred

func (_Identitymanager *IdentitymanagerFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *IdentitymanagerOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

type IdentitymanagerOwnershipTransferred

type IdentitymanagerOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

IdentitymanagerOwnershipTransferred represents a OwnershipTransferred event raised by the Identitymanager contract.

type IdentitymanagerOwnershipTransferredIterator

type IdentitymanagerOwnershipTransferredIterator struct {
	Event *IdentitymanagerOwnershipTransferred // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

IdentitymanagerOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Identitymanager contract.

func (*IdentitymanagerOwnershipTransferredIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*IdentitymanagerOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*IdentitymanagerOwnershipTransferredIterator) Next

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 IdentitymanagerRaw

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

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

func (*IdentitymanagerRaw) Call

func (_Identitymanager *IdentitymanagerRaw) 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 (*IdentitymanagerRaw) Transact

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

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

func (*IdentitymanagerRaw) Transfer

func (_Identitymanager *IdentitymanagerRaw) 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 IdentitymanagerSession

type IdentitymanagerSession struct {
	Contract     *Identitymanager  // 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
}

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

func (*IdentitymanagerSession) AddMetaId

func (_Identitymanager *IdentitymanagerSession) AddMetaId(_metaId common.Address, _managementKey common.Address) (*types.Transaction, error)

AddMetaId is a paid mutator transaction binding the contract method 0x828baa80.

Solidity: function addMetaId(address _metaId, address _managementKey) returns(bool success)

func (*IdentitymanagerSession) CreateMetaId

func (_Identitymanager *IdentitymanagerSession) CreateMetaId(_managementKey common.Address) (*types.Transaction, error)

CreateMetaId is a paid mutator transaction binding the contract method 0xdf483f53.

Solidity: function createMetaId(address _managementKey) returns(bool success)

func (*IdentitymanagerSession) GetDeployedMetaIds

func (_Identitymanager *IdentitymanagerSession) GetDeployedMetaIds() ([]common.Address, error)

GetDeployedMetaIds is a free data retrieval call binding the contract method 0xab1796cf.

Solidity: function getDeployedMetaIds() constant returns(address[] addrs)

func (*IdentitymanagerSession) GetLengthOfMetaIds

func (_Identitymanager *IdentitymanagerSession) GetLengthOfMetaIds() (*big.Int, error)

GetLengthOfMetaIds is a free data retrieval call binding the contract method 0x57296f07.

Solidity: function getLengthOfMetaIds() constant returns(uint256 length)

func (*IdentitymanagerSession) IsMetaId

func (_Identitymanager *IdentitymanagerSession) IsMetaId(_addr common.Address) (bool, error)

IsMetaId is a free data retrieval call binding the contract method 0x12459b00.

Solidity: function isMetaId(address _addr) constant returns(bool found)

func (*IdentitymanagerSession) IsOwner

func (_Identitymanager *IdentitymanagerSession) IsOwner() (bool, error)

IsOwner is a free data retrieval call binding the contract method 0x8f32d59b.

Solidity: function isOwner() constant returns(bool)

func (*IdentitymanagerSession) IsPermitted

func (_Identitymanager *IdentitymanagerSession) IsPermitted(_addr common.Address) (bool, error)

IsPermitted is a free data retrieval call binding the contract method 0x3fd8cc4e.

Solidity: function isPermitted(address _addr) constant returns(bool found)

func (*IdentitymanagerSession) MetaIds

func (_Identitymanager *IdentitymanagerSession) MetaIds(arg0 *big.Int) (common.Address, error)

MetaIds is a free data retrieval call binding the contract method 0x73fd4e8f.

Solidity: function metaIds(uint256 ) constant returns(address)

func (*IdentitymanagerSession) Owner

func (_Identitymanager *IdentitymanagerSession) Owner() (common.Address, error)

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

Solidity: function owner() constant returns(address)

func (*IdentitymanagerSession) REG

func (_Identitymanager *IdentitymanagerSession) REG() (common.Address, error)

REG is a free data retrieval call binding the contract method 0x39363112.

Solidity: function REG() constant returns(address)

func (*IdentitymanagerSession) RenounceOwnership

func (_Identitymanager *IdentitymanagerSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IdentitymanagerSession) SetRegistry

func (_Identitymanager *IdentitymanagerSession) SetRegistry(_addr common.Address) (*types.Transaction, error)

SetRegistry is a paid mutator transaction binding the contract method 0xa91ee0dc.

Solidity: function setRegistry(address _addr) returns()

func (*IdentitymanagerSession) THISNAME

func (_Identitymanager *IdentitymanagerSession) THISNAME() ([32]byte, error)

THISNAME is a free data retrieval call binding the contract method 0x64319d0b.

Solidity: function THIS_NAME() constant returns(bytes32)

func (*IdentitymanagerSession) TransferOwnership

func (_Identitymanager *IdentitymanagerSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type IdentitymanagerTransactor

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

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

func NewIdentitymanagerTransactor

func NewIdentitymanagerTransactor(address common.Address, transactor bind.ContractTransactor) (*IdentitymanagerTransactor, error)

NewIdentitymanagerTransactor creates a new write-only instance of Identitymanager, bound to a specific deployed contract.

func (*IdentitymanagerTransactor) AddMetaId

func (_Identitymanager *IdentitymanagerTransactor) AddMetaId(opts *bind.TransactOpts, _metaId common.Address, _managementKey common.Address) (*types.Transaction, error)

AddMetaId is a paid mutator transaction binding the contract method 0x828baa80.

Solidity: function addMetaId(address _metaId, address _managementKey) returns(bool success)

func (*IdentitymanagerTransactor) CreateMetaId

func (_Identitymanager *IdentitymanagerTransactor) CreateMetaId(opts *bind.TransactOpts, _managementKey common.Address) (*types.Transaction, error)

CreateMetaId is a paid mutator transaction binding the contract method 0xdf483f53.

Solidity: function createMetaId(address _managementKey) returns(bool success)

func (*IdentitymanagerTransactor) RenounceOwnership

func (_Identitymanager *IdentitymanagerTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IdentitymanagerTransactor) SetRegistry

func (_Identitymanager *IdentitymanagerTransactor) SetRegistry(opts *bind.TransactOpts, _addr common.Address) (*types.Transaction, error)

SetRegistry is a paid mutator transaction binding the contract method 0xa91ee0dc.

Solidity: function setRegistry(address _addr) returns()

func (*IdentitymanagerTransactor) TransferOwnership

func (_Identitymanager *IdentitymanagerTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type IdentitymanagerTransactorRaw

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

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

func (*IdentitymanagerTransactorRaw) Transact

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

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

func (*IdentitymanagerTransactorRaw) Transfer

func (_Identitymanager *IdentitymanagerTransactorRaw) 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 IdentitymanagerTransactorSession

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

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

func (*IdentitymanagerTransactorSession) AddMetaId

func (_Identitymanager *IdentitymanagerTransactorSession) AddMetaId(_metaId common.Address, _managementKey common.Address) (*types.Transaction, error)

AddMetaId is a paid mutator transaction binding the contract method 0x828baa80.

Solidity: function addMetaId(address _metaId, address _managementKey) returns(bool success)

func (*IdentitymanagerTransactorSession) CreateMetaId

func (_Identitymanager *IdentitymanagerTransactorSession) CreateMetaId(_managementKey common.Address) (*types.Transaction, error)

CreateMetaId is a paid mutator transaction binding the contract method 0xdf483f53.

Solidity: function createMetaId(address _managementKey) returns(bool success)

func (*IdentitymanagerTransactorSession) RenounceOwnership

func (_Identitymanager *IdentitymanagerTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*IdentitymanagerTransactorSession) SetRegistry

func (_Identitymanager *IdentitymanagerTransactorSession) SetRegistry(_addr common.Address) (*types.Transaction, error)

SetRegistry is a paid mutator transaction binding the contract method 0xa91ee0dc.

Solidity: function setRegistry(address _addr) returns()

func (*IdentitymanagerTransactorSession) TransferOwnership

func (_Identitymanager *IdentitymanagerTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

Jump to

Keyboard shortcuts

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