contracts

package
v1.3.12 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	K_AccessIndexor           = "AccessIndexor"
	K_Accessible              = "Accessible"
	K_Adminable               = "Adminable"
	K_BaseAccessControlGroup  = "BaseAccessControlGroup"
	K_BaseAccessWallet        = "BaseAccessWallet"
	K_BaseAccessWalletFactory = "BaseAccessWalletFactory"
	K_BaseContent             = "BaseContent"
	K_BaseContentFactory      = "BaseContentFactory"
	K_BaseContentSpace        = "BaseContentSpace"
	K_BaseContentType         = "BaseContentType"
	K_BaseGroupFactory        = "BaseGroupFactory"
	K_BaseLibrary             = "BaseLibrary"
	K_BaseLibraryFactory      = "BaseLibraryFactory"
	K_BaseTenantConsumerGroup = "BaseTenantConsumerGroup"
	K_BaseTenantSpace         = "BaseTenantSpace"
	K_BaseTypeFactory         = "BaseTypeFactory"
	K_Container               = "Container"
	K_Content                 = "Content"
	K_ContentFactoryHelper    = "ContentFactoryHelper"
	K_CounterObject           = "CounterObject"
	K_ERC721Proxy             = "ERC721Proxy"
	K_Editable                = "Editable"
	K_EncToken                = "EncToken"
	K_ExternalCall            = "ExternalCall"
	K_IAdmin                  = "IAdmin"
	K_ICheckAccess            = "ICheckAccess"
	K_IFactorySpace           = "IFactorySpace"
	K_IKmsSpace               = "IKmsSpace"
	K_INodeSpace              = "INodeSpace"
	K_IUserSpace              = "IUserSpace"
	K_KmsManager              = "KmsManager"
	K_MetaObject              = "MetaObject"
	K_Node                    = "Node"
	K_NodeSpace               = "NodeSpace"
	K_Ownable                 = "Ownable"
	K_Precompile              = "Precompile"
	K_TenantFuncsBase         = "TenantFuncsBase"
	K_Transactable            = "Transactable"
	K_UserSpace               = "UserSpace"
	K_Utils                   = "Utils"
	K_Verifier                = "Verifier"
)

Type names of contract binding

View Source
const (
	E_AccessComplete           = "AccessComplete"
	E_AccessCompleteV3         = "AccessCompleteV3"
	E_AccessRequest            = "AccessRequest"
	E_AccessRequestStakeholder = "AccessRequestStakeholder"
	E_AccessRequestV3          = "AccessRequestV3"
	E_AccessRequestValue       = "AccessRequestValue"
	E_AccessorGroupAdded       = "AccessorGroupAdded"
	E_AccessorGroupRemoved     = "AccessorGroupRemoved"
	E_AddKMSLocator            = "AddKMSLocator"
	E_AddNode                  = "AddNode"
	E_AddTenantGroup           = "AddTenantGroup"
	E_ApplyGroups              = "ApplyGroups"
	E_ApproveContent           = "ApproveContent"
	E_ApproveContentRequest    = "ApproveContentRequest"
	E_BindUserWallet           = "BindUserWallet"
	E_BitSetAndGet             = "BitSetAndGet"
	E_CommitPending            = "CommitPending"
	E_ContentObjectCreate      = "ContentObjectCreate"
	E_ContentObjectCreated     = "ContentObjectCreated"
	E_ContentObjectDeleted     = "ContentObjectDeleted"
	E_ContentTypeAdded         = "ContentTypeAdded"
	E_ContentTypeRemoved       = "ContentTypeRemoved"
	E_ContributorGroupAdded    = "ContributorGroupAdded"
	E_ContributorGroupRemoved  = "ContributorGroupRemoved"
	E_CounterIncremented       = "CounterIncremented"
	E_CreateAccessWallet       = "CreateAccessWallet"
	E_CreateContent            = "CreateContent"
	E_CreateContentType        = "CreateContentType"
	E_CreateGroup              = "CreateGroup"
	E_CreateLibrary            = "CreateLibrary"
	E_CreateSpace              = "CreateSpace"
	E_CreateTenant             = "CreateTenant"
	E_EngageAccountLibrary     = "EngageAccountLibrary"
	E_ExecStatus               = "ExecStatus"
	E_FunctionsAdded           = "FunctionsAdded"
	E_GetAccessWallet          = "GetAccessWallet"
	E_InsufficientFunds        = "InsufficientFunds"
	E_Log                      = "Log"
	E_LogAddress               = "LogAddress"
	E_LogBool                  = "LogBool"
	E_LogBytes32               = "LogBytes32"
	E_LogInt256                = "LogInt256"
	E_LogUint256               = "LogUint256"
	E_ManagerAccessGranted     = "ManagerAccessGranted"
	E_ManagerAccessRevoked     = "ManagerAccessRevoked"
	E_MemberAdded              = "MemberAdded"
	E_MemberRevoked            = "MemberRevoked"
	E_NodeApproved             = "NodeApproved"
	E_NodeSubmitted            = "NodeSubmitted"
	E_OAuthStatusChanged       = "OAuthStatusChanged"
	E_ObjectMetaChanged        = "ObjectMetaChanged"
	E_Publish                  = "Publish"
	E_RemoveKMSLocator         = "RemoveKMSLocator"
	E_RemoveNode               = "RemoveNode"
	E_RemoveTenantGroup        = "RemoveTenantGroup"
	E_ReviewerGroupAdded       = "ReviewerGroupAdded"
	E_ReviewerGroupRemoved     = "ReviewerGroupRemoved"
	E_RightsChanged            = "RightsChanged"
	E_RunAccess                = "RunAccess"
	E_RunAccessCharge          = "RunAccessCharge"
	E_RunCreate                = "RunCreate"
	E_RunFinalize              = "RunFinalize"
	E_RunKill                  = "RunKill"
	E_RunStatusChange          = "RunStatusChange"
	E_SetAccessCharge          = "SetAccessCharge"
	E_SetContentContract       = "SetContentContract"
	E_SetContentType           = "SetContentType"
	E_SetFactory               = "SetFactory"
	E_SetFactoryManager        = "SetFactoryManager"
	E_SetKmsManager            = "SetKmsManager"
	E_SetNodeManager           = "SetNodeManager"
	E_SetStatusCode            = "SetStatusCode"
	E_SetUserManager           = "SetUserManager"
	E_TenantTransfer           = "TenantTransfer"
	E_UnauthorizedOperation    = "UnauthorizedOperation"
	E_UpdateKmsAddress         = "UpdateKmsAddress"
	E_UpdateRequest            = "UpdateRequest"
	E_VersionConfirm           = "VersionConfirm"
	E_VersionDelete            = "VersionDelete"
	E_VisibilityChanged        = "VisibilityChanged"
	E_WordGroupDeleted         = "WordGroupDeleted"
)

Unique events names. Unique events are events whose ID and name are unique across contracts.

Variables

View Source
var AccessIndexorABI = AccessIndexorMetaData.ABI

AccessIndexorABI is the input ABI used to generate the binding from. Deprecated: Use AccessIndexorMetaData.ABI instead.

View Source
var AccessIndexorBin = AccessIndexorMetaData.Bin

AccessIndexorBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AccessIndexorMetaData.Bin instead.

View Source
var AccessIndexorFuncSigs = AccessIndexorMetaData.Sigs

Deprecated: Use AccessIndexorMetaData.Sigs instead. AccessIndexorFuncSigs maps the 4-byte function signature to its string representation.

View Source
var AccessIndexorMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentObjects\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"}],\"name\":\"setContentSpace\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_OBJECT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getAccessGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_GROUP\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_LIBRARY\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_CONFIRMED\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContractRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getAccessGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAll\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"getAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessGroups\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentObjectRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasManagerAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_TENTATIVE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"others\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"indexType\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setEntityRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTRACT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_TYPE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contracts\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContract\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"contractExists\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setLibraryRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_NONE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentTypeRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpLibraries\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkDirectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentObjects\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"setAccessRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"libraries\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getLibrariesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentObject\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAccessGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentObjectsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setAccessGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"}],\"name\":\"getLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContractsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"principal\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"entity\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"aggregate\",\"type\":\"uint8\"}],\"name\":\"RightsChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"18689733": "ACCESS_CONFIRMED()",
		"8232f3f1": "ACCESS_NONE()",
		"479a0c51": "ACCESS_TENTATIVE()",
		"091600e6": "CATEGORY_CONTENT_OBJECT()",
		"68a0469a": "CATEGORY_CONTENT_TYPE()",
		"6373a411": "CATEGORY_CONTRACT()",
		"12915a30": "CATEGORY_GROUP()",
		"16aed232": "CATEGORY_LIBRARY()",
		"d1aeb651": "TYPE_ACCESS()",
		"5d97b6c2": "TYPE_EDIT()",
		"96eba03d": "TYPE_SEE()",
		"30e66949": "accessGroups()",
		"15c0bac1": "checkAccessGroupRights(address,uint8)",
		"5faecb76": "checkContentObjectRights(address,uint8)",
		"fe538c5a": "checkContentTypeRights(address,uint8)",
		"a864dfa5": "checkContractRights(address,uint8)",
		"a00b38c4": "checkDirectRights(uint8,address,uint8)",
		"6813b6d1": "checkLibraryRights(address,uint8)",
		"7fb52f1a": "checkRights(uint8,address,uint8)",
		"d30f8cd0": "cleanUpAccessGroups()",
		"2fa5c842": "cleanUpAll()",
		"048bd529": "cleanUpContentObjects()",
		"85e0a200": "cleanUpContentTypes()",
		"92297d7b": "cleanUpLibraries()",
		"a980892d": "contentObjects()",
		"af570c04": "contentSpace()",
		"9f46133e": "contentTypes()",
		"7709bc78": "contractExists(address)",
		"6c0f79b6": "contracts()",
		"02d05d3f": "creator()",
		"2d474cbd": "getAccessGroup(uint256)",
		"304f4a7b": "getAccessGroupRights(address)",
		"0dc10d3f": "getAccessGroupsLength()",
		"cf8a7503": "getContentObject(uint256)",
		"69881c0c": "getContentObjectRights(address)",
		"ebe9314e": "getContentObjectsLength()",
		"aa3f6952": "getContentType(uint256)",
		"a4081d62": "getContentTypeRights(address)",
		"5c1d3059": "getContentTypesLength()",
		"6ebc8c86": "getContract(uint256)",
		"08d865d7": "getContractRights(address)",
		"fccc134f": "getContractsLength()",
		"cb86806d": "getLibrariesLength()",
		"d15d62a7": "getLibrary(uint256)",
		"fb52222c": "getLibraryRights(address)",
		"42e7ba7b": "hasManagerAccess(address)",
		"41c0e1b5": "kill()",
		"c4b1978d": "libraries()",
		"51a7fc87": "others()",
		"8da5cb5b": "owner()",
		"f17bda91": "setAccessGroupRights(address,uint8,uint8)",
		"b8ff1dba": "setAccessRights()",
		"3def5140": "setContentObjectRights(address,uint8,uint8)",
		"055af48f": "setContentSpace(address)",
		"8635adb5": "setContentTypeRights(address,uint8,uint8)",
		"224dcba0": "setContractRights(address,uint8,uint8)",
		"5d7cf830": "setEntityRights(uint8,address,uint8,uint8)",
		"7cbb7bf2": "setLibraryRights(address,uint8,uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x7f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f416363657373496e6465786f723230323030393238313130303030504f0000006005556006805460ff1916821761ff0019166102001762ff00001916620300001763ff000000191663040000001764ff00000000191664050000000017905560e06040526080908152600a60a052606460c052620000cd90600790600362000159565b5060028054600160a060020a0319908116321790915560038054909116331790556006546008805460ff1990811660ff62010000850481169190911790925560108054821661010085048416179055600c805482168385161790556014805482166301000000850484161790556018805490911664010000000090930490911691909117905562000217565b600183019183908215620001e15791602002820160005b83821115620001b057835183826101000a81548160ff021916908360ff160217905550926020019260010160208160000104928301926001030262000170565b8015620001df5782816101000a81549060ff0219169055600101602081600001049283019260010302620001b0565b505b50620001ef929150620001f3565b5090565b6200021491905b80821115620001ef57805460ff19168155600101620001fa565b90565b611d1e80620002276000396000f3fe6080604052600436106103b15760003560e060020a900480636d2e4b1b116101eb578063a980892d11610111578063d1aeb651116100a4578063f2fde38b11610073578063f2fde38b14610c4f578063fb52222c14610c82578063fccc134f14610cb5578063fe538c5a14610cca576103b1565b8063d1aeb651146106df578063d30f8cd014610be1578063ebe9314e14610bf6578063f17bda9114610c0b576103b1565b8063c4b1978d116100e0578063c4b1978d14610b63578063cb86806d14610b78578063cf8a750314610b8d578063d15d62a714610bb7576103b1565b8063a980892d14610afa578063aa3f695214610b0f578063af570c0414610b39578063b8ff1dba14610b4e576103b1565b80638635adb5116101895780639f46133e116101585780639f46133e14610a30578063a00b38c414610a45578063a4081d6214610a8b578063a864dfa514610abe576103b1565b80638635adb5146109c25780638da5cb5b14610a0657806392297d7b14610a1b57806396eba03d14610998576103b1565b80637cbb7bf2116101c55780637cbb7bf21461090e5780637fb52f1a146109525780638232f3f11461099857806385e0a200146109ad576103b1565b80636d2e4b1b1461087e5780636ebc8c86146108b15780637709bc78146108db576103b1565b80633def5140116102db5780635d97b6c21161026e5780636813b6d11161023d5780636813b6d1146107e557806368a0469a1461082157806369881c0c146108365780636c0f79b614610869576103b1565b80635d97b6c21461052b5780635f4fcae11461077f5780635faecb76146107945780636373a411146107d0576103b1565b806351a7fc87116102aa57806351a7fc87146106f457806354fd4d50146107095780635c1d30591461071e5780635d7cf83014610733576103b1565b80633def51401461065357806341c0e1b51461069757806342e7ba7b146106ac578063479a0c51146106df576103b1565b806315c0bac1116103535780632d474cbd116103225780632d474cbd146105845780632fa5c842146105ae578063304f4a7b146105ee57806330e6694914610621576103b1565b806315c0bac1146104c657806316aed23214610516578063186897331461052b578063224dcba014610540576103b1565b806308d865d71161038f57806308d865d71461043e578063091600e6146104875780630dc10d3f1461049c57806312915a30146104b1576103b1565b806302d05d3f146103b3578063048bd529146103e4578063055af48f1461040b575b005b3480156103bf57600080fd5b506103c8610d06565b60408051600160a060020a039092168252519081900360200190f35b3480156103f057600080fd5b506103f9610d15565b60408051918252519081900360200190f35b34801561041757600080fd5b506103b16004803603602081101561042e57600080fd5b5035600160a060020a0316610d26565b34801561044a57600080fd5b506104716004803603602081101561046157600080fd5b5035600160a060020a0316610d5f565b6040805160ff9092168252519081900360200190f35b34801561049357600080fd5b50610471610d81565b3480156104a857600080fd5b506103f9610d8a565b3480156104bd57600080fd5b50610471610d90565b3480156104d257600080fd5b50610502600480360360408110156104e957600080fd5b508035600160a060020a0316906020013560ff16610d9e565b604080519115158252519081900360200190f35b34801561052257600080fd5b50610471610dc0565b34801561053757600080fd5b50610471610dcf565b34801561054c57600080fd5b506103b16004803603606081101561056357600080fd5b50600160a060020a038135169060ff60208201358116916040013516610dd4565b34801561059057600080fd5b506103c8600480360360208110156105a757600080fd5b5035610de6565b3480156105ba57600080fd5b506105c3610e13565b6040805195865260208601949094528484019290925260608401526080830152519081900360a00190f35b3480156105fa57600080fd5b506104716004803603602081101561061157600080fd5b5035600160a060020a0316610e5e565b34801561062d57600080fd5b50610636610e7c565b6040805160ff909316835260208301919091528051918290030190f35b34801561065f57600080fd5b506103b16004803603606081101561067657600080fd5b50600160a060020a038135169060ff60208201358116916040013516610e8b565b3480156106a357600080fd5b506103b1610e98565b3480156106b857600080fd5b50610502600480360360208110156106cf57600080fd5b5035600160a060020a0316610ebd565b3480156106eb57600080fd5b50610471610ed1565b34801561070057600080fd5b50610636610ed6565b34801561071557600080fd5b506103f9610ee5565b34801561072a57600080fd5b506103f9610eeb565b34801561073f57600080fd5b506103b16004803603608081101561075657600080fd5b5060ff8135811691600160a060020a036020820135169160408201358116916060013516610ef1565b34801561078b57600080fd5b506103f9610f14565b3480156107a057600080fd5b50610502600480360360408110156107b757600080fd5b508035600160a060020a0316906020013560ff16610f1a565b3480156107dc57600080fd5b50610471610f2e565b3480156107f157600080fd5b506105026004803603604081101561080857600080fd5b508035600160a060020a0316906020013560ff16610f3f565b34801561082d57600080fd5b50610471610f59565b34801561084257600080fd5b506104716004803603602081101561085957600080fd5b5035600160a060020a0316610f69565b34801561087557600080fd5b50610636610f87565b34801561088a57600080fd5b506103b1600480360360208110156108a157600080fd5b5035600160a060020a0316610f96565b3480156108bd57600080fd5b506103c8600480360360208110156108d457600080fd5b5035610fe4565b3480156108e757600080fd5b50610502600480360360208110156108fe57600080fd5b5035600160a060020a0316610ff6565b34801561091a57600080fd5b506103b16004803603606081101561093157600080fd5b50600160a060020a038135169060ff60208201358116916040013516610ffe565b34801561095e57600080fd5b506105026004803603606081101561097557600080fd5b5060ff8135811691600160a060020a03602082013516916040909101351661100b565b3480156109a457600080fd5b506104716112e8565b3480156109b957600080fd5b506103f96112ed565b3480156109ce57600080fd5b506103b1600480360360608110156109e557600080fd5b50600160a060020a038135169060ff602082013581169160400135166112f9565b348015610a1257600080fd5b506103c8611313565b348015610a2757600080fd5b506103f9611322565b348015610a3c57600080fd5b5061063661132e565b348015610a5157600080fd5b5061050260048036036060811015610a6857600080fd5b5060ff8135811691600160a060020a03602082013516916040909101351661133d565b348015610a9757600080fd5b5061047160048036036020811015610aae57600080fd5b5035600160a060020a031661136c565b348015610aca57600080fd5b5061050260048036036040811015610ae157600080fd5b508035600160a060020a0316906020013560ff1661138a565b348015610b0657600080fd5b506106366113a6565b348015610b1b57600080fd5b506103c860048036036020811015610b3257600080fd5b50356113b5565b348015610b4557600080fd5b506103c86113c7565b348015610b5a57600080fd5b506103b16113d6565b348015610b6f57600080fd5b506106366114cf565b348015610b8457600080fd5b506103f96114de565b348015610b9957600080fd5b506103c860048036036020811015610bb057600080fd5b50356114e4565b348015610bc357600080fd5b506103c860048036036020811015610bda57600080fd5b50356114f6565b348015610bed57600080fd5b506103f9611508565b348015610c0257600080fd5b506103f9611514565b348015610c1757600080fd5b506103b160048036036060811015610c2e57600080fd5b50600160a060020a038135169060ff6020820135811691604001351661151a565b348015610c5b57600080fd5b506103b160048036036020811015610c7257600080fd5b5035600160a060020a0316611527565b348015610c8e57600080fd5b5061047160048036036020811015610ca557600080fd5b5035600160a060020a0316611575565b348015610cc157600080fd5b506103f9611593565b348015610cd657600080fd5b5061050260048036036040811015610ced57600080fd5b508035600160a060020a0316906020013560ff16611599565b600254600160a060020a031681565b6000610d21600c6115b4565b905090565b600354600160a060020a03163314610d3d57600080fd5b60048054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a03811660009081526019602052604090205460ff165b919050565b60065460ff1681565b60135490565b600654610100900460ff1681565b600654600090610db790610100900460ff16848461100b565b90505b92915050565b60065462010000900460ff1681565b600281565b610de160188484846116f9565b505050565b601280546000919083908110610df857fe5b600091825260209091200154600160a060020a031692915050565b6000806000806000610e2560086115b4565b610e2f60106115b4565b610e39600c6115b4565b610e4360146115b4565b610e4d60186115b4565b945094509450945094509091929394565b600160a060020a031660009081526011602052604090205460ff1690565b60105460135460ff9091169082565b610de1600c8484846116f9565b600354600160a060020a03163314610eaf57600080fd5b600354600160a060020a0316ff5b600354600160a060020a0390811691161490565b600181565b601c54601f5460ff9091169082565b60055481565b60175490565b60ff841615610f0e57610f0e610f0685611a10565b8484846116f9565b50505050565b60015481565b600654600090610db79060ff16848461100b565b600654640100000000900460ff1681565b600654600090610db79062010000900460ff16848461100b565b6006546301000000900460ff1681565b600160a060020a03166000908152600d602052604090205460ff1690565b601854601b5460ff9091169082565b600254600160a060020a03163314610fad57600080fd5b600160a060020a0381161515610fc257600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b601a80546000919083908110610df857fe5b6000903b1190565b610de160088484846116f9565b600080839050600360009054906101000a9004600160a060020a0316600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561106c57600080fd5b505afa158015611080573d6000803e3d6000fd5b505050506040513d602081101561109657600080fd5b5051600160a060020a031614156110b15760019150506112e1565b60006110be86868661133d565b9050600181151514156110d6576001925050506112e1565b60065460ff87811661010090920416146112da57600080805b6013548110156112d657601280548290811061110757fe5b600091825260209091200154600160a060020a03169150811580159061114b5750600160a060020a038216600090815260116020526040902054600160ff90911610155b156112ce57819250600360009054906101000a9004600160a060020a0316600160a060020a031683600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156111ae57600080fd5b505afa1580156111c2573d6000803e3d6000fd5b505050506040513d60208110156111d857600080fd5b5051600160a060020a0316148061120d5750600160a060020a038216600090815260116020526040902054600a60ff90911610155b80156112bb5750604080517fa00b38c400000000000000000000000000000000000000000000000000000000815260ff808c166004830152600160a060020a038b81166024840152908a16604483015291519185169163a00b38c491606480820192602092909190829003018186803b15801561128957600080fd5b505afa15801561129d573d6000803e3d6000fd5b505050506040513d60208110156112b357600080fd5b505115156001145b156112ce576001955050505050506112e1565b6001016110ef565b5050505b6000925050505b9392505050565b600081565b6000610d2160146115b4565b600654610de190610f06906301000000900460ff16611a10565b600354600160a060020a031681565b6000610d2160086115b4565b60145460175460ff9091169082565b600060ff8416156113625761135b61135485611a10565b8484611aad565b90506112e1565b5060009392505050565b600160a060020a031660009081526015602052604090205460ff1690565b600654600090610db790640100000000900460ff16848461100b565b600c54600f5460ff9091169082565b601680546000919083908110610df857fe5b600454600160a060020a031681565b336000818152600d602052604090205460ff166113f1611cd3565b600a60ff8381169182068116808452606490920682900381168403829003811660408085018290526007546101009004831660020283166020808701829052600160a060020a0389166000908152600d9091529190912080549190940190910191821660ff199091168117909255901580159061146f575060ff8316155b1561147f5761147f600c85611b01565b60408051308152600160a060020a038616602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a150505050565b600854600b5460ff9091169082565b600b5490565b600e80546000919083908110610df857fe5b600a80546000919083908110610df857fe5b6000610d2160106115b4565b600f5490565b610de160108484846116f9565b600354600160a060020a0316331461153e57600080fd5b600160a060020a038116151561155357600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a031660009081526009602052604090205460ff1690565b601b5490565b600654600090610db7906301000000900460ff16848461100b565b600080805b83600301548110156116f2576115f384600201828154811015156115d957fe5b600091825260209091200154600160a060020a0316610ff6565b15156116e9576002840180548290811061160957fe5b60009182526020909120018054600160a060020a03191690556003840154600192909201916000190181146116d85783600201600185600301540381548110151561165057fe5b600091825260209091200154600285018054600160a060020a03909216918390811061167857fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055508360020160018560030154038154811015156116be57fe5b60009182526020909120018054600160a060020a03191690555b6003840180546000190190556116ed565b6001015b6115b9565b5092915050565b6000600133600160a060020a038616146117ae57604080517f67e5c3bf00000000000000000000000000000000000000000000000000000000815233600482015290518691600160a060020a038316916367e5c3bf91602480820192602092909190829003018186803b15801561176f57600080fd5b505afa158015611783573d6000803e3d6000fd5b505050506040513d602081101561179957600080fd5b505191506117a633610ebd565b9250506117ba565b6117b732610ebd565b91505b600160a060020a038516600090815260018701602052604090205460ff166117e0611cd3565b600a60ff838116918206811680845260649092068290038116602084018190528403919091038116604083015260009086908116158015611825575085806118255750845b1561182f57600191505b60ff87161580159061183e5750855b8015611860575060018360ff8a166003811061185657fe5b602002015160ff16145b1561186d57506001905060025b60ff87161580159061187c5750845b801561189f575060028360ff8a166003811061189457fe5b602002015160ff1614155b156118ab575060019050805b60ff8716158015906118ba5750855b80156118c35750845b156118d057506001905060025b8115156118dc57600080fd5b600760ff8916600381106118ec57fe5b602081049091015460ff601f9092166101000a9004811682029084908a166003811061191457fe5b60ff9092166020929092020152600083600260200201518460016020020151856000602002015101019050808b60010160008c600160a060020a0316600160a060020a0316815260200190815260200160002060006101000a81548160ff021916908360ff1602179055508060ff16600014158015611994575060ff8516155b156119a3576119a38b8b611b01565b60ff811615156119b9576119b78b8b611b98565b505b60408051308152600160a060020a038c16602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a15050505050505050505050565b60065460009060ff83811691161415611a2b5750600c610d7c565b60065460ff838116610100909204161415611a4857506010610d7c565b60065460ff83811662010000909204161415611a6657506008610d7c565b60065460ff838116640100000000909204161415611a8657506018610d7c565b60065460ff8381166301000000909204161415611aa557506014610d7c565b50601c919050565b600160a060020a038216600090815260018401602052604081205460ff90811690600790841660038110611add57fe5b602081049091015460ff601f9092166101000a900481169116101590509392505050565b600282015460038301541015611b5a5780826002018360030154815481101515611b2757fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550611b8b565b60028201805460018101825560009182526020909120018054600160a060020a031916600160a060020a0383161790555b5060030180546001019055565b6000805b83600301548110156113625782600160a060020a03168460020182815481101515611bc357fe5b600091825260209091200154600160a060020a03161415611ccb5760028401805482908110611bee57fe5b60009182526020909120018054600160a060020a03191690556003840154600019018114611cb657836002016001856003015403815481101515611c2e57fe5b600091825260209091200154600285018054600160a060020a039092169183908110611c5657fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550836002016001856003015403815481101515611c9c57fe5b60009182526020909120018054600160a060020a03191690555b50506003820180546000190190556001610dba565b600101611b9c565b606060405190810160405280600390602082028038833950919291505056fea165627a7a7230582006cccdb6c5c85b87025276b5f284d513505573fb275c5908dc2ca238a683e8b80029",
}

AccessIndexorMetaData contains all meta data concerning the AccessIndexor contract.

View Source
var AccessibleABI = AccessibleMetaData.ABI

AccessibleABI is the input ABI used to generate the binding from. Deprecated: Use AccessibleMetaData.ABI instead.

View Source
var AccessibleBin = AccessibleMetaData.Bin

AccessibleBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AccessibleMetaData.Bin instead.

View Source
var AccessibleFuncSigs = AccessibleMetaData.Sigs

Deprecated: Use AccessibleMetaData.Sigs instead. AccessibleFuncSigs maps the 4-byte function signature to its string representation.

View Source
var AccessibleMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"95a078e8": "hasAccess(address)",
		"6380501f": "indexCategory()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"aa024e8b": "setVisibility(uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"29adec14": "visibility()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006005556006805461ff001960ff1990911690921791909116905560028054600160a060020a031990811632179091556003805490911633179055610863806100b86000396000f3fe608060405260043610610110576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b116100a7578063aa024e8b11610076578063aa024e8b146103b4578063af570c04146103e1578063ef1d7dc2146103f6578063f2fde38b1461040b57610110565b80636d2e4b1b146103245780638da5cb5b1461035757806395a078e81461036c57806397ac4fd21461039f57610110565b806341c0e1b5116100e357806341c0e1b5146102be57806354fd4d50146102d35780635f4fcae1146102fa5780636380501f1461030f57610110565b806302d05d3f14610112578063100508a2146101435780631bf7a9121461016e57806329adec14146102a9575b005b34801561011e57600080fd5b5061012761043e565b60408051600160a060020a039092168252519081900360200190f35b34801561014f57600080fd5b5061015861044d565b6040805160ff9092168252519081900360200190f35b6102956004803603604081101561018457600080fd5b81019060208101813564010000000081111561019f57600080fd5b8201836020820111156101b157600080fd5b803590602001918460208302840111640100000000831117156101d357600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561022357600080fd5b82018360208201111561023557600080fd5b8035906020019184602083028401116401000000008311171561025757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610452945050505050565b604080519115158252519081900360200190f35b3480156102b557600080fd5b506101586104fb565b3480156102ca57600080fd5b50610110610504565b3480156102df57600080fd5b506102e8610529565b60408051918252519081900360200190f35b34801561030657600080fd5b506102e861052f565b34801561031b57600080fd5b50610158610535565b34801561033057600080fd5b506101106004803603602081101561034757600080fd5b5035600160a060020a0316610543565b34801561036357600080fd5b5061012761059e565b34801561037857600080fd5b506102956004803603602081101561038f57600080fd5b5035600160a060020a03166105ad565b3480156103ab57600080fd5b50610158610745565b3480156103c057600080fd5b50610110600480360360208110156103d757600080fd5b503560ff1661074a565b3480156103ed57600080fd5b506101276107c8565b34801561040257600080fd5b506101586107d7565b34801561041757600080fd5b506101106004803603602081101561042e57600080fd5b5035600160a060020a03166107dc565b600254600160a060020a031681565b600181565b600061045d336105ad565b151561046857600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b60065460ff1681565b600354600160a060020a0316331461051b57600080fd5b600354600160a060020a0316ff5b60055481565b60015481565b600654610100900460ff1681565b600254600160a060020a0316331461055a57600080fd5b600160a060020a038116151561056f57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600354600090600160a060020a03838116911614806105d45750600654600a60ff90911610155b156105e157506001610740565b600654600061010090910460ff16111561073c5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561066157600080fd5b505afa158015610675573d6000803e3d6000fd5b505050506040513d602081101561068b57600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561070757600080fd5b505afa15801561071b573d6000803e3d6000fd5b505050506040513d602081101561073157600080fd5b505191506107409050565b5060005b919050565b600a81565b600354600160a060020a0316331461076157600080fd5b6006805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b600454600160a060020a031681565b606481565b600354600160a060020a031633146107f357600080fd5b600160a060020a038116151561080857600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a72305820ece5b712ef0de3a2f7a0484759914e35f625032e064dc552a0d51c6de8d3df530029",
}

AccessibleMetaData contains all meta data concerning the Accessible contract.

View Source
var AdminableABI = AdminableMetaData.ABI

AdminableABI is the input ABI used to generate the binding from. Deprecated: Use AdminableMetaData.ABI instead.

View Source
var AdminableBin = AdminableMetaData.Bin

AdminableBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AdminableMetaData.Bin instead.

View Source
var AdminableFuncSigs = AdminableMetaData.Sigs

Deprecated: Use AdminableMetaData.Sigs instead. AdminableFuncSigs maps the 4-byte function signature to its string representation.

View Source
var AdminableMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a0319908116321790915560038054909116331790556103688061007b6000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480635f4fcae1116100765780635f4fcae1146101595780636d2e4b1b1461016e5780638da5cb5b146101a1578063af570c04146101b6578063f2fde38b146101cb576100a3565b806302d05d3f146100a557806324d7806c146100d657806341c0e1b51461011d57806354fd4d5014610132575b005b3480156100b157600080fd5b506100ba6101fe565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b50610109600480360360208110156100f957600080fd5b5035600160a060020a031661020d565b604080519115158252519081900360200190f35b34801561012957600080fd5b506100a3610237565b34801561013e57600080fd5b5061014761025c565b60408051918252519081900360200190f35b34801561016557600080fd5b50610147610262565b34801561017a57600080fd5b506100a36004803603602081101561019157600080fd5b5035600160a060020a0316610268565b3480156101ad57600080fd5b506100ba6102c3565b3480156101c257600080fd5b506100ba6102d2565b3480156101d757600080fd5b506100a3600480360360208110156101ee57600080fd5b5035600160a060020a03166102e1565b600254600160a060020a031681565b600354600090600160a060020a038381169116141561022e57506001610232565b5060005b919050565b600354600160a060020a0316331461024e57600080fd5b600354600160a060020a0316ff5b60005481565b60015481565b600254600160a060020a0316331461027f57600080fd5b600160a060020a038116151561029457600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a031633146102f857600080fd5b600160a060020a038116151561030d57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a7230582034d674f4e15bfa2e655fc47ed03c75fd14e80462db68d365b3e0df43ec47d3c90029",
}

AdminableMetaData contains all meta data concerning the Adminable contract.

View Source
var BaseAccessControlGroupABI = BaseAccessControlGroupMetaData.ABI

BaseAccessControlGroupABI is the input ABI used to generate the binding from. Deprecated: Use BaseAccessControlGroupMetaData.ABI instead.

View Source
var BaseAccessControlGroupBin = BaseAccessControlGroupMetaData.Bin

BaseAccessControlGroupBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseAccessControlGroupMetaData.Bin instead.

View Source
var BaseAccessControlGroupFuncSigs = BaseAccessControlGroupMetaData.Sigs

Deprecated: Use BaseAccessControlGroupMetaData.Sigs instead. BaseAccessControlGroupFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseAccessControlGroupMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentObjects\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"}],\"name\":\"setContentSpace\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_OBJECT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getAccessGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_GROUP\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"oauthEnabled\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_LIBRARY\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_CONFIRMED\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContractRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"setAndGetBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getAccessGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_tenantAddr\",\"type\":\"address\"}],\"name\":\"setTenant\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAll\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"getAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessGroups\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentObjectRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"hasManagerAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_TENTATIVE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"others\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"membersNum\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"indexType\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setEntityRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTRACT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"managersNum\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_TYPE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contracts\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContract\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"incrementCounter\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"manager\",\"type\":\"address\"}],\"name\":\"grantManagerAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"contractExists\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"managersMap\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setLibraryRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_NONE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentTypeRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"membersMap\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpLibraries\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidates\",\"type\":\"address[]\"}],\"name\":\"grantAccessMany\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkDirectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_enabled\",\"type\":\"bool\"}],\"name\":\"setIsConsumerGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentObjects\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"tenant\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"setAccessRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"libraries\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getLibrariesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"manager\",\"type\":\"address\"}],\"name\":\"revokeManagerAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentObject\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAccessGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"},{\"name\":\"mgr\",\"type\":\"bool\"}],\"name\":\"hasAccessRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isConsumerGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"}],\"name\":\"deleteGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentObjectsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setAccessGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"}],\"name\":\"getLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_enabled\",\"type\":\"bool\"}],\"name\":\"setOAuthEnabled\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContractsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_contentSpace\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"MemberAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"ManagerAccessGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"MemberRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"ManagerAccessRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"operationCode\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"UnauthorizedOperation\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"enabled\",\"type\":\"bool\"}],\"name\":\"OAuthStatusChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"principal\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"entity\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"aggregate\",\"type\":\"uint8\"}],\"name\":\"RightsChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"slot\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"val\",\"type\":\"uint32\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"ord\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"prev\",\"type\":\"bool\"}],\"name\":\"BitSetAndGet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"}],\"name\":\"WordGroupDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"18689733": "ACCESS_CONFIRMED()",
		"8232f3f1": "ACCESS_NONE()",
		"479a0c51": "ACCESS_TENTATIVE()",
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"091600e6": "CATEGORY_CONTENT_OBJECT()",
		"68a0469a": "CATEGORY_CONTENT_TYPE()",
		"6373a411": "CATEGORY_CONTRACT()",
		"12915a30": "CATEGORY_GROUP()",
		"16aed232": "CATEGORY_LIBRARY()",
		"d1aeb651": "TYPE_ACCESS()",
		"5d97b6c2": "TYPE_EDIT()",
		"96eba03d": "TYPE_SEE()",
		"30e66949": "accessGroups()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"15c0bac1": "checkAccessGroupRights(address,uint8)",
		"5faecb76": "checkContentObjectRights(address,uint8)",
		"fe538c5a": "checkContentTypeRights(address,uint8)",
		"a864dfa5": "checkContractRights(address,uint8)",
		"a00b38c4": "checkDirectRights(uint8,address,uint8)",
		"6813b6d1": "checkLibraryRights(address,uint8)",
		"7fb52f1a": "checkRights(uint8,address,uint8)",
		"d30f8cd0": "cleanUpAccessGroups()",
		"2fa5c842": "cleanUpAll()",
		"048bd529": "cleanUpContentObjects()",
		"85e0a200": "cleanUpContentTypes()",
		"92297d7b": "cleanUpLibraries()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"a980892d": "contentObjects()",
		"af570c04": "contentSpace()",
		"9f46133e": "contentTypes()",
		"7709bc78": "contractExists(address)",
		"6c0f79b6": "contracts()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e57097c9": "deleteGroup(bytes32)",
		"e1a70717": "deleteVersion(string)",
		"2d474cbd": "getAccessGroup(uint256)",
		"304f4a7b": "getAccessGroupRights(address)",
		"0dc10d3f": "getAccessGroupsLength()",
		"30f846a2": "getBit(bytes32,uint8)",
		"cf8a7503": "getContentObject(uint256)",
		"69881c0c": "getContentObjectRights(address)",
		"ebe9314e": "getContentObjectsLength()",
		"aa3f6952": "getContentType(uint256)",
		"a4081d62": "getContentTypeRights(address)",
		"5c1d3059": "getContentTypesLength()",
		"6ebc8c86": "getContract(uint256)",
		"08d865d7": "getContractRights(address)",
		"fccc134f": "getContractsLength()",
		"e1954b61": "getCounter(bytes32,uint8)",
		"cb86806d": "getLibrariesLength()",
		"d15d62a7": "getLibrary(uint256)",
		"fb52222c": "getLibraryRights(address)",
		"ac55c906": "getMeta(bytes)",
		"0ae5e739": "grantAccess(address)",
		"9602a0b3": "grantAccessMany(address[])",
		"75861a95": "grantManagerAccess(address)",
		"95a078e8": "hasAccess(address)",
		"d8961c8d": "hasAccessRight(address,bool)",
		"67e5c3bf": "hasEditorRight(address)",
		"42e7ba7b": "hasManagerAccess(address)",
		"7558cbf0": "incrementCounter(bytes32,uint8)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"dde12828": "isConsumerGroup()",
		"41c0e1b5": "kill()",
		"c4b1978d": "libraries()",
		"793f3f71": "managersMap(address)",
		"638d0290": "managersNum()",
		"872ea68a": "membersMap(address)",
		"55277a5b": "membersNum()",
		"12b39dd0": "oauthEnabled()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"51a7fc87": "others()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"85e68531": "revokeAccess(address)",
		"cdb849b7": "revokeManagerAccess(address)",
		"f17bda91": "setAccessGroupRights(address,uint8,uint8)",
		"b8ff1dba": "setAccessRights()",
		"24d7c18d": "setAndGetBit(bytes32,uint8)",
		"3def5140": "setContentObjectRights(address,uint8,uint8)",
		"055af48f": "setContentSpace(address)",
		"8635adb5": "setContentTypeRights(address,uint8,uint8)",
		"224dcba0": "setContractRights(address,uint8,uint8)",
		"5d7cf830": "setEntityRights(uint8,address,uint8,uint8)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"a3125255": "setIsConsumerGroup(bool)",
		"7cbb7bf2": "setLibraryRights(address,uint8,uint8)",
		"fba3779a": "setOAuthEnabled(bool)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"2e74a4de": "setTenant(address)",
		"aa024e8b": "setVisibility(uint8)",
		"adf07791": "tenant()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x7f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f416363657373496e6465786f723230323030393238313130303030504f0000006008556009805460ff1916821761ff0019166102001762ff00001916620300001763ff000000191663040000001764ff00000000191664050000000017905560e06040526080908152600a60a0819052606460c052620000cc9160036200026f565b507f41636365737369626c653230323030363236313231363030504f0000000000006024556025805461ff001960ff199091166001171690557f4564697461626c653230323030393238313130303030504f00000000000000006026557f42734163636573734374726c4772703230323130383039313530303030504f00602d553480156200015a57600080fd5b506040516020806200506e833981018060405260208110156200017c57600080fd5b505160028054600160a060020a03199081163217918290556003805482163317905560098054600b805460ff1990811660ff620100008504811691909117909255601380548216610100808604851691909117909155600f80548316848616179055601780548316630100000086048516179055601b8054831664010000000090950484169490941790935560048054600160a060020a039889169616959095179094556000602f819055949095168452603060205260409093208054831660019081179091556031556032805490921690915554602580549183900490931690910261ff00199091161790556200032d565b600183019183908215620002f75791602002820160005b83821115620002c657835183826101000a81548160ff021916908360ff160217905550926020019260010160208160000104928301926001030262000286565b8015620002f55782816101000a81549060ff0219169055600101602081600001049283019260010302620002c6565b505b506200030592915062000309565b5090565b6200032a91905b808211156200030557805460ff1916815560010162000310565b90565b614d31806200033d6000396000f3fe6080604052600436106106e15760003560e060020a900480636ebc8c8611610389578063aa024e8b116101e0578063d8961c8d11610111578063ebe9314e116100af578063fb52222c1161007e578063fb52222c14611b7a578063fba3779a14611bad578063fccc134f14611bd9578063fe538c5a14611bee576106e1565b8063ebe9314e14611ad9578063ef1d7dc214611aee578063f17bda9114611b03578063f2fde38b14611b47576106e1565b8063e1954b61116100eb578063e1954b6114611876578063e1a70717146118c2578063e542b7cb14611975578063e57097c914611aaf576106e1565b8063d8961c8d14611811578063dde128281461184c578063e02dd9c214611861576106e1565b8063c4b1978d1161017e578063cf8a750311610158578063cf8a7503146117a8578063d15d62a7146117d2578063d1aeb6511461086d578063d30f8cd0146117fc576106e1565b8063c4b1978d1461174b578063cb86806d14611760578063cdb849b714611775576106e1565b8063adf07791116101ba578063adf07791146116f7578063af570c041461170c578063b8ff1dba14611721578063c287e0ed14611736576106e1565b8063aa024e8b146115ed578063aa3f69521461161a578063ac55c90614611644576106e1565b8063872ea68a116102ba5780639867db7411610258578063a312525511610232578063a31252551461153d578063a4081d6214611569578063a864dfa51461159c578063a980892d146115d8576106e1565b80639867db741461142f5780639f46133e146114e2578063a00b38c4146114f7576106e1565b806395a078e81161029457806395a078e8146113375780639602a0b31461136a57806396eba03d1461123957806397ac4fd21461141a576106e1565b8063872ea68a146112da5780638da5cb5b1461130d57806392297d7b14611322576106e1565b80637cbb7bf2116103275780638232f3f1116103015780638232f3f11461123957806385e0a2001461124e57806385e68531146112635780638635adb514611296576106e1565b80637cbb7bf21461119a5780637fb52f1a146111de57806381beeb6414611224576106e1565b80637709bc78116103635780637709bc78146110e05780637886f74714611113578063793f3f711461113d5780637ca8f61814611170576106e1565b80636ebc8c86146110505780637558cbf01461107a57806375861a95146110ad576106e1565b8063331b86c01161053d5780635f4fcae11161046e57806367e5c3bf1161040c57806369881c0c116103e657806369881c0c14610fc05780636c0f79b614610ff35780636d2e4b1b146110085780636e3754271461103b576106e1565b806367e5c3bf14610f3c5780636813b6d114610f6f57806368a0469a14610fab576106e1565b8063628449fd11610448578063628449fd14610e735780636373a41114610efd5780636380501f14610f12578063638d029014610f27576106e1565b80635f4fcae114610e0d5780635f6a130114610e225780635faecb7614610e37576106e1565b8063479a0c51116104db57806355277a5b116104b557806355277a5b14610d975780635c1d305914610dac5780635d7cf83014610dc15780635d97b6c214610926576106e1565b8063479a0c511461086d57806351a7fc8714610d6d57806354fd4d5014610d82576106e1565b806340b87a261161051757806340b87a2614610d0857806341c0e1b514610d1d57806342e7ba7b14610d32578063446e882614610d65576106e1565b8063331b86c014610c9a578063375a6e7c14610caf5780633def514014610cc4576106e1565b806316aed2321161061757806329adec14116105b55780632fa5c8421161058f5780632fa5c84214610bc2578063304f4a7b14610c0257806330e6694914610c3557806330f846a214610c67576106e1565b806329adec1414610b505780632d474cbd14610b655780632e74a4de14610b8f576106e1565b8063224dcba0116105f1578063224dcba014610a6257806322e564eb14610aa657806324d7806c14610aea57806324d7c18d14610b1d576106e1565b806316aed2321461091157806318689733146109265780631bf7a9121461093b576106e1565b80630dc10d3f1161068457806312915a301161065e57806312915a301461088257806312b39dd01461089757806314cfabb3146108c057806315c0bac1146108d5576106e1565b80630dc10d3f146108145780630fe1b5a214610829578063100508a21461086d576106e1565b8063055af48f116106c0578063055af48f1461075057806308d865d714610783578063091600e6146107cc5780630ae5e739146107e1576106e1565b8062821de3146106e357806302d05d3f14610714578063048bd52914610729575b005b3480156106ef57600080fd5b506106f8611c2a565b60408051600160a060020a039092168252519081900360200190f35b34801561072057600080fd5b506106f8611c3a565b34801561073557600080fd5b5061073e611c49565b60408051918252519081900360200190f35b34801561075c57600080fd5b506106e16004803603602081101561077357600080fd5b5035600160a060020a0316611c5a565b34801561078f57600080fd5b506107b6600480360360208110156107a657600080fd5b5035600160a060020a0316611c93565b6040805160ff9092168252519081900360200190f35b3480156107d857600080fd5b506107b6611cb5565b3480156107ed57600080fd5b506106e16004803603602081101561080457600080fd5b5035600160a060020a0316611cbe565b34801561082057600080fd5b5061073e611d94565b34801561083557600080fd5b506106e16004803603606081101561084c57600080fd5b50600160a060020a038135169060ff60208201358116916040013516611d9a565b34801561087957600080fd5b506107b6611e7c565b34801561088e57600080fd5b506107b6611e81565b3480156108a357600080fd5b506108ac611e8f565b604080519115158252519081900360200190f35b3480156108cc57600080fd5b506108ac611e98565b3480156108e157600080fd5b506108ac600480360360408110156108f857600080fd5b508035600160a060020a0316906020013560ff16611f35565b34801561091d57600080fd5b506107b6611f57565b34801561093257600080fd5b506107b6611f66565b6108ac6004803603604081101561095157600080fd5b81019060208101813564010000000081111561096c57600080fd5b82018360208201111561097e57600080fd5b803590602001918460208302840111640100000000831117156109a057600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156109f057600080fd5b820183602082011115610a0257600080fd5b80359060200191846020830284011164010000000083111715610a2457600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611f6b945050505050565b348015610a6e57600080fd5b506106e160048036036060811015610a8557600080fd5b50600160a060020a038135169060ff60208201358116916040013516612014565b348015610ab257600080fd5b506106e160048036036060811015610ac957600080fd5b50600160a060020a038135169060ff60208201358116916040013516612026565b348015610af657600080fd5b506108ac60048036036020811015610b0d57600080fd5b5035600160a060020a03166124f9565b348015610b2957600080fd5b506108ac60048036036040811015610b4057600080fd5b508035906020013560ff16612539565b348015610b5c57600080fd5b506107b6612559565b348015610b7157600080fd5b506106f860048036036020811015610b8857600080fd5b5035612562565b348015610b9b57600080fd5b506106e160048036036020811015610bb257600080fd5b5035600160a060020a031661258f565b348015610bce57600080fd5b50610bd76125da565b6040805195865260208601949094528484019290925260608401526080830152519081900360a00190f35b348015610c0e57600080fd5b506107b660048036036020811015610c2557600080fd5b5035600160a060020a0316612625565b348015610c4157600080fd5b50610c4a612643565b6040805160ff909316835260208301919091528051918290030190f35b348015610c7357600080fd5b506108ac60048036036040811015610c8a57600080fd5b508035906020013560ff16612652565b348015610ca657600080fd5b5061073e6126c0565b348015610cbb57600080fd5b506108ac6126c6565b348015610cd057600080fd5b506106e160048036036060811015610ce757600080fd5b50600160a060020a038135169060ff602082013581169160400135166126cf565b348015610d1457600080fd5b5061073e6126dc565b348015610d2957600080fd5b506106e16126e2565b348015610d3e57600080fd5b506108ac60048036036020811015610d5557600080fd5b5035600160a060020a0316612707565b6108ac612730565b348015610d7957600080fd5b50610c4a612934565b348015610d8e57600080fd5b5061073e612943565b348015610da357600080fd5b5061073e612949565b348015610db857600080fd5b5061073e61294f565b348015610dcd57600080fd5b506106e160048036036080811015610de457600080fd5b5060ff8135811691600160a060020a036020820135169160408201358116916060013516612955565b348015610e1957600080fd5b5061073e612972565b348015610e2e57600080fd5b506106e1612978565b348015610e4357600080fd5b506108ac60048036036040811015610e5a57600080fd5b508035600160a060020a0316906020013560ff166129b6565b348015610e7f57600080fd5b50610e886129ca565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610ec2578181015183820152602001610eaa565b50505050905090810190601f168015610eef5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610f0957600080fd5b506107b6612a58565b348015610f1e57600080fd5b506107b6612a69565b348015610f3357600080fd5b5061073e612a77565b348015610f4857600080fd5b506108ac60048036036020811015610f5f57600080fd5b5035600160a060020a0316612a7d565b348015610f7b57600080fd5b506108ac60048036036040811015610f9257600080fd5b508035600160a060020a0316906020013560ff16612aad565b348015610fb757600080fd5b506107b6612ac7565b348015610fcc57600080fd5b506107b660048036036020811015610fe357600080fd5b5035600160a060020a0316612ad7565b348015610fff57600080fd5b50610c4a612af5565b34801561101457600080fd5b506106e16004803603602081101561102b57600080fd5b5035600160a060020a0316612b04565b34801561104757600080fd5b506108ac612b52565b34801561105c57600080fd5b506106f86004803603602081101561107357600080fd5b5035612b63565b34801561108657600080fd5b506106e16004803603604081101561109d57600080fd5b508035906020013560ff16612b75565b3480156110b957600080fd5b506106e1600480360360208110156110d057600080fd5b5035600160a060020a0316612c76565b3480156110ec57600080fd5b506108ac6004803603602081101561110357600080fd5b5035600160a060020a0316612d2c565b34801561111f57600080fd5b5061073e6004803603602081101561113657600080fd5b5035612d34565b34801561114957600080fd5b506108ac6004803603602081101561116057600080fd5b5035600160a060020a0316612d53565b34801561117c57600080fd5b50610e886004803603602081101561119357600080fd5b5035612d68565b3480156111a657600080fd5b506106e1600480360360608110156111bd57600080fd5b50600160a060020a038135169060ff60208201358116916040013516612ddc565b3480156111ea57600080fd5b506108ac6004803603606081101561120157600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516612de9565b34801561123057600080fd5b506108ac612e00565b34801561124557600080fd5b506107b6612e0b565b34801561125a57600080fd5b5061073e612e10565b34801561126f57600080fd5b506106e16004803603602081101561128657600080fd5b5035600160a060020a0316612e1c565b3480156112a257600080fd5b506106e1600480360360608110156112b957600080fd5b50600160a060020a038135169060ff60208201358116916040013516612edd565b3480156112e657600080fd5b506108ac600480360360208110156112fd57600080fd5b5035600160a060020a0316612ef7565b34801561131957600080fd5b506106f8612f0c565b34801561132e57600080fd5b5061073e612f1b565b34801561134357600080fd5b506108ac6004803603602081101561135a57600080fd5b5035600160a060020a0316612f27565b34801561137657600080fd5b506106e16004803603602081101561138d57600080fd5b8101906020810181356401000000008111156113a857600080fd5b8201836020820111156113ba57600080fd5b803590602001918460208302840111640100000000831117156113dc57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506130be945050505050565b34801561142657600080fd5b506107b66130f2565b34801561143b57600080fd5b506106e16004803603602081101561145257600080fd5b81019060208101813564010000000081111561146d57600080fd5b82018360208201111561147f57600080fd5b803590602001918460018302840111640100000000831117156114a157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506130f7945050505050565b3480156114ee57600080fd5b50610c4a613224565b34801561150357600080fd5b506108ac6004803603606081101561151a57600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516613233565b34801561154957600080fd5b506106e16004803603602081101561156057600080fd5b50351515613262565b34801561157557600080fd5b506107b66004803603602081101561158c57600080fd5b5035600160a060020a0316613293565b3480156115a857600080fd5b506108ac600480360360408110156115bf57600080fd5b508035600160a060020a0316906020013560ff166132b1565b3480156115e457600080fd5b50610c4a6132cd565b3480156115f957600080fd5b506106e16004803603602081101561161057600080fd5b503560ff166132dc565b34801561162657600080fd5b506106f86004803603602081101561163d57600080fd5b5035613356565b34801561165057600080fd5b50610e886004803603602081101561166757600080fd5b81019060208101813564010000000081111561168257600080fd5b82018360208201111561169457600080fd5b803590602001918460018302840111640100000000831117156116b657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613368945050505050565b34801561170357600080fd5b506106f8613511565b34801561171857600080fd5b506106f8613526565b34801561172d57600080fd5b506106e1613535565b34801561174257600080fd5b506106e161362a565b34801561175757600080fd5b50610c4a6136ec565b34801561176c57600080fd5b5061073e6136fb565b34801561178157600080fd5b506106e16004803603602081101561179857600080fd5b5035600160a060020a0316613701565b3480156117b457600080fd5b506106f8600480360360208110156117cb57600080fd5b50356137c2565b3480156117de57600080fd5b506106f8600480360360208110156117f557600080fd5b50356137d4565b34801561180857600080fd5b5061073e6137e6565b34801561181d57600080fd5b506108ac6004803603604081101561183457600080fd5b50600160a060020a03813516906020013515156137f2565b34801561185857600080fd5b506108ac613818565b34801561186d57600080fd5b50610e88613826565b34801561188257600080fd5b506118a96004803603604081101561189957600080fd5b508035906020013560ff16613881565b6040805163ffffffff9092168252519081900360200190f35b3480156118ce57600080fd5b5061073e600480360360208110156118e557600080fd5b81019060208101813564010000000081111561190057600080fd5b82018360208201111561191257600080fd5b8035906020019184600183028401116401000000008311171561193457600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506138d3945050505050565b34801561198157600080fd5b506106e16004803603604081101561199857600080fd5b8101906020810181356401000000008111156119b357600080fd5b8201836020820111156119c557600080fd5b803590602001918460018302840111640100000000831117156119e757600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050640100000000811115611a3a57600080fd5b820183602082011115611a4c57600080fd5b80359060200191846001830284011164010000000083111715611a6e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d44945050505050565b348015611abb57600080fd5b506106e160048036036020811015611ad257600080fd5b5035613f3b565b348015611ae557600080fd5b5061073e613fa0565b348015611afa57600080fd5b506107b6613fa6565b348015611b0f57600080fd5b506106e160048036036060811015611b2657600080fd5b50600160a060020a038135169060ff60208201358116916040013516613fab565b348015611b5357600080fd5b506106e160048036036020811015611b6a57600080fd5b5035600160a060020a0316613fb8565b348015611b8657600080fd5b506107b660048036036020811015611b9d57600080fd5b5035600160a060020a0316614006565b348015611bb957600080fd5b506106e160048036036020811015611bd057600080fd5b50351515614024565b348015611be557600080fd5b5061073e614082565b348015611bfa57600080fd5b506108ac60048036036040811015611c1157600080fd5b508035600160a060020a0316906020013560ff16614088565b600454600160a060020a03165b90565b600254600160a060020a031681565b6000611c55600f6140a3565b905090565b600354600160a060020a03163314611c7157600080fd5b60048054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a0381166000908152601c602052604090205460ff165b919050565b60095460ff1681565b611cc733612707565b80611cec5750603254610100900460ff168015611cec575033600160a060020a038216145b1515611cf757600080fd5b600160a060020a0381166000908152602e602052604090205460ff161515611d4957600160a060020a0381166000908152602e60205260409020805460ff19166001908117909155602f805490910190555b60408051600160a060020a038316815290517fb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd9149181900360200190a1611d9181600180611d9a565b50565b60165490565b611da2612e00565b1515611dad57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611e1c57600080fd5b505afa158015611e30573d6000803e3d6000fd5b505050506040513d6020811015611e4657600080fd5b50519050600160a060020a0381161515611e6a57611e65858585612026565b611e75565b611e75818585612026565b5050505050565b600181565b600954610100900460ff1681565b60325460ff1681565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611f0357600080fd5b505afa158015611f17573d6000803e3d6000fd5b505050506040513d6020811015611f2d57600080fd5b505191505090565b600954600090611f4e90610100900460ff168484612de9565b90505b92915050565b60095462010000900460ff1681565b600281565b6000611f7633612f27565b1515611f8157600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b612021601b8484846141e8565b505050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561206757600080fd5b505afa15801561207b573d6000803e3d6000fd5b505050506040513d602081101561209157600080fd5b5051602554610100900460ff9081169116141561213657604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561211957600080fd5b505af115801561212d573d6000803e3d6000fd5b505050506124f3565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561217257600080fd5b505afa158015612186573d6000803e3d6000fd5b505050506040513d602081101561219c57600080fd5b5051602554610100900460ff9081169116141561222457604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561226057600080fd5b505afa158015612274573d6000803e3d6000fd5b505050506040513d602081101561228a57600080fd5b5051602554610100900460ff9081169116141561231257604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561234e57600080fd5b505afa158015612362573d6000803e3d6000fd5b505050506040513d602081101561237857600080fd5b5051602554610100900460ff9081169116141561240057604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561243c57600080fd5b505afa158015612450573d6000803e3d6000fd5b505050506040513d602081101561246657600080fd5b5051602554610100900460ff908116911614156124ee57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561211957600080fd5b600080fd5b50505050565b600354600090600160a060020a038381169116141561251a57506001611cb0565b50600160a060020a031660009081526030602052604090205460ff1690565b6000612544336124f9565b151561254f57600080fd5b611f4e83836144ff565b60255460ff1681565b60158054600091908390811061257457fe5b600091825260209091200154600160a060020a031692915050565b612598336124f9565b15156125a357600080fd5b60328054600160a060020a03909216620100000275ffffffffffffffffffffffffffffffffffffffff000019909216919091179055565b60008060008060006125ec600b6140a3565b6125f660136140a3565b612600600f6140a3565b61260a60176140a3565b612614601b6140a3565b945094509450945094509091929394565b600160a060020a031660009081526014602052604090205460ff1690565b60135460165460ff9091169082565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a908190846008811061268757fe5b600881049091015460046007909216919091026101000a90041663ffffffff16156126b35760016126b6565b60005b9695505050505050565b60295490565b602c5460ff1681565b612021600f8484846141e8565b60285481565b600354600160a060020a031633146126f957600080fd5b600354600160a060020a0316ff5b603254600090600160a060020a0383811662010000909204161480611f515750611f5182612a7d565b600061273a611e98565b151561274557600080fd5b602c5460ff16151561275657600080fd5b60006027805460018160011615610100020316600290049050111561280557602980546001818101808455600093909352602780546127cc937fcb7c14ce178f56e2e8d86ab33ebc0ae081ba8556a00cd122038841867181caac0192600261010091831615919091026000190190911604614b27565b5050602854602a80546001810182556000919091527fbeced09521047d05b8960b7e7bcc1d1292cf3e4b2a6b63f48335cbde5f7545d201555b602b80546128289160279160026000196101006001841615020190911604614b27565b504260285560408051602081019182905260009081905261284b91602b91614bac565b50602c805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a031661288c611c2a565b60408051600160a060020a03808516825283166020820152606091810182815260278054600260001961010060018416150201909116049383018490529260808301908490801561291e5780601f106128f35761010080835404028352916020019161291e565b820191906000526020600020905b81548152906001019060200180831161290157829003601f168201915b505094505050505060405180910390a150600190565b601f5460225460ff9091169082565b602d5481565b602f5481565b601a5490565b60ff8416156124f3576124f361296a8561460b565b8484846141e8565b60015481565b612980612b52565b151561298b57600080fd5b6040805160208101918290526000908190526129a991602b91614bac565b50602c805460ff19169055565b600954600090611f4e9060ff168484612de9565b602b805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b820191906000526020600020905b815481529060010190602001808311612a3357829003601f168201915b505050505081565b600954640100000000900460ff1681565b602554610100900460ff1681565b60315481565b603254600090600160a060020a0383811662010000909204161415612aa457506001611cb0565b611f51826146a8565b600954600090611f4e9062010000900460ff168484612de9565b6009546301000000900460ff1681565b600160a060020a031660009081526010602052604090205460ff1690565b601b54601e5460ff9091169082565b600254600160a060020a03163314612b1b57600080fd5b600160a060020a0381161515612b3057600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b601d8054600091908390811061257457fe5b612b7e336124f9565b1515612b8957600080fd5b600860ff821610612b9957600080fd5b600082815260076020526040812060ff831660088110612bb557fe5b600891828204019190066004029054906101000a900463ffffffff169050600760008481526020019081526020016000206000018260ff16600881101515612bf957fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600354600160a060020a03163314612c8d57600080fd5b600160a060020a03811660009081526030602052604081205460ff161515612cdf57600160a060020a0382166000908152603060205260409020805460ff191660019081179091556031805490910190555b60408051600160a060020a038416815290517f93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d611179181900360200190a1612d288260026001611d9a565b5050565b6000903b1190565b602a805482908110612d4257fe5b600091825260209091200154905081565b60306020526000908152604090205460ff1681565b6029805482908110612d7657fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b612021600b8484846141e8565b6000612df6848484613233565b90505b9392505050565b6000611c5533612a7d565b600081565b6000611c5560176140a3565b612e2533612707565b151560011480612e3d575033600160a060020a038216145b1515612e4857600080fd5b600160a060020a0381166000908152602e602052604090205460ff1615612e9457600160a060020a0381166000908152602e60205260409020805460ff19169055602f80546000190190555b60408051600160a060020a038316815290517f745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c9181900360200190a1611d918160016000611d9a565b6009546120219061296a906301000000900460ff1661460b565b602e6020526000908152604090205460ff1681565b600354600160a060020a031681565b6000611c55600b6140a3565b600354600090600160a060020a0383811691161480612f4e5750602554600a60ff90911610155b15612f5b57506001611cb0565b602554600061010090910460ff1611156130b65760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612fdb57600080fd5b505afa158015612fef573d6000803e3d6000fd5b505050506040513d602081101561300557600080fd5b5051602554604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561308157600080fd5b505afa158015613095573d6000803e3d6000fd5b505050506040513d60208110156130ab57600080fd5b50519150611cb09050565b506000611cb0565b60005b8151811015612d28576130ea82828151811015156130db57fe5b90602001906020020151611cbe565b6001016130c1565b600a81565b6130ff612b52565b151561310a57600080fd5b602c5460ff161561311a57600080fd5b805160801161312857600080fd5b805161313b90602b906020840190614bac565b50602c805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a031661317f611c2a565b60408051600160a060020a038085168252831660208201526060918101828152602b805460026000196101006001841615020190911604938301849052926080830190849080156132115780601f106131e657610100808354040283529160200191613211565b820191906000526020600020905b8154815290600101906020018083116131f457829003601f168201915b505094505050505060405180910390a150565b601754601a5460ff9091169082565b600060ff8416156132585761325161324a8561460b565b8484614802565b9050612df9565b5060009392505050565b600354600160a060020a0316331461327957600080fd5b603280549115156101000261ff0019909216919091179055565b600160a060020a031660009081526018602052604090205460ff1690565b600954600090611f4e90640100000000900460ff168484612de9565b600f5460125460ff9091169082565b6132e4612e00565b15156132ef57600080fd5b6025805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b60198054600091908390811061257457fe5b60606020825111151561341f5781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156134115780601f106133e657610100808354040283529160200191613411565b820191906000526020600020905b8154815290600101906020018083116133f457829003601f168201915b505050505092505050611cb0565b6006826040518082805190602001908083835b602083106134515780518252601f199092019160209182019101613432565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156135055780601f106134da57610100808354040283529160200191613505565b820191906000526020600020905b8154815290600101906020018083116134e857829003601f168201915b50505050509050919050565b603254620100009004600160a060020a031681565b600454600160a060020a031681565b3360008181526010602052604090205460ff16613550614c1a565b600a60ff83811682810682168085526064909106819003821685038190038216604080860182905293546101009004831660020283166020808701829052600160a060020a03891660009081526010909152949094208054949092010191821660ff199093168317905590158015906135ca575060ff8316155b156135da576135da600f85614856565b60408051308152600160a060020a038616602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a150505050565b613632612e00565b151561363d57600080fd5b60408051602080825260278054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156136dc5780601f106136b1576101008083540402835291602001916136dc565b820191906000526020600020905b8154815290600101906020018083116136bf57829003601f168201915b50509250505060405180910390a1565b600b54600e5460ff9091169082565b600e5490565b600354600160a060020a0316331480613722575033600160a060020a038216145b151561372d57600080fd5b600160a060020a03811660009081526030602052604090205460ff161561377957600160a060020a0381166000908152603060205260409020805460ff19169055603180546000190190555b60408051600160a060020a038316815290517f2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b959181900360200190a1611d918160026000611d9a565b60118054600091908390811061257457fe5b600d8054600091908390811061257457fe5b6000611c5560136140a3565b60006001821515141561380f5761380883612a7d565b9050611f51565b61380883612f27565b603254610100900460ff1681565b6027805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b6000600860ff83161061389357600080fd5b600083815260076020526040902060ff8316600881106138af57fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b60006138dd612b52565b15156138e857600080fd5b6000826040516020018082805190602001908083835b6020831061391d5780518252601f1990920191602091820191016138fe565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000602760405160200180828054600181600116156101000203166002900480156139bc5780601f1061399a5761010080835404028352918201916139bc565b820191906000526020600020905b8154815290600101906020018083116139a8575b505091505060405160208183030381529060405280519060200120905080821415613b93576029541515613a1357604080516020810191829052600090819052613a0891602791614bac565b506000602855613ab7565b600080805b602954811015613a6b5781602a82815481101515613a3257fe5b90600052602060002001541115613a6357809250602a81815481101515613a5557fe5b906000526020600020015491505b600101613a18565b506029805483908110613a7a57fe5b9060005260206000200160279080546001816001161561010002031660029004613aa5929190614b27565b506028819055613ab4826148ed565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613b4c578181015183820152602001613b34565b50505050905090810190601f168015613b795780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611cb0565b60001960005b602954811015613c5c576000602982815481101515613bb457fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015613c1c5780601f10613bfa576101008083540402835291820191613c1c565b820191906000526020600020905b815481529060010190602001808311613c08575b505091505060405160208183030381529060405280519060200120905080851415613c5357613c4a826148ed565b81925050613c5c565b50600101613b99565b50600019811415613c6c57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613d00578181015183820152602001613ce8565b50505050905090810190601f168015613d2d5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b613d4d336124f9565b1515613d5857600080fd5b8151602010613db3578151808301516000818152600560205260408120919291613d8191614c39565b600083511115613dac5760008281526005602090815260409091208451613daa92860190614bac565b505b5050613e9e565b6006826040518082805190602001908083835b60208310613de55780518252601f199092019160209182019101613dc6565b51815160209384036101000a60001901801990921691161790529201948552506040519384900301909220613e1e925090506000614c39565b600081511115613e9e57806006836040518082805190602001908083835b60208310613e5b5780518252601f199092019160209182019101613e3c565b51815160209384036101000a60001901801990921691161790529201948552506040519384900381019093208451613e9c9591949190910192509050614bac565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015613efd578181015183820152602001613ee5565b50505050905090810190601f168015613f2a5780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b613f44336124f9565b1515613f4f57600080fd5b600081815260076020526040812090613f688282614c7d565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b60125490565b606481565b61202160138484846141e8565b600354600160a060020a03163314613fcf57600080fd5b600160a060020a0381161515613fe457600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a03166000908152600c602052604090205460ff1690565b600354600160a060020a0316331461403b57600080fd5b6032805482151560ff19909116811790915560408051918252517f04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb9181900360200190a150565b601e5490565b600954600090611f4e906301000000900460ff168484612de9565b600080805b83600301548110156141e1576140e284600201828154811015156140c857fe5b600091825260209091200154600160a060020a0316612d2c565b15156141d857600284018054829081106140f857fe5b60009182526020909120018054600160a060020a03191690556003840154600192909201916000190181146141c75783600201600185600301540381548110151561413f57fe5b600091825260209091200154600285018054600160a060020a03909216918390811061416757fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055508360020160018560030154038154811015156141ad57fe5b60009182526020909120018054600160a060020a03191690555b6003840180546000190190556141dc565b6001015b6140a8565b5092915050565b6000600133600160a060020a0386161461429d57604080517f67e5c3bf00000000000000000000000000000000000000000000000000000000815233600482015290518691600160a060020a038316916367e5c3bf91602480820192602092909190829003018186803b15801561425e57600080fd5b505afa158015614272573d6000803e3d6000fd5b505050506040513d602081101561428857600080fd5b5051915061429533612707565b9250506142a9565b6142a632612707565b91505b600160a060020a038516600090815260018701602052604090205460ff166142cf614c1a565b600a60ff838116918206811680845260649092068290038116602084018190528403919091038116604083015260009086908116158015614314575085806143145750845b1561431e57600191505b60ff87161580159061432d5750855b801561434f575060018360ff8a166003811061434557fe5b602002015160ff16145b1561435c57506001905060025b60ff87161580159061436b5750845b801561438e575060028360ff8a166003811061438357fe5b602002015160ff1614155b1561439a575060019050805b60ff8716158015906143a95750855b80156143b25750845b156143bf57506001905060025b8115156143cb57600080fd5b600a60ff8916600381106143db57fe5b602081049091015460ff601f9092166101000a9004811682029084908a166003811061440357fe5b60ff9092166020929092020152600083600260200201518460016020020151856000602002015101019050808b60010160008c600160a060020a0316600160a060020a0316815260200190815260200160002060006101000a81548160ff021916908360ff1602179055508060ff16600014158015614483575060ff8516155b15614492576144928b8b614856565b60ff811615156144a8576144a68b8b6149ec565b505b60408051308152600160a060020a038c16602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a15050505050505050505050565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a9084908290856008811061453657fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615614562576001614565565b60005b90508015156145be5760008781526007602052604090208290856008811061458957fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b60095460009060ff838116911614156146265750600f611cb0565b60095460ff83811661010090920416141561464357506013611cb0565b60095460ff838116620100009092041614156146615750600b611cb0565b60095460ff8381166401000000009092041614156146815750601b611cb0565b60095460ff83811663010000009092041614156146a057506017611cb0565b50601f919050565b600354600090600160a060020a03838116911614806146cf5750602554606460ff90911610155b156146dc57506001611cb0565b602554600061010090910460ff1611156130b65760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561475c57600080fd5b505afa158015614770573d6000803e3d6000fd5b505050506040513d602081101561478657600080fd5b5051602554604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561308157600080fd5b600160a060020a038216600090815260018401602052604081205460ff90811690600a9084166003811061483257fe5b602081049091015460ff601f9092166101000a900481169116101590509392505050565b6002820154600383015410156148af578082600201836003015481548110151561487c57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506148e0565b60028201805460018101825560009182526020909120018054600160a060020a031916600160a060020a0383161790555b5060030180546001019055565b60298054829081106148fb57fe5b9060005260206000200160006149119190614c39565b602a80548290811061491f57fe5b60009182526020822001556029546000190181146149c55760298054600019810190811061494957fe5b9060005260206000200160298281548110151561496257fe5b90600052602060002001908054600181600116156101000203166002900461498b929190614b27565b50602a8054600019810190811061499e57fe5b9060005260206000200154602a828154811015156149b857fe5b6000918252602090912001555b60298054906149d8906000198301614c84565b50602a805490612d28906000198301614ca8565b6000805b83600301548110156132585782600160a060020a03168460020182815481101515614a1757fe5b600091825260209091200154600160a060020a03161415614b1f5760028401805482908110614a4257fe5b60009182526020909120018054600160a060020a03191690556003840154600019018114614b0a57836002016001856003015403815481101515614a8257fe5b600091825260209091200154600285018054600160a060020a039092169183908110614aaa57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550836002016001856003015403815481101515614af057fe5b60009182526020909120018054600160a060020a03191690555b50506003820180546000190190556001611f51565b6001016149f0565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10614b605780548555614b9c565b82800160010185558215614b9c57600052602060002091601f016020900482015b82811115614b9c578254825591600101919060010190614b81565b50614ba8929150614cc8565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10614bed57805160ff1916838001178555614b9c565b82800160010185558215614b9c579182015b82811115614b9c578251825591602001919060010190614bff565b6060604051908101604052806003906020820280388339509192915050565b50805460018160011615610100020316600290046000825580601f10614c5f5750611d91565b601f016020900490600052602060002090810190611d919190614cc8565b5060009055565b81548183558181111561202157600083815260209020612021918101908301614ce2565b815481835581811115612021576000838152602090206120219181019083015b611c3791905b80821115614ba85760008155600101614cce565b611c3791905b80821115614ba8576000614cfc8282614c39565b50600101614ce856fea165627a7a72305820d082645bcffd2cd2fd9383eb2bea761546b6d9091c6df34558b0614b1b99c23c0029",
}

BaseAccessControlGroupMetaData contains all meta data concerning the BaseAccessControlGroup contract.

View Source
var BaseAccessWalletABI = BaseAccessWalletMetaData.ABI

BaseAccessWalletABI is the input ABI used to generate the binding from. Deprecated: Use BaseAccessWalletMetaData.ABI instead.

View Source
var BaseAccessWalletBin = BaseAccessWalletMetaData.Bin

BaseAccessWalletBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseAccessWalletMetaData.Bin instead.

View Source
var BaseAccessWalletFactoryABI = BaseAccessWalletFactoryMetaData.ABI

BaseAccessWalletFactoryABI is the input ABI used to generate the binding from. Deprecated: Use BaseAccessWalletFactoryMetaData.ABI instead.

View Source
var BaseAccessWalletFactoryBin = BaseAccessWalletFactoryMetaData.Bin

BaseAccessWalletFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseAccessWalletFactoryMetaData.Bin instead.

View Source
var BaseAccessWalletFactoryFuncSigs = BaseAccessWalletFactoryMetaData.Sigs

Deprecated: Use BaseAccessWalletFactoryMetaData.Sigs instead. BaseAccessWalletFactoryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseAccessWalletFactoryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createAccessWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_spaceAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"7708bc41": "createAccessWallet()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f4273416363576c74466163746f727932303139303530363135343230304d4c0060055534801561007c57600080fd5b50604051602080615a798339810180604052602081101561009c57600080fd5b505160028054600160a060020a031990811632179091556003805482163317905560048054600160a060020a0390931692909116919091179055615994806100e56000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b116100765780636d2e4b1b146101275780637708bc411461015a5780638da5cb5b1461016f578063af570c0414610184578063f2fde38b14610199576100a3565b806302d05d3f146100a557806341c0e1b5146100d657806354fd4d50146100eb5780635f4fcae114610112575b005b3480156100b157600080fd5b506100ba6101cc565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b506100a36101db565b3480156100f757600080fd5b50610100610200565b60408051918252519081900360200190f35b34801561011e57600080fd5b50610100610206565b34801561013357600080fd5b506100a36004803603602081101561014a57600080fd5b5035600160a060020a031661020c565b34801561016657600080fd5b506100ba610267565b34801561017b57600080fd5b506100ba610340565b34801561019057600080fd5b506100ba61034f565b3480156101a557600080fd5b506100a3600480360360208110156101bc57600080fd5b5035600160a060020a031661035e565b600254600160a060020a031681565b600354600160a060020a031633146101f257600080fd5b600354600160a060020a0316ff5b60055481565b60015481565b600254600160a060020a0316331461022357600080fd5b600160a060020a038116151561023857600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600454600090600160a060020a0316331461028157600080fd5b600033604051610290906103b9565b600160a060020a03909116815260405190819003602001906000f0801580156102bd573d6000803e3d6000fd5b50604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051919250600160a060020a0383169163f2fde38b9160248082019260009290919082900301818387803b15801561032257600080fd5b505af1158015610336573d6000803e3d6000fd5b5092935050505090565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a0316331461037557600080fd5b600160a060020a038116151561038a57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6155a2806103c78339019056fe7f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff19908116831761ff00199081169092557f4564697461626c653230323030393238313130303030504f00000000000000006009557f436f6e7461696e657232303230303331363133353330304d4c000000000000006010556013939093557f416363657373496e6465786f723230323030393238313130303030504f000000601555601680549093168217166102001762ff00001916620300001763ff000000191663040000001764ff0000000019166405000000001790915560e06040526080908152600a60a052606460c052620001539060179060036200023e565b507f427341636365737357616c6c65743230323030393238313130303030504f0000603155604051602080620055a2833981018060405260208110156200019957600080fd5b505160028054600160a060020a03199081163217909155600380548216331790556016546018805460ff1990811660ff62010000850481169190911790925560208054821661010085048416179055601c805482168385161790556024805482166301000000850484161790556028805490911664010000000090930490911691909117905560048054600160a060020a0390931692909116919091179055620002fc565b600183019183908215620002c65791602002820160005b838211156200029557835183826101000a81548160ff021916908360ff160217905550926020019260010160208160000104928301926001030262000255565b8015620002c45782816101000a81549060ff021916905560010160208160000104928301926001030262000295565b505b50620002d4929150620002d8565b5090565b620002f991905b80821115620002d457805460ff19168155600101620002df565b90565b615296806200030c6000396000f3fe6080604052600436106107025760003560e060020a9004806369881c0c11610394578063a864dfa5116101e0578063d1aeb65111610111578063ef1d7dc2116100af578063fb52222c1161007e578063fb52222c14611b32578063fccc134f14611b65578063fd08919614611b7a578063fe538c5a14611bad57610702565b8063ef1d7dc214611a7c578063f17bda9114611a91578063f2fde38b14611ad5578063f50b2efe14611b0857610702565b8063e1a70717116100eb578063e1a7071714611865578063e542b7cb14611918578063eb23b7aa14611a52578063ebe9314e14611a6757610702565b8063d1aeb65114610907578063d30f8cd01461183b578063e02dd9c21461185057610702565b8063c287e0ed1161017e578063c9e8e72d11610158578063c9e8e72d1461179f578063cb86806d146117d2578063cf8a7503146117e7578063d15d62a71461181157610702565b8063c287e0ed14611760578063c4b1978d14611775578063c65bcbe21461178a57610702565b8063aa3f6952116101ba578063aa3f695214611659578063ac55c90614611683578063af570c0414611736578063b8ff1dba1461174b57610702565b8063a864dfa5146115db578063a980892d14611617578063aa024e8b1461162c57610702565b80638635adb5116102c557806397ac4fd2116102635780639cb121ba116102325780639cb121ba1461151a5780639f46133e1461154d578063a00b38c414611562578063a4081d62146115a857610702565b806397ac4fd2146114285780639867db741461143d578063991a3a7c146114f05780639b55f9011461084157610702565b80639476c4781161029f5780639476c478146113cb57806395a078e8146113e057806395ba60ba1461141357806396eba03d1461133357610702565b80638635adb51461135d5780638da5cb5b146113a157806392297d7b146113b657610702565b80637886f747116103325780637fb52f1a1161030c5780637fb52f1a146112d857806381beeb641461131e5780638232f3f11461133357806385e0a2001461134857610702565b80637886f747146112405780637ca8f6181461126a5780637cbb7bf21461129457610702565b80636e3754271161036e5780636e3754271461117a5780636ebc8c861461118f578063763d5ee6146111b95780637709bc781461120d57610702565b806369881c0c146110ff5780636c0f79b6146111325780636d2e4b1b1461114757610702565b80632d474cbd11610553578063508ad278116104845780635f6a1301116104225780636380501f116103f15780636380501f1461106657806367e5c3bf1461107b5780636813b6d1146110ae57806368a0469a146110ea57610702565b80635f6a130114610f765780635faecb7614610f8b578063628449fd14610fc75780636373a4111461105157610702565b80635c1d30591161045e5780635c1d305914610f005780635d7cf83014610f155780635d97b6c2146109975780635f4fcae114610f6157610702565b8063508ad27814610e7a57806351a7fc8714610ed657806354fd4d5014610eeb57610702565b80633dd71d99116104f157806341c0e1b5116104cb57806341c0e1b514610e2a57806342e7ba7b14610e3f578063446e882614610e72578063479a0c511461090757610702565b80633dd71d9914610dbc5780633def514014610dd157806340b87a2614610e1557610702565b806330e669491161052d57806330e6694914610d4b57806332eaf21b14610d7d578063331b86c014610d92578063375a6e7c14610da757610702565b80632d474cbd14610cae5780632fa5c84214610cd8578063304f4a7b14610d1857610702565b806314cfabb3116106385780631f2caaec116105d657806329adec14116105a557806329adec1414610c0057806329d0021914610c1557806329dedde514610c485780632cf9942214610c7b57610702565b80631f2caaec14610b1b578063224dcba014610b4557806322e564eb14610b8957806324d7806c14610bcd57610702565b8063186897331161061257806318689733146109975780631bf7a912146109ac5780631cdbee5a14610ad35780631e2ff94f14610b0657610702565b806314cfabb31461093157806315c0bac11461094657806316aed2321461098257610702565b8063091600e6116106a55780630f58a7861161067f5780630f58a786146108885780630fe1b5a2146108c3578063100508a21461090757806312915a301461091c57610702565b8063091600e6146108175780630dc10d3f1461082c5780630eaec2c51461084157610702565b806304f55daf116106e157806304f55daf14610771578063055af48f1461078657806307a08237146107b957806308d865d7146107ce57610702565b8062821de31461070457806302d05d3f14610735578063048bd5291461074a575b005b34801561071057600080fd5b50610719611be9565b60408051600160a060020a039092168252519081900360200190f35b34801561074157600080fd5b50610719611bf9565b34801561075657600080fd5b5061075f611c08565b60408051918252519081900360200190f35b34801561077d57600080fd5b5061075f611c19565b34801561079257600080fd5b50610702600480360360208110156107a957600080fd5b5035600160a060020a0316611c1e565b3480156107c557600080fd5b5061075f611c57565b3480156107da57600080fd5b50610801600480360360208110156107f157600080fd5b5035600160a060020a0316611c5c565b6040805160ff9092168252519081900360200190f35b34801561082357600080fd5b50610801611c7e565b34801561083857600080fd5b5061075f611c87565b34801561084d57600080fd5b506108746004803603602081101561086457600080fd5b5035600160a060020a0316611c8d565b604080519115158252519081900360200190f35b34801561089457600080fd5b50610702600480360360408110156108ab57600080fd5b50600160a060020a0381358116916020013516611cbc565b3480156108cf57600080fd5b50610702600480360360608110156108e657600080fd5b50600160a060020a038135169060ff60208201358116916040013516611e1a565b34801561091357600080fd5b50610801611c19565b34801561092857600080fd5b50610801611efc565b34801561093d57600080fd5b50610874611f0a565b34801561095257600080fd5b506108746004803603604081101561096957600080fd5b508035600160a060020a0316906020013560ff16611fa7565b34801561098e57600080fd5b50610801611fc7565b3480156109a357600080fd5b50610801611fd6565b610874600480360360408110156109c257600080fd5b8101906020810181356401000000008111156109dd57600080fd5b8201836020820111156109ef57600080fd5b80359060200191846020830284011164010000000083111715610a1157600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610a6157600080fd5b820183602082011115610a7357600080fd5b80359060200191846020830284011164010000000083111715610a9557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611fdb945050505050565b348015610adf57600080fd5b5061071960048036036020811015610af657600080fd5b5035600160a060020a0316612084565b348015610b1257600080fd5b5061075f61209f565b348015610b2757600080fd5b5061071960048036036020811015610b3e57600080fd5b50356120a5565b348015610b5157600080fd5b5061070260048036036060811015610b6857600080fd5b50600160a060020a038135169060ff60208201358116916040013516612286565b348015610b9557600080fd5b5061070260048036036060811015610bac57600080fd5b50600160a060020a038135169060ff60208201358116916040013516612298565b348015610bd957600080fd5b5061087460048036036020811015610bf057600080fd5b5035600160a060020a031661276b565b348015610c0c57600080fd5b50610801612794565b348015610c2157600080fd5b5061087460048036036020811015610c3857600080fd5b5035600160a060020a031661279d565b348015610c5457600080fd5b5061087460048036036020811015610c6b57600080fd5b5035600160a060020a03166127a3565b348015610c8757600080fd5b5061087460048036036020811015610c9e57600080fd5b5035600160a060020a03166127c1565b348015610cba57600080fd5b5061071960048036036020811015610cd157600080fd5b50356128e0565b348015610ce457600080fd5b50610ced61290d565b6040805195865260208601949094528484019290925260608401526080830152519081900360a00190f35b348015610d2457600080fd5b5061080160048036036020811015610d3b57600080fd5b5035600160a060020a0316612958565b348015610d5757600080fd5b50610d60612976565b6040805160ff909316835260208301919091528051918290030190f35b348015610d8957600080fd5b50610719612985565b348015610d9e57600080fd5b5061075f612994565b348015610db357600080fd5b5061087461299a565b348015610dc857600080fd5b506108746129a3565b348015610ddd57600080fd5b5061070260048036036060811015610df457600080fd5b50600160a060020a038135169060ff602082013581169160400135166129a8565b348015610e2157600080fd5b5061075f6129b5565b348015610e3657600080fd5b506107026129bb565b348015610e4b57600080fd5b5061087460048036036020811015610e6257600080fd5b5035600160a060020a03166129e0565b6108746129f4565b348015610e8657600080fd5b50610874600480360360e0811015610e9d57600080fd5b50600160a060020a03813581169160ff602082013516916040820135916060810135916080820135169060a08101359060c00135612bf8565b348015610ee257600080fd5b50610d60612ed5565b348015610ef757600080fd5b5061075f612ee4565b348015610f0c57600080fd5b5061075f612eea565b348015610f2157600080fd5b5061070260048036036080811015610f3857600080fd5b5060ff8135811691600160a060020a036020820135169160408201358116916060013516612ef0565b348015610f6d57600080fd5b5061075f612f0d565b348015610f8257600080fd5b50610702612f13565b348015610f9757600080fd5b5061087460048036036040811015610fae57600080fd5b508035600160a060020a0316906020013560ff16612f51565b348015610fd357600080fd5b50610fdc612f65565b6040805160208082528351818301528351919283929083019185019080838360005b83811015611016578181015183820152602001610ffe565b50505050905090810190601f1680156110435780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561105d57600080fd5b50610801612ff3565b34801561107257600080fd5b50610801613004565b34801561108757600080fd5b506108746004803603602081101561109e57600080fd5b5035600160a060020a0316613012565b3480156110ba57600080fd5b50610874600480360360408110156110d157600080fd5b508035600160a060020a0316906020013560ff166131a9565b3480156110f657600080fd5b506108016131c3565b34801561110b57600080fd5b506108016004803603602081101561112257600080fd5b5035600160a060020a03166131d3565b34801561113e57600080fd5b50610d606131f1565b34801561115357600080fd5b506107026004803603602081101561116a57600080fd5b5035600160a060020a0316613200565b34801561118657600080fd5b5061087461324e565b34801561119b57600080fd5b50610719600480360360208110156111b257600080fd5b503561325f565b3480156111c557600080fd5b50610874600480360360c08110156111dc57600080fd5b5060ff81351690602081013590604081013590600160a060020a036060820135169060808101359060a00135613271565b34801561121957600080fd5b506108746004803603602081101561123057600080fd5b5035600160a060020a0316613365565b34801561124c57600080fd5b5061075f6004803603602081101561126357600080fd5b503561336d565b34801561127657600080fd5b50610fdc6004803603602081101561128d57600080fd5b503561338c565b3480156112a057600080fd5b50610702600480360360608110156112b757600080fd5b50600160a060020a038135169060ff60208201358116916040013516613400565b3480156112e457600080fd5b50610874600480360360608110156112fb57600080fd5b5060ff8135811691600160a060020a03602082013516916040909101351661340d565b34801561132a57600080fd5b506108746136e8565b34801561133f57600080fd5b506108016136f3565b34801561135457600080fd5b5061075f6136f8565b34801561136957600080fd5b506107026004803603606081101561138057600080fd5b50600160a060020a038135169060ff60208201358116916040013516613704565b3480156113ad57600080fd5b5061071961371e565b3480156113c257600080fd5b5061075f61372d565b3480156113d757600080fd5b5061075f611fd6565b3480156113ec57600080fd5b506108746004803603602081101561140357600080fd5b5035600160a060020a0316613739565b34801561141f57600080fd5b5061075f6136f3565b34801561143457600080fd5b50610801613893565b34801561144957600080fd5b506107026004803603602081101561146057600080fd5b81019060208101813564010000000081111561147b57600080fd5b82018360208201111561148d57600080fd5b803590602001918460018302840111640100000000831117156114af57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613898945050505050565b3480156114fc57600080fd5b506107196004803603602081101561151357600080fd5b50356139c5565b34801561152657600080fd5b506108746004803603602081101561153d57600080fd5b5035600160a060020a03166139ed565b34801561155957600080fd5b50610d60613a44565b34801561156e57600080fd5b506108746004803603606081101561158557600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516613a53565b3480156115b457600080fd5b50610801600480360360208110156115cb57600080fd5b5035600160a060020a0316613a82565b3480156115e757600080fd5b50610874600480360360408110156115fe57600080fd5b508035600160a060020a0316906020013560ff16613aa0565b34801561162357600080fd5b50610d60613abc565b34801561163857600080fd5b506107026004803603602081101561164f57600080fd5b503560ff16613acb565b34801561166557600080fd5b506107196004803603602081101561167c57600080fd5b5035613b45565b34801561168f57600080fd5b50610fdc600480360360208110156116a657600080fd5b8101906020810181356401000000008111156116c157600080fd5b8201836020820111156116d357600080fd5b803590602001918460018302840111640100000000831117156116f557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613b57945050505050565b34801561174257600080fd5b50610719613d00565b34801561175757600080fd5b50610702613d0f565b34801561176c57600080fd5b50610702613e08565b34801561178157600080fd5b50610d60613eca565b34801561179657600080fd5b5061075f613ed9565b3480156117ab57600080fd5b50610702600480360360208110156117c257600080fd5b5035600160a060020a0316613edf565b3480156117de57600080fd5b5061075f613f18565b3480156117f357600080fd5b506107196004803603602081101561180a57600080fd5b5035613f1e565b34801561181d57600080fd5b506107196004803603602081101561183457600080fd5b5035613f30565b34801561184757600080fd5b5061075f613f42565b34801561185c57600080fd5b50610fdc613f4e565b34801561187157600080fd5b5061075f6004803603602081101561188857600080fd5b8101906020810181356401000000008111156118a357600080fd5b8201836020820111156118b557600080fd5b803590602001918460018302840111640100000000831117156118d757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613fa9945050505050565b34801561192457600080fd5b506107026004803603604081101561193b57600080fd5b81019060208101813564010000000081111561195657600080fd5b82018360208201111561196857600080fd5b8035906020019184600183028401116401000000008311171561198a57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156119dd57600080fd5b8201836020820111156119ef57600080fd5b80359060200191846001830284011164010000000083111715611a1157600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061441a945050505050565b348015611a5e57600080fd5b5061075f614611565b348015611a7357600080fd5b5061075f614616565b348015611a8857600080fd5b5061080161461c565b348015611a9d57600080fd5b5061070260048036036060811015611ab457600080fd5b50600160a060020a038135169060ff60208201358116916040013516614621565b348015611ae157600080fd5b5061070260048036036020811015611af857600080fd5b5035600160a060020a031661462e565b348015611b1457600080fd5b5061087460048036036020811015611b2b57600080fd5b503561467c565b348015611b3e57600080fd5b5061080160048036036020811015611b5557600080fd5b5035600160a060020a0316614690565b348015611b7157600080fd5b5061075f6146ae565b348015611b8657600080fd5b5061087460048036036020811015611b9d57600080fd5b5035600160a060020a03166146b4565b348015611bb957600080fd5b5061087460048036036040811015611bd057600080fd5b508035600160a060020a0316906020013560ff1661483c565b600454600160a060020a03165b90565b600254600160a060020a031681565b6000611c14601c614857565b905090565b600181565b600354600160a060020a03163314611c3557600080fd5b60048054600160a060020a031916600160a060020a0392909216919091179055565b600481565b600160a060020a03811660009081526029602052604090205460ff165b919050565b60165460ff1681565b60235490565b600354600090600160a060020a0383811691161480611cb65750600354600160a060020a031633145b92915050565b600354600160a060020a03163314611cd357600080fd5b600160a060020a0382811660009081526014602052604090205416158015611d015750611cff826139ed565b155b15611dad576012546013541015611d5757816012601354815481101515611d2457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550611da3565b601280546001810182556000919091527fbb8a6a4669ba250d26cd7a459eca9d215f8307e33aebe50379bc5a3617ec3444018054600160a060020a031916600160a060020a0384161790555b6013805460010190555b600160a060020a038281166000818152601460209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b611e226136e8565b1515611e2d57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611e9c57600080fd5b505afa158015611eb0573d6000803e3d6000fd5b505050506040513d6020811015611ec657600080fd5b50519050600160a060020a0381161515611eea57611ee5858585612298565b611ef5565b611ef5818585612298565b5050505050565b601654610100900460ff1681565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611f7557600080fd5b505afa158015611f89573d6000803e3d6000fd5b505050506040513d6020811015611f9f57600080fd5b505191505090565b601654600090611fc090610100900460ff16848461340d565b9392505050565b60165462010000900460ff1681565b600281565b6000611fe633613739565b1515611ff157600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b601460205260009081526040902054600160a060020a031681565b60325481565b6000805b60125481101561227d5760006012828154811015156120c457fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b15801561214a57600080fd5b505afa15801561215e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561218757600080fd5b81019080805164010000000081111561219f57600080fd5b820160208101848111156121b257600080fd5b81516401000000008111828201871017156121cc57600080fd5b50509291905050506040516020018082805190602001908083835b602083106122065780518252601f1990920191602091820191016121e7565b6001836020036101000a03801982511681845116808217855250505050505090500191505060405160208183030381529060405280519060200120141561227457601280548390811061225557fe5b600091825260209091200154600160a060020a03169250611c79915050565b506001016120a9565b50600092915050565b6122936028848484614995565b505050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156122d957600080fd5b505afa1580156122ed573d6000803e3d6000fd5b505050506040513d602081101561230357600080fd5b5051600854610100900460ff908116911614156123a857604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561238b57600080fd5b505af115801561239f573d6000803e3d6000fd5b50505050612765565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156123e457600080fd5b505afa1580156123f8573d6000803e3d6000fd5b505050506040513d602081101561240e57600080fd5b5051600854610100900460ff9081169116141561249657604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156124d257600080fd5b505afa1580156124e6573d6000803e3d6000fd5b505050506040513d60208110156124fc57600080fd5b5051600854610100900460ff9081169116141561258457604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156125c057600080fd5b505afa1580156125d4573d6000803e3d6000fd5b505050506040513d60208110156125ea57600080fd5b5051600854610100900460ff9081169116141561267257604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156126ae57600080fd5b505afa1580156126c2573d6000803e3d6000fd5b505050506040513d60208110156126d857600080fd5b5051600854610100900460ff9081169116141561276057604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561238b57600080fd5b600080fd5b50505050565b600354600090600160a060020a038381169116141561278c57506001611c79565b506000919050565b60085460ff1681565b50600090565b6000601354600014156127b857506001611c79565b611cb6826139ed565b600033600160a060020a038316146127d857600080fd5b600082905080600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561282757600080fd5b505af115801561283b573d6000803e3d6000fd5b505050506040513d602081101561285157600080fd5b5050604080517f27c1c21d0000000000000000000000000000000000000000000000000000000081529051600160a060020a038316916327c1c21d916004808301926020929190829003018186803b1580156128ac57600080fd5b505afa1580156128c0573d6000803e3d6000fd5b505050506040513d60208110156128d657600080fd5b5051159392505050565b6022805460009190839081106128f257fe5b600091825260209091200154600160a060020a031692915050565b600080600080600061291f6018614857565b6129296020614857565b612933601c614857565b61293d6024614857565b6129476028614857565b945094509450945094509091929394565b600160a060020a031660009081526021602052604090205460ff1690565b60205460235460ff9091169082565b601154600160a060020a031681565b600c5490565b600f5460ff1681565b600090565b612293601c848484614995565b600b5481565b600354600160a060020a031633146129d257600080fd5b600354600160a060020a0316ff5b600354600160a060020a0390811691161490565b60006129fe611f0a565b1515612a0957600080fd5b600f5460ff161515612a1a57600080fd5b6000600a8054600181600116156101000203166002900490501115612ac957600c80546001818101808455600093909352600a8054612a90937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604615073565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e8054612aec91600a9160026000196101006001841615020190911604615073565b5042600b55604080516020810191829052600090819052612b0f91600e916150f8565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612b50611be9565b60408051600160a060020a038085168252831660208201526060918101828152600a80546002600019610100600184161502019091160493830184905292608083019084908015612be25780601f10612bb757610100808354040283529160200191612be2565b820191906000526020600020905b815481529060010190602001808311612bc557829003601f168201915b505094505050505060405180910390a150600190565b600454600090600160a060020a031633811480612ca15750604080517fd6be0f490000000000000000000000000000000000000000000000000000000081523360048201529051600091600160a060020a0384169163d6be0f4991602480820192602092909190829003018186803b158015612c7357600080fd5b505afa158015612c87573d6000803e3d6000fd5b505050506040513d6020811015612c9d57600080fd5b5051115b1515612cac57600080fd5b600081600160a060020a031663d6be0f498b6040518263ffffffff1660e060020a0281526004018082600160a060020a0316600160a060020a0316815260200191505060206040518083038186803b158015612d0757600080fd5b505afa158015612d1b573d6000803e3d6000fd5b505050506040513d6020811015612d3157600080fd5b505111612d3d57600080fd5b6032548311612d825760408051600160a060020a038b16815260016020820152815160008051602061524b833981519152929181900390910190a16000915050612eca565b3031841115612dc75760408051600160a060020a038b16815260026020820152815160008051602061524b833981519152929181900390910190a16000915050612eca565b6000612dd7898989898989613271565b9050801515612e1d5760408051600160a060020a038c16815260036020820152815160008051602061524b833981519152929181900390910190a1600092505050612eca565b6032849055604051600090600160a060020a0388169087156108fc0290889084818181858888f193505050509050801515612e905760408051600160a060020a038d16815260046020820152815160008051602061524b833981519152929181900390910190a160009350505050612eca565b60408051600160a060020a038d16815260006020820152815160008051602061524b833981519152929181900390910190a1600193505050505b979650505050505050565b602c54602f5460ff9091169082565b60315481565b60275490565b60ff84161561276557612765612f0585614cac565b848484614995565b60015481565b612f1b61324e565b1515612f2657600080fd5b604080516020810191829052600090819052612f4491600e916150f8565b50600f805460ff19169055565b601654600090611fc09060ff16848461340d565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b820191906000526020600020905b815481529060010190602001808311612fce57829003601f168201915b505050505081565b601654640100000000900460ff1681565b600854610100900460ff1681565b600354600090600160a060020a03838116911614806130395750600854606460ff90911610155b1561304657506001611c79565b600854600061010090910460ff1611156131a15760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156130c657600080fd5b505afa1580156130da573d6000803e3d6000fd5b505050506040513d60208110156130f057600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561316c57600080fd5b505afa158015613180573d6000803e3d6000fd5b505050506040513d602081101561319657600080fd5b50519150611c799050565b506000611c79565b601654600090611fc09062010000900460ff16848461340d565b6016546301000000900460ff1681565b600160a060020a03166000908152601d602052604090205460ff1690565b602854602b5460ff9091169082565b600254600160a060020a0316331461321757600080fd5b600160a060020a038116151561322c57600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b602a805460009190839081106128f257fe5b604080516c01000000000000000000000000308102602080840191909152600160a060020a0387169091026034830152604882018590526068808301859052835180840390910181526088830180855281519183019190912060009182905260a8840180865281905260ff8b1660c885015260e884018a905261010884018990529351909392849260019261012880840193601f198301929081900390910190855afa158015613325573d6000803e3d6000fd5b5050604051601f190151600354909250600160a060020a0380841691161490506133545760009250505061335b565b6001925050505b9695505050505050565b6000903b1190565b600d80548290811061337b57fe5b600091825260209091200154905081565b600c80548290811061339a57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b6122936018848484614995565b600080839050600360009054906101000a9004600160a060020a0316600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561346e57600080fd5b505afa158015613482573d6000803e3d6000fd5b505050506040513d602081101561349857600080fd5b5051600160a060020a031614156134b3576001915050611fc0565b60006134c0868686613a53565b9050600181151514156134d857600192505050611fc0565b60165460ff87811661010090920416146136dc57600080805b6023548110156136d857602280548290811061350957fe5b600091825260209091200154600160a060020a03169150811580159061354d5750600160a060020a038216600090815260216020526040902054600160ff90911610155b156136d057819250600360009054906101000a9004600160a060020a0316600160a060020a031683600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156135b057600080fd5b505afa1580156135c4573d6000803e3d6000fd5b505050506040513d60208110156135da57600080fd5b5051600160a060020a0316148061360f5750600160a060020a038216600090815260216020526040902054600a60ff90911610155b80156136bd5750604080517fa00b38c400000000000000000000000000000000000000000000000000000000815260ff808c166004830152600160a060020a038b81166024840152908a16604483015291519185169163a00b38c491606480820192602092909190829003018186803b15801561368b57600080fd5b505afa15801561369f573d6000803e3d6000fd5b505050506040513d60208110156136b557600080fd5b505115156001145b156136d057600195505050505050611fc0565b6001016134f1565b5050505b50600095945050505050565b6000611c1433613012565b600081565b6000611c146024614857565b60165461229390612f05906301000000900460ff16614cac565b600354600160a060020a031681565b6000611c146018614857565b600354600090600160a060020a03838116911614806137605750600854600a60ff90911610155b1561376d57506001611c79565b600854600061010090910460ff1611156131a15760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156137ed57600080fd5b505afa158015613801573d6000803e3d6000fd5b505050506040513d602081101561381757600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561316c57600080fd5b600a81565b6138a061324e565b15156138ab57600080fd5b600f5460ff16156138bb57600080fd5b80516080116138c957600080fd5b80516138dc90600e9060208401906150f8565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316613920611be9565b60408051600160a060020a038085168252831660208201526060918101828152600e805460026000196101006001841615020190911604938301849052926080830190849080156139b25780601f10613987576101008083540402835291602001916139b2565b820191906000526020600020905b81548152906001019060200180831161399557829003601f168201915b505094505050505060405180910390a150565b60128054829081106139d357fe5b600091825260209091200154600160a060020a0316905081565b600080805b601354811015613a3d5783600160a060020a0316601282815481101515613a1557fe5b600091825260209091200154600160a060020a03161415613a3557600191505b6001016139f2565b5092915050565b60245460275460ff9091169082565b600060ff841615613a7857613a71613a6a85614cac565b8484614d49565b9050611fc0565b5060009392505050565b600160a060020a031660009081526025602052604090205460ff1690565b601654600090611fc090640100000000900460ff16848461340d565b601c54601f5460ff9091169082565b613ad36136e8565b1515613ade57600080fd5b6008805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6026805460009190839081106128f257fe5b606060208251111515613c0e5781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015613c005780601f10613bd557610100808354040283529160200191613c00565b820191906000526020600020905b815481529060010190602001808311613be357829003601f168201915b505050505092505050611c79565b6006826040518082805190602001908083835b60208310613c405780518252601f199092019160209182019101613c21565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015613cf45780601f10613cc957610100808354040283529160200191613cf4565b820191906000526020600020905b815481529060010190602001808311613cd757829003601f168201915b50505050509050919050565b600454600160a060020a031681565b336000818152601d602052604090205460ff16613d2a615166565b600a60ff8381169182068116808452606490920682900381168403829003811660408085018290526017546101009004831660020283166020808701829052600160a060020a0389166000908152601d9091529190912080549190940190910191821660ff1990911681179092559015801590613da8575060ff8316155b15613db857613db8601c85614d9d565b60408051308152600160a060020a038616602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a150505050565b613e106136e8565b1515613e1b57600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b6593909291829182019084908015613eba5780601f10613e8f57610100808354040283529160200191613eba565b820191906000526020600020905b815481529060010190602001808311613e9d57829003601f168201915b50509250505060405180910390a1565b601854601b5460ff9091169082565b60135481565b600354600160a060020a03163314613ef657600080fd5b60118054600160a060020a031916600160a060020a0392909216919091179055565b601b5490565b601e805460009190839081106128f257fe5b601a805460009190839081106128f257fe5b6000611c146020614857565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b6000613fb361324e565b1515613fbe57600080fd5b6000826040516020018082805190602001908083835b60208310613ff35780518252601f199092019160209182019101613fd4565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156140925780601f10614070576101008083540402835291820191614092565b820191906000526020600020905b81548152906001019060200180831161407e575b50509150506040516020818303038152906040528051906020012090508082141561426957600c5415156140e9576040805160208101918290526000908190526140de91600a916150f8565b506000600b5561418d565b600080805b600c548110156141415781600d8281548110151561410857fe5b9060005260206000200154111561413957809250600d8181548110151561412b57fe5b906000526020600020015491505b6001016140ee565b50600c80548390811061415057fe5b90600052602060002001600a908054600181600116156101000203166002900461417b929190615073565b50600b81905561418a82614e34565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561422257818101518382015260200161420a565b50505050905090810190601f16801561424f5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611c79565b60001960005b600c54811015614332576000600c8281548110151561428a57fe5b9060005260206000200160405160200180828054600181600116156101000203166002900480156142f25780601f106142d05761010080835404028352918201916142f2565b820191906000526020600020905b8154815290600101906020018083116142de575b5050915050604051602081830303815290604052805190602001209050808514156143295761432082614e34565b81925050614332565b5060010161426f565b5060001981141561434257600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156143d65781810151838201526020016143be565b50505050905090810190601f1680156144035780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b6144233361276b565b151561442e57600080fd5b815160201061448957815180830151600081815260056020526040812091929161445791615185565b6000835111156144825760008281526005602090815260409091208451614480928601906150f8565b505b5050614574565b6006826040518082805190602001908083835b602083106144bb5780518252601f19909201916020918201910161449c565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092206144f4925090506000615185565b60008151111561457457806006836040518082805190602001908083835b602083106145315780518252601f199092019160209182019101614512565b51815160209384036101000a6000190180199092169116179052920194855250604051938490038101909320845161457295919491909101925090506150f8565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b838110156145d35781810151838201526020016145bb565b50505050905090810190601f1680156146005780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b600381565b601f5490565b606481565b6122936020848484614995565b600354600160a060020a0316331461464557600080fd5b600160a060020a038116151561465a57600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600060325482111561278c57506001611c79565b600160a060020a031660009081526019602052604090205460ff1690565b602b5490565b600354600090600160a060020a031633146146ce57600080fd5b6013546000190160005b601354811015613a785783600160a060020a03166012828154811015156146fb57fe5b600091825260209091200154600160a060020a0316141561483457601280548290811061472457fe5b60009182526020909120018054600160a060020a03191690558082146147c957601280548390811061475257fe5b60009182526020909120015460128054600160a060020a03909216918390811061477857fe5b60009182526020909120018054600160a060020a031916600160a060020a039290921691909117905560128054839081106147af57fe5b60009182526020909120018054600160a060020a03191690555b6013829055600160a060020a0384166000818152601460209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a1600192505050611c79565b6001016146d8565b601654600090611fc0906301000000900460ff16848461340d565b600080805b8360030154811015613a3d57614896846002018281548110151561487c57fe5b600091825260209091200154600160a060020a0316613365565b151561498c57600284018054829081106148ac57fe5b60009182526020909120018054600160a060020a031916905560038401546001929092019160001901811461497b578360020160018560030154038154811015156148f357fe5b600091825260209091200154600285018054600160a060020a03909216918390811061491b57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600201600185600301540381548110151561496157fe5b60009182526020909120018054600160a060020a03191690555b600384018054600019019055614990565b6001015b61485c565b6000600133600160a060020a03861614614a4a57604080517f67e5c3bf00000000000000000000000000000000000000000000000000000000815233600482015290518691600160a060020a038316916367e5c3bf91602480820192602092909190829003018186803b158015614a0b57600080fd5b505afa158015614a1f573d6000803e3d6000fd5b505050506040513d6020811015614a3557600080fd5b50519150614a42336129e0565b925050614a56565b614a53326129e0565b91505b600160a060020a038516600090815260018701602052604090205460ff16614a7c615166565b600a60ff838116918206811680845260649092068290038116602084018190528403919091038116604083015260009086908116158015614ac157508580614ac15750845b15614acb57600191505b60ff871615801590614ada5750855b8015614afc575060018360ff8a1660038110614af257fe5b602002015160ff16145b15614b0957506001905060025b60ff871615801590614b185750845b8015614b3b575060028360ff8a1660038110614b3057fe5b602002015160ff1614155b15614b47575060019050805b60ff871615801590614b565750855b8015614b5f5750845b15614b6c57506001905060025b811515614b7857600080fd5b601760ff891660038110614b8857fe5b602081049091015460ff601f9092166101000a9004811682029084908a1660038110614bb057fe5b60ff9092166020929092020152600083600260200201518460016020020151856000602002015101019050808b60010160008c600160a060020a0316600160a060020a0316815260200190815260200160002060006101000a81548160ff021916908360ff1602179055508060ff16600014158015614c30575060ff8516155b15614c3f57614c3f8b8b614d9d565b60ff81161515614c5557614c538b8b614f38565b505b60408051308152600160a060020a038c16602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a15050505050505050505050565b60165460009060ff83811691161415614cc75750601c611c79565b60165460ff838116610100909204161415614ce457506020611c79565b60165460ff83811662010000909204161415614d0257506018611c79565b60165460ff838116640100000000909204161415614d2257506028611c79565b60165460ff8381166301000000909204161415614d4157506024611c79565b50602c919050565b600160a060020a038216600090815260018401602052604081205460ff90811690601790841660038110614d7957fe5b602081049091015460ff601f9092166101000a900481169116101590509392505050565b600282015460038301541015614df65780826002018360030154815481101515614dc357fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550614e27565b60028201805460018101825560009182526020909120018054600160a060020a031916600160a060020a0383161790555b5060030180546001019055565b600c805482908110614e4257fe5b906000526020600020016000614e589190615185565b600d805482908110614e6657fe5b6000918252602082200155600c54600019018114614f0c57600c80546000198101908110614e9057fe5b90600052602060002001600c82815481101515614ea957fe5b906000526020600020019080546001816001161561010002031660029004614ed2929190615073565b50600d80546000198101908110614ee557fe5b9060005260206000200154600d82815481101515614eff57fe5b6000918252602090912001555b600c805490614f1f9060001983016151c9565b50600d805490614f339060001983016151ed565b505b50565b6000805b8360030154811015613a785782600160a060020a03168460020182815481101515614f6357fe5b600091825260209091200154600160a060020a0316141561506b5760028401805482908110614f8e57fe5b60009182526020909120018054600160a060020a0319169055600384015460001901811461505657836002016001856003015403815481101515614fce57fe5b600091825260209091200154600285018054600160a060020a039092169183908110614ff657fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600201600185600301540381548110151561503c57fe5b60009182526020909120018054600160a060020a03191690555b50506003820180546000190190556001611cb6565b600101614f3c565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106150ac57805485556150e8565b828001600101855582156150e857600052602060002091601f016020900482015b828111156150e85782548255916001019190600101906150cd565b506150f492915061520d565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061513957805160ff19168380011785556150e8565b828001600101855582156150e8579182015b828111156150e857825182559160200191906001019061514b565b6060604051908101604052806003906020820280388339509192915050565b50805460018160011615610100020316600290046000825580601f106151ab5750614f35565b601f016020900490600052602060002090810190614f35919061520d565b81548183558181111561229357600083815260209020612293918101908301615227565b815481835581811115612293576000838152602090206122939181019083015b611bf691905b808211156150f45760008155600101615213565b611bf691905b808211156150f45760006152418282615185565b5060010161522d56fe583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefada165627a7a7230582018fa8702a0207d1304516acbbecd4e40c0239c8abd5562167062c142d07cccec0029a165627a7a723058208f2e69a0e0ccb114574ff229376f4956e2b9977fc8d7f42bb470402f043917aa0029",
}

BaseAccessWalletFactoryMetaData contains all meta data concerning the BaseAccessWalletFactory contract.

View Source
var BaseAccessWalletFuncSigs = BaseAccessWalletMetaData.Sigs

Deprecated: Use BaseAccessWalletMetaData.Sigs instead. BaseAccessWalletFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseAccessWalletMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentObjects\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"execStatusNonceFail\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"}],\"name\":\"setContentSpace\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"execStatusSendFail\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_OBJECT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getAccessGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canContribute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"},{\"name\":\"content_contract\",\"type\":\"address\"}],\"name\":\"addContentType\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_GROUP\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_LIBRARY\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_CONFIRMED\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"contentTypeContracts\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"currentTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"typeHash\",\"type\":\"bytes32\"}],\"name\":\"findTypeByHash\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContractRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"canReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"validType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"contentObj\",\"type\":\"address\"}],\"name\":\"publish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getAccessGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAll\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"getAccessGroupRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessGroups\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"requiresReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentObjectRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasManagerAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_TENTATIVE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_guarantor\",\"type\":\"address\"},{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"},{\"name\":\"_dest\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"},{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"execute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"others\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"indexType\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setEntityRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTRACT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CATEGORY_CONTENT_TYPE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentObjectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contracts\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContract\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"},{\"name\":\"_dest\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"},{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"validateTransaction\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"contractExists\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setLibraryRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"ACCESS_NONE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpContentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setContentTypeRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpLibraries\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"execStatusBalanceFail\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"execStatusOk\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"whitelistedType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index_type\",\"type\":\"uint8\"},{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkDirectRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"}],\"name\":\"getContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContractRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentObjects\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"setAccessRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"libraries\",\"outputs\":[{\"name\":\"category\",\"type\":\"uint8\"},{\"name\":\"length\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getLibrariesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getContentObject\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"position\",\"type\":\"uint256\"}],\"name\":\"getLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TYPE_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"cleanUpAccessGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"execStatusSigFail\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContentObjectsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setAccessGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"validateTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"}],\"name\":\"getLibraryRights\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getContractsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"removeContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"obj\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"}],\"name\":\"checkContentTypeRights\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"guarantor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"code\",\"type\":\"int256\"}],\"name\":\"ExecStatus\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"principal\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"entity\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"aggregate\",\"type\":\"uint8\"}],\"name\":\"RightsChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contentContract\",\"type\":\"address\"}],\"name\":\"ContentTypeAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"}],\"name\":\"ContentTypeRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"18689733": "ACCESS_CONFIRMED()",
		"8232f3f1": "ACCESS_NONE()",
		"479a0c51": "ACCESS_TENTATIVE()",
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"091600e6": "CATEGORY_CONTENT_OBJECT()",
		"68a0469a": "CATEGORY_CONTENT_TYPE()",
		"6373a411": "CATEGORY_CONTRACT()",
		"12915a30": "CATEGORY_GROUP()",
		"16aed232": "CATEGORY_LIBRARY()",
		"d1aeb651": "TYPE_ACCESS()",
		"5d97b6c2": "TYPE_EDIT()",
		"96eba03d": "TYPE_SEE()",
		"30e66949": "accessGroups()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"0f58a786": "addContentType(address,address)",
		"32eaf21b": "addressKMS()",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"0eaec2c5": "canContribute(address)",
		"81beeb64": "canEdit()",
		"9b55f901": "canPublish(address)",
		"29d00219": "canReview(address)",
		"15c0bac1": "checkAccessGroupRights(address,uint8)",
		"5faecb76": "checkContentObjectRights(address,uint8)",
		"fe538c5a": "checkContentTypeRights(address,uint8)",
		"a864dfa5": "checkContractRights(address,uint8)",
		"a00b38c4": "checkDirectRights(uint8,address,uint8)",
		"6813b6d1": "checkLibraryRights(address,uint8)",
		"7fb52f1a": "checkRights(uint8,address,uint8)",
		"d30f8cd0": "cleanUpAccessGroups()",
		"2fa5c842": "cleanUpAll()",
		"048bd529": "cleanUpContentObjects()",
		"85e0a200": "cleanUpContentTypes()",
		"92297d7b": "cleanUpLibraries()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"a980892d": "contentObjects()",
		"af570c04": "contentSpace()",
		"1cdbee5a": "contentTypeContracts(address)",
		"9f46133e": "contentTypes()",
		"991a3a7c": "contentTypes(uint256)",
		"c65bcbe2": "contentTypesLength()",
		"7709bc78": "contractExists(address)",
		"6c0f79b6": "contracts()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"1e2ff94f": "currentTimestamp()",
		"e1a70717": "deleteVersion(string)",
		"9476c478": "execStatusBalanceFail()",
		"04f55daf": "execStatusNonceFail()",
		"95ba60ba": "execStatusOk()",
		"07a08237": "execStatusSendFail()",
		"eb23b7aa": "execStatusSigFail()",
		"508ad278": "execute(address,uint8,bytes32,bytes32,address,uint256,uint256)",
		"1f2caaec": "findTypeByHash(bytes32)",
		"2d474cbd": "getAccessGroup(uint256)",
		"304f4a7b": "getAccessGroupRights(address)",
		"0dc10d3f": "getAccessGroupsLength()",
		"cf8a7503": "getContentObject(uint256)",
		"69881c0c": "getContentObjectRights(address)",
		"ebe9314e": "getContentObjectsLength()",
		"aa3f6952": "getContentType(uint256)",
		"a4081d62": "getContentTypeRights(address)",
		"5c1d3059": "getContentTypesLength()",
		"6ebc8c86": "getContract(uint256)",
		"08d865d7": "getContractRights(address)",
		"fccc134f": "getContractsLength()",
		"cb86806d": "getLibrariesLength()",
		"d15d62a7": "getLibrary(uint256)",
		"fb52222c": "getLibraryRights(address)",
		"ac55c906": "getMeta(bytes)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"42e7ba7b": "hasManagerAccess(address)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"c4b1978d": "libraries()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"51a7fc87": "others()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"2cf99422": "publish(address)",
		"e542b7cb": "putMeta(bytes,bytes)",
		"fd089196": "removeContentType(address)",
		"3dd71d99": "requiresReview()",
		"f17bda91": "setAccessGroupRights(address,uint8,uint8)",
		"b8ff1dba": "setAccessRights()",
		"c9e8e72d": "setAddressKMS(address)",
		"3def5140": "setContentObjectRights(address,uint8,uint8)",
		"055af48f": "setContentSpace(address)",
		"8635adb5": "setContentTypeRights(address,uint8,uint8)",
		"224dcba0": "setContractRights(address,uint8,uint8)",
		"5d7cf830": "setEntityRights(uint8,address,uint8,uint8)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"7cbb7bf2": "setLibraryRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"29dedde5": "validType(address)",
		"f50b2efe": "validateTimestamp(uint256)",
		"763d5ee6": "validateTransaction(uint8,bytes32,bytes32,address,uint256,uint256)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
		"9cb121ba": "whitelistedType(address)",
	},
	Bin: "0x7f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff19908116831761ff00199081169092557f4564697461626c653230323030393238313130303030504f00000000000000006009557f436f6e7461696e657232303230303331363133353330304d4c000000000000006010556013939093557f416363657373496e6465786f723230323030393238313130303030504f000000601555601680549093168217166102001762ff00001916620300001763ff000000191663040000001764ff0000000019166405000000001790915560e06040526080908152600a60a052606460c052620001539060179060036200023e565b507f427341636365737357616c6c65743230323030393238313130303030504f0000603155604051602080620055a2833981018060405260208110156200019957600080fd5b505160028054600160a060020a03199081163217909155600380548216331790556016546018805460ff1990811660ff62010000850481169190911790925560208054821661010085048416179055601c805482168385161790556024805482166301000000850484161790556028805490911664010000000090930490911691909117905560048054600160a060020a0390931692909116919091179055620002fc565b600183019183908215620002c65791602002820160005b838211156200029557835183826101000a81548160ff021916908360ff160217905550926020019260010160208160000104928301926001030262000255565b8015620002c45782816101000a81549060ff021916905560010160208160000104928301926001030262000295565b505b50620002d4929150620002d8565b5090565b620002f991905b80821115620002d457805460ff19168155600101620002df565b90565b615296806200030c6000396000f3fe6080604052600436106107025760003560e060020a9004806369881c0c11610394578063a864dfa5116101e0578063d1aeb65111610111578063ef1d7dc2116100af578063fb52222c1161007e578063fb52222c14611b32578063fccc134f14611b65578063fd08919614611b7a578063fe538c5a14611bad57610702565b8063ef1d7dc214611a7c578063f17bda9114611a91578063f2fde38b14611ad5578063f50b2efe14611b0857610702565b8063e1a70717116100eb578063e1a7071714611865578063e542b7cb14611918578063eb23b7aa14611a52578063ebe9314e14611a6757610702565b8063d1aeb65114610907578063d30f8cd01461183b578063e02dd9c21461185057610702565b8063c287e0ed1161017e578063c9e8e72d11610158578063c9e8e72d1461179f578063cb86806d146117d2578063cf8a7503146117e7578063d15d62a71461181157610702565b8063c287e0ed14611760578063c4b1978d14611775578063c65bcbe21461178a57610702565b8063aa3f6952116101ba578063aa3f695214611659578063ac55c90614611683578063af570c0414611736578063b8ff1dba1461174b57610702565b8063a864dfa5146115db578063a980892d14611617578063aa024e8b1461162c57610702565b80638635adb5116102c557806397ac4fd2116102635780639cb121ba116102325780639cb121ba1461151a5780639f46133e1461154d578063a00b38c414611562578063a4081d62146115a857610702565b806397ac4fd2146114285780639867db741461143d578063991a3a7c146114f05780639b55f9011461084157610702565b80639476c4781161029f5780639476c478146113cb57806395a078e8146113e057806395ba60ba1461141357806396eba03d1461133357610702565b80638635adb51461135d5780638da5cb5b146113a157806392297d7b146113b657610702565b80637886f747116103325780637fb52f1a1161030c5780637fb52f1a146112d857806381beeb641461131e5780638232f3f11461133357806385e0a2001461134857610702565b80637886f747146112405780637ca8f6181461126a5780637cbb7bf21461129457610702565b80636e3754271161036e5780636e3754271461117a5780636ebc8c861461118f578063763d5ee6146111b95780637709bc781461120d57610702565b806369881c0c146110ff5780636c0f79b6146111325780636d2e4b1b1461114757610702565b80632d474cbd11610553578063508ad278116104845780635f6a1301116104225780636380501f116103f15780636380501f1461106657806367e5c3bf1461107b5780636813b6d1146110ae57806368a0469a146110ea57610702565b80635f6a130114610f765780635faecb7614610f8b578063628449fd14610fc75780636373a4111461105157610702565b80635c1d30591161045e5780635c1d305914610f005780635d7cf83014610f155780635d97b6c2146109975780635f4fcae114610f6157610702565b8063508ad27814610e7a57806351a7fc8714610ed657806354fd4d5014610eeb57610702565b80633dd71d99116104f157806341c0e1b5116104cb57806341c0e1b514610e2a57806342e7ba7b14610e3f578063446e882614610e72578063479a0c511461090757610702565b80633dd71d9914610dbc5780633def514014610dd157806340b87a2614610e1557610702565b806330e669491161052d57806330e6694914610d4b57806332eaf21b14610d7d578063331b86c014610d92578063375a6e7c14610da757610702565b80632d474cbd14610cae5780632fa5c84214610cd8578063304f4a7b14610d1857610702565b806314cfabb3116106385780631f2caaec116105d657806329adec14116105a557806329adec1414610c0057806329d0021914610c1557806329dedde514610c485780632cf9942214610c7b57610702565b80631f2caaec14610b1b578063224dcba014610b4557806322e564eb14610b8957806324d7806c14610bcd57610702565b8063186897331161061257806318689733146109975780631bf7a912146109ac5780631cdbee5a14610ad35780631e2ff94f14610b0657610702565b806314cfabb31461093157806315c0bac11461094657806316aed2321461098257610702565b8063091600e6116106a55780630f58a7861161067f5780630f58a786146108885780630fe1b5a2146108c3578063100508a21461090757806312915a301461091c57610702565b8063091600e6146108175780630dc10d3f1461082c5780630eaec2c51461084157610702565b806304f55daf116106e157806304f55daf14610771578063055af48f1461078657806307a08237146107b957806308d865d7146107ce57610702565b8062821de31461070457806302d05d3f14610735578063048bd5291461074a575b005b34801561071057600080fd5b50610719611be9565b60408051600160a060020a039092168252519081900360200190f35b34801561074157600080fd5b50610719611bf9565b34801561075657600080fd5b5061075f611c08565b60408051918252519081900360200190f35b34801561077d57600080fd5b5061075f611c19565b34801561079257600080fd5b50610702600480360360208110156107a957600080fd5b5035600160a060020a0316611c1e565b3480156107c557600080fd5b5061075f611c57565b3480156107da57600080fd5b50610801600480360360208110156107f157600080fd5b5035600160a060020a0316611c5c565b6040805160ff9092168252519081900360200190f35b34801561082357600080fd5b50610801611c7e565b34801561083857600080fd5b5061075f611c87565b34801561084d57600080fd5b506108746004803603602081101561086457600080fd5b5035600160a060020a0316611c8d565b604080519115158252519081900360200190f35b34801561089457600080fd5b50610702600480360360408110156108ab57600080fd5b50600160a060020a0381358116916020013516611cbc565b3480156108cf57600080fd5b50610702600480360360608110156108e657600080fd5b50600160a060020a038135169060ff60208201358116916040013516611e1a565b34801561091357600080fd5b50610801611c19565b34801561092857600080fd5b50610801611efc565b34801561093d57600080fd5b50610874611f0a565b34801561095257600080fd5b506108746004803603604081101561096957600080fd5b508035600160a060020a0316906020013560ff16611fa7565b34801561098e57600080fd5b50610801611fc7565b3480156109a357600080fd5b50610801611fd6565b610874600480360360408110156109c257600080fd5b8101906020810181356401000000008111156109dd57600080fd5b8201836020820111156109ef57600080fd5b80359060200191846020830284011164010000000083111715610a1157600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610a6157600080fd5b820183602082011115610a7357600080fd5b80359060200191846020830284011164010000000083111715610a9557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611fdb945050505050565b348015610adf57600080fd5b5061071960048036036020811015610af657600080fd5b5035600160a060020a0316612084565b348015610b1257600080fd5b5061075f61209f565b348015610b2757600080fd5b5061071960048036036020811015610b3e57600080fd5b50356120a5565b348015610b5157600080fd5b5061070260048036036060811015610b6857600080fd5b50600160a060020a038135169060ff60208201358116916040013516612286565b348015610b9557600080fd5b5061070260048036036060811015610bac57600080fd5b50600160a060020a038135169060ff60208201358116916040013516612298565b348015610bd957600080fd5b5061087460048036036020811015610bf057600080fd5b5035600160a060020a031661276b565b348015610c0c57600080fd5b50610801612794565b348015610c2157600080fd5b5061087460048036036020811015610c3857600080fd5b5035600160a060020a031661279d565b348015610c5457600080fd5b5061087460048036036020811015610c6b57600080fd5b5035600160a060020a03166127a3565b348015610c8757600080fd5b5061087460048036036020811015610c9e57600080fd5b5035600160a060020a03166127c1565b348015610cba57600080fd5b5061071960048036036020811015610cd157600080fd5b50356128e0565b348015610ce457600080fd5b50610ced61290d565b6040805195865260208601949094528484019290925260608401526080830152519081900360a00190f35b348015610d2457600080fd5b5061080160048036036020811015610d3b57600080fd5b5035600160a060020a0316612958565b348015610d5757600080fd5b50610d60612976565b6040805160ff909316835260208301919091528051918290030190f35b348015610d8957600080fd5b50610719612985565b348015610d9e57600080fd5b5061075f612994565b348015610db357600080fd5b5061087461299a565b348015610dc857600080fd5b506108746129a3565b348015610ddd57600080fd5b5061070260048036036060811015610df457600080fd5b50600160a060020a038135169060ff602082013581169160400135166129a8565b348015610e2157600080fd5b5061075f6129b5565b348015610e3657600080fd5b506107026129bb565b348015610e4b57600080fd5b5061087460048036036020811015610e6257600080fd5b5035600160a060020a03166129e0565b6108746129f4565b348015610e8657600080fd5b50610874600480360360e0811015610e9d57600080fd5b50600160a060020a03813581169160ff602082013516916040820135916060810135916080820135169060a08101359060c00135612bf8565b348015610ee257600080fd5b50610d60612ed5565b348015610ef757600080fd5b5061075f612ee4565b348015610f0c57600080fd5b5061075f612eea565b348015610f2157600080fd5b5061070260048036036080811015610f3857600080fd5b5060ff8135811691600160a060020a036020820135169160408201358116916060013516612ef0565b348015610f6d57600080fd5b5061075f612f0d565b348015610f8257600080fd5b50610702612f13565b348015610f9757600080fd5b5061087460048036036040811015610fae57600080fd5b508035600160a060020a0316906020013560ff16612f51565b348015610fd357600080fd5b50610fdc612f65565b6040805160208082528351818301528351919283929083019185019080838360005b83811015611016578181015183820152602001610ffe565b50505050905090810190601f1680156110435780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561105d57600080fd5b50610801612ff3565b34801561107257600080fd5b50610801613004565b34801561108757600080fd5b506108746004803603602081101561109e57600080fd5b5035600160a060020a0316613012565b3480156110ba57600080fd5b50610874600480360360408110156110d157600080fd5b508035600160a060020a0316906020013560ff166131a9565b3480156110f657600080fd5b506108016131c3565b34801561110b57600080fd5b506108016004803603602081101561112257600080fd5b5035600160a060020a03166131d3565b34801561113e57600080fd5b50610d606131f1565b34801561115357600080fd5b506107026004803603602081101561116a57600080fd5b5035600160a060020a0316613200565b34801561118657600080fd5b5061087461324e565b34801561119b57600080fd5b50610719600480360360208110156111b257600080fd5b503561325f565b3480156111c557600080fd5b50610874600480360360c08110156111dc57600080fd5b5060ff81351690602081013590604081013590600160a060020a036060820135169060808101359060a00135613271565b34801561121957600080fd5b506108746004803603602081101561123057600080fd5b5035600160a060020a0316613365565b34801561124c57600080fd5b5061075f6004803603602081101561126357600080fd5b503561336d565b34801561127657600080fd5b50610fdc6004803603602081101561128d57600080fd5b503561338c565b3480156112a057600080fd5b50610702600480360360608110156112b757600080fd5b50600160a060020a038135169060ff60208201358116916040013516613400565b3480156112e457600080fd5b50610874600480360360608110156112fb57600080fd5b5060ff8135811691600160a060020a03602082013516916040909101351661340d565b34801561132a57600080fd5b506108746136e8565b34801561133f57600080fd5b506108016136f3565b34801561135457600080fd5b5061075f6136f8565b34801561136957600080fd5b506107026004803603606081101561138057600080fd5b50600160a060020a038135169060ff60208201358116916040013516613704565b3480156113ad57600080fd5b5061071961371e565b3480156113c257600080fd5b5061075f61372d565b3480156113d757600080fd5b5061075f611fd6565b3480156113ec57600080fd5b506108746004803603602081101561140357600080fd5b5035600160a060020a0316613739565b34801561141f57600080fd5b5061075f6136f3565b34801561143457600080fd5b50610801613893565b34801561144957600080fd5b506107026004803603602081101561146057600080fd5b81019060208101813564010000000081111561147b57600080fd5b82018360208201111561148d57600080fd5b803590602001918460018302840111640100000000831117156114af57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613898945050505050565b3480156114fc57600080fd5b506107196004803603602081101561151357600080fd5b50356139c5565b34801561152657600080fd5b506108746004803603602081101561153d57600080fd5b5035600160a060020a03166139ed565b34801561155957600080fd5b50610d60613a44565b34801561156e57600080fd5b506108746004803603606081101561158557600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516613a53565b3480156115b457600080fd5b50610801600480360360208110156115cb57600080fd5b5035600160a060020a0316613a82565b3480156115e757600080fd5b50610874600480360360408110156115fe57600080fd5b508035600160a060020a0316906020013560ff16613aa0565b34801561162357600080fd5b50610d60613abc565b34801561163857600080fd5b506107026004803603602081101561164f57600080fd5b503560ff16613acb565b34801561166557600080fd5b506107196004803603602081101561167c57600080fd5b5035613b45565b34801561168f57600080fd5b50610fdc600480360360208110156116a657600080fd5b8101906020810181356401000000008111156116c157600080fd5b8201836020820111156116d357600080fd5b803590602001918460018302840111640100000000831117156116f557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613b57945050505050565b34801561174257600080fd5b50610719613d00565b34801561175757600080fd5b50610702613d0f565b34801561176c57600080fd5b50610702613e08565b34801561178157600080fd5b50610d60613eca565b34801561179657600080fd5b5061075f613ed9565b3480156117ab57600080fd5b50610702600480360360208110156117c257600080fd5b5035600160a060020a0316613edf565b3480156117de57600080fd5b5061075f613f18565b3480156117f357600080fd5b506107196004803603602081101561180a57600080fd5b5035613f1e565b34801561181d57600080fd5b506107196004803603602081101561183457600080fd5b5035613f30565b34801561184757600080fd5b5061075f613f42565b34801561185c57600080fd5b50610fdc613f4e565b34801561187157600080fd5b5061075f6004803603602081101561188857600080fd5b8101906020810181356401000000008111156118a357600080fd5b8201836020820111156118b557600080fd5b803590602001918460018302840111640100000000831117156118d757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613fa9945050505050565b34801561192457600080fd5b506107026004803603604081101561193b57600080fd5b81019060208101813564010000000081111561195657600080fd5b82018360208201111561196857600080fd5b8035906020019184600183028401116401000000008311171561198a57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156119dd57600080fd5b8201836020820111156119ef57600080fd5b80359060200191846001830284011164010000000083111715611a1157600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061441a945050505050565b348015611a5e57600080fd5b5061075f614611565b348015611a7357600080fd5b5061075f614616565b348015611a8857600080fd5b5061080161461c565b348015611a9d57600080fd5b5061070260048036036060811015611ab457600080fd5b50600160a060020a038135169060ff60208201358116916040013516614621565b348015611ae157600080fd5b5061070260048036036020811015611af857600080fd5b5035600160a060020a031661462e565b348015611b1457600080fd5b5061087460048036036020811015611b2b57600080fd5b503561467c565b348015611b3e57600080fd5b5061080160048036036020811015611b5557600080fd5b5035600160a060020a0316614690565b348015611b7157600080fd5b5061075f6146ae565b348015611b8657600080fd5b5061087460048036036020811015611b9d57600080fd5b5035600160a060020a03166146b4565b348015611bb957600080fd5b5061087460048036036040811015611bd057600080fd5b508035600160a060020a0316906020013560ff1661483c565b600454600160a060020a03165b90565b600254600160a060020a031681565b6000611c14601c614857565b905090565b600181565b600354600160a060020a03163314611c3557600080fd5b60048054600160a060020a031916600160a060020a0392909216919091179055565b600481565b600160a060020a03811660009081526029602052604090205460ff165b919050565b60165460ff1681565b60235490565b600354600090600160a060020a0383811691161480611cb65750600354600160a060020a031633145b92915050565b600354600160a060020a03163314611cd357600080fd5b600160a060020a0382811660009081526014602052604090205416158015611d015750611cff826139ed565b155b15611dad576012546013541015611d5757816012601354815481101515611d2457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550611da3565b601280546001810182556000919091527fbb8a6a4669ba250d26cd7a459eca9d215f8307e33aebe50379bc5a3617ec3444018054600160a060020a031916600160a060020a0384161790555b6013805460010190555b600160a060020a038281166000818152601460209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b611e226136e8565b1515611e2d57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611e9c57600080fd5b505afa158015611eb0573d6000803e3d6000fd5b505050506040513d6020811015611ec657600080fd5b50519050600160a060020a0381161515611eea57611ee5858585612298565b611ef5565b611ef5818585612298565b5050505050565b601654610100900460ff1681565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611f7557600080fd5b505afa158015611f89573d6000803e3d6000fd5b505050506040513d6020811015611f9f57600080fd5b505191505090565b601654600090611fc090610100900460ff16848461340d565b9392505050565b60165462010000900460ff1681565b600281565b6000611fe633613739565b1515611ff157600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b601460205260009081526040902054600160a060020a031681565b60325481565b6000805b60125481101561227d5760006012828154811015156120c457fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b15801561214a57600080fd5b505afa15801561215e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561218757600080fd5b81019080805164010000000081111561219f57600080fd5b820160208101848111156121b257600080fd5b81516401000000008111828201871017156121cc57600080fd5b50509291905050506040516020018082805190602001908083835b602083106122065780518252601f1990920191602091820191016121e7565b6001836020036101000a03801982511681845116808217855250505050505090500191505060405160208183030381529060405280519060200120141561227457601280548390811061225557fe5b600091825260209091200154600160a060020a03169250611c79915050565b506001016120a9565b50600092915050565b6122936028848484614995565b505050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156122d957600080fd5b505afa1580156122ed573d6000803e3d6000fd5b505050506040513d602081101561230357600080fd5b5051600854610100900460ff908116911614156123a857604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561238b57600080fd5b505af115801561239f573d6000803e3d6000fd5b50505050612765565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156123e457600080fd5b505afa1580156123f8573d6000803e3d6000fd5b505050506040513d602081101561240e57600080fd5b5051600854610100900460ff9081169116141561249657604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156124d257600080fd5b505afa1580156124e6573d6000803e3d6000fd5b505050506040513d60208110156124fc57600080fd5b5051600854610100900460ff9081169116141561258457604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156125c057600080fd5b505afa1580156125d4573d6000803e3d6000fd5b505050506040513d60208110156125ea57600080fd5b5051600854610100900460ff9081169116141561267257604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561238b57600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156126ae57600080fd5b505afa1580156126c2573d6000803e3d6000fd5b505050506040513d60208110156126d857600080fd5b5051600854610100900460ff9081169116141561276057604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561238b57600080fd5b600080fd5b50505050565b600354600090600160a060020a038381169116141561278c57506001611c79565b506000919050565b60085460ff1681565b50600090565b6000601354600014156127b857506001611c79565b611cb6826139ed565b600033600160a060020a038316146127d857600080fd5b600082905080600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561282757600080fd5b505af115801561283b573d6000803e3d6000fd5b505050506040513d602081101561285157600080fd5b5050604080517f27c1c21d0000000000000000000000000000000000000000000000000000000081529051600160a060020a038316916327c1c21d916004808301926020929190829003018186803b1580156128ac57600080fd5b505afa1580156128c0573d6000803e3d6000fd5b505050506040513d60208110156128d657600080fd5b5051159392505050565b6022805460009190839081106128f257fe5b600091825260209091200154600160a060020a031692915050565b600080600080600061291f6018614857565b6129296020614857565b612933601c614857565b61293d6024614857565b6129476028614857565b945094509450945094509091929394565b600160a060020a031660009081526021602052604090205460ff1690565b60205460235460ff9091169082565b601154600160a060020a031681565b600c5490565b600f5460ff1681565b600090565b612293601c848484614995565b600b5481565b600354600160a060020a031633146129d257600080fd5b600354600160a060020a0316ff5b600354600160a060020a0390811691161490565b60006129fe611f0a565b1515612a0957600080fd5b600f5460ff161515612a1a57600080fd5b6000600a8054600181600116156101000203166002900490501115612ac957600c80546001818101808455600093909352600a8054612a90937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604615073565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e8054612aec91600a9160026000196101006001841615020190911604615073565b5042600b55604080516020810191829052600090819052612b0f91600e916150f8565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612b50611be9565b60408051600160a060020a038085168252831660208201526060918101828152600a80546002600019610100600184161502019091160493830184905292608083019084908015612be25780601f10612bb757610100808354040283529160200191612be2565b820191906000526020600020905b815481529060010190602001808311612bc557829003601f168201915b505094505050505060405180910390a150600190565b600454600090600160a060020a031633811480612ca15750604080517fd6be0f490000000000000000000000000000000000000000000000000000000081523360048201529051600091600160a060020a0384169163d6be0f4991602480820192602092909190829003018186803b158015612c7357600080fd5b505afa158015612c87573d6000803e3d6000fd5b505050506040513d6020811015612c9d57600080fd5b5051115b1515612cac57600080fd5b600081600160a060020a031663d6be0f498b6040518263ffffffff1660e060020a0281526004018082600160a060020a0316600160a060020a0316815260200191505060206040518083038186803b158015612d0757600080fd5b505afa158015612d1b573d6000803e3d6000fd5b505050506040513d6020811015612d3157600080fd5b505111612d3d57600080fd5b6032548311612d825760408051600160a060020a038b16815260016020820152815160008051602061524b833981519152929181900390910190a16000915050612eca565b3031841115612dc75760408051600160a060020a038b16815260026020820152815160008051602061524b833981519152929181900390910190a16000915050612eca565b6000612dd7898989898989613271565b9050801515612e1d5760408051600160a060020a038c16815260036020820152815160008051602061524b833981519152929181900390910190a1600092505050612eca565b6032849055604051600090600160a060020a0388169087156108fc0290889084818181858888f193505050509050801515612e905760408051600160a060020a038d16815260046020820152815160008051602061524b833981519152929181900390910190a160009350505050612eca565b60408051600160a060020a038d16815260006020820152815160008051602061524b833981519152929181900390910190a1600193505050505b979650505050505050565b602c54602f5460ff9091169082565b60315481565b60275490565b60ff84161561276557612765612f0585614cac565b848484614995565b60015481565b612f1b61324e565b1515612f2657600080fd5b604080516020810191829052600090819052612f4491600e916150f8565b50600f805460ff19169055565b601654600090611fc09060ff16848461340d565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b820191906000526020600020905b815481529060010190602001808311612fce57829003601f168201915b505050505081565b601654640100000000900460ff1681565b600854610100900460ff1681565b600354600090600160a060020a03838116911614806130395750600854606460ff90911610155b1561304657506001611c79565b600854600061010090910460ff1611156131a15760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156130c657600080fd5b505afa1580156130da573d6000803e3d6000fd5b505050506040513d60208110156130f057600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561316c57600080fd5b505afa158015613180573d6000803e3d6000fd5b505050506040513d602081101561319657600080fd5b50519150611c799050565b506000611c79565b601654600090611fc09062010000900460ff16848461340d565b6016546301000000900460ff1681565b600160a060020a03166000908152601d602052604090205460ff1690565b602854602b5460ff9091169082565b600254600160a060020a0316331461321757600080fd5b600160a060020a038116151561322c57600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b602a805460009190839081106128f257fe5b604080516c01000000000000000000000000308102602080840191909152600160a060020a0387169091026034830152604882018590526068808301859052835180840390910181526088830180855281519183019190912060009182905260a8840180865281905260ff8b1660c885015260e884018a905261010884018990529351909392849260019261012880840193601f198301929081900390910190855afa158015613325573d6000803e3d6000fd5b5050604051601f190151600354909250600160a060020a0380841691161490506133545760009250505061335b565b6001925050505b9695505050505050565b6000903b1190565b600d80548290811061337b57fe5b600091825260209091200154905081565b600c80548290811061339a57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b6122936018848484614995565b600080839050600360009054906101000a9004600160a060020a0316600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561346e57600080fd5b505afa158015613482573d6000803e3d6000fd5b505050506040513d602081101561349857600080fd5b5051600160a060020a031614156134b3576001915050611fc0565b60006134c0868686613a53565b9050600181151514156134d857600192505050611fc0565b60165460ff87811661010090920416146136dc57600080805b6023548110156136d857602280548290811061350957fe5b600091825260209091200154600160a060020a03169150811580159061354d5750600160a060020a038216600090815260216020526040902054600160ff90911610155b156136d057819250600360009054906101000a9004600160a060020a0316600160a060020a031683600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156135b057600080fd5b505afa1580156135c4573d6000803e3d6000fd5b505050506040513d60208110156135da57600080fd5b5051600160a060020a0316148061360f5750600160a060020a038216600090815260216020526040902054600a60ff90911610155b80156136bd5750604080517fa00b38c400000000000000000000000000000000000000000000000000000000815260ff808c166004830152600160a060020a038b81166024840152908a16604483015291519185169163a00b38c491606480820192602092909190829003018186803b15801561368b57600080fd5b505afa15801561369f573d6000803e3d6000fd5b505050506040513d60208110156136b557600080fd5b505115156001145b156136d057600195505050505050611fc0565b6001016134f1565b5050505b50600095945050505050565b6000611c1433613012565b600081565b6000611c146024614857565b60165461229390612f05906301000000900460ff16614cac565b600354600160a060020a031681565b6000611c146018614857565b600354600090600160a060020a03838116911614806137605750600854600a60ff90911610155b1561376d57506001611c79565b600854600061010090910460ff1611156131a15760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156137ed57600080fd5b505afa158015613801573d6000803e3d6000fd5b505050506040513d602081101561381757600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561316c57600080fd5b600a81565b6138a061324e565b15156138ab57600080fd5b600f5460ff16156138bb57600080fd5b80516080116138c957600080fd5b80516138dc90600e9060208401906150f8565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316613920611be9565b60408051600160a060020a038085168252831660208201526060918101828152600e805460026000196101006001841615020190911604938301849052926080830190849080156139b25780601f10613987576101008083540402835291602001916139b2565b820191906000526020600020905b81548152906001019060200180831161399557829003601f168201915b505094505050505060405180910390a150565b60128054829081106139d357fe5b600091825260209091200154600160a060020a0316905081565b600080805b601354811015613a3d5783600160a060020a0316601282815481101515613a1557fe5b600091825260209091200154600160a060020a03161415613a3557600191505b6001016139f2565b5092915050565b60245460275460ff9091169082565b600060ff841615613a7857613a71613a6a85614cac565b8484614d49565b9050611fc0565b5060009392505050565b600160a060020a031660009081526025602052604090205460ff1690565b601654600090611fc090640100000000900460ff16848461340d565b601c54601f5460ff9091169082565b613ad36136e8565b1515613ade57600080fd5b6008805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6026805460009190839081106128f257fe5b606060208251111515613c0e5781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015613c005780601f10613bd557610100808354040283529160200191613c00565b820191906000526020600020905b815481529060010190602001808311613be357829003601f168201915b505050505092505050611c79565b6006826040518082805190602001908083835b60208310613c405780518252601f199092019160209182019101613c21565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015613cf45780601f10613cc957610100808354040283529160200191613cf4565b820191906000526020600020905b815481529060010190602001808311613cd757829003601f168201915b50505050509050919050565b600454600160a060020a031681565b336000818152601d602052604090205460ff16613d2a615166565b600a60ff8381169182068116808452606490920682900381168403829003811660408085018290526017546101009004831660020283166020808701829052600160a060020a0389166000908152601d9091529190912080549190940190910191821660ff1990911681179092559015801590613da8575060ff8316155b15613db857613db8601c85614d9d565b60408051308152600160a060020a038616602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a150505050565b613e106136e8565b1515613e1b57600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b6593909291829182019084908015613eba5780601f10613e8f57610100808354040283529160200191613eba565b820191906000526020600020905b815481529060010190602001808311613e9d57829003601f168201915b50509250505060405180910390a1565b601854601b5460ff9091169082565b60135481565b600354600160a060020a03163314613ef657600080fd5b60118054600160a060020a031916600160a060020a0392909216919091179055565b601b5490565b601e805460009190839081106128f257fe5b601a805460009190839081106128f257fe5b6000611c146020614857565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612feb5780601f10612fc057610100808354040283529160200191612feb565b6000613fb361324e565b1515613fbe57600080fd5b6000826040516020018082805190602001908083835b60208310613ff35780518252601f199092019160209182019101613fd4565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156140925780601f10614070576101008083540402835291820191614092565b820191906000526020600020905b81548152906001019060200180831161407e575b50509150506040516020818303038152906040528051906020012090508082141561426957600c5415156140e9576040805160208101918290526000908190526140de91600a916150f8565b506000600b5561418d565b600080805b600c548110156141415781600d8281548110151561410857fe5b9060005260206000200154111561413957809250600d8181548110151561412b57fe5b906000526020600020015491505b6001016140ee565b50600c80548390811061415057fe5b90600052602060002001600a908054600181600116156101000203166002900461417b929190615073565b50600b81905561418a82614e34565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561422257818101518382015260200161420a565b50505050905090810190601f16801561424f5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611c79565b60001960005b600c54811015614332576000600c8281548110151561428a57fe5b9060005260206000200160405160200180828054600181600116156101000203166002900480156142f25780601f106142d05761010080835404028352918201916142f2565b820191906000526020600020905b8154815290600101906020018083116142de575b5050915050604051602081830303815290604052805190602001209050808514156143295761432082614e34565b81925050614332565b5060010161426f565b5060001981141561434257600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156143d65781810151838201526020016143be565b50505050905090810190601f1680156144035780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b6144233361276b565b151561442e57600080fd5b815160201061448957815180830151600081815260056020526040812091929161445791615185565b6000835111156144825760008281526005602090815260409091208451614480928601906150f8565b505b5050614574565b6006826040518082805190602001908083835b602083106144bb5780518252601f19909201916020918201910161449c565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092206144f4925090506000615185565b60008151111561457457806006836040518082805190602001908083835b602083106145315780518252601f199092019160209182019101614512565b51815160209384036101000a6000190180199092169116179052920194855250604051938490038101909320845161457295919491909101925090506150f8565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b838110156145d35781810151838201526020016145bb565b50505050905090810190601f1680156146005780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b600381565b601f5490565b606481565b6122936020848484614995565b600354600160a060020a0316331461464557600080fd5b600160a060020a038116151561465a57600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600060325482111561278c57506001611c79565b600160a060020a031660009081526019602052604090205460ff1690565b602b5490565b600354600090600160a060020a031633146146ce57600080fd5b6013546000190160005b601354811015613a785783600160a060020a03166012828154811015156146fb57fe5b600091825260209091200154600160a060020a0316141561483457601280548290811061472457fe5b60009182526020909120018054600160a060020a03191690558082146147c957601280548390811061475257fe5b60009182526020909120015460128054600160a060020a03909216918390811061477857fe5b60009182526020909120018054600160a060020a031916600160a060020a039290921691909117905560128054839081106147af57fe5b60009182526020909120018054600160a060020a03191690555b6013829055600160a060020a0384166000818152601460209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a1600192505050611c79565b6001016146d8565b601654600090611fc0906301000000900460ff16848461340d565b600080805b8360030154811015613a3d57614896846002018281548110151561487c57fe5b600091825260209091200154600160a060020a0316613365565b151561498c57600284018054829081106148ac57fe5b60009182526020909120018054600160a060020a031916905560038401546001929092019160001901811461497b578360020160018560030154038154811015156148f357fe5b600091825260209091200154600285018054600160a060020a03909216918390811061491b57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600201600185600301540381548110151561496157fe5b60009182526020909120018054600160a060020a03191690555b600384018054600019019055614990565b6001015b61485c565b6000600133600160a060020a03861614614a4a57604080517f67e5c3bf00000000000000000000000000000000000000000000000000000000815233600482015290518691600160a060020a038316916367e5c3bf91602480820192602092909190829003018186803b158015614a0b57600080fd5b505afa158015614a1f573d6000803e3d6000fd5b505050506040513d6020811015614a3557600080fd5b50519150614a42336129e0565b925050614a56565b614a53326129e0565b91505b600160a060020a038516600090815260018701602052604090205460ff16614a7c615166565b600a60ff838116918206811680845260649092068290038116602084018190528403919091038116604083015260009086908116158015614ac157508580614ac15750845b15614acb57600191505b60ff871615801590614ada5750855b8015614afc575060018360ff8a1660038110614af257fe5b602002015160ff16145b15614b0957506001905060025b60ff871615801590614b185750845b8015614b3b575060028360ff8a1660038110614b3057fe5b602002015160ff1614155b15614b47575060019050805b60ff871615801590614b565750855b8015614b5f5750845b15614b6c57506001905060025b811515614b7857600080fd5b601760ff891660038110614b8857fe5b602081049091015460ff601f9092166101000a9004811682029084908a1660038110614bb057fe5b60ff9092166020929092020152600083600260200201518460016020020151856000602002015101019050808b60010160008c600160a060020a0316600160a060020a0316815260200190815260200160002060006101000a81548160ff021916908360ff1602179055508060ff16600014158015614c30575060ff8516155b15614c3f57614c3f8b8b614d9d565b60ff81161515614c5557614c538b8b614f38565b505b60408051308152600160a060020a038c16602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a15050505050505050505050565b60165460009060ff83811691161415614cc75750601c611c79565b60165460ff838116610100909204161415614ce457506020611c79565b60165460ff83811662010000909204161415614d0257506018611c79565b60165460ff838116640100000000909204161415614d2257506028611c79565b60165460ff8381166301000000909204161415614d4157506024611c79565b50602c919050565b600160a060020a038216600090815260018401602052604081205460ff90811690601790841660038110614d7957fe5b602081049091015460ff601f9092166101000a900481169116101590509392505050565b600282015460038301541015614df65780826002018360030154815481101515614dc357fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550614e27565b60028201805460018101825560009182526020909120018054600160a060020a031916600160a060020a0383161790555b5060030180546001019055565b600c805482908110614e4257fe5b906000526020600020016000614e589190615185565b600d805482908110614e6657fe5b6000918252602082200155600c54600019018114614f0c57600c80546000198101908110614e9057fe5b90600052602060002001600c82815481101515614ea957fe5b906000526020600020019080546001816001161561010002031660029004614ed2929190615073565b50600d80546000198101908110614ee557fe5b9060005260206000200154600d82815481101515614eff57fe5b6000918252602090912001555b600c805490614f1f9060001983016151c9565b50600d805490614f339060001983016151ed565b505b50565b6000805b8360030154811015613a785782600160a060020a03168460020182815481101515614f6357fe5b600091825260209091200154600160a060020a0316141561506b5760028401805482908110614f8e57fe5b60009182526020909120018054600160a060020a0319169055600384015460001901811461505657836002016001856003015403815481101515614fce57fe5b600091825260209091200154600285018054600160a060020a039092169183908110614ff657fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600201600185600301540381548110151561503c57fe5b60009182526020909120018054600160a060020a03191690555b50506003820180546000190190556001611cb6565b600101614f3c565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106150ac57805485556150e8565b828001600101855582156150e857600052602060002091601f016020900482015b828111156150e85782548255916001019190600101906150cd565b506150f492915061520d565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061513957805160ff19168380011785556150e8565b828001600101855582156150e8579182015b828111156150e857825182559160200191906001019061514b565b6060604051908101604052806003906020820280388339509192915050565b50805460018160011615610100020316600290046000825580601f106151ab5750614f35565b601f016020900490600052602060002090810190614f35919061520d565b81548183558181111561229357600083815260209020612293918101908301615227565b815481835581811115612293576000838152602090206122939181019083015b611bf691905b808211156150f45760008155600101615213565b611bf691905b808211156150f45760006152418282615185565b5060010161522d56fe583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefada165627a7a7230582018fa8702a0207d1304516acbbecd4e40c0239c8abd5562167062c142d07cccec0029",
}

BaseAccessWalletMetaData contains all meta data concerning the BaseAccessWallet contract.

View Source
var BaseContentABI = BaseContentMetaData.ABI

BaseContentABI is the input ABI used to generate the binding from. Deprecated: Use BaseContentMetaData.ABI instead.

View Source
var BaseContentBin = BaseContentMetaData.Bin

BaseContentBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseContentMetaData.Bin instead.

View Source
var BaseContentFactoryABI = BaseContentFactoryMetaData.ABI

BaseContentFactoryABI is the input ABI used to generate the binding from. Deprecated: Use BaseContentFactoryMetaData.ABI instead.

View Source
var BaseContentFactoryBin = BaseContentFactoryMetaData.Bin

BaseContentFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseContentFactoryMetaData.Bin instead.

View Source
var BaseContentFactoryFuncSigs = BaseContentFactoryMetaData.Sigs

Deprecated: Use BaseContentFactoryMetaData.Sigs instead. BaseContentFactoryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseContentFactoryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"isContract\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"OP_ACCESS_COMPLETE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_opCodes\",\"type\":\"uint32[]\"},{\"name\":\"_contentAddrs\",\"type\":\"address[]\"},{\"name\":\"_userAddrs\",\"type\":\"address[]\"},{\"name\":\"_requestNonces\",\"type\":\"uint256[]\"},{\"name\":\"_ctxHashes\",\"type\":\"bytes32[]\"},{\"name\":\"_ts\",\"type\":\"uint256[]\"},{\"name\":\"\",\"type\":\"uint256[]\"}],\"name\":\"executeAccessBatch\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"OP_ACCESS_REQUEST\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"createContent\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_spaceAddr\",\"type\":\"address\"},{\"name\":\"_helperAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"4d887374": "OP_ACCESS_COMPLETE()",
		"52344328": "OP_ACCESS_REQUEST()",
		"af570c04": "contentSpace()",
		"bf4e088f": "createContent(address,address)",
		"02d05d3f": "creator()",
		"4dcc1d29": "executeAccessBatch(uint32[],address[],address[],uint256[],bytes32[],uint256[],uint256[])",
		"16279055": "isContract(address)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f426173654374466163746f72793230323030393238313130303030504f00000060055534801561007c57600080fd5b5060405160408061146b8339810180604052604081101561009c57600080fd5b50805160209091015160028054600160a060020a031990811632179091556003805482163317905560048054600160a060020a0394851690831617905560068054939092169216919091179055611373806100f86000396000f3fe6080604052600436106100c65760003560e060020a9004806354fd4d50116100835780638da5cb5b1161005d5780638da5cb5b146105cf578063af570c04146105e4578063bf4e088f146105f9578063f2fde38b14610634576100c6565b806354fd4d50146105605780635f4fcae1146105875780636d2e4b1b1461059c576100c6565b806302d05d3f146100c857806316279055146100f957806341c0e1b5146101405780634d887374146101555780634dcc1d2914610183578063523443281461054b575b005b3480156100d457600080fd5b506100dd610667565b60408051600160a060020a039092168252519081900360200190f35b34801561010557600080fd5b5061012c6004803603602081101561011c57600080fd5b5035600160a060020a0316610676565b604080519115158252519081900360200190f35b34801561014c57600080fd5b506100c6610681565b34801561016157600080fd5b5061016a6106a6565b6040805163ffffffff9092168252519081900360200190f35b34801561018f57600080fd5b506100c6600480360360e08110156101a657600080fd5b8101906020810181356401000000008111156101c157600080fd5b8201836020820111156101d357600080fd5b803590602001918460208302840111640100000000831117156101f557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561024557600080fd5b82018360208201111561025757600080fd5b8035906020019184602083028401116401000000008311171561027957600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156102c957600080fd5b8201836020820111156102db57600080fd5b803590602001918460208302840111640100000000831117156102fd57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561034d57600080fd5b82018360208201111561035f57600080fd5b8035906020019184602083028401116401000000008311171561038157600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156103d157600080fd5b8201836020820111156103e357600080fd5b8035906020019184602083028401116401000000008311171561040557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561045557600080fd5b82018360208201111561046757600080fd5b8035906020019184602083028401116401000000008311171561048957600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156104d957600080fd5b8201836020820111156104eb57600080fd5b8035906020019184602083028401116401000000008311171561050d57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506106ab945050505050565b34801561055757600080fd5b5061016a61093e565b34801561056c57600080fd5b50610575610943565b60408051918252519081900360200190f35b34801561059357600080fd5b50610575610949565b3480156105a857600080fd5b506100c6600480360360208110156105bf57600080fd5b5035600160a060020a031661094f565b3480156105db57600080fd5b506100dd6109aa565b3480156105f057600080fd5b506100dd6109b9565b34801561060557600080fd5b506100dd6004803603604081101561061c57600080fd5b50600160a060020a03813581169160200135166109c8565b34801561064057600080fd5b506100c66004803603602081101561065757600080fd5b5035600160a060020a031661108c565b600254600160a060020a031681565b6000813b115b919050565b600354600160a060020a0316331461069857600080fd5b600354600160a060020a0316ff5b600281565b600454600354600160a060020a0391821691163314806107575750604080517fd6be0f490000000000000000000000000000000000000000000000000000000081523360048201529051600091600160a060020a0384169163d6be0f4991602480820192602092909190829003018186803b15801561072957600080fd5b505afa15801561073d573d6000803e3d6000fd5b505050506040513d602081101561075357600080fd5b5051115b151561076257600080fd5b875160005b81811015610932576000898281518110151561077f57fe5b9060200190602002015190506107ab8a8381518110151561079c57fe5b90602001906020020151610676565b15156107b7575061092a565b8a516001908c90849081106107c857fe5b9060200190602002015163ffffffff1614156108df5780600160a060020a03166378f52ffb89848151811015156107fb57fe5b90602001906020020151898581518110151561081357fe5b906020019060200201518c8681518110151561082b57fe5b906020019060200201518a8781518110151561084357fe5b906020019060200201516040518563ffffffff1660e060020a0281526004018085815260200184815260200183600160a060020a0316600160a060020a03168152602001828152602001945050505050602060405180830381600087803b1580156108ad57600080fd5b505af11580156108c1573d6000803e3d6000fd5b505050506040513d60208110156108d757600080fd5b506109289050565b8a516002908c90849081106108f057fe5b9060200190602002015163ffffffff1614156109235780600160a060020a031663bc7dba3389848151811015156107fb57fe5b600080fd5b505b600101610767565b50505050505050505050565b600181565b60055481565b60015481565b600254600160a060020a0316331461096657600080fd5b600160a060020a038116151561097b57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600454600090600160a060020a031633146109e257600080fd5b604080517f0eaec2c500000000000000000000000000000000000000000000000000000000815232600482015290518491600160a060020a03831691630eaec2c591602480820192602092909190829003018186803b158015610a4457600080fd5b505afa158015610a58573d6000803e3d6000fd5b505050506040513d6020811015610a6e57600080fd5b50511515610a7b57600080fd5b80600160a060020a03166329dedde5846040518263ffffffff1660e060020a0281526004018082600160a060020a0316600160a060020a0316815260200191505060206040518083038186803b158015610ad457600080fd5b505afa158015610ae8573d6000803e3d6000fd5b505050506040513d6020811015610afe57600080fd5b50511515610b0b57600080fd5b600654604080517f0b9b08700000000000000000000000000000000000000000000000000000000081529051606092600160a060020a031691630b9b0870916004808301926000929190829003018186803b158015610b6957600080fd5b505afa158015610b7d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526020811015610ba657600080fd5b810190808051640100000000811115610bbe57600080fd5b82016020810184811115610bd157600080fd5b8151640100000000811182820187101715610beb57600080fd5b505092919050505090506000610c03823388886110e7565b9050600081905080600160a060020a031663c9e8e72d85600160a060020a03166332eaf21b6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610c5557600080fd5b505afa158015610c69573d6000803e3d6000fd5b505050506040513d6020811015610c7f57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610cc557600080fd5b505af1158015610cd9573d6000803e3d6000fd5b5050505080600160a060020a031663e538530385600160a060020a0316631cdbee5a896040518263ffffffff1660e060020a0281526004018082600160a060020a0316600160a060020a0316815260200191505060206040518083038186803b158015610d4557600080fd5b505afa158015610d59573d6000803e3d6000fd5b505050506040513d6020811015610d6f57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610db557600080fd5b505af1158015610dc9573d6000803e3d6000fd5b505060048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152329381019390935251600160a060020a0390911693506000925083916363e6ffdd916024808301926020929190829003018186803b158015610e3757600080fd5b505afa158015610e4b573d6000803e3d6000fd5b505050506040513d6020811015610e6157600080fd5b505190506000610e70826111eb565b9050801515610f8157604080517ff2fde38b00000000000000000000000000000000000000000000000000000000815232600482015290518391600160a060020a0387169163f2fde38b9160248082019260009290919082900301818387803b158015610edc57600080fd5b505af1158015610ef0573d6000803e3d6000fd5b5050604080517f3def5140000000000000000000000000000000000000000000000000000000008152600160a060020a0389811660048301526000602483018190526002604484015292519086169450633def514093506064808301939282900301818387803b158015610f6357600080fd5b505af1158015610f77573d6000803e3d6000fd5b505050505061107e565b604080517f0fe1b5a2000000000000000000000000000000000000000000000000000000008152326004820152600060248201819052600260448301529151600160a060020a03871692630fe1b5a2926064808201939182900301818387803b158015610fed57600080fd5b505af1158015611001573d6000803e3d6000fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a038816935063f2fde38b9250602480830192600092919082900301818387803b15801561106557600080fd5b505af1158015611079573d6000803e3d6000fd5b505050505b509198975050505050505050565b600354600160a060020a031633146110a357600080fd5b600160a060020a03811615156110b857600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60408051600160a060020a03808616602080840191909152818616838501529084166060838101919091528351808403820181526080840190945287516000949193899360a09091019182918501908083835b602083106111595780518252601f19909201916020918201910161113a565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b602083106111a15780518252601f199092019160209182019101611182565b6001836020036101000a0380198251168184511680821785525050505050509050019250505060405160208183030381529060405290508051602082016000f09695505050505050565b604080517f76657273696f6e415049282900000000000000000000000000000000000000008152815190819003600c018120600482526024820183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909216919091178152915181516000938493606093600160a060020a03881693919290918291908083835b602083106112b65780518252601f199092019160209182019101611297565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d8060008114611316576040519150601f19603f3d011682016040523d82523d6000602084013e61131b565b606091505b50909250905081158061132d57508051155b1561133d5760009250505061067c565b506001939250505056fea165627a7a723058207cef996221e039e2f7a3e4205476886a25636452afbe670fa845c041c20f217b0029",
}

BaseContentFactoryMetaData contains all meta data concerning the BaseContentFactory contract.

View Source
var BaseContentFuncSigs = BaseContentMetaData.Sigs

Deprecated: Use BaseContentMetaData.Sigs instead. BaseContentFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseContentMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"request_ID\",\"type\":\"uint256\"},{\"name\":\"score_pct\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"accessComplete\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"publish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"name\":\"payee\",\"type\":\"address\"},{\"name\":\"label\",\"type\":\"string\"},{\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"processRequestPayment\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"requestMap\",\"outputs\":[{\"name\":\"originator\",\"type\":\"address\"},{\"name\":\"amountPaid\",\"type\":\"uint256\"},{\"name\":\"status\",\"type\":\"int8\"},{\"name\":\"settled\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentContractAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"statusCode\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"getAccessInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"accessCompleteV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"accessCompleteInternal\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"status_code\",\"type\":\"int256\"}],\"name\":\"setStatusCode\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessCharge\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"name\":\"accessor\",\"type\":\"address\"},{\"name\":\"request_timestamp\",\"type\":\"uint256\"}],\"name\":\"accessRequestContext\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"accessor\",\"type\":\"address\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"getAccessInfoV3\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"status_code\",\"type\":\"int256\"}],\"name\":\"updateStatus\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"requestID\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"pkeRequestor\",\"type\":\"string\"},{\"name\":\"pkeAFGH\",\"type\":\"string\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"accessRequest\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"prefix\",\"type\":\"bytes\"}],\"name\":\"getKMSInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"},{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"libraryAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_requestNonce\",\"type\":\"uint256\"},{\"name\":\"_contextHash\",\"type\":\"bytes32\"},{\"name\":\"_accessor\",\"type\":\"address\"},{\"name\":\"_request_timestamp\",\"type\":\"uint256\"}],\"name\":\"accessCompleteContext\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"accessor\",\"type\":\"address\"},{\"name\":\"customValues\",\"type\":\"bytes32[]\"},{\"name\":\"stakeholders\",\"type\":\"address[]\"}],\"name\":\"getCustomInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"setContentContractAddress\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"charge\",\"type\":\"uint256\"}],\"name\":\"setAccessCharge\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"},{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"content_type\",\"type\":\"address\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"containingLibrary\",\"type\":\"address\"}],\"name\":\"ContentObjectCreate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contentContractAddress\",\"type\":\"address\"}],\"name\":\"SetContentType\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"payee\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"LogPayment\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"customValue\",\"type\":\"bytes32\"}],\"name\":\"AccessRequestValue\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"stakeholder\",\"type\":\"address\"}],\"name\":\"AccessRequestStakeholder\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestID\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"level\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"contentHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"pkeRequestor\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"pkeAFGH\",\"type\":\"string\"}],\"name\":\"AccessRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestID\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"scorePct\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"customContractResult\",\"type\":\"bool\"}],\"name\":\"AccessComplete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"customContractResult\",\"type\":\"bool\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"request_timestamp\",\"type\":\"uint256\"}],\"name\":\"AccessCompleteV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentContractAddress\",\"type\":\"address\"}],\"name\":\"SetContentContract\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"accessCharge\",\"type\":\"uint256\"}],\"name\":\"SetAccessCharge\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"accessCharge\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"amountProvided\",\"type\":\"uint256\"}],\"name\":\"InsufficientFunds\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"statusCode\",\"type\":\"int256\"}],\"name\":\"SetStatusCode\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestStatus\",\"type\":\"bool\"},{\"indexed\":false,\"name\":\"statusCode\",\"type\":\"int256\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"Publish\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"64ade32b": "accessCharge()",
		"0593e335": "accessComplete(uint256,uint256,uint256)",
		"bc7dba33": "accessCompleteContext(uint256,bytes32,address,uint256)",
		"484f4b3b": "accessCompleteInternal(uint256,bytes32[],address[])",
		"45155f6e": "accessCompleteV3(uint256,bytes32[],address[])",
		"a1ff106e": "accessRequest(uint8,string,string,bytes32[],address[])",
		"78f52ffb": "accessRequestContext(uint256,bytes32,address,uint256)",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"32eaf21b": "addressKMS()",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"cbcd4461": "canPublish()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"2310167f": "contentContractAddress()",
		"af570c04": "contentSpace()",
		"36ebffca": "contentType()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e1a70717": "deleteVersion(string)",
		"38d0f504": "getAccessInfo(uint8,bytes32[],address[])",
		"7ddc2c56": "getAccessInfoV3(address,bytes32[],address[])",
		"c26484a6": "getCustomInfo(address,bytes32[],address[])",
		"a8d4160e": "getKMSInfo(bytes)",
		"ac55c906": "getMeta(bytes)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"b816f513": "libraryAddress()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"0c6d3f93": "processRequestPayment(uint256,address,string,uint256)",
		"075d4782": "publish()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"8f779201": "requestID()",
		"1a735f18": "requestMap(uint256)",
		"f4d9bae8": "setAccessCharge(uint256)",
		"c9e8e72d": "setAddressKMS(address)",
		"e5385303": "setContentContractAddress(address)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"5267db44": "setStatusCode(int256)",
		"aa024e8b": "setVisibility(uint8)",
		"27c1c21d": "statusCode()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"8280dd8f": "updateStatus(int256)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x608060408190527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006009557f42617365436f6e74656e743230323030393238313130303030504f0000000000601055601755606080620057f7833981018060405260608110156100f057600080fd5b5080516020808301516040938401516002805432600160a060020a0319918216179091556003805433908316179055600480548216600160a060020a0380881691909117909155601480548316828616179081905560001960165560118054909316828516179092556008805461010061ffff1990911617905586519116815294519394919390927fc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19928290030190a150505061564480620001b36000396000f3fe6080604052600436106103c65760003560e060020a9004806367e5c3bf116101f6578063aa024e8b11610111578063cbcd4461116100a4578063e542b7cb11610073578063e542b7cb146118ad578063ef1d7dc2146119e7578063f2fde38b146119fc578063f4d9bae814611a2f576103c6565b8063cbcd44611461179d578063e02dd9c2146117b2578063e1a70717146117c7578063e53853031461187a576103c6565b8063bc7dba33116100e0578063bc7dba33146115d9578063c26484a614611611578063c287e0ed14611755578063c9e8e72d1461176a576103c6565b8063aa024e8b146114cf578063ac55c906146114fc578063af570c04146115af578063b816f513146115c4576103c6565b80638280dd8f1161018957806397ac4fd21161015857806397ac4fd2146110375780639867db741461104c578063a1ff106e146110ff578063a8d4160e1461133e576103c6565b80638280dd8f14610fb05780638da5cb5b14610fda5780638f77920114610fef57806395a078e814611004576103c6565b806378f52ffb116101c557806378f52ffb14610df55780637ca8f61814610e2d5780637ddc2c5614610e5757806381beeb6414610f9b576103c6565b806367e5c3bf14610d505780636d2e4b1b14610d835780636e37542714610db65780637886f74714610dcb576103c6565b8063331b86c0116102e6578063484f4b3b116102795780635f6a1301116102485780635f6a130114610c87578063628449fd14610c9c5780636380501f14610d2657806364ade32b14610d3b576103c6565b8063484f4b3b14610b055780635267db4414610c3357806354fd4d5014610c5d5780635f4fcae114610c72576103c6565b806340b87a26116102b557806340b87a26146109a557806341c0e1b5146109ba578063446e8826146109cf57806345155f6e146109d7576103c6565b8063331b86c01461080457806336ebffca14610819578063375a6e7c1461082e57806338d0f50414610843576103c6565b80631a735f181161035e57806324d7806c1161032d57806324d7806c1461078057806327c1c21d146107b357806329adec14146107da57806332eaf21b146107ef576103c6565b80631a735f18146105a15780631bf7a9121461060057806322e564eb146107275780632310167f1461076b576103c6565b80630c6d3f931161039a5780630c6d3f93146104535780630fe1b5a21461051d578063100508a21461056157806314cfabb31461058c576103c6565b8062821de3146103c857806302d05d3f146103f95780630593e3351461040e578063075d47821461044b575b005b3480156103d457600080fd5b506103dd611a59565b60408051600160a060020a039092168252519081900360200190f35b34801561040557600080fd5b506103dd611a69565b6104376004803603606081101561042457600080fd5b5080359060208101359060400135611a78565b604080519115158252519081900360200190f35b610437611ae8565b34801561045f57600080fd5b506104376004803603608081101561047657600080fd5b813591600160a060020a03602082013516918101906060810160408201356401000000008111156104a657600080fd5b8201836020820111156104b857600080fd5b803590602001918460018302840111640100000000831117156104da57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505091359250611c5b915050565b34801561052957600080fd5b506103c66004803603606081101561054057600080fd5b50600160a060020a038135169060ff60208201358116916040013516611ca2565b34801561056d57600080fd5b50610576611d6e565b6040805160ff9092168252519081900360200190f35b34801561059857600080fd5b50610437611d73565b3480156105ad57600080fd5b506105cb600480360360208110156105c457600080fd5b5035611e10565b60408051600160a060020a0390951685526020850193909352600091820b90910b838301526060830152519081900360800190f35b6104376004803603604081101561061657600080fd5b81019060208101813564010000000081111561063157600080fd5b82018360208201111561064357600080fd5b8035906020019184602083028401116401000000008311171561066557600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156106b557600080fd5b8201836020820111156106c757600080fd5b803590602001918460208302840111640100000000831117156106e957600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611e44945050505050565b34801561073357600080fd5b506103c66004803603606081101561074a57600080fd5b50600160a060020a038135169060ff60208201358116916040013516611f11565b34801561077757600080fd5b506103dd6123e4565b34801561078c57600080fd5b50610437600480360360208110156107a357600080fd5b5035600160a060020a03166123f3565b3480156107bf57600080fd5b506107c861241d565b60408051918252519081900360200190f35b3480156107e657600080fd5b50610576612423565b3480156107fb57600080fd5b506103dd61242c565b34801561081057600080fd5b506107c861243b565b34801561082557600080fd5b506103dd612441565b34801561083a57600080fd5b50610437612450565b34801561084f57600080fd5b506109816004803603606081101561086657600080fd5b60ff823516919081019060408101602082013564010000000081111561088b57600080fd5b82018360208201111561089d57600080fd5b803590602001918460208302840111640100000000831117156108bf57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561090f57600080fd5b82018360208201111561092157600080fd5b8035906020019184602083028401116401000000008311171561094357600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612459945050505050565b6040805160ff94851681529290931660208301528183015290519081900360600190f35b3480156109b157600080fd5b506107c8612479565b3480156109c657600080fd5b506103c661247f565b6104376125eb565b610437600480360360608110156109ed57600080fd5b81359190810190604081016020820135640100000000811115610a0f57600080fd5b820183602082011115610a2157600080fd5b80359060200191846020830284011164010000000083111715610a4357600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610a9357600080fd5b820183602082011115610aa557600080fd5b80359060200191846020830284011164010000000083111715610ac757600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506127ef945050505050565b61043760048036036060811015610b1b57600080fd5b81359190810190604081016020820135640100000000811115610b3d57600080fd5b820183602082011115610b4f57600080fd5b80359060200191846020830284011164010000000083111715610b7157600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610bc157600080fd5b820183602082011115610bd357600080fd5b80359060200191846020830284011164010000000083111715610bf557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612a18945050505050565b348015610c3f57600080fd5b506107c860048036036020811015610c5657600080fd5b5035612b6a565b348015610c6957600080fd5b506107c8612bff565b348015610c7e57600080fd5b506107c8612c05565b348015610c9357600080fd5b506103c6612c0b565b348015610ca857600080fd5b50610cb1612c49565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610ceb578181015183820152602001610cd3565b50505050905090810190601f168015610d185780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610d3257600080fd5b50610576612cd7565b348015610d4757600080fd5b506107c8612ce5565b348015610d5c57600080fd5b5061043760048036036020811015610d7357600080fd5b5035600160a060020a0316612ceb565b348015610d8f57600080fd5b506103c660048036036020811015610da657600080fd5b5035600160a060020a0316612e6c565b348015610dc257600080fd5b50610437612ec7565b348015610dd757600080fd5b506107c860048036036020811015610dee57600080fd5b5035612ed6565b6107c860048036036080811015610e0b57600080fd5b50803590602081013590600160a060020a036040820135169060600135612ef5565b348015610e3957600080fd5b50610cb160048036036020811015610e5057600080fd5b5035612f2b565b348015610e6357600080fd5b5061098160048036036060811015610e7a57600080fd5b600160a060020a038235169190810190604081016020820135640100000000811115610ea557600080fd5b820183602082011115610eb757600080fd5b80359060200191846020830284011164010000000083111715610ed957600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610f2957600080fd5b820183602082011115610f3b57600080fd5b80359060200191846020830284011164010000000083111715610f5d57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612f9f945050505050565b348015610fa757600080fd5b50610437613190565b348015610fbc57600080fd5b506107c860048036036020811015610fd357600080fd5b503561319b565b348015610fe657600080fd5b506103dd6132a6565b348015610ffb57600080fd5b506107c86132b5565b34801561101057600080fd5b506104376004803603602081101561102757600080fd5b5035600160a060020a03166132bb565b34801561104357600080fd5b506105766133ff565b34801561105857600080fd5b506103c66004803603602081101561106f57600080fd5b81019060208101813564010000000081111561108a57600080fd5b82018360208201111561109c57600080fd5b803590602001918460018302840111640100000000831117156110be57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613404945050505050565b6107c8600480360360a081101561111557600080fd5b60ff823516919081019060408101602082013564010000000081111561113a57600080fd5b82018360208201111561114c57600080fd5b8035906020019184600183028401116401000000008311171561116e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156111c157600080fd5b8201836020820111156111d357600080fd5b803590602001918460018302840111640100000000831117156111f557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561124857600080fd5b82018360208201111561125a57600080fd5b8035906020019184602083028401116401000000008311171561127c57600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156112cc57600080fd5b8201836020820111156112de57600080fd5b8035906020019184602083028401116401000000008311171561130057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550613531945050505050565b34801561134a57600080fd5b506113f16004803603602081101561136157600080fd5b81019060208101813564010000000081111561137c57600080fd5b82018360208201111561138e57600080fd5b803590602001918460018302840111640100000000831117156113b057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506136e1945050505050565b604051808060200180602001838103835285818151815260200191508051906020019080838360005b8381101561143257818101518382015260200161141a565b50505050905090810190601f16801561145f5780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b8381101561149257818101518382015260200161147a565b50505050905090810190601f1680156114bf5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390f35b3480156114db57600080fd5b506103c6600480360360208110156114f257600080fd5b503560ff16613a91565b34801561150857600080fd5b50610cb16004803603602081101561151f57600080fd5b81019060208101813564010000000081111561153a57600080fd5b82018360208201111561154c57600080fd5b8035906020019184600183028401116401000000008311171561156e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613b11945050505050565b3480156115bb57600080fd5b506103dd613cba565b3480156115d057600080fd5b506103dd613cc9565b610437600480360360808110156115ef57600080fd5b50803590602081013590600160a060020a036040820135169060600135613cd8565b34801561161d57600080fd5b506109816004803603606081101561163457600080fd5b600160a060020a03823516919081019060408101602082013564010000000081111561165f57600080fd5b82018360208201111561167157600080fd5b8035906020019184602083028401116401000000008311171561169357600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156116e357600080fd5b8201836020820111156116f557600080fd5b8035906020019184602083028401116401000000008311171561171757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550613d73945050505050565b34801561176157600080fd5b506103c6613f82565b34801561177657600080fd5b506103c66004803603602081101561178d57600080fd5b5035600160a060020a0316614107565b3480156117a957600080fd5b50610437614149565b3480156117be57600080fd5b50610cb1614168565b3480156117d357600080fd5b506107c8600480360360208110156117ea57600080fd5b81019060208101813564010000000081111561180557600080fd5b82018360208201111561181757600080fd5b8035906020019184600183028401116401000000008311171561183957600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506141c3945050505050565b34801561188657600080fd5b506103c66004803603602081101561189d57600080fd5b5035600160a060020a0316614634565b3480156118b957600080fd5b506103c6600480360360408110156118d057600080fd5b8101906020810181356401000000008111156118eb57600080fd5b8201836020820111156118fd57600080fd5b8035906020019184600183028401116401000000008311171561191f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561197257600080fd5b82018360208201111561198457600080fd5b803590602001918460018302840111640100000000831117156119a657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061485d945050505050565b3480156119f357600080fd5b50610576614a54565b348015611a0857600080fd5b506103c660048036036020811015611a1f57600080fd5b5035600160a060020a0316614a59565b348015611a3b57600080fd5b506107c860048036036020811015611a5257600080fd5b5035614ab4565b601454600160a060020a03165b90565b600254600160a060020a031681565b600080611a86601754614b09565b90506060806000611a988484846127ef565b604080518a8152602081018a90528215158183015290519192507f2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06919081900360600190a1979650505050505050565b6000611af2613190565b1515611afd57600080fd5b601454604080517f2cf994220000000000000000000000000000000000000000000000000000000081523060048201529051600092600160a060020a031691632cf9942291602480830192602092919082900301818787803b158015611b6257600080fd5b505af1158015611b76573d6000803e3d6000fd5b505050506040513d6020811015611b8c57600080fd5b5051601654604080518315158152602081018390526060918101828152600a8054600260001961010060018416150201909116049383018490529495507fad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf49486949390929190608083019084908015611c465780601f10611c1b57610100808354040283529160200191611c46565b820191906000526020600020905b815481529060010190602001808311611c2957829003601f168201915b505094505050505060405180910390a1905090565b601354600090600160a060020a031615801590611c825750601354600160a060020a031633145b1515611c8d57600080fd5b611c9985858585614b44565b95945050505050565b611caa613190565b1515611cb557600080fd5b600480546040805160e060020a6363e6ffdd028152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611d0e57600080fd5b505afa158015611d22573d6000803e3d6000fd5b505050506040513d6020811015611d3857600080fd5b50519050600160a060020a0381161515611d5c57611d57858585611f11565b611d67565b611d67818585611f11565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611dde57600080fd5b505afa158015611df2573d6000803e3d6000fd5b505050506040513d6020811015611e0857600080fd5b505191505090565b6018602052600090815260408120805460018201546002830154600390930154600160a060020a03909216939092900b9084565b60006017546001016017819055506000611e5f601754614b09565b9050611e748185856000336103e84202614c79565b50611e7d615419565b5060408051608081018252338152346020808301918252600083850181815260608501828152968252601890925293842092518354600160a060020a039190911673ffffffffffffffffffffffffffffffffffffffff19909116178355905160018084019190915590516002830180549190940b60ff1660ff19909116179092559151600390920191909155905092915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611f5257600080fd5b505afa158015611f66573d6000803e3d6000fd5b505050506040513d6020811015611f7c57600080fd5b5051600854610100900460ff9081169116141561202157604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561200457600080fd5b505af1158015612018573d6000803e3d6000fd5b505050506123de565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561205d57600080fd5b505afa158015612071573d6000803e3d6000fd5b505050506040513d602081101561208757600080fd5b5051600854610100900460ff9081169116141561210f57604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561214b57600080fd5b505afa15801561215f573d6000803e3d6000fd5b505050506040513d602081101561217557600080fd5b5051600854610100900460ff908116911614156121fd57604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561223957600080fd5b505afa15801561224d573d6000803e3d6000fd5b505050506040513d602081101561226357600080fd5b5051600854610100900460ff908116911614156122eb57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561232757600080fd5b505afa15801561233b573d6000803e3d6000fd5b505050506040513d602081101561235157600080fd5b5051600854610100900460ff908116911614156123d957604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561200457600080fd5b600080fd5b50505050565b601354600160a060020a031681565b600354600090600160a060020a038381169116141561241457506001612418565b5060005b919050565b60165481565b60085460ff1681565b601254600160a060020a031681565b600c5490565b601154600160a060020a031681565b600f5460ff1681565b6000806000612469338686612f9f565b9250925092505b93509350939050565b600b5481565b601454600160a060020a0316331461249657600080fd5b601354600090600160a060020a03161561252c57601360009054906101000a9004600160a060020a0316600160a060020a031663860b24926040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156124fd57600080fd5b505af1158015612511573d6000803e3d6000fd5b505050506040513d602081101561252757600080fd5b505190505b8015806125395750806064145b806125455750806103e8145b8061255157508061044c145b151561255c57600080fd5b806064148061256c57508061044c145b156125dd57601360009054906101000a9004600160a060020a0316600160a060020a0316632de3ecd16040518163ffffffff1660e060020a028152600401600060405180830381600087803b1580156125c457600080fd5b505af11580156125d8573d6000803e3d6000fd5b505050505b600354600160a060020a0316ff5b60006125f5611d73565b151561260057600080fd5b600f5460ff16151561261157600080fd5b6000600a80546001816001161561010002031660029004905011156126c057600c80546001818101808455600093909352600a8054612687937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604615440565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e80546126e391600a9160026000196101006001841615020190911604615440565b5042600b5560408051602081019182905260009081905261270691600e916154c5565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612747611a59565b60408051600160a060020a038085168252831660208201526060918101828152600a805460026000196101006001841615020190911604938301849052926080830190849080156127d95780601f106127ae576101008083540402835291602001916127d9565b820191906000526020600020905b8154815290600101906020018083116127bc57829003601f168201915b505094505050505060405180910390a150600190565b60008381526018602052604081208054600160a060020a03161580159061283357508054600160a060020a03163314806128335750600354600160a060020a031633145b151561283e57600080fd5b600061284b868686612a18565b8254909150600160a060020a031633141561288b57801561287b576002828101805460ff1916909117905561288b565b60028201805460ff191660fe1790555b816001015482600301541015612967576002820154600090810b810b1361290c57815460408051808201909152600681527f726566756e640000000000000000000000000000000000000000000000000000602082015260038401546001850154612906938a93600160a060020a0390911692909103614b44565b50612967565b6003805460408051808201909152600e81527f72656c6561736520657363726f770000000000000000000000000000000000006020820152918401546001850154612965938a93600160a060020a031692909103614b44565b505b6000868152601860209081526040808320805473ffffffffffffffffffffffffffffffffffffffff191681556001810184905560028101805460ff1916905560030183905560145481518a815285151593810193909352600160a060020a03168282015260608201929092523360808201526103e8420260a082015290517fd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a19181900360c00190a195945050505050565b601354600090600190600160a060020a031615612b62576013546040517f1a485ccd000000000000000000000000000000000000000000000000000000008152600481018781523360648301819052608060248401908152885160848501528851600160a060020a03909516946000948694631a485ccd948d948d948d94929392604481019160a490910190602080890191028083838f5b83811015612ac8578181015183820152602001612ab0565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015612b07578181015183820152602001612aef565b505050509050019650505050505050602060405180830381600087803b158015612b3057600080fd5b505af1158015612b44573d6000803e3d6000fd5b505050506040513d6020811015612b5a57600080fd5b505115925050505b949350505050565b600354600090600160a060020a031633148015612b9e57506000821280612b9e5750600082138015612b9e57506000601654125b15612ba95760168290555b601454600160a060020a0316331415612bc25760168290555b60165460408051918252517fda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a29181900360200190a1505060165490565b60105481565b60015481565b612c13612ec7565b1515612c1e57600080fd5b604080516020810191829052600090819052612c3c91600e916154c5565b50600f805460ff19169055565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b820191906000526020600020905b815481529060010190602001808311612cb257829003601f168201915b505050505081565b600854610100900460ff1681565b60155481565b600354600090600160a060020a0383811691161480612d125750600854606460ff90911610155b15612d1f57506001612418565b600854600061010090910460ff161115612e6457600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612d8957600080fd5b505afa158015612d9d573d6000803e3d6000fd5b505050506040513d6020811015612db357600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612e2f57600080fd5b505afa158015612e43573d6000803e3d6000fd5b505050506040513d6020811015612e5957600080fd5b505191506124189050565b506000612418565b600254600160a060020a03163314612e8357600080fd5b600160a060020a0381161515612e9857600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000612ed1613190565b905090565b600d805482908110612ee457fe5b600091825260209091200154905081565b601254600090600160a060020a03163314612f0f57600080fd5b606080612f20878383898989614c79565b979650505050505050565b600c805482908110612f3957fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b60008060006016546000141515612fc457612fb986614f51565b925092509250612470565b6000806000612fd4898989613d73565b9450909250905060ff8083161480612fef57508060ff1660ff145b1561318157600480546040805160e060020a6363e6ffdd028152600160a060020a038d8116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b15801561304d57600080fd5b505afa158015613061573d6000803e3d6000fd5b505050506040513d602081101561307757600080fd5b50519050600160a060020a0381161561317e578360ff1660ff141561314757600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526000604483015251600160a060020a03831691637fb52f1a916064808301926020929190829003018186803b15801561310c57600080fd5b505afa158015613120573d6000803e3d6000fd5b505050506040513d602081101561313657600080fd5b505115156001141561314757600093505b60ff8416151561317e578260ff1660ff141561317e576131668b6132bb565b151560011415613179576000925061317e565b606492505b50505b90989097509095509350505050565b6000612ed133612ceb565b60006131a5614149565b15156131b057600080fd5b601354600090600160a060020a031615156131cc575081613264565b601354604080517f3513a805000000000000000000000000000000000000000000000000000000008152600481018690529051600160a060020a03909216918291633513a8059160248083019260209291908290030181600087803b15801561323457600080fd5b505af1158015613248573d6000803e3d6000fd5b505050506040513d602081101561325e57600080fd5b50519150505b60168190556040805182815290517fda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a29181900360200190a15050601654919050565b600354600160a060020a031681565b60175481565b600354600090600160a060020a03838116911614806132e25750600854600a60ff90911610155b156132ef57506001612418565b600854600061010090910460ff161115612e6457600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561335957600080fd5b505afa15801561336d573d6000803e3d6000fd5b505050506040513d602081101561338357600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612e2f57600080fd5b600a81565b61340c612ec7565b151561341757600080fd5b600f5460ff161561342757600080fd5b805160801161343557600080fd5b805161344890600e9060208401906154c5565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a031661348c611a59565b60408051600160a060020a038085168252831660208201526060918101828152600e8054600260001961010060018416150201909116049383018490529260808301908490801561351e5780601f106134f35761010080835404028352916020019161351e565b820191906000526020600020905b81548152906001019060200180831161350157829003601f168201915b505094505050505060405180910390a150565b600061353d8383611e44565b506017546040805182815260006020820181905260a0928201838152600a8054600260001961010060018416150201909116049484018590527f50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a069594929390928b928b92916060830190608084019060c0850190889080156136005780601f106135d557610100808354040283529160200191613600565b820191906000526020600020905b8154815290600101906020018083116135e357829003601f168201915b5050848103835286518152865160209182019188019080838360005b8381101561363457818101518382015260200161361c565b50505050905090810190601f1680156136615780820380516001836020036101000a031916815260200191505b50848103825285518152855160209182019187019080838360005b8381101561369457818101518382015260200161367c565b50505050905090810190601f1680156136c15780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390a15060175495945050505050565b6004546012546060918291600160a060020a03918216911615806137945750601254604080517fd6be0f49000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519183169163d6be0f4991602480820192602092909190829003018186803b15801561376657600080fd5b505afa15801561377a573d6000803e3d6000fd5b505050506040513d602081101561379057600080fd5b5051155b156137bd5750506040805160208181018352600080835283519182019093529182529150613a8c565b601254604080517f589aafc1000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519183169163268bfac491839163589aafc191602480820192600092909190829003018186803b15801561382b57600080fd5b505afa15801561383f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561386857600080fd5b81019080805164010000000081111561388057600080fd5b8201602081018481111561389357600080fd5b81516401000000008111828201871017156138ad57600080fd5b5050929190505050866040518363ffffffff1660e060020a028152600401808060200180602001838103835285818151815260200191508051906020019080838360005b838110156139095781810151838201526020016138f1565b50505050905090810190601f1680156139365780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b83811015613969578181015183820152602001613951565b50505050905090810190601f1680156139965780820380516001836020036101000a031916815260200191505b5094505050505060006040518083038186803b1580156139b557600080fd5b505afa1580156139c9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160409081528110156139f257600080fd5b810190808051640100000000811115613a0a57600080fd5b82016020810184811115613a1d57600080fd5b8151640100000000811182820187101715613a3757600080fd5b50509291906020018051640100000000811115613a5357600080fd5b82016020810184811115613a6657600080fd5b8151640100000000811182820187101715613a8057600080fd5b50949750955050505050505b915091565b613a99613190565b1515613aa457600080fd5b6008805460ff80841660ff19909216919091179182905560045460145460408051600160a060020a0393841681529190921660208201529290911682820152517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e5025009181900360600190a150565b606060208251111515613bc85781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015613bba5780601f10613b8f57610100808354040283529160200191613bba565b820191906000526020600020905b815481529060010190602001808311613b9d57829003601f168201915b505050505092505050612418565b6006826040518082805190602001908083835b60208310613bfa5780518252601f199092019160209182019101613bdb565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015613cae5780601f10613c8357610100808354040283529160200191613cae565b820191906000526020600020905b815481529060010190602001808311613c9157829003601f168201915b50505050509050919050565b600454600160a060020a031681565b601454600160a060020a031681565b601254600090600160a060020a03163314613cf257600080fd5b6060806000613d02888484612a18565b601454604080518b81528315156020820152600160a060020a0392831681830152606081018b9052918916608083015260a08201889052519192507fd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1919081900360c00190a1979650505050505050565b6000806000806015549050613d86615533565b600854600160ff9091161015613d9d5760ff613da0565b60005b60ff9081168252600854600a91161015613dbb5760ff613dbe565b60005b60ff166020820152601354600160a060020a031615613f6b57600080600080601360009054906101000a9004600160a060020a0316600160a060020a03166374ba46098c8c8f6040518463ffffffff1660e060020a02815260040180806020018060200184600160a060020a0316600160a060020a03168152602001838103835286818151815260200191508051906020019060200280838360005b83811015613e72578181015183820152602001613e5a565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015613eb1578181015183820152602001613e99565b505050509050019550505050505060806040518083038186803b158015613ed757600080fd5b505afa158015613eeb573d6000803e3d6000fd5b505050506040513d6080811015613f0157600080fd5b50805160208201516040830151606090930151601554929750909550919350909150811115613f335760648552613f66565b600184161515613f445760ff831685525b600284161515613f585760ff821660208601525b600484161515613f66578095505b505050505b805160209091015190989097509095509350505050565b601354600160a060020a03161515613fa157613f9c615112565b614105565b601354604080517fc9f3d94c0000000000000000000000000000000000000000000000000000000081529051600160a060020a0390921691600091839163c9f3d94c9160048082019260209290919082900301818787803b15801561400557600080fd5b505af1158015614019573d6000803e3d6000fd5b505050506040513d602081101561402f57600080fd5b50519050606481141561404957614044615112565b614102565b801561405457600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156140f35780601f106140c8576101008083540402835291602001916140f3565b820191906000526020600020905b8154815290600101906020018083116140d657829003601f168201915b50509250505060405180910390a15b50505b565b61410f613190565b151561411a57600080fd5b6012805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b601454600090600160a060020a0316331480612ed15750612ed1613190565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b60006141cd612ec7565b15156141d857600080fd5b6000826040516020018082805190602001908083835b6020831061420d5780518252601f1990920191602091820191016141ee565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156142ac5780601f1061428a5761010080835404028352918201916142ac565b820191906000526020600020905b815481529060010190602001808311614298575b50509150506040516020818303038152906040528051906020012090508082141561448357600c541515614303576040805160208101918290526000908190526142f891600a916154c5565b506000600b556143a7565b600080805b600c5481101561435b5781600d8281548110151561432257fe5b9060005260206000200154111561435357809250600d8181548110151561434557fe5b906000526020600020015491505b600101614308565b50600c80548390811061436a57fe5b90600052602060002001600a9080546001816001161561010002031660029004614395929190615440565b50600b8190556143a4826151d4565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561443c578181015183820152602001614424565b50505050905090810190601f1680156144695780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050612418565b60001960005b600c5481101561454c576000600c828154811015156144a457fe5b90600052602060002001604051602001808280546001816001161561010002031660029004801561450c5780601f106144ea57610100808354040283529182019161450c565b820191906000526020600020905b8154815290600101906020018083116144f8575b5050915050604051602081830303815290604052805190602001209050808514156145435761453a826151d4565b8192505061454c565b50600101614489565b5060001981141561455c57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156145f05781810151838201526020016145d8565b50505050905090810190601f16801561461d5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b61463c613190565b151561464757600080fd5b601354600090600160a060020a03161561476c57601360009054906101000a9004600160a060020a03169050600081600160a060020a031663860b24926040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156146b357600080fd5b505af11580156146c7573d6000803e3d6000fd5b505050506040513d60208110156146dd57600080fd5b5051905060648114806146f157508061044c145b156147515781600160a060020a0316632de3ecd16040518163ffffffff1660e060020a028152600401600060405180830381600087803b15801561473457600080fd5b505af1158015614748573d6000803e3d6000fd5b5050505061476a565b80158061475f5750806103e8145b151561476a57600080fd5b505b6013805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0384169081179091551561481a57819050600081600160a060020a0316637b1cdb3e6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156147df57600080fd5b505af11580156147f3573d6000803e3d6000fd5b505050506040513d602081101561480957600080fd5b50519050801561481857600080fd5b505b60135460408051600160a060020a039092168252517fa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb79181900360200190a15050565b614866336123f3565b151561487157600080fd5b81516020106148cc57815180830151600081815260056020526040812091929161489a9161554e565b6000835111156148c557600082815260056020908152604090912084516148c3928601906154c5565b505b50506149b7565b6006826040518082805190602001908083835b602083106148fe5780518252601f1990920191602091820191016148df565b51815160209384036101000a6000190180199092169116179052920194855250604051938490030190922061493792509050600061554e565b6000815111156149b757806006836040518082805190602001908083835b602083106149745780518252601f199092019160209182019101614955565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932084516149b595919491909101925090506154c5565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015614a165781810151838201526020016149fe565b50505050905090810190601f168015614a435780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b606481565b600354600160a060020a03163314614a7057600080fd5b600160a060020a0381161515614a8557600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000614abe613190565b1515614ac957600080fd5b60158290556040805183815290517f4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a39181900360200190a1505060155490565b60408051602080820193909352306c010000000000000000000000000281830152815180820360340181526054909101909152805191012090565b600084815260186020526040812060018101546003820154840111614c6d57604051600160a060020a0386169084156108fc029085906000818181858888f19350505050158015614b99573d6000803e3d6000fd5b508281600301540181600301819055507fad58d18ea7292f887da6f15bb4f0badddaa33d169713d09cf49710acc7c3a5b986858786604051808581526020018060200184600160a060020a0316600160a060020a03168152602001838152602001828103825285818151815260200191508051906020019080838360005b83811015614c2f578181015183820152602001614c17565b50505050905090810190601f168015614c5c5780820380516001836020036101000a031916815260200191505b509550505050505060405180910390a15b50600195945050505050565b6000614c868387876152d6565b601354600160a060020a031615614dd7576013546040517ff9b4aa0200000000000000000000000000000000000000000000000000000000815260048101898152600160a060020a0386811660648401526080602484019081528a5160848501528a519190941693600093859363f9b4aa02938e938e938e938d93909291604481019160a490910190602080890191028083838f5b83811015614d33578181015183820152602001614d1b565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015614d72578181015183820152602001614d5a565b505050509050019650505050505050602060405180830381600087803b158015614d9b57600080fd5b505af1158015614daf573d6000803e3d6000fd5b505050506040513d6020811015614dc557600080fd5b505190508015614dd457600080fd5b50505b60145460408051898152600160a060020a039283166020820152808201879052918516606083015260808201849052517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360a00190a160005b8651811015614eb1578681815181101515614e4b57fe5b6020908102909101015115614ea9577f515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c388782815181101515614e8957fe5b906020019060200201516040518082815260200191505060405180910390a15b600101614e34565b5060005b8551811015614f45578551600090879083908110614ecf57fe5b60209081029091010151600160a060020a031614614f3d577fb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b6848682815181101515614f1657fe5b602090810290910181015160408051600160a060020a039092168252519081900390910190a15b600101614eb5565b50959695505050505050565b60035460009081908190600160a060020a0385811691161480614f7c5750600854600a60ff90911610155b15614f9157505060155460009150819061510b565b600480546040805160e060020a6363e6ffdd028152600160a060020a03888116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015614fea57600080fd5b505afa158015614ffe573d6000803e3d6000fd5b505050506040513d602081101561501457600080fd5b50519050600160a060020a0381161561504d57615030866132bb565b15156001141561504d57505060155460009350839250905061510b565b601454604080517f29d00219000000000000000000000000000000000000000000000000000000008152600160a060020a038981166004830152915191909216916329d00219916024808301926020929190829003018186803b1580156150b357600080fd5b505afa1580156150c7573d6000803e3d6000fd5b505050506040513d60208110156150dd57600080fd5b50511515600114156150fc57505060155460009350839250905061510b565b5050601554600a935083925090505b9193909250565b61511a613190565b151561512557600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156151c45780601f10615199576101008083540402835291602001916151c4565b820191906000526020600020905b8154815290600101906020018083116151a757829003601f168201915b50509250505060405180910390a1565b600c8054829081106151e257fe5b9060005260206000200160006151f8919061554e565b600d80548290811061520657fe5b6000918252602082200155600c546000190181146152ac57600c8054600019810190811061523057fe5b90600052602060002001600c8281548110151561524957fe5b906000526020600020019080546001816001161561010002031660029004615272929190615440565b50600d8054600019810190811061528557fe5b9060005260206000200154600d8281548110151561529f57fe5b6000918252602090912001555b600c8054906152bf906000198301615592565b50600d8054906141029060001983016155bb565b50565b60008060006152e6868686612f9f565b94509092509050606460ff82161415615312573483111561530657600080fd5b61530e615328565b5060005b60ff81161561532057600080fd5b505050505050565b600480546040805160e060020a6363e6ffdd028152339381019390935251600092600160a060020a03909216916363e6ffdd916024808301926020929190829003018186803b15801561537a57600080fd5b505afa15801561538e573d6000803e3d6000fd5b505050506040513d60208110156153a457600080fd5b5051604080517fb8ff1dba00000000000000000000000000000000000000000000000000000000815290519192508291600160a060020a0383169163b8ff1dba91600480830192600092919082900301818387803b15801561540557600080fd5b505af1158015615320573d6000803e3d6000fd5b60408051608081018252600080825260208201819052918101829052606081019190915290565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061547957805485556154b5565b828001600101855582156154b557600052602060002091601f016020900482015b828111156154b557825482559160010191906001019061549a565b506154c19291506155db565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061550657805160ff19168380011785556154b5565b828001600101855582156154b5579182015b828111156154b5578251825591602001919060010190615518565b60408051808201825290600290829080388339509192915050565b50805460018160011615610100020316600290046000825580601f1061557457506152d3565b601f0160209004906000526020600020908101906152d391906155db565b8154818355818111156155b6576000838152602090206155b69181019083016155f5565b505050565b8154818355818111156155b6576000838152602090206155b69181019083015b611a6691905b808211156154c157600081556001016155e1565b611a6691905b808211156154c157600061560f828261554e565b506001016155fb56fea165627a7a723058202a58a31cb448df364eea1633598629e0f9a698739f0a9bb5def3fd436c9ada2d0029",
}

BaseContentMetaData contains all meta data concerning the BaseContent contract.

View Source
var BaseContentSpaceABI = BaseContentSpaceMetaData.ABI

BaseContentSpaceABI is the input ABI used to generate the binding from. Deprecated: Use BaseContentSpaceMetaData.ABI instead.

View Source
var BaseContentSpaceBin = BaseContentSpaceMetaData.Bin

BaseContentSpaceBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseContentSpaceMetaData.Bin instead.

View Source
var BaseContentSpaceFuncSigs = BaseContentSpaceMetaData.Sigs

Deprecated: Use BaseContentSpaceMetaData.Sigs instead. BaseContentSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseContentSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canContribute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"},{\"name\":\"content_contract\",\"type\":\"address\"}],\"name\":\"addContentType\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"submitNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"contentTypeContracts\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"typeHash\",\"type\":\"bytes32\"}],\"name\":\"findTypeByHash\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"canNodePublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"prefix\",\"type\":\"bytes\"}],\"name\":\"getKMSInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"},{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"canReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"validType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"contentObj\",\"type\":\"address\"}],\"name\":\"publish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"requiresReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"createLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"numActiveNodes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"libraryFactory\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"activeNodeLocators\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"activeNodeAddresses\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"getKMSID\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"new_factory\",\"type\":\"address\"}],\"name\":\"setFactory\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"userWallets\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"},{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"addNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"pendingNodeLocators\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"pendingNodeAddresses\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"description\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createAccessWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"new_factory\",\"type\":\"address\"}],\"name\":\"setWalletFactory\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"new_factory\",\"type\":\"address\"}],\"name\":\"setGroupFactory\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"new_factory\",\"type\":\"address\"}],\"name\":\"setContentFactory\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsManAddr\",\"type\":\"address\"}],\"name\":\"setKmsManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsIdStr\",\"type\":\"string\"}],\"name\":\"checkKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentFactory\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_space_description\",\"type\":\"string\"}],\"name\":\"setDescription\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"kmsManAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"whitelistedType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"new_factory\",\"type\":\"address\"}],\"name\":\"setLibraryFactory\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"getAccessWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"groupFactory\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"}],\"name\":\"removeNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"createContent\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"factory\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"walletFactory\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"checkKMSAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"}],\"name\":\"approveNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"createUserWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"numPendingNodes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"nodeMapping\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"removeContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"content_space_name\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentTypeAddress\",\"type\":\"address\"}],\"name\":\"CreateContentType\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"libraryAddress\",\"type\":\"address\"}],\"name\":\"CreateLibrary\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"groupAddress\",\"type\":\"address\"}],\"name\":\"CreateGroup\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentAddress\",\"type\":\"address\"}],\"name\":\"CreateContent\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"wallet\",\"type\":\"address\"}],\"name\":\"CreateAccessWallet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"wallet\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"userAddr\",\"type\":\"address\"}],\"name\":\"BindUserWallet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"accountAddress\",\"type\":\"address\"}],\"name\":\"EngageAccountLibrary\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"SetFactory\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"version\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"CreateSpace\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"walletAddress\",\"type\":\"address\"}],\"name\":\"GetAccessWallet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"locator\",\"type\":\"bytes\"}],\"name\":\"NodeSubmitted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"locator\",\"type\":\"bytes\"}],\"name\":\"NodeApproved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ownerAddr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"nodeAddr\",\"type\":\"address\"}],\"name\":\"AddNode\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ownerAddr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"nodeAddr\",\"type\":\"address\"}],\"name\":\"RemoveNode\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contentContract\",\"type\":\"address\"}],\"name\":\"ContentTypeAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"}],\"name\":\"ContentTypeRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"52f82dd8": "activeNodeAddresses(uint256)",
		"5272ae17": "activeNodeLocators(uint256)",
		"0f58a786": "addContentType(address,address)",
		"64f0f050": "addNode(address,bytes)",
		"32eaf21b": "addressKMS()",
		"dd4c97a0": "approveNode(address)",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"0eaec2c5": "canContribute(address)",
		"81beeb64": "canEdit()",
		"26683e14": "canNodePublish(address)",
		"9b55f901": "canPublish(address)",
		"29d00219": "canReview(address)",
		"8d2a23db": "checkKMS(string)",
		"d6be0f49": "checkKMSAddr(address)",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"904696a8": "contentFactory()",
		"af570c04": "contentSpace()",
		"1cdbee5a": "contentTypeContracts(address)",
		"991a3a7c": "contentTypes(uint256)",
		"c65bcbe2": "contentTypesLength()",
		"331b86c0": "countVersionHashes()",
		"7708bc41": "createAccessWallet()",
		"bf4e088f": "createContent(address,address)",
		"b8cfaf05": "createContentType()",
		"575185ed": "createGroup()",
		"40b89f06": "createLibrary(address)",
		"e7cf0c66": "createUserWallet(address)",
		"02d05d3f": "creator()",
		"e1a70717": "deleteVersion(string)",
		"7284e416": "description()",
		"c45a0155": "factory()",
		"1f2caaec": "findTypeByHash(bytes32)",
		"a2d67fcf": "getAccessWallet()",
		"589aafc1": "getKMSID(address)",
		"268bfac4": "getKMSInfo(string,bytes)",
		"ac55c906": "getMeta(bytes)",
		"b04b6caa": "groupFactory()",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"9c9527f1": "kmsManAddr()",
		"441c5aa3": "libraryFactory()",
		"06fdde03": "name()",
		"fbd1b4ce": "nodeMapping(address)",
		"43f59ec7": "numActiveNodes()",
		"f41a1587": "numPendingNodes()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"6be9514c": "pendingNodeAddresses(uint256)",
		"69e30ff8": "pendingNodeLocators(uint256)",
		"2cf99422": "publish(address)",
		"e542b7cb": "putMeta(bytes,bytes)",
		"fd089196": "removeContentType(address)",
		"b2b99ec9": "removeNode(address)",
		"3dd71d99": "requiresReview()",
		"c9e8e72d": "setAddressKMS(address)",
		"85ce1df1": "setContentFactory(address)",
		"90c3f38f": "setDescription(string)",
		"5bb47808": "setFactory(address)",
		"837b3b93": "setGroupFactory(address)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"87e38281": "setKmsManager(address)",
		"9d05d18d": "setLibraryFactory(address)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"7ebf879c": "setWalletFactory(address)",
		"160eee74": "submitNode(bytes)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"63e6ffdd": "userWallets(address)",
		"29dedde5": "validType(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
		"c5c03699": "walletFactory()",
		"9cb121ba": "whitelistedType(address)",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006009557f436f6e7461696e657232303230303331363133353330304d4c000000000000006010556013557f55736572537061636532303139303530363135353330304d4c000000000000006015557f4e6f6465537061636532303139303532383137303130304d4c000000000000006017557f42617365436f6e74656e7453706163653230323030393238313130303030504f601c553480156200014a57600080fd5b506040516200599638038062005996833981018060405260208110156200017057600080fd5b8101908080516401000000008111156200018957600080fd5b820160208101848111156200019d57600080fd5b8151640100000000811182820187101715620001b857600080fd5b505060028054600160a060020a0319908116321790915560038054909116331790558051909350620001f49250601d9150602084019062000265565b5060048054600160a060020a03191630179055601c5460035460408051928352600160a060020a0391909116602083015280517f599bb380c80b69455450a615c515544b8da3b09f2efa116a5f0567682203cf549281900390910190a1506008805460ff1916600a1790556200030a565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002a857805160ff1916838001178555620002d8565b82800160010185558215620002d8579182015b82811115620002d8578251825591602001919060010190620002bb565b50620002e6929150620002ea565b5090565b6200030791905b80821115620002e65760008155600101620002f1565b90565b61567c806200031a6000396000f3fe6080604052600436106104fa5760003560e060020a900480636e37542711610290578063aa024e8b1161015e578063c9e8e72d116100d0578063e7cf0c6611610089578063e7cf0c66146118ea578063ef1d7dc21461191d578063f2fde38b14611932578063f41a158714611965578063fbd1b4ce1461197a578063fd089196146119ad576104fa565b8063c9e8e72d1461164f578063d6be0f4914611682578063dd4c97a0146116b5578063e02dd9c2146116e8578063e1a70717146116fd578063e542b7cb146117b0576104fa565b8063b8cfaf0511610122578063b8cfaf05146115ab578063bf4e088f146115c0578063c287e0ed146115fb578063c45a015514611610578063c5c0369914611625578063c65bcbe21461163a576104fa565b8063aa024e8b1461146e578063ac55c9061461149b578063af570c041461154e578063b04b6caa14611563578063b2b99ec914611578576104fa565b80638da5cb5b11610202578063991a3a7c116101bb578063991a3a7c146113b45780639b55f901146105cc5780639c9527f1146113de5780639cb121ba146113f35780639d05d18d14611426578063a2d67fcf14611459576104fa565b80638da5cb5b146111dc578063904696a8146111f157806390c3f38f1461120657806395a078e8146112b957806397ac4fd2146112ec5780639867db7414611301576104fa565b80637ebf879c116102545780637ebf879c1461107e57806381beeb64146110b1578063837b3b93146110c657806385ce1df1146110f957806387e382811461112c5780638d2a23db1461115f576104fa565b80636e37542714610feb5780637284e416146110005780637708bc41146110155780637886f7471461102a5780637ca8f61814611054576104fa565b80633dd71d99116103cd578063589aafc11161033f57806363e6ffdd116102f857806363e6ffdd14610e3b57806364f0f05014610e6e57806367e5c3bf14610f3157806369e30ff814610f645780636be9514c14610f8e5780636d2e4b1b14610fb8576104fa565b8063589aafc114610d815780635bb4780814610db45780635f4fcae114610de75780635f6a130114610dfc578063628449fd14610e115780636380501f14610e26576104fa565b8063441c5aa311610391578063441c5aa314610ce6578063446e882614610cfb5780635272ae1714610d0357806352f82dd814610d2d57806354fd4d5014610d57578063575185ed14610d6c576104fa565b80633dd71d9914610c5f57806340b87a2614610c7457806340b89f0614610c8957806341c0e1b514610cbc57806343f59ec714610cd1576104fa565b80631f2caaec1161047157806329d002191161042a57806329d0021914610b7557806329dedde514610ba85780632cf9942214610bdb57806332eaf21b14610c0e578063331b86c014610c23578063375a6e7c14610c4a576104fa565b80631f2caaec146108df57806322e564eb1461090957806324d7806c1461094d57806326683e1414610980578063268bfac4146109b357806329adec1414610b60576104fa565b80630fe1b5a2116104c35780630fe1b5a21461064e578063100508a21461069257806314cfabb3146106bd578063160eee74146106d25780631bf7a912146107855780631cdbee5a146108ac576104fa565b8062821de3146104fc57806302d05d3f1461052d57806306fdde03146105425780630eaec2c5146105cc5780630f58a78614610613575b005b34801561050857600080fd5b506105116119e0565b60408051600160a060020a039092168252519081900360200190f35b34801561053957600080fd5b506105116119f0565b34801561054e57600080fd5b506105576119ff565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610591578181015183820152602001610579565b50505050905090810190601f1680156105be5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156105d857600080fd5b506105ff600480360360208110156105ef57600080fd5b5035600160a060020a0316611a8d565b604080519115158252519081900360200190f35b34801561061f57600080fd5b506104fa6004803603604081101561063657600080fd5b50600160a060020a0381358116916020013516611abe565b34801561065a57600080fd5b506104fa6004803603606081101561067157600080fd5b50600160a060020a038135169060ff60208201358116916040013516611c1c565b34801561069e57600080fd5b506106a7611cfe565b6040805160ff9092168252519081900360200190f35b3480156106c957600080fd5b506105ff611d03565b3480156106de57600080fd5b506104fa600480360360208110156106f557600080fd5b81019060208101813564010000000081111561071057600080fd5b82018360208201111561072257600080fd5b8035906020019184600183028401116401000000008311171561074457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611d90945050505050565b6105ff6004803603604081101561079b57600080fd5b8101906020810181356401000000008111156107b657600080fd5b8201836020820111156107c857600080fd5b803590602001918460208302840111640100000000831117156107ea57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561083a57600080fd5b82018360208201111561084c57600080fd5b8035906020019184602083028401116401000000008311171561086e57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612143945050505050565b3480156108b857600080fd5b50610511600480360360208110156108cf57600080fd5b5035600160a060020a03166121ec565b3480156108eb57600080fd5b506105116004803603602081101561090257600080fd5b5035612207565b34801561091557600080fd5b506104fa6004803603606081101561092c57600080fd5b50600160a060020a038135169060ff602082013581169160400135166123e8565b34801561095957600080fd5b506105ff6004803603602081101561097057600080fd5b5035600160a060020a03166128bb565b34801561098c57600080fd5b506105ff600480360360208110156109a357600080fd5b5035600160a060020a03166128e4565b3480156109bf57600080fd5b50610a82600480360360408110156109d657600080fd5b8101906020810181356401000000008111156109f157600080fd5b820183602082011115610a0357600080fd5b80359060200191846001830284011164010000000083111715610a2557600080fd5b919390929091602081019035640100000000811115610a4357600080fd5b820183602082011115610a5557600080fd5b80359060200191846001830284011164010000000083111715610a7757600080fd5b509092509050612938565b604051808060200180602001838103835285818151815260200191508051906020019080838360005b83811015610ac3578181015183820152602001610aab565b50505050905090810190601f168015610af05780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b83811015610b23578181015183820152602001610b0b565b50505050905090810190601f168015610b505780820380516001836020036101000a031916815260200191505b5094505050505060405180910390f35b348015610b6c57600080fd5b506106a7612ad7565b348015610b8157600080fd5b506105ff60048036036020811015610b9857600080fd5b5035600160a060020a0316612ae0565b348015610bb457600080fd5b506105ff60048036036020811015610bcb57600080fd5b5035600160a060020a0316612ae6565b348015610be757600080fd5b506105ff60048036036020811015610bfe57600080fd5b5035600160a060020a0316612b04565b348015610c1a57600080fd5b50610511612c23565b348015610c2f57600080fd5b50610c38612c32565b60408051918252519081900360200190f35b348015610c5657600080fd5b506105ff612c38565b348015610c6b57600080fd5b506105ff612c41565b348015610c8057600080fd5b50610c38612c46565b348015610c9557600080fd5b5061051160048036036020811015610cac57600080fd5b5035600160a060020a0316612c4c565b348015610cc857600080fd5b506104fa612d37565b348015610cdd57600080fd5b50610c38612d5c565b348015610cf257600080fd5b50610511612d62565b6105ff612d71565b348015610d0f57600080fd5b5061055760048036036020811015610d2657600080fd5b5035612f75565b348015610d3957600080fd5b5061051160048036036020811015610d5057600080fd5b5035612fe9565b348015610d6357600080fd5b50610c38613011565b348015610d7857600080fd5b50610511613017565b348015610d8d57600080fd5b5061055760048036036020811015610da457600080fd5b5035600160a060020a03166130f4565b348015610dc057600080fd5b506104fa60048036036020811015610dd757600080fd5b5035600160a060020a03166131ec565b348015610df357600080fd5b50610c38613225565b348015610e0857600080fd5b506104fa61322b565b348015610e1d57600080fd5b50610557613269565b348015610e3257600080fd5b506106a76132c4565b348015610e4757600080fd5b5061051160048036036020811015610e5e57600080fd5b5035600160a060020a03166132d2565b348015610e7a57600080fd5b506104fa60048036036040811015610e9157600080fd5b600160a060020a038235169190810190604081016020820135640100000000811115610ebc57600080fd5b820183602082011115610ece57600080fd5b80359060200191846001830284011164010000000083111715610ef057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506132ed945050505050565b348015610f3d57600080fd5b506105ff60048036036020811015610f5457600080fd5b5035600160a060020a031661351b565b348015610f7057600080fd5b5061055760048036036020811015610f8757600080fd5b50356136b2565b348015610f9a57600080fd5b5061051160048036036020811015610fb157600080fd5b50356136c0565b348015610fc457600080fd5b506104fa60048036036020811015610fdb57600080fd5b5035600160a060020a03166136ce565b348015610ff757600080fd5b506105ff61371c565b34801561100c57600080fd5b5061055761372d565b34801561102157600080fd5b50610511613788565b34801561103657600080fd5b50610c386004803603602081101561104d57600080fd5b5035613798565b34801561106057600080fd5b506105576004803603602081101561107757600080fd5b50356137b7565b34801561108a57600080fd5b506104fa600480360360208110156110a157600080fd5b5035600160a060020a03166137c5565b3480156110bd57600080fd5b506105ff6137fe565b3480156110d257600080fd5b506104fa600480360360208110156110e957600080fd5b5035600160a060020a0316613809565b34801561110557600080fd5b506104fa6004803603602081101561111c57600080fd5b5035600160a060020a0316613842565b34801561113857600080fd5b506104fa6004803603602081101561114f57600080fd5b5035600160a060020a031661387b565b34801561116b57600080fd5b50610c386004803603602081101561118257600080fd5b81019060208101813564010000000081111561119d57600080fd5b8201836020820111156111af57600080fd5b803590602001918460018302840111640100000000831117156111d157600080fd5b5090925090506138b4565b3480156111e857600080fd5b50610511613976565b3480156111fd57600080fd5b50610511613985565b34801561121257600080fd5b506104fa6004803603602081101561122957600080fd5b81019060208101813564010000000081111561124457600080fd5b82018360208201111561125657600080fd5b8035906020019184600183028401116401000000008311171561127857600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613994945050505050565b3480156112c557600080fd5b506105ff600480360360208110156112dc57600080fd5b5035600160a060020a03166139c2565b3480156112f857600080fd5b506106a7613b1c565b34801561130d57600080fd5b506104fa6004803603602081101561132457600080fd5b81019060208101813564010000000081111561133f57600080fd5b82018360208201111561135157600080fd5b8035906020019184600183028401116401000000008311171561137357600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613b21945050505050565b3480156113c057600080fd5b50610511600480360360208110156113d757600080fd5b5035613c4e565b3480156113ea57600080fd5b50610511613c5c565b3480156113ff57600080fd5b506105ff6004803603602081101561141657600080fd5b5035600160a060020a0316613c6b565b34801561143257600080fd5b506104fa6004803603602081101561144957600080fd5b5035600160a060020a0316613cc2565b34801561146557600080fd5b50610511613cfb565b34801561147a57600080fd5b506104fa6004803603602081101561149157600080fd5b503560ff16613d87565b3480156114a757600080fd5b50610557600480360360208110156114be57600080fd5b8101906020810181356401000000008111156114d957600080fd5b8201836020820111156114eb57600080fd5b8035906020019184600183028401116401000000008311171561150d57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613df8945050505050565b34801561155a57600080fd5b50610511613fa1565b34801561156f57600080fd5b50610511613fb0565b34801561158457600080fd5b506104fa6004803603602081101561159b57600080fd5b5035600160a060020a0316613fbf565b3480156115b757600080fd5b50610511614070565b3480156115cc57600080fd5b50610511600480360360408110156115e357600080fd5b50600160a060020a038135811691602001351661414e565b34801561160757600080fd5b506104fa614257565b34801561161c57600080fd5b50610511614319565b34801561163157600080fd5b50610511614328565b34801561164657600080fd5b50610c38614337565b34801561165b57600080fd5b506104fa6004803603602081101561167257600080fd5b5035600160a060020a031661433d565b34801561168e57600080fd5b50610c38600480360360208110156116a557600080fd5b5035600160a060020a0316614376565b3480156116c157600080fd5b506104fa600480360360208110156116d857600080fd5b5035600160a060020a0316614412565b3480156116f457600080fd5b50610557614635565b34801561170957600080fd5b50610c386004803603602081101561172057600080fd5b81019060208101813564010000000081111561173b57600080fd5b82018360208201111561174d57600080fd5b8035906020019184600183028401116401000000008311171561176f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550614690945050505050565b3480156117bc57600080fd5b506104fa600480360360408110156117d357600080fd5b8101906020810181356401000000008111156117ee57600080fd5b82018360208201111561180057600080fd5b8035906020019184600183028401116401000000008311171561182257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561187557600080fd5b82018360208201111561188757600080fd5b803590602001918460018302840111640100000000831117156118a957600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550614b01945050505050565b3480156118f657600080fd5b506105116004803603602081101561190d57600080fd5b5035600160a060020a0316614cf8565b34801561192957600080fd5b506106a7614d03565b34801561193e57600080fd5b506104fa6004803603602081101561195557600080fd5b5035600160a060020a0316614d08565b34801561197157600080fd5b50610c38614d56565b34801561198657600080fd5b506105116004803603602081101561199d57600080fd5b5035600160a060020a0316614d5c565b3480156119b957600080fd5b506105ff600480360360208110156119d057600080fd5b5035600160a060020a0316614d77565b600454600160a060020a03165b90565b600254600160a060020a031681565b601d805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a855780601f10611a5a57610100808354040283529160200191611a85565b820191906000526020600020905b815481529060010190602001808311611a6857829003601f168201915b505050505081565b600354600090600160a060020a0383811691161480611ab65750600354600160a060020a031633145b90505b919050565b600354600160a060020a03163314611ad557600080fd5b600160a060020a0382811660009081526014602052604090205416158015611b035750611b0182613c6b565b155b15611baf576012546013541015611b5957816012601354815481101515611b2657fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550611ba5565b601280546001810182556000919091527fbb8a6a4669ba250d26cd7a459eca9d215f8307e33aebe50379bc5a3617ec3444018054600160a060020a031916600160a060020a0384161790555b6013805460010190555b600160a060020a038281166000818152601460209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b611c246137fe565b1515611c2f57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611c9e57600080fd5b505afa158015611cb2573d6000803e3d6000fd5b505050506040513d6020811015611cc857600080fd5b50519050600160a060020a0381161515611cec57611ce78585856123e8565b611cf7565b611cf78185856123e8565b5050505050565b600181565b604080517f26683e140000000000000000000000000000000000000000000000000000000081523360048201529051600091309182916326683e14916024808301926020929190829003018186803b158015611d5e57600080fd5b505afa158015611d72573d6000803e3d6000fd5b505050506040513d6020811015611d8857600080fd5b505191505090565b611ec6601a805480602002602001604051908101604052809291908181526020018280548015611de957602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311611dcb575b5050505050601b805480602002602001604051908101604052809291908181526020016000905b82821015611ebb5760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015611ea75780601f10611e7c57610100808354040283529160200191611ea7565b820191906000526020600020905b815481529060010190602001808311611e8a57829003601f168201915b505050505081526020019060010190611e10565b505050503384614f09565b15611ed057600080fd5b611ffb6018805480602002602001604051908101604052809291908181526020018280548015611f2957602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311611f0b575b50505050506019805480602002602001604051908101604052809291908181526020016000905b82821015611ebb5760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015611fe75780601f10611fbc57610100808354040283529160200191611fe7565b820191906000526020600020905b815481529060010190602001808311611fca57829003601f168201915b505050505081526020019060010190611f50565b1561200557600080fd5b601a5460641161201457600080fd5b601b8054600181018083556000929092528251612058917f3ad8aa4f87544323a9d1e5dd902f40c356527a7955687113db5f9a85ad579dc101906020850190615448565b5050601a805460018101825560009182527f057c384a7d1c54f3a1b2e5e67b2617b8224fdfd1ea7234eea573a6ff665ff63e018054600160a060020a0319163390811790915560408051828152602081810183815286519383019390935285517fae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d958794926060850192908601918190849084905b838110156121055781810151838201526020016120ed565b50505050905090810190601f1680156121325780820380516001836020036101000a031916815260200191505b50935050505060405180910390a150565b600061214e336139c2565b151561215957600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b601460205260009081526040902054600160a060020a031681565b6000805b6012548110156123df57600060128281548110151561222657fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b1580156122ac57600080fd5b505afa1580156122c0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405260208110156122e957600080fd5b81019080805164010000000081111561230157600080fd5b8201602081018481111561231457600080fd5b815164010000000081118282018710171561232e57600080fd5b50509291905050506040516020018082805190602001908083835b602083106123685780518252601f199092019160209182019101612349565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012014156123d65760128054839081106123b757fe5b600091825260209091200154600160a060020a03169250611ab9915050565b5060010161220b565b50600092915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561242957600080fd5b505afa15801561243d573d6000803e3d6000fd5b505050506040513d602081101561245357600080fd5b5051600854610100900460ff908116911614156124f857604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b1580156124db57600080fd5b505af11580156124ef573d6000803e3d6000fd5b505050506128b5565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561253457600080fd5b505afa158015612548573d6000803e3d6000fd5b505050506040513d602081101561255e57600080fd5b5051600854610100900460ff908116911614156125e657604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b1580156124db57600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561262257600080fd5b505afa158015612636573d6000803e3d6000fd5b505050506040513d602081101561264c57600080fd5b5051600854610100900460ff908116911614156126d457604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b1580156124db57600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561271057600080fd5b505afa158015612724573d6000803e3d6000fd5b505050506040513d602081101561273a57600080fd5b5051600854610100900460ff908116911614156127c257604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b1580156124db57600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156127fe57600080fd5b505afa158015612812573d6000803e3d6000fd5b505050506040513d602081101561282857600080fd5b5051600854610100900460ff908116911614156128b057604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b1580156124db57600080fd5b600080fd5b50505050565b600354600090600160a060020a03838116911614156128dc57506001611ab9565b506000919050565b6000805b6018548110156123df5782600160a060020a031660188281548110151561290b57fe5b600091825260209091200154600160a060020a03161415612930576001915050611ab9565b6001016128e8565b602554604080517f268bfac400000000000000000000000000000000000000000000000000000000815260048101918252604481018690526060928392600160a060020a039091169163268bfac49189918991899189919081906024810190606401878780828437600083820152601f01601f191690910184810383528581526020019050858580828437600081840152601f19601f820116905080830192505050965050505050505060006040518083038186803b1580156129fa57600080fd5b505afa158015612a0e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040908152811015612a3757600080fd5b810190808051640100000000811115612a4f57600080fd5b82016020810184811115612a6257600080fd5b8151640100000000811182820187101715612a7c57600080fd5b50509291906020018051640100000000811115612a9857600080fd5b82016020810184811115612aab57600080fd5b8151640100000000811182820187101715612ac557600080fd5b50949b909a5098505050505050505050565b60085460ff1681565b50600090565b600060135460001415612afb57506001611ab9565b611ab682613c6b565b600033600160a060020a03831614612b1b57600080fd5b600082905080600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b158015612b6a57600080fd5b505af1158015612b7e573d6000803e3d6000fd5b505050506040513d6020811015612b9457600080fd5b5050604080517f27c1c21d0000000000000000000000000000000000000000000000000000000081529051600160a060020a038316916327c1c21d916004808301926020929190829003018186803b158015612bef57600080fd5b505afa158015612c03573d6000803e3d6000fd5b505050506040513d6020811015612c1957600080fd5b5051159392505050565b601154600160a060020a031681565b600c5490565b600f5460ff1681565b600090565b600b5481565b6000333214612c5a57600080fd5b602254604080517f40b89f06000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152915160009392909216916340b89f069160248082019260209290919082900301818787803b158015612cc557600080fd5b505af1158015612cd9573d6000803e3d6000fd5b505050506040513d6020811015612cef57600080fd5b505160408051600160a060020a038316815290519192507f473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571919081900360200190a192915050565b600354600160a060020a03163314612d4e57600080fd5b600354600160a060020a0316ff5b60195490565b602254600160a060020a031681565b6000612d7b611d03565b1515612d8657600080fd5b600f5460ff161515612d9757600080fd5b6000600a8054600181600116156101000203166002900490501115612e4657600c80546001818101808455600093909352600a8054612e0d937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c701926002610100918316159190910260001901909116046154c6565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e8054612e6991600a91600260001961010060018416150201909116046154c6565b5042600b55604080516020810191829052600090819052612e8c91600e91615448565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612ecd6119e0565b60408051600160a060020a038085168252831660208201526060918101828152600a80546002600019610100600184161502019091160493830184905292608083019084908015612f5f5780601f10612f3457610100808354040283529160200191612f5f565b820191906000526020600020905b815481529060010190602001808311612f4257829003601f168201915b505094505050505060405180910390a150600190565b6019805482908110612f8357fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015611a855780601f10611a5a57610100808354040283529160200191611a85565b6018805482908110612ff757fe5b600091825260209091200154600160a060020a0316905081565b601c5481565b600033321461302557600080fd5b60208054604080517f575185ed0000000000000000000000000000000000000000000000000000000081529051600093600160a060020a039093169263575185ed926004808201939182900301818787803b15801561308357600080fd5b505af1158015613097573d6000803e3d6000fd5b505050506040513d60208110156130ad57600080fd5b505160408051600160a060020a038316815290519192507fa3b1fe71ae61bad8cffa485b230e24e518938f76182a30fa0d9979e7237ad159919081900360200190a1905090565b602554604080517f589aafc1000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151606093929092169163589aafc191602480820192600092909190829003018186803b15801561315e57600080fd5b505afa158015613172573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561319b57600080fd5b8101908080516401000000008111156131b357600080fd5b820160208101848111156131c657600080fd5b81516401000000008111828201871017156131e057600080fd5b50909695505050505050565b600354600160a060020a0316331461320357600080fd5b601f8054600160a060020a031916600160a060020a0392909216919091179055565b60015481565b61323361371c565b151561323e57600080fd5b60408051602081019182905260009081905261325c91600e91615448565b50600f805460ff19169055565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a855780601f10611a5a57610100808354040283529160200191611a85565b600854610100900460ff1681565b601660205260009081526040902054600160a060020a031681565b600354600160a060020a0316331461330457600080fd5b61343a601880548060200260200160405190810160405280929190818152602001828054801561335d57602002820191906000526020600020905b8154600160a060020a0316815260019091019060200180831161333f575b50505050506019805480602002602001604051908101604052809291908181526020016000905b8282101561342f5760008481526020908190208301805460408051601f600260001961010060018716150201909416939093049283018590048502810185019091528181529283018282801561341b5780601f106133f05761010080835404028352916020019161341b565b820191906000526020600020905b8154815290600101906020018083116133fe57829003601f168201915b505050505081526020019060010190613384565b505050508484614f09565b1561344457600080fd5b6018805460018082019092557fb13d2d76d1f4b7be834882e410b3e3a8afaf69f83600ae24db354391d2378d2e018054600160a060020a031916600160a060020a03851617905560198054918201808255600091909152825190916134d2917f944998273e477b495144fb8794c914197f3ccb46be2900f4698fd0ef743c9695909101906020850190615448565b505060408051338152600160a060020a038416602082015281517f2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4929181900390910190a15050565b600354600090600160a060020a03838116911614806135425750600854606460ff90911610155b1561354f57506001611ab9565b600854600061010090910460ff1611156136aa5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156135cf57600080fd5b505afa1580156135e3573d6000803e3d6000fd5b505050506040513d60208110156135f957600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561367557600080fd5b505afa158015613689573d6000803e3d6000fd5b505050506040513d602081101561369f57600080fd5b50519150611ab99050565b506000611ab9565b601b805482908110612f8357fe5b601a805482908110612ff757fe5b600254600160a060020a031633146136e557600080fd5b600160a060020a03811615156136fa57600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b601e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a855780601f10611a5a57610100808354040283529160200191611a85565b600061379333614ffa565b905090565b600d8054829081106137a657fe5b600091825260209091200154905081565b600c805482908110612f8357fe5b600354600160a060020a031633146137dc57600080fd5b60218054600160a060020a031916600160a060020a0392909216919091179055565b60006137933361351b565b600354600160a060020a0316331461382057600080fd5b60208054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331461385957600080fd5b60238054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331461389257600080fd5b60258054600160a060020a031916600160a060020a0392909216919091179055565b6025546040517f8d2a23db00000000000000000000000000000000000000000000000000000000815260206004820190815260248201849052600092600160a060020a031691638d2a23db9186918691908190604401848480828437600083820152604051601f909101601f191690920195506020945090925050508083038186803b15801561394357600080fd5b505afa158015613957573d6000803e3d6000fd5b505050506040513d602081101561396d57600080fd5b50519392505050565b600354600160a060020a031681565b602354600160a060020a031681565b600354600160a060020a031633146139ab57600080fd5b80516139be90601e906020840190615448565b5050565b600354600090600160a060020a03838116911614806139e95750600854600a60ff90911610155b156139f657506001611ab9565b600854600061010090910460ff1611156136aa5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015613a7657600080fd5b505afa158015613a8a573d6000803e3d6000fd5b505050506040513d6020811015613aa057600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561367557600080fd5b600a81565b613b2961371c565b1515613b3457600080fd5b600f5460ff1615613b4457600080fd5b8051608011613b5257600080fd5b8051613b6590600e906020840190615448565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316613ba96119e0565b60408051600160a060020a038085168252831660208201526060918101828152600e80546002600019610100600184161502019091160493830184905292608083019084908015613c3b5780601f10613c1057610100808354040283529160200191613c3b565b820191906000526020600020905b815481529060010190602001808311613c1e57829003601f168201915b505094505050505060405180910390a150565b6012805482908110612ff757fe5b602554600160a060020a031681565b600080805b601354811015613cbb5783600160a060020a0316601282815481101515613c9357fe5b600091825260209091200154600160a060020a03161415613cb357600191505b600101613c70565b5092915050565b600354600160a060020a03163314613cd957600080fd5b60228054600160a060020a031916600160a060020a0392909216919091179055565b336000908152601660205260408120548190600160a060020a03161515613d2b57613d24613788565b9050613d46565b5033600090815260166020526040902054600160a060020a03165b60408051600160a060020a038316815290517f1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e1579181900360200190a1905090565b600354600160a060020a03163314613d9e57600080fd5b6008805460ff191660ff838116919091179182905560408051308152600060208201529290911682820152517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b606060208251111515613eaf5781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015613ea15780601f10613e7657610100808354040283529160200191613ea1565b820191906000526020600020905b815481529060010190602001808311613e8457829003601f168201915b505050505092505050611ab9565b6006826040518082805190602001908083835b60208310613ee15780518252601f199092019160209182019101613ec2565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015613f955780601f10613f6a57610100808354040283529160200191613f95565b820191906000526020600020905b815481529060010190602001808311613f7857829003601f168201915b50505050509050919050565b600454600160a060020a031681565b602054600160a060020a031681565b600354600160a060020a03163314613fd657600080fd5b60005b6018548110156139be5781600160a060020a0316601882815481101515613ffc57fe5b600091825260209091200154600160a060020a031614156140685761402481601860196151f0565b60408051338152600160a060020a038416602082015281517f41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d929181900390910190a15b600101613fd9565b600033321461407e57600080fd5b601f54604080517fb8cfaf050000000000000000000000000000000000000000000000000000000081529051600092600160a060020a03169163b8cfaf0591600480830192602092919082900301818787803b1580156140dd57600080fd5b505af11580156140f1573d6000803e3d6000fd5b505050506040513d602081101561410757600080fd5b505160408051600160a060020a038316815290519192507f9e69777f30c55126be256664fa7beff4b796ac32ebceab94df5071b0148017f8919081900360200190a1905090565b600033321480614166575033600160a060020a038416145b151561417157600080fd5b602354604080517fbf4e088f000000000000000000000000000000000000000000000000000000008152600160a060020a03868116600483015285811660248301529151600093929092169163bf4e088f9160448082019260209290919082900301818787803b1580156141e457600080fd5b505af11580156141f8573d6000803e3d6000fd5b505050506040513d602081101561420e57600080fd5b505160408051600160a060020a038316815290519192507fa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce919081900360200190a19392505050565b61425f6137fe565b151561426a57600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156143095780601f106142de57610100808354040283529160200191614309565b820191906000526020600020905b8154815290600101906020018083116142ec57829003601f168201915b50509250505060405180910390a1565b601f54600160a060020a031681565b602154600160a060020a031681565b60135481565b600354600160a060020a0316331461435457600080fd5b60118054600160a060020a031916600160a060020a0392909216919091179055565b602554604080517fd6be0f49000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151600093929092169163d6be0f4991602480820192602092909190829003018186803b1580156143e057600080fd5b505afa1580156143f4573d6000803e3d6000fd5b505050506040513d602081101561440a57600080fd5b505192915050565b600354600160a060020a0316331461442957600080fd5b6000805b601a548110156146285782600160a060020a0316601a8281548110151561445057fe5b600091825260209091200154600160a060020a03161415614620576018601a8281548110151561447c57fe5b6000918252602080832090910154835460018101855593835291209091018054600160a060020a031916600160a060020a03909216919091179055601b805460199190839081106144c957fe5b6000918252602080832084546001818101808855968652929094209201805461450d94939093019290916002610100918316159190910260001901909116046154c6565b50507fd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54601a8281548110151561453f57fe5b600091825260209091200154601b8054600160a060020a03909216918490811061456557fe5b600091825260209182902060408051600160a060020a03861681529384018181529190920180546002600019610100600184161502019091160492840183905292916060830190849080156145fb5780601f106145d0576101008083540402835291602001916145fb565b820191906000526020600020905b8154815290600101906020018083116145de57829003601f168201915b5050935050505060405180910390a161461781601a601b6151f0565b60019150614628565b60010161442d565b508015156139be57600080fd5b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a855780601f10611a5a57610100808354040283529160200191611a85565b600061469a61371c565b15156146a557600080fd5b6000826040516020018082805190602001908083835b602083106146da5780518252601f1990920191602091820191016146bb565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156147795780601f10614757576101008083540402835291820191614779565b820191906000526020600020905b815481529060010190602001808311614765575b50509150506040516020818303038152906040528051906020012090508082141561495057600c5415156147d0576040805160208101918290526000908190526147c591600a91615448565b506000600b55614874565b600080805b600c548110156148285781600d828154811015156147ef57fe5b9060005260206000200154111561482057809250600d8181548110151561481257fe5b906000526020600020015491505b6001016147d5565b50600c80548390811061483757fe5b90600052602060002001600a90805460018160011615610100020316600290046148629291906154c6565b50600b81905561487182615346565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156149095781810151838201526020016148f1565b50505050905090810190601f1680156149365780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611ab9565b60001960005b600c54811015614a19576000600c8281548110151561497157fe5b9060005260206000200160405160200180828054600181600116156101000203166002900480156149d95780601f106149b75761010080835404028352918201916149d9565b820191906000526020600020905b8154815290600101906020018083116149c5575b505091505060405160208183030381529060405280519060200120905080851415614a1057614a0782615346565b81925050614a19565b50600101614956565b50600019811415614a2957600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015614abd578181015183820152602001614aa5565b50505050905090810190601f168015614aea5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b614b0a336128bb565b1515614b1557600080fd5b8151602010614b70578151808301516000818152600560205260408120919291614b3e9161553b565b600083511115614b695760008281526005602090815260409091208451614b6792860190615448565b505b5050614c5b565b6006826040518082805190602001908083835b60208310614ba25780518252601f199092019160209182019101614b83565b51815160209384036101000a60001901801990921691161790529201948552506040519384900301909220614bdb92509050600061553b565b600081511115614c5b57806006836040518082805190602001908083835b60208310614c185780518252601f199092019160209182019101614bf9565b51815160209384036101000a60001901801990921691161790529201948552506040519384900381019093208451614c599591949190910192509050615448565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015614cba578181015183820152602001614ca2565b50505050905090810190601f168015614ce75780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b6000611ab682614ffa565b606481565b600354600160a060020a03163314614d1f57600080fd5b600160a060020a0381161515614d3457600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b601b5490565b602460205260009081526040902054600160a060020a031681565b600354600090600160a060020a03163314614d9157600080fd5b6013546000190160005b601354811015614eff5783600160a060020a0316601282815481101515614dbe57fe5b600091825260209091200154600160a060020a03161415614ef7576012805482908110614de757fe5b60009182526020909120018054600160a060020a0319169055808214614e8c576012805483908110614e1557fe5b60009182526020909120015460128054600160a060020a039092169183908110614e3b57fe5b60009182526020909120018054600160a060020a031916600160a060020a03929092169190911790556012805483908110614e7257fe5b60009182526020909120018054600160a060020a03191690555b6013829055600160a060020a0384166000818152601460209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a1600192505050611ab9565b600101614d9b565b5060009392505050565b8251845160009114614f1a57600080fd5b60005b8551811015614fec57825160208401208551869083908110614f3b57fe5b906020019060200201516040518082805190602001908083835b60208310614f745780518252601f199092019160209182019101614f55565b6001836020036101000a03801982511681845116808217855250505050505090500191505060405180910390201480614fd5575083600160a060020a03168682815181101515614fc057fe5b90602001906020020151600160a060020a0316145b15614fe4576001915050614ff2565b600101614f1d565b50600090505b949350505050565b600160a060020a038181166000908152601660205260408120549091161561502157600080fd5b602154604080517f7708bc410000000000000000000000000000000000000000000000000000000081529051600092600160a060020a031691637708bc4191600480830192602092919082900301818787803b15801561508057600080fd5b505af1158015615094573d6000803e3d6000fd5b505050506040513d60208110156150aa57600080fd5b50519050600160a060020a038316331461513c57604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0385811660048301529151839283169163f2fde38b91602480830192600092919082900301818387803b15801561512257600080fd5b505af1158015615136573d6000803e3d6000fd5b50505050505b60408051600160a060020a038316815290517f56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca9181900360200190a160408051600160a060020a0380841682528516602082015281517f05e3f3adaf96d565bb326088a1d8e0d78497549df2c99a8ab681e5fbc7a9b3f2929181900390910190a1600160a060020a0392831660009081526016602052604090208054600160a060020a031916938216939093179092555090565b8154831080156152005750805483105b151561520b57600080fd5b81546000190183146152d25780548190600019810190811061522957fe5b90600052602060002001818481548110151561524157fe5b90600052602060002001908054600181600116156101000203166002900461526a9291906154c6565b5081548290600019810190811061527d57fe5b6000918252602090912001548254600160a060020a03909116908390859081106152a357fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055505b8054819060001981019081106152e457fe5b9060005260206000200160006152fa919061553b565b805461530a82600019830161557f565b5081548290600019810190811061531d57fe5b60009182526020909120018054600160a060020a031916905581546128b58360001983016155a8565b600c80548290811061535457fe5b90600052602060002001600061536a919061553b565b600d80548290811061537857fe5b6000918252602082200155600c5460001901811461541e57600c805460001981019081106153a257fe5b90600052602060002001600c828154811015156153bb57fe5b9060005260206000200190805460018160011615610100020316600290046153e49291906154c6565b50600d805460001981019081106153f757fe5b9060005260206000200154600d8281548110151561541157fe5b6000918252602090912001555b600c8054906154319060001983016155cc565b50600d8054906139be9060001983016155a8565b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061548957805160ff19168380011785556154b6565b828001600101855582156154b6579182015b828111156154b657825182559160200191906001019061549b565b506154c29291506155f0565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106154ff57805485556154b6565b828001600101855582156154b657600052602060002091601f016020900482015b828111156154b6578254825591600101919060010190615520565b50805460018160011615610100020316600290046000825580601f106155615750615445565b601f01602090049060005260206000209081019061544591906155f0565b8154818355818111156155a3576000838152602090206155a391810190830161560a565b505050565b8154818355818111156155a3576000838152602090206155a39181019083016155f0565b8154818355818111156155a3576000838152602090206155a391810190830161562d565b6119ed91905b808211156154c257600081556001016155f6565b6119ed91905b808211156154c2576000615624828261553b565b50600101615610565b6119ed91905b808211156154c2576000615647828261553b565b5060010161563356fea165627a7a7230582090d864082dcc50862d284ef32d8aec496325b0f37ea1cd3e9eef1a1a7903b80c0029",
}

BaseContentSpaceMetaData contains all meta data concerning the BaseContentSpace contract.

View Source
var BaseContentTypeABI = BaseContentTypeMetaData.ABI

BaseContentTypeABI is the input ABI used to generate the binding from. Deprecated: Use BaseContentTypeMetaData.ABI instead.

View Source
var BaseContentTypeBin = BaseContentTypeMetaData.Bin

BaseContentTypeBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseContentTypeMetaData.Bin instead.

View Source
var BaseContentTypeFuncSigs = BaseContentTypeMetaData.Sigs

Deprecated: Use BaseContentTypeMetaData.Sigs instead. BaseContentTypeFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseContentTypeMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"content_space\",\"type\":\"address\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e1a70717": "deleteVersion(string)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"41c0e1b5": "kill()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x608060408190527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006005556006805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006007557f42617365436f6e74656e745479706532303230303331363133353130304d4c00600e5560208061233b833981018060405260208110156100ea57600080fd5b50516002805432600160a060020a031991821617909155600380543390831617905560048054909116600160a060020a039092169190911790556006805461ffff19166104001790556121f9806101426000396000f3fe6080604052600436106102075760003560e060020a900480636380501f1161011c57806397ac4fd2116100a4578063c287e0ed11610073578063c287e0ed146107e9578063e02dd9c2146107fe578063e1a7071714610813578063ef1d7dc2146108c6578063f2fde38b146108db57610207565b806397ac4fd2146106df5780639867db74146106f4578063aa024e8b146107a7578063af570c04146107d457610207565b80637886f747116100eb5780637886f7471461062e5780637ca8f6181461065857806381beeb64146106825780638da5cb5b1461069757806395a078e8146106ac57610207565b80636380501f1461059e57806367e5c3bf146105b35780636d2e4b1b146105e65780636e3754271461061957610207565b8063331b86c01161019f578063446e88261161016e578063446e8826146104cd57806354fd4d50146104d55780635f4fcae1146104ea5780635f6a1301146104ff578063628449fd1461051457610207565b8063331b86c014610467578063375a6e7c1461048e57806340b87a26146104a357806341c0e1b5146104b857610207565b806314cfabb3116101db57806314cfabb3146102be5780631bf7a912146102e757806322e564eb1461040e57806329adec141461045257610207565b8062821de31461020957806302d05d3f1461023a5780630fe1b5a21461024f578063100508a214610293575b005b34801561021557600080fd5b5061021e61090e565b60408051600160a060020a039092168252519081900360200190f35b34801561024657600080fd5b5061021e61091e565b34801561025b57600080fd5b506102076004803603606081101561027257600080fd5b50600160a060020a038135169060ff6020820135811691604001351661092d565b34801561029f57600080fd5b506102a8610a0f565b6040805160ff9092168252519081900360200190f35b3480156102ca57600080fd5b506102d3610a14565b604080519115158252519081900360200190f35b6102d3600480360360408110156102fd57600080fd5b81019060208101813564010000000081111561031857600080fd5b82018360208201111561032a57600080fd5b8035906020019184602083028401116401000000008311171561034c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561039c57600080fd5b8201836020820111156103ae57600080fd5b803590602001918460208302840111640100000000831117156103d057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610ab1945050505050565b34801561041a57600080fd5b506102076004803603606081101561043157600080fd5b50600160a060020a038135169060ff60208201358116916040013516610b5a565b34801561045e57600080fd5b506102a861102d565b34801561047357600080fd5b5061047c611036565b60408051918252519081900360200190f35b34801561049a57600080fd5b506102d361103c565b3480156104af57600080fd5b5061047c611045565b3480156104c457600080fd5b5061020761104b565b6102d3611070565b3480156104e157600080fd5b5061047c611274565b3480156104f657600080fd5b5061047c61127a565b34801561050b57600080fd5b50610207611280565b34801561052057600080fd5b506105296112be565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561056357818101518382015260200161054b565b50505050905090810190601f1680156105905780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156105aa57600080fd5b506102a861134c565b3480156105bf57600080fd5b506102d3600480360360208110156105d657600080fd5b5035600160a060020a031661135a565b3480156105f257600080fd5b506102076004803603602081101561060957600080fd5b5035600160a060020a03166114f2565b34801561062557600080fd5b506102d361154d565b34801561063a57600080fd5b5061047c6004803603602081101561065157600080fd5b503561155c565b34801561066457600080fd5b506105296004803603602081101561067b57600080fd5b503561157b565b34801561068e57600080fd5b506102d36115ef565b3480156106a357600080fd5b5061021e6115fa565b3480156106b857600080fd5b506102d3600480360360208110156106cf57600080fd5b5035600160a060020a0316611609565b3480156106eb57600080fd5b506102a8611763565b34801561070057600080fd5b506102076004803603602081101561071757600080fd5b81019060208101813564010000000081111561073257600080fd5b82018360208201111561074457600080fd5b8035906020019184600183028401116401000000008311171561076657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611768945050505050565b3480156107b357600080fd5b50610207600480360360208110156107ca57600080fd5b503560ff16611895565b3480156107e057600080fd5b5061021e61190f565b3480156107f557600080fd5b5061020761191e565b34801561080a57600080fd5b506105296119e0565b34801561081f57600080fd5b5061047c6004803603602081101561083657600080fd5b81019060208101813564010000000081111561085157600080fd5b82018360208201111561086357600080fd5b8035906020019184600183028401116401000000008311171561088557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611a3b945050505050565b3480156108d257600080fd5b506102a8611eac565b3480156108e757600080fd5b50610207600480360360208110156108fe57600080fd5b5035600160a060020a0316611eb1565b600454600160a060020a03165b90565b600254600160a060020a031681565b6109356115ef565b151561094057600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b1580156109af57600080fd5b505afa1580156109c3573d6000803e3d6000fd5b505050506040513d60208110156109d957600080fd5b50519050600160a060020a03811615156109fd576109f8858585610b5a565b610a08565b610a08818585610b5a565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015610a7f57600080fd5b505afa158015610a93573d6000803e3d6000fd5b505050506040513d6020811015610aa957600080fd5b505191505090565b6000610abc33611609565b1515610ac757600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610b9b57600080fd5b505afa158015610baf573d6000803e3d6000fd5b505050506040513d6020811015610bc557600080fd5b5051600654610100900460ff90811691161415610c6a57604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b158015610c4d57600080fd5b505af1158015610c61573d6000803e3d6000fd5b50505050611027565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610ca657600080fd5b505afa158015610cba573d6000803e3d6000fd5b505050506040513d6020811015610cd057600080fd5b5051600654610100900460ff90811691161415610d5857604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610d9457600080fd5b505afa158015610da8573d6000803e3d6000fd5b505050506040513d6020811015610dbe57600080fd5b5051600654610100900460ff90811691161415610e4657604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610e8257600080fd5b505afa158015610e96573d6000803e3d6000fd5b505050506040513d6020811015610eac57600080fd5b5051600654610100900460ff90811691161415610f3457604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610f7057600080fd5b505afa158015610f84573d6000803e3d6000fd5b505050506040513d6020811015610f9a57600080fd5b5051600654610100900460ff9081169116141561102257604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b158015610c4d57600080fd5b600080fd5b50505050565b60065460ff1681565b600a5490565b600d5460ff1681565b60095481565b600354600160a060020a0316331461106257600080fd5b600354600160a060020a0316ff5b600061107a610a14565b151561108557600080fd5b600d5460ff16151561109657600080fd5b60006008805460018160011615610100020316600290049050111561114557600a805460018181018084556000939093526008805461110c937fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80192600261010091831615919091026000190190911604612010565b5050600954600b80546001810182556000919091527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db901555b600c80546111689160089160026000196101006001841615020190911604612010565b504260095560408051602081019182905260009081905261118b91600c91612095565b50600d805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a03166111cc61090e565b60408051600160a060020a03808516825283166020820152606091810182815260088054600260001961010060018416150201909116049383018490529260808301908490801561125e5780601f106112335761010080835404028352916020019161125e565b820191906000526020600020905b81548152906001019060200180831161124157829003601f168201915b505094505050505060405180910390a150600190565b600e5481565b60015481565b61128861154d565b151561129357600080fd5b6040805160208101918290526000908190526112b191600c91612095565b50600d805460ff19169055565b600c805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156113445780601f1061131957610100808354040283529160200191611344565b820191906000526020600020905b81548152906001019060200180831161132757829003601f168201915b505050505081565b600654610100900460ff1681565b600354600090600160a060020a03838116911614806113815750600654606460ff90911610155b1561138e575060016114ed565b600654600061010090910460ff1611156114e95760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561140e57600080fd5b505afa158015611422573d6000803e3d6000fd5b505050506040513d602081101561143857600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b1580156114b457600080fd5b505afa1580156114c8573d6000803e3d6000fd5b505050506040513d60208110156114de57600080fd5b505191506114ed9050565b5060005b919050565b600254600160a060020a0316331461150957600080fd5b600160a060020a038116151561151e57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60006115576115ef565b905090565b600b80548290811061156a57fe5b600091825260209091200154905081565b600a80548290811061158957fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152935090918301828280156113445780601f1061131957610100808354040283529160200191611344565b60006115573361135a565b600354600160a060020a031681565b600354600090600160a060020a03838116911614806116305750600654600a60ff90911610155b1561163d575060016114ed565b600654600061010090910460ff1611156114e95760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156116bd57600080fd5b505afa1580156116d1573d6000803e3d6000fd5b505050506040513d60208110156116e757600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b1580156114b457600080fd5b600a81565b61177061154d565b151561177b57600080fd5b600d5460ff161561178b57600080fd5b805160801161179957600080fd5b80516117ac90600c906020840190612095565b50600d805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a03166117f061090e565b60408051600160a060020a038085168252831660208201526060918101828152600c805460026000196101006001841615020190911604938301849052926080830190849080156118825780601f1061185757610100808354040283529160200191611882565b820191906000526020600020905b81548152906001019060200180831161186557829003601f168201915b505094505050505060405180910390a150565b61189d6115ef565b15156118a857600080fd5b6006805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b600454600160a060020a031681565b6119266115ef565b151561193157600080fd5b60408051602080825260088054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156119d05780601f106119a5576101008083540402835291602001916119d0565b820191906000526020600020905b8154815290600101906020018083116119b357829003601f168201915b50509250505060405180910390a1565b6008805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156113445780601f1061131957610100808354040283529160200191611344565b6000611a4561154d565b1515611a5057600080fd5b6000826040516020018082805190602001908083835b60208310611a855780518252601f199092019160209182019101611a66565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051602081830303815290604052805190602001209050600060086040516020018082805460018160011615610100020316600290048015611b245780601f10611b02576101008083540402835291820191611b24565b820191906000526020600020905b815481529060010190602001808311611b10575b505091505060405160208183030381529060405280519060200120905080821415611cfb57600a541515611b7b57604080516020810191829052600090819052611b7091600891612095565b506000600955611c1f565b600080805b600a54811015611bd35781600b82815481101515611b9a57fe5b90600052602060002001541115611bcb57809250600b81815481101515611bbd57fe5b906000526020600020015491505b600101611b80565b50600a805483908110611be257fe5b9060005260206000200160089080546001816001161561010002031660029004611c0d929190612010565b506009819055611c1c82611f0c565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611cb4578181015183820152602001611c9c565b50505050905090810190601f168015611ce15780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a16000925050506114ed565b60001960005b600a54811015611dc4576000600a82815481101515611d1c57fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015611d845780601f10611d62576101008083540402835291820191611d84565b820191906000526020600020905b815481529060010190602001808311611d70575b505091505060405160208183030381529060405280519060200120905080851415611dbb57611db282611f0c565b81925050611dc4565b50600101611d01565b50600019811415611dd457600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611e68578181015183820152602001611e50565b50505050905090810190601f168015611e955780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b606481565b600354600160a060020a03163314611ec857600080fd5b600160a060020a0381161515611edd57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600a805482908110611f1a57fe5b906000526020600020016000611f309190612103565b600b805482908110611f3e57fe5b6000918252602082200155600a54600019018114611fe457600a80546000198101908110611f6857fe5b90600052602060002001600a82815481101515611f8157fe5b906000526020600020019080546001816001161561010002031660029004611faa929190612010565b50600b80546000198101908110611fbd57fe5b9060005260206000200154600b82815481101515611fd757fe5b6000918252602090912001555b600a805490611ff7906000198301612147565b50600b80549061200b906000198301612170565b505b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106120495780548555612085565b8280016001018555821561208557600052602060002091601f016020900482015b8281111561208557825482559160010191906001019061206a565b50612091929150612190565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106120d657805160ff1916838001178555612085565b82800160010185558215612085579182015b828111156120855782518255916020019190600101906120e8565b50805460018160011615610100020316600290046000825580601f10612129575061200d565b601f01602090049060005260206000209081019061200d9190612190565b81548183558181111561216b5760008381526020902061216b9181019083016121aa565b505050565b81548183558181111561216b5760008381526020902061216b9181019083015b61091b91905b808211156120915760008155600101612196565b61091b91905b808211156120915760006121c48282612103565b506001016121b056fea165627a7a72305820e7239b3a636cdee948edc6454210f5fb554289199f617c5784b9dcdaa5c076800029",
}

BaseContentTypeMetaData contains all meta data concerning the BaseContentType contract.

View Source
var BaseGroupFactoryABI = BaseGroupFactoryMetaData.ABI

BaseGroupFactoryABI is the input ABI used to generate the binding from. Deprecated: Use BaseGroupFactoryMetaData.ABI instead.

View Source
var BaseGroupFactoryBin = BaseGroupFactoryMetaData.Bin

BaseGroupFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseGroupFactoryMetaData.Bin instead.

View Source
var BaseGroupFactoryFuncSigs = BaseGroupFactoryMetaData.Sigs

Deprecated: Use BaseGroupFactoryMetaData.Sigs instead. BaseGroupFactoryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseGroupFactoryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_spaceAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"575185ed": "createGroup()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f4261736547726f7570466163746f72793230323030393238313130303030504f60055534801561007c57600080fd5b506040516020806158e28339810180604052602081101561009c57600080fd5b505160028054600160a060020a031990811632179091556003805482163317905560048054600160a060020a03909316929091169190911790556157fd806100e56000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480635f4fcae1116100765780635f4fcae1146101275780636d2e4b1b1461013c5780638da5cb5b1461016f578063af570c0414610184578063f2fde38b14610199576100a3565b806302d05d3f146100a557806341c0e1b5146100d657806354fd4d50146100eb578063575185ed14610112575b005b3480156100b157600080fd5b506100ba6101cc565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b506100a36101db565b3480156100f757600080fd5b50610100610200565b60408051918252519081900360200190f35b34801561011e57600080fd5b506100ba610206565b34801561013357600080fd5b5061010061051d565b34801561014857600080fd5b506100a36004803603602081101561015f57600080fd5b5035600160a060020a0316610523565b34801561017b57600080fd5b506100ba61057e565b34801561019057600080fd5b506100ba61058d565b3480156101a557600080fd5b506100a3600480360360208110156101bc57600080fd5b5035600160a060020a031661059c565b600254600160a060020a031681565b600354600160a060020a031633146101f257600080fd5b600354600160a060020a0316ff5b60055481565b600454600090600160a060020a0316331461022057600080fd5b60003360405161022f90610755565b600160a060020a03909116815260405190819003602001906000f08015801561025c573d6000803e3d6000fd5b5060048054604080517f63e6ffdd0000000000000000000000000000000000000000000000000000000081523293810193909352519293508392600160a060020a039091169160009183916363e6ffdd916024808301926020929190829003018186803b1580156102cc57600080fd5b505afa1580156102e0573d6000803e3d6000fd5b505050506040513d60208110156102f657600080fd5b505190506000610305826105f7565b905080151561041657604080517ff2fde38b00000000000000000000000000000000000000000000000000000000815232600482015290518391600160a060020a0387169163f2fde38b9160248082019260009290919082900301818387803b15801561037157600080fd5b505af1158015610385573d6000803e3d6000fd5b5050604080517ff17bda91000000000000000000000000000000000000000000000000000000008152600160a060020a038a81166004830152600060248301819052600260448401529251908616945063f17bda9193506064808301939282900301818387803b1580156103f857600080fd5b505af115801561040c573d6000803e3d6000fd5b5050505050610513565b604080517f0fe1b5a2000000000000000000000000000000000000000000000000000000008152326004820152600060248201819052600260448301529151600160a060020a03871692630fe1b5a2926064808201939182900301818387803b15801561048257600080fd5b505af1158015610496573d6000803e3d6000fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a038816935063f2fde38b9250602480830192600092919082900301818387803b1580156104fa57600080fd5b505af115801561050e573d6000803e3d6000fd5b505050505b5092935050505090565b60015481565b600254600160a060020a0316331461053a57600080fd5b600160a060020a038116151561054f57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a031633146105b357600080fd5b600160a060020a03811615156105c857600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604080517f76657273696f6e415049282900000000000000000000000000000000000000008152815190819003600c018120600482526024820183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909216919091178152915181516000938493606093600160a060020a03881693919290918291908083835b602083106106c25780518252601f1990920191602091820191016106a3565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d8060008114610722576040519150601f19603f3d011682016040523d82523d6000602084013e610727565b606091505b50909250905081158061073957508051155b1561074957600092505050610750565b6001925050505b919050565b61506e80620007648339019056fe7f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f416363657373496e6465786f723230323030393238313130303030504f0000006008556009805460ff1916821761ff0019166102001762ff00001916620300001763ff000000191663040000001764ff00000000191664050000000017905560e06040526080908152600a60a0819052606460c052620000cc9160036200026f565b507f41636365737369626c653230323030363236313231363030504f0000000000006024556025805461ff001960ff199091166001171690557f4564697461626c653230323030393238313130303030504f00000000000000006026557f42734163636573734374726c4772703230323130383039313530303030504f00602d553480156200015a57600080fd5b506040516020806200506e833981018060405260208110156200017c57600080fd5b505160028054600160a060020a03199081163217918290556003805482163317905560098054600b805460ff1990811660ff620100008504811691909117909255601380548216610100808604851691909117909155600f80548316848616179055601780548316630100000086048516179055601b8054831664010000000090950484169490941790935560048054600160a060020a039889169616959095179094556000602f819055949095168452603060205260409093208054831660019081179091556031556032805490921690915554602580549183900490931690910261ff00199091161790556200032d565b600183019183908215620002f75791602002820160005b83821115620002c657835183826101000a81548160ff021916908360ff160217905550926020019260010160208160000104928301926001030262000286565b8015620002f55782816101000a81549060ff0219169055600101602081600001049283019260010302620002c6565b505b506200030592915062000309565b5090565b6200032a91905b808211156200030557805460ff1916815560010162000310565b90565b614d31806200033d6000396000f3fe6080604052600436106106e15760003560e060020a900480636ebc8c8611610389578063aa024e8b116101e0578063d8961c8d11610111578063ebe9314e116100af578063fb52222c1161007e578063fb52222c14611b7a578063fba3779a14611bad578063fccc134f14611bd9578063fe538c5a14611bee576106e1565b8063ebe9314e14611ad9578063ef1d7dc214611aee578063f17bda9114611b03578063f2fde38b14611b47576106e1565b8063e1954b61116100eb578063e1954b6114611876578063e1a70717146118c2578063e542b7cb14611975578063e57097c914611aaf576106e1565b8063d8961c8d14611811578063dde128281461184c578063e02dd9c214611861576106e1565b8063c4b1978d1161017e578063cf8a750311610158578063cf8a7503146117a8578063d15d62a7146117d2578063d1aeb6511461086d578063d30f8cd0146117fc576106e1565b8063c4b1978d1461174b578063cb86806d14611760578063cdb849b714611775576106e1565b8063adf07791116101ba578063adf07791146116f7578063af570c041461170c578063b8ff1dba14611721578063c287e0ed14611736576106e1565b8063aa024e8b146115ed578063aa3f69521461161a578063ac55c90614611644576106e1565b8063872ea68a116102ba5780639867db7411610258578063a312525511610232578063a31252551461153d578063a4081d6214611569578063a864dfa51461159c578063a980892d146115d8576106e1565b80639867db741461142f5780639f46133e146114e2578063a00b38c4146114f7576106e1565b806395a078e81161029457806395a078e8146113375780639602a0b31461136a57806396eba03d1461123957806397ac4fd21461141a576106e1565b8063872ea68a146112da5780638da5cb5b1461130d57806392297d7b14611322576106e1565b80637cbb7bf2116103275780638232f3f1116103015780638232f3f11461123957806385e0a2001461124e57806385e68531146112635780638635adb514611296576106e1565b80637cbb7bf21461119a5780637fb52f1a146111de57806381beeb6414611224576106e1565b80637709bc78116103635780637709bc78146110e05780637886f74714611113578063793f3f711461113d5780637ca8f61814611170576106e1565b80636ebc8c86146110505780637558cbf01461107a57806375861a95146110ad576106e1565b8063331b86c01161053d5780635f4fcae11161046e57806367e5c3bf1161040c57806369881c0c116103e657806369881c0c14610fc05780636c0f79b614610ff35780636d2e4b1b146110085780636e3754271461103b576106e1565b806367e5c3bf14610f3c5780636813b6d114610f6f57806368a0469a14610fab576106e1565b8063628449fd11610448578063628449fd14610e735780636373a41114610efd5780636380501f14610f12578063638d029014610f27576106e1565b80635f4fcae114610e0d5780635f6a130114610e225780635faecb7614610e37576106e1565b8063479a0c51116104db57806355277a5b116104b557806355277a5b14610d975780635c1d305914610dac5780635d7cf83014610dc15780635d97b6c214610926576106e1565b8063479a0c511461086d57806351a7fc8714610d6d57806354fd4d5014610d82576106e1565b806340b87a261161051757806340b87a2614610d0857806341c0e1b514610d1d57806342e7ba7b14610d32578063446e882614610d65576106e1565b8063331b86c014610c9a578063375a6e7c14610caf5780633def514014610cc4576106e1565b806316aed2321161061757806329adec14116105b55780632fa5c8421161058f5780632fa5c84214610bc2578063304f4a7b14610c0257806330e6694914610c3557806330f846a214610c67576106e1565b806329adec1414610b505780632d474cbd14610b655780632e74a4de14610b8f576106e1565b8063224dcba0116105f1578063224dcba014610a6257806322e564eb14610aa657806324d7806c14610aea57806324d7c18d14610b1d576106e1565b806316aed2321461091157806318689733146109265780631bf7a9121461093b576106e1565b80630dc10d3f1161068457806312915a301161065e57806312915a301461088257806312b39dd01461089757806314cfabb3146108c057806315c0bac1146108d5576106e1565b80630dc10d3f146108145780630fe1b5a214610829578063100508a21461086d576106e1565b8063055af48f116106c0578063055af48f1461075057806308d865d714610783578063091600e6146107cc5780630ae5e739146107e1576106e1565b8062821de3146106e357806302d05d3f14610714578063048bd52914610729575b005b3480156106ef57600080fd5b506106f8611c2a565b60408051600160a060020a039092168252519081900360200190f35b34801561072057600080fd5b506106f8611c3a565b34801561073557600080fd5b5061073e611c49565b60408051918252519081900360200190f35b34801561075c57600080fd5b506106e16004803603602081101561077357600080fd5b5035600160a060020a0316611c5a565b34801561078f57600080fd5b506107b6600480360360208110156107a657600080fd5b5035600160a060020a0316611c93565b6040805160ff9092168252519081900360200190f35b3480156107d857600080fd5b506107b6611cb5565b3480156107ed57600080fd5b506106e16004803603602081101561080457600080fd5b5035600160a060020a0316611cbe565b34801561082057600080fd5b5061073e611d94565b34801561083557600080fd5b506106e16004803603606081101561084c57600080fd5b50600160a060020a038135169060ff60208201358116916040013516611d9a565b34801561087957600080fd5b506107b6611e7c565b34801561088e57600080fd5b506107b6611e81565b3480156108a357600080fd5b506108ac611e8f565b604080519115158252519081900360200190f35b3480156108cc57600080fd5b506108ac611e98565b3480156108e157600080fd5b506108ac600480360360408110156108f857600080fd5b508035600160a060020a0316906020013560ff16611f35565b34801561091d57600080fd5b506107b6611f57565b34801561093257600080fd5b506107b6611f66565b6108ac6004803603604081101561095157600080fd5b81019060208101813564010000000081111561096c57600080fd5b82018360208201111561097e57600080fd5b803590602001918460208302840111640100000000831117156109a057600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156109f057600080fd5b820183602082011115610a0257600080fd5b80359060200191846020830284011164010000000083111715610a2457600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611f6b945050505050565b348015610a6e57600080fd5b506106e160048036036060811015610a8557600080fd5b50600160a060020a038135169060ff60208201358116916040013516612014565b348015610ab257600080fd5b506106e160048036036060811015610ac957600080fd5b50600160a060020a038135169060ff60208201358116916040013516612026565b348015610af657600080fd5b506108ac60048036036020811015610b0d57600080fd5b5035600160a060020a03166124f9565b348015610b2957600080fd5b506108ac60048036036040811015610b4057600080fd5b508035906020013560ff16612539565b348015610b5c57600080fd5b506107b6612559565b348015610b7157600080fd5b506106f860048036036020811015610b8857600080fd5b5035612562565b348015610b9b57600080fd5b506106e160048036036020811015610bb257600080fd5b5035600160a060020a031661258f565b348015610bce57600080fd5b50610bd76125da565b6040805195865260208601949094528484019290925260608401526080830152519081900360a00190f35b348015610c0e57600080fd5b506107b660048036036020811015610c2557600080fd5b5035600160a060020a0316612625565b348015610c4157600080fd5b50610c4a612643565b6040805160ff909316835260208301919091528051918290030190f35b348015610c7357600080fd5b506108ac60048036036040811015610c8a57600080fd5b508035906020013560ff16612652565b348015610ca657600080fd5b5061073e6126c0565b348015610cbb57600080fd5b506108ac6126c6565b348015610cd057600080fd5b506106e160048036036060811015610ce757600080fd5b50600160a060020a038135169060ff602082013581169160400135166126cf565b348015610d1457600080fd5b5061073e6126dc565b348015610d2957600080fd5b506106e16126e2565b348015610d3e57600080fd5b506108ac60048036036020811015610d5557600080fd5b5035600160a060020a0316612707565b6108ac612730565b348015610d7957600080fd5b50610c4a612934565b348015610d8e57600080fd5b5061073e612943565b348015610da357600080fd5b5061073e612949565b348015610db857600080fd5b5061073e61294f565b348015610dcd57600080fd5b506106e160048036036080811015610de457600080fd5b5060ff8135811691600160a060020a036020820135169160408201358116916060013516612955565b348015610e1957600080fd5b5061073e612972565b348015610e2e57600080fd5b506106e1612978565b348015610e4357600080fd5b506108ac60048036036040811015610e5a57600080fd5b508035600160a060020a0316906020013560ff166129b6565b348015610e7f57600080fd5b50610e886129ca565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610ec2578181015183820152602001610eaa565b50505050905090810190601f168015610eef5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610f0957600080fd5b506107b6612a58565b348015610f1e57600080fd5b506107b6612a69565b348015610f3357600080fd5b5061073e612a77565b348015610f4857600080fd5b506108ac60048036036020811015610f5f57600080fd5b5035600160a060020a0316612a7d565b348015610f7b57600080fd5b506108ac60048036036040811015610f9257600080fd5b508035600160a060020a0316906020013560ff16612aad565b348015610fb757600080fd5b506107b6612ac7565b348015610fcc57600080fd5b506107b660048036036020811015610fe357600080fd5b5035600160a060020a0316612ad7565b348015610fff57600080fd5b50610c4a612af5565b34801561101457600080fd5b506106e16004803603602081101561102b57600080fd5b5035600160a060020a0316612b04565b34801561104757600080fd5b506108ac612b52565b34801561105c57600080fd5b506106f86004803603602081101561107357600080fd5b5035612b63565b34801561108657600080fd5b506106e16004803603604081101561109d57600080fd5b508035906020013560ff16612b75565b3480156110b957600080fd5b506106e1600480360360208110156110d057600080fd5b5035600160a060020a0316612c76565b3480156110ec57600080fd5b506108ac6004803603602081101561110357600080fd5b5035600160a060020a0316612d2c565b34801561111f57600080fd5b5061073e6004803603602081101561113657600080fd5b5035612d34565b34801561114957600080fd5b506108ac6004803603602081101561116057600080fd5b5035600160a060020a0316612d53565b34801561117c57600080fd5b50610e886004803603602081101561119357600080fd5b5035612d68565b3480156111a657600080fd5b506106e1600480360360608110156111bd57600080fd5b50600160a060020a038135169060ff60208201358116916040013516612ddc565b3480156111ea57600080fd5b506108ac6004803603606081101561120157600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516612de9565b34801561123057600080fd5b506108ac612e00565b34801561124557600080fd5b506107b6612e0b565b34801561125a57600080fd5b5061073e612e10565b34801561126f57600080fd5b506106e16004803603602081101561128657600080fd5b5035600160a060020a0316612e1c565b3480156112a257600080fd5b506106e1600480360360608110156112b957600080fd5b50600160a060020a038135169060ff60208201358116916040013516612edd565b3480156112e657600080fd5b506108ac600480360360208110156112fd57600080fd5b5035600160a060020a0316612ef7565b34801561131957600080fd5b506106f8612f0c565b34801561132e57600080fd5b5061073e612f1b565b34801561134357600080fd5b506108ac6004803603602081101561135a57600080fd5b5035600160a060020a0316612f27565b34801561137657600080fd5b506106e16004803603602081101561138d57600080fd5b8101906020810181356401000000008111156113a857600080fd5b8201836020820111156113ba57600080fd5b803590602001918460208302840111640100000000831117156113dc57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506130be945050505050565b34801561142657600080fd5b506107b66130f2565b34801561143b57600080fd5b506106e16004803603602081101561145257600080fd5b81019060208101813564010000000081111561146d57600080fd5b82018360208201111561147f57600080fd5b803590602001918460018302840111640100000000831117156114a157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506130f7945050505050565b3480156114ee57600080fd5b50610c4a613224565b34801561150357600080fd5b506108ac6004803603606081101561151a57600080fd5b5060ff8135811691600160a060020a036020820135169160409091013516613233565b34801561154957600080fd5b506106e16004803603602081101561156057600080fd5b50351515613262565b34801561157557600080fd5b506107b66004803603602081101561158c57600080fd5b5035600160a060020a0316613293565b3480156115a857600080fd5b506108ac600480360360408110156115bf57600080fd5b508035600160a060020a0316906020013560ff166132b1565b3480156115e457600080fd5b50610c4a6132cd565b3480156115f957600080fd5b506106e16004803603602081101561161057600080fd5b503560ff166132dc565b34801561162657600080fd5b506106f86004803603602081101561163d57600080fd5b5035613356565b34801561165057600080fd5b50610e886004803603602081101561166757600080fd5b81019060208101813564010000000081111561168257600080fd5b82018360208201111561169457600080fd5b803590602001918460018302840111640100000000831117156116b657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613368945050505050565b34801561170357600080fd5b506106f8613511565b34801561171857600080fd5b506106f8613526565b34801561172d57600080fd5b506106e1613535565b34801561174257600080fd5b506106e161362a565b34801561175757600080fd5b50610c4a6136ec565b34801561176c57600080fd5b5061073e6136fb565b34801561178157600080fd5b506106e16004803603602081101561179857600080fd5b5035600160a060020a0316613701565b3480156117b457600080fd5b506106f8600480360360208110156117cb57600080fd5b50356137c2565b3480156117de57600080fd5b506106f8600480360360208110156117f557600080fd5b50356137d4565b34801561180857600080fd5b5061073e6137e6565b34801561181d57600080fd5b506108ac6004803603604081101561183457600080fd5b50600160a060020a03813516906020013515156137f2565b34801561185857600080fd5b506108ac613818565b34801561186d57600080fd5b50610e88613826565b34801561188257600080fd5b506118a96004803603604081101561189957600080fd5b508035906020013560ff16613881565b6040805163ffffffff9092168252519081900360200190f35b3480156118ce57600080fd5b5061073e600480360360208110156118e557600080fd5b81019060208101813564010000000081111561190057600080fd5b82018360208201111561191257600080fd5b8035906020019184600183028401116401000000008311171561193457600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506138d3945050505050565b34801561198157600080fd5b506106e16004803603604081101561199857600080fd5b8101906020810181356401000000008111156119b357600080fd5b8201836020820111156119c557600080fd5b803590602001918460018302840111640100000000831117156119e757600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050640100000000811115611a3a57600080fd5b820183602082011115611a4c57600080fd5b80359060200191846001830284011164010000000083111715611a6e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d44945050505050565b348015611abb57600080fd5b506106e160048036036020811015611ad257600080fd5b5035613f3b565b348015611ae557600080fd5b5061073e613fa0565b348015611afa57600080fd5b506107b6613fa6565b348015611b0f57600080fd5b506106e160048036036060811015611b2657600080fd5b50600160a060020a038135169060ff60208201358116916040013516613fab565b348015611b5357600080fd5b506106e160048036036020811015611b6a57600080fd5b5035600160a060020a0316613fb8565b348015611b8657600080fd5b506107b660048036036020811015611b9d57600080fd5b5035600160a060020a0316614006565b348015611bb957600080fd5b506106e160048036036020811015611bd057600080fd5b50351515614024565b348015611be557600080fd5b5061073e614082565b348015611bfa57600080fd5b506108ac60048036036040811015611c1157600080fd5b508035600160a060020a0316906020013560ff16614088565b600454600160a060020a03165b90565b600254600160a060020a031681565b6000611c55600f6140a3565b905090565b600354600160a060020a03163314611c7157600080fd5b60048054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a0381166000908152601c602052604090205460ff165b919050565b60095460ff1681565b611cc733612707565b80611cec5750603254610100900460ff168015611cec575033600160a060020a038216145b1515611cf757600080fd5b600160a060020a0381166000908152602e602052604090205460ff161515611d4957600160a060020a0381166000908152602e60205260409020805460ff19166001908117909155602f805490910190555b60408051600160a060020a038316815290517fb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd9149181900360200190a1611d9181600180611d9a565b50565b60165490565b611da2612e00565b1515611dad57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611e1c57600080fd5b505afa158015611e30573d6000803e3d6000fd5b505050506040513d6020811015611e4657600080fd5b50519050600160a060020a0381161515611e6a57611e65858585612026565b611e75565b611e75818585612026565b5050505050565b600181565b600954610100900460ff1681565b60325460ff1681565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611f0357600080fd5b505afa158015611f17573d6000803e3d6000fd5b505050506040513d6020811015611f2d57600080fd5b505191505090565b600954600090611f4e90610100900460ff168484612de9565b90505b92915050565b60095462010000900460ff1681565b600281565b6000611f7633612f27565b1515611f8157600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b612021601b8484846141e8565b505050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561206757600080fd5b505afa15801561207b573d6000803e3d6000fd5b505050506040513d602081101561209157600080fd5b5051602554610100900460ff9081169116141561213657604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561211957600080fd5b505af115801561212d573d6000803e3d6000fd5b505050506124f3565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561217257600080fd5b505afa158015612186573d6000803e3d6000fd5b505050506040513d602081101561219c57600080fd5b5051602554610100900460ff9081169116141561222457604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561226057600080fd5b505afa158015612274573d6000803e3d6000fd5b505050506040513d602081101561228a57600080fd5b5051602554610100900460ff9081169116141561231257604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561234e57600080fd5b505afa158015612362573d6000803e3d6000fd5b505050506040513d602081101561237857600080fd5b5051602554610100900460ff9081169116141561240057604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561211957600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561243c57600080fd5b505afa158015612450573d6000803e3d6000fd5b505050506040513d602081101561246657600080fd5b5051602554610100900460ff908116911614156124ee57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561211957600080fd5b600080fd5b50505050565b600354600090600160a060020a038381169116141561251a57506001611cb0565b50600160a060020a031660009081526030602052604090205460ff1690565b6000612544336124f9565b151561254f57600080fd5b611f4e83836144ff565b60255460ff1681565b60158054600091908390811061257457fe5b600091825260209091200154600160a060020a031692915050565b612598336124f9565b15156125a357600080fd5b60328054600160a060020a03909216620100000275ffffffffffffffffffffffffffffffffffffffff000019909216919091179055565b60008060008060006125ec600b6140a3565b6125f660136140a3565b612600600f6140a3565b61260a60176140a3565b612614601b6140a3565b945094509450945094509091929394565b600160a060020a031660009081526014602052604090205460ff1690565b60135460165460ff9091169082565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a908190846008811061268757fe5b600881049091015460046007909216919091026101000a90041663ffffffff16156126b35760016126b6565b60005b9695505050505050565b60295490565b602c5460ff1681565b612021600f8484846141e8565b60285481565b600354600160a060020a031633146126f957600080fd5b600354600160a060020a0316ff5b603254600090600160a060020a0383811662010000909204161480611f515750611f5182612a7d565b600061273a611e98565b151561274557600080fd5b602c5460ff16151561275657600080fd5b60006027805460018160011615610100020316600290049050111561280557602980546001818101808455600093909352602780546127cc937fcb7c14ce178f56e2e8d86ab33ebc0ae081ba8556a00cd122038841867181caac0192600261010091831615919091026000190190911604614b27565b5050602854602a80546001810182556000919091527fbeced09521047d05b8960b7e7bcc1d1292cf3e4b2a6b63f48335cbde5f7545d201555b602b80546128289160279160026000196101006001841615020190911604614b27565b504260285560408051602081019182905260009081905261284b91602b91614bac565b50602c805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a031661288c611c2a565b60408051600160a060020a03808516825283166020820152606091810182815260278054600260001961010060018416150201909116049383018490529260808301908490801561291e5780601f106128f35761010080835404028352916020019161291e565b820191906000526020600020905b81548152906001019060200180831161290157829003601f168201915b505094505050505060405180910390a150600190565b601f5460225460ff9091169082565b602d5481565b602f5481565b601a5490565b60ff8416156124f3576124f361296a8561460b565b8484846141e8565b60015481565b612980612b52565b151561298b57600080fd5b6040805160208101918290526000908190526129a991602b91614bac565b50602c805460ff19169055565b600954600090611f4e9060ff168484612de9565b602b805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b820191906000526020600020905b815481529060010190602001808311612a3357829003601f168201915b505050505081565b600954640100000000900460ff1681565b602554610100900460ff1681565b60315481565b603254600090600160a060020a0383811662010000909204161415612aa457506001611cb0565b611f51826146a8565b600954600090611f4e9062010000900460ff168484612de9565b6009546301000000900460ff1681565b600160a060020a031660009081526010602052604090205460ff1690565b601b54601e5460ff9091169082565b600254600160a060020a03163314612b1b57600080fd5b600160a060020a0381161515612b3057600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b601d8054600091908390811061257457fe5b612b7e336124f9565b1515612b8957600080fd5b600860ff821610612b9957600080fd5b600082815260076020526040812060ff831660088110612bb557fe5b600891828204019190066004029054906101000a900463ffffffff169050600760008481526020019081526020016000206000018260ff16600881101515612bf957fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600354600160a060020a03163314612c8d57600080fd5b600160a060020a03811660009081526030602052604081205460ff161515612cdf57600160a060020a0382166000908152603060205260409020805460ff191660019081179091556031805490910190555b60408051600160a060020a038416815290517f93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d611179181900360200190a1612d288260026001611d9a565b5050565b6000903b1190565b602a805482908110612d4257fe5b600091825260209091200154905081565b60306020526000908152604090205460ff1681565b6029805482908110612d7657fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b612021600b8484846141e8565b6000612df6848484613233565b90505b9392505050565b6000611c5533612a7d565b600081565b6000611c5560176140a3565b612e2533612707565b151560011480612e3d575033600160a060020a038216145b1515612e4857600080fd5b600160a060020a0381166000908152602e602052604090205460ff1615612e9457600160a060020a0381166000908152602e60205260409020805460ff19169055602f80546000190190555b60408051600160a060020a038316815290517f745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c9181900360200190a1611d918160016000611d9a565b6009546120219061296a906301000000900460ff1661460b565b602e6020526000908152604090205460ff1681565b600354600160a060020a031681565b6000611c55600b6140a3565b600354600090600160a060020a0383811691161480612f4e5750602554600a60ff90911610155b15612f5b57506001611cb0565b602554600061010090910460ff1611156130b65760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612fdb57600080fd5b505afa158015612fef573d6000803e3d6000fd5b505050506040513d602081101561300557600080fd5b5051602554604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561308157600080fd5b505afa158015613095573d6000803e3d6000fd5b505050506040513d60208110156130ab57600080fd5b50519150611cb09050565b506000611cb0565b60005b8151811015612d28576130ea82828151811015156130db57fe5b90602001906020020151611cbe565b6001016130c1565b600a81565b6130ff612b52565b151561310a57600080fd5b602c5460ff161561311a57600080fd5b805160801161312857600080fd5b805161313b90602b906020840190614bac565b50602c805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a031661317f611c2a565b60408051600160a060020a038085168252831660208201526060918101828152602b805460026000196101006001841615020190911604938301849052926080830190849080156132115780601f106131e657610100808354040283529160200191613211565b820191906000526020600020905b8154815290600101906020018083116131f457829003601f168201915b505094505050505060405180910390a150565b601754601a5460ff9091169082565b600060ff8416156132585761325161324a8561460b565b8484614802565b9050612df9565b5060009392505050565b600354600160a060020a0316331461327957600080fd5b603280549115156101000261ff0019909216919091179055565b600160a060020a031660009081526018602052604090205460ff1690565b600954600090611f4e90640100000000900460ff168484612de9565b600f5460125460ff9091169082565b6132e4612e00565b15156132ef57600080fd5b6025805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b60198054600091908390811061257457fe5b60606020825111151561341f5781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156134115780601f106133e657610100808354040283529160200191613411565b820191906000526020600020905b8154815290600101906020018083116133f457829003601f168201915b505050505092505050611cb0565b6006826040518082805190602001908083835b602083106134515780518252601f199092019160209182019101613432565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156135055780601f106134da57610100808354040283529160200191613505565b820191906000526020600020905b8154815290600101906020018083116134e857829003601f168201915b50505050509050919050565b603254620100009004600160a060020a031681565b600454600160a060020a031681565b3360008181526010602052604090205460ff16613550614c1a565b600a60ff83811682810682168085526064909106819003821685038190038216604080860182905293546101009004831660020283166020808701829052600160a060020a03891660009081526010909152949094208054949092010191821660ff199093168317905590158015906135ca575060ff8316155b156135da576135da600f85614856565b60408051308152600160a060020a038616602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a150505050565b613632612e00565b151561363d57600080fd5b60408051602080825260278054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156136dc5780601f106136b1576101008083540402835291602001916136dc565b820191906000526020600020905b8154815290600101906020018083116136bf57829003601f168201915b50509250505060405180910390a1565b600b54600e5460ff9091169082565b600e5490565b600354600160a060020a0316331480613722575033600160a060020a038216145b151561372d57600080fd5b600160a060020a03811660009081526030602052604090205460ff161561377957600160a060020a0381166000908152603060205260409020805460ff19169055603180546000190190555b60408051600160a060020a038316815290517f2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b959181900360200190a1611d918160026000611d9a565b60118054600091908390811061257457fe5b600d8054600091908390811061257457fe5b6000611c5560136140a3565b60006001821515141561380f5761380883612a7d565b9050611f51565b61380883612f27565b603254610100900460ff1681565b6027805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a505780601f10612a2557610100808354040283529160200191612a50565b6000600860ff83161061389357600080fd5b600083815260076020526040902060ff8316600881106138af57fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b60006138dd612b52565b15156138e857600080fd5b6000826040516020018082805190602001908083835b6020831061391d5780518252601f1990920191602091820191016138fe565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000602760405160200180828054600181600116156101000203166002900480156139bc5780601f1061399a5761010080835404028352918201916139bc565b820191906000526020600020905b8154815290600101906020018083116139a8575b505091505060405160208183030381529060405280519060200120905080821415613b93576029541515613a1357604080516020810191829052600090819052613a0891602791614bac565b506000602855613ab7565b600080805b602954811015613a6b5781602a82815481101515613a3257fe5b90600052602060002001541115613a6357809250602a81815481101515613a5557fe5b906000526020600020015491505b600101613a18565b506029805483908110613a7a57fe5b9060005260206000200160279080546001816001161561010002031660029004613aa5929190614b27565b506028819055613ab4826148ed565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613b4c578181015183820152602001613b34565b50505050905090810190601f168015613b795780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611cb0565b60001960005b602954811015613c5c576000602982815481101515613bb457fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015613c1c5780601f10613bfa576101008083540402835291820191613c1c565b820191906000526020600020905b815481529060010190602001808311613c08575b505091505060405160208183030381529060405280519060200120905080851415613c5357613c4a826148ed565b81925050613c5c565b50600101613b99565b50600019811415613c6c57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613d00578181015183820152602001613ce8565b50505050905090810190601f168015613d2d5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b613d4d336124f9565b1515613d5857600080fd5b8151602010613db3578151808301516000818152600560205260408120919291613d8191614c39565b600083511115613dac5760008281526005602090815260409091208451613daa92860190614bac565b505b5050613e9e565b6006826040518082805190602001908083835b60208310613de55780518252601f199092019160209182019101613dc6565b51815160209384036101000a60001901801990921691161790529201948552506040519384900301909220613e1e925090506000614c39565b600081511115613e9e57806006836040518082805190602001908083835b60208310613e5b5780518252601f199092019160209182019101613e3c565b51815160209384036101000a60001901801990921691161790529201948552506040519384900381019093208451613e9c9591949190910192509050614bac565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015613efd578181015183820152602001613ee5565b50505050905090810190601f168015613f2a5780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b613f44336124f9565b1515613f4f57600080fd5b600081815260076020526040812090613f688282614c7d565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b60125490565b606481565b61202160138484846141e8565b600354600160a060020a03163314613fcf57600080fd5b600160a060020a0381161515613fe457600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600160a060020a03166000908152600c602052604090205460ff1690565b600354600160a060020a0316331461403b57600080fd5b6032805482151560ff19909116811790915560408051918252517f04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb9181900360200190a150565b601e5490565b600954600090611f4e906301000000900460ff168484612de9565b600080805b83600301548110156141e1576140e284600201828154811015156140c857fe5b600091825260209091200154600160a060020a0316612d2c565b15156141d857600284018054829081106140f857fe5b60009182526020909120018054600160a060020a03191690556003840154600192909201916000190181146141c75783600201600185600301540381548110151561413f57fe5b600091825260209091200154600285018054600160a060020a03909216918390811061416757fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055508360020160018560030154038154811015156141ad57fe5b60009182526020909120018054600160a060020a03191690555b6003840180546000190190556141dc565b6001015b6140a8565b5092915050565b6000600133600160a060020a0386161461429d57604080517f67e5c3bf00000000000000000000000000000000000000000000000000000000815233600482015290518691600160a060020a038316916367e5c3bf91602480820192602092909190829003018186803b15801561425e57600080fd5b505afa158015614272573d6000803e3d6000fd5b505050506040513d602081101561428857600080fd5b5051915061429533612707565b9250506142a9565b6142a632612707565b91505b600160a060020a038516600090815260018701602052604090205460ff166142cf614c1a565b600a60ff838116918206811680845260649092068290038116602084018190528403919091038116604083015260009086908116158015614314575085806143145750845b1561431e57600191505b60ff87161580159061432d5750855b801561434f575060018360ff8a166003811061434557fe5b602002015160ff16145b1561435c57506001905060025b60ff87161580159061436b5750845b801561438e575060028360ff8a166003811061438357fe5b602002015160ff1614155b1561439a575060019050805b60ff8716158015906143a95750855b80156143b25750845b156143bf57506001905060025b8115156143cb57600080fd5b600a60ff8916600381106143db57fe5b602081049091015460ff601f9092166101000a9004811682029084908a166003811061440357fe5b60ff9092166020929092020152600083600260200201518460016020020151856000602002015101019050808b60010160008c600160a060020a0316600160a060020a0316815260200190815260200160002060006101000a81548160ff021916908360ff1602179055508060ff16600014158015614483575060ff8516155b15614492576144928b8b614856565b60ff811615156144a8576144a68b8b6149ec565b505b60408051308152600160a060020a038c16602082015260ff83168183015290517f23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff49181900360600190a15050505050505050505050565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a9084908290856008811061453657fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615614562576001614565565b60005b90508015156145be5760008781526007602052604090208290856008811061458957fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b60095460009060ff838116911614156146265750600f611cb0565b60095460ff83811661010090920416141561464357506013611cb0565b60095460ff838116620100009092041614156146615750600b611cb0565b60095460ff8381166401000000009092041614156146815750601b611cb0565b60095460ff83811663010000009092041614156146a057506017611cb0565b50601f919050565b600354600090600160a060020a03838116911614806146cf5750602554606460ff90911610155b156146dc57506001611cb0565b602554600061010090910460ff1611156130b65760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561475c57600080fd5b505afa158015614770573d6000803e3d6000fd5b505050506040513d602081101561478657600080fd5b5051602554604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561308157600080fd5b600160a060020a038216600090815260018401602052604081205460ff90811690600a9084166003811061483257fe5b602081049091015460ff601f9092166101000a900481169116101590509392505050565b6002820154600383015410156148af578082600201836003015481548110151561487c57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506148e0565b60028201805460018101825560009182526020909120018054600160a060020a031916600160a060020a0383161790555b5060030180546001019055565b60298054829081106148fb57fe5b9060005260206000200160006149119190614c39565b602a80548290811061491f57fe5b60009182526020822001556029546000190181146149c55760298054600019810190811061494957fe5b9060005260206000200160298281548110151561496257fe5b90600052602060002001908054600181600116156101000203166002900461498b929190614b27565b50602a8054600019810190811061499e57fe5b9060005260206000200154602a828154811015156149b857fe5b6000918252602090912001555b60298054906149d8906000198301614c84565b50602a805490612d28906000198301614ca8565b6000805b83600301548110156132585782600160a060020a03168460020182815481101515614a1757fe5b600091825260209091200154600160a060020a03161415614b1f5760028401805482908110614a4257fe5b60009182526020909120018054600160a060020a03191690556003840154600019018114614b0a57836002016001856003015403815481101515614a8257fe5b600091825260209091200154600285018054600160a060020a039092169183908110614aaa57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550836002016001856003015403815481101515614af057fe5b60009182526020909120018054600160a060020a03191690555b50506003820180546000190190556001611f51565b6001016149f0565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10614b605780548555614b9c565b82800160010185558215614b9c57600052602060002091601f016020900482015b82811115614b9c578254825591600101919060010190614b81565b50614ba8929150614cc8565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10614bed57805160ff1916838001178555614b9c565b82800160010185558215614b9c579182015b82811115614b9c578251825591602001919060010190614bff565b6060604051908101604052806003906020820280388339509192915050565b50805460018160011615610100020316600290046000825580601f10614c5f5750611d91565b601f016020900490600052602060002090810190611d919190614cc8565b5060009055565b81548183558181111561202157600083815260209020612021918101908301614ce2565b815481835581811115612021576000838152602090206120219181019083015b611c3791905b80821115614ba85760008155600101614cce565b611c3791905b80821115614ba8576000614cfc8282614c39565b50600101614ce856fea165627a7a72305820d082645bcffd2cd2fd9383eb2bea761546b6d9091c6df34558b0614b1b99c23c0029a165627a7a72305820e8a5028a4bce1228b0791584751e85ce74cba749205d307bdf6aaf19e111e3d30029",
}

BaseGroupFactoryMetaData contains all meta data concerning the BaseGroupFactory contract.

View Source
var BaseLibraryABI = BaseLibraryMetaData.ABI

BaseLibraryABI is the input ABI used to generate the binding from. Deprecated: Use BaseLibraryMetaData.ABI instead.

View Source
var BaseLibraryBin = BaseLibraryMetaData.Bin

BaseLibraryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseLibraryMetaData.Bin instead.

View Source
var BaseLibraryFactoryABI = BaseLibraryFactoryMetaData.ABI

BaseLibraryFactoryABI is the input ABI used to generate the binding from. Deprecated: Use BaseLibraryFactoryMetaData.ABI instead.

View Source
var BaseLibraryFactoryBin = BaseLibraryFactoryMetaData.Bin

BaseLibraryFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseLibraryFactoryMetaData.Bin instead.

View Source
var BaseLibraryFactoryFuncSigs = BaseLibraryFactoryMetaData.Sigs

Deprecated: Use BaseLibraryFactoryMetaData.Sigs instead. BaseLibraryFactoryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseLibraryFactoryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"createLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_spaceAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"40b89f06": "createLibrary(address)",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f426173654c6962466163746f72793230323030393238313130303030504f000060055534801561007c57600080fd5b506040516020806152478339810180604052602081101561009c57600080fd5b505160028054600160a060020a031990811632179091556003805482163317905560048054600160a060020a0390931692909116919091179055615162806100e56000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480635f4fcae1116100765780635f4fcae1146101455780636d2e4b1b1461015a5780638da5cb5b1461018d578063af570c04146101a2578063f2fde38b146101b7576100a3565b806302d05d3f146100a557806340b89f06146100d657806341c0e1b51461010957806354fd4d501461011e575b005b3480156100b157600080fd5b506100ba6101ea565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b506100ba600480360360208110156100f957600080fd5b5035600160a060020a03166101f9565b34801561011557600080fd5b506100a361051a565b34801561012a57600080fd5b5061013361053f565b60408051918252519081900360200190f35b34801561015157600080fd5b50610133610545565b34801561016657600080fd5b506100a36004803603602081101561017d57600080fd5b5035600160a060020a031661054b565b34801561019957600080fd5b506100ba6105a6565b3480156101ae57600080fd5b506100ba6105b5565b3480156101c357600080fd5b506100a3600480360360208110156101da57600080fd5b5035600160a060020a03166105c4565b600254600160a060020a031681565b600454600090600160a060020a0316331461021357600080fd5b600082336040516102239061077b565b600160a060020a03928316815291166020820152604080519182900301906000f080158015610256573d6000803e3d6000fd5b5060048054604080517f63e6ffdd0000000000000000000000000000000000000000000000000000000081523293810193909352519293508392600160a060020a039091169160009183916363e6ffdd916024808301926020929190829003018186803b1580156102c657600080fd5b505afa1580156102da573d6000803e3d6000fd5b505050506040513d60208110156102f057600080fd5b5051905060006102ff8261061f565b905080151561041057604080517ff2fde38b00000000000000000000000000000000000000000000000000000000815232600482015290518391600160a060020a0387169163f2fde38b9160248082019260009290919082900301818387803b15801561036b57600080fd5b505af115801561037f573d6000803e3d6000fd5b5050604080517f7cbb7bf2000000000000000000000000000000000000000000000000000000008152600160a060020a038a811660048301526000602483018190526002604484015292519086169450637cbb7bf293506064808301939282900301818387803b1580156103f257600080fd5b505af1158015610406573d6000803e3d6000fd5b505050505061050d565b604080517f0fe1b5a2000000000000000000000000000000000000000000000000000000008152326004820152600060248201819052600260448301529151600160a060020a03871692630fe1b5a2926064808201939182900301818387803b15801561047c57600080fd5b505af1158015610490573d6000803e3d6000fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a038816935063f2fde38b9250602480830192600092919082900301818387803b1580156104f457600080fd5b505af1158015610508573d6000803e3d6000fd5b505050505b509293505050505b919050565b600354600160a060020a0316331461053157600080fd5b600354600160a060020a0316ff5b60055481565b60015481565b600254600160a060020a0316331461056257600080fd5b600160a060020a038116151561057757600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a031633146105db57600080fd5b600160a060020a03811615156105f057600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604080517f76657273696f6e415049282900000000000000000000000000000000000000008152815190819003600c018120600482526024820183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909216919091178152915181516000938493606093600160a060020a03881693919290918291908083835b602083106106ea5780518252601f1990920191602091820191016106cb565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d806000811461074a576040519150601f19603f3d011682016040523d82523d6000602084013e61074f565b606091505b50909250905081158061076157508051155b1561077157600092505050610515565b5060019392505050565b6149ae806107898339019056fe608060408181527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006009557f436f6e7461696e657232303230303331363133353330304d4c0000000000000060105560138190557f426173654c69627261727932303230313132393232333230304d4c00000000006015556019819055601a819055601b819055601d55806149ae8339810180604052604081101561012557600080fd5b5080516020909101516002805432600160a060020a0319918216179091556003805433908316179055600480548216600160a060020a0393841617905560118054909116919092161790556008805461ffff19166103001790556148208061018e6000396000f3fe6080604052600436106104345760003560e060020a90048063628449fd1161022d578063991a3a7c11610132578063cbcd4461116100ba578063e5538fd21161007e578063e5538fd214611316578063e8de515f1461132b578063ef1d7dc21461135e578063f2fde38b14611373578063fd089196146113a657610434565b8063cbcd4461146110cc578063dc3c29c0146110e1578063e02dd9c214611114578063e1a7071714611129578063e542b7cb146111dc57610434565b8063ac55c90611610101578063ac55c90614610fa7578063af570c041461105a578063c287e0ed1461106f578063c65bcbe214611084578063c9e8e72d1461109957610434565b8063991a3a7c14610eea5780639b55f90114610f145780639cb121ba14610f47578063aa024e8b14610f7a57610434565b806381beeb64116101b55780638da5cb5b116101845780638da5cb5b14610db0578063952e464b14610dc557806395a078e814610def57806397ac4fd214610e225780639867db7414610e3757610434565b806381beeb6414610c7457806387e86b2c14610c8957806387fcd0b814610d535780638cb13c2e14610d8657610434565b806367e5c3bf116101fc57806367e5c3bf14610ba55780636d2e4b1b14610bd85780636e37542714610c0b5780637886f74714610c205780637ca8f61814610c4a57610434565b8063628449fd14610aa95780636380501f14610b3357806363dab9d414610b48578063679a9a3c14610b7257610434565b806324d7806c1161033e578063386493e0116102c6578063470750bb1161028a578063470750bb14610a4057806349102e6114610a5557806354fd4d5014610a6a5780635f4fcae114610a7f5780635f6a130114610a9457610434565b8063386493e0146109c65780633dd71d99146109f957806340b87a2614610a0e57806341c0e1b514610a23578063446e882614610a3857610434565b80632c11f3921161030d5780632c11f3921461092a5780632cf994221461095457806332eaf21b14610987578063331b86c01461099c578063375a6e7c146109b157610434565b806324d7806c1461087c57806329adec14146108af57806329d00219146108c457806329dedde5146108f757610434565b80631b969895116103c15780631e35d8fa116103905780631e35d8fa1461079c5780631f2caaec146107cf57806321770a84146107f957806322e564eb1461080e5780632393553b1461085257610434565b80631b969895146105dc5780631bf7a9121461060f5780631cdbee5a146107365780631d0f43511461076957610434565b80630f58a786116104085780630f58a786146104f65780630fe1b5a214610531578063100508a21461057557806314cfabb3146105a057806316308394146105b557610434565b8062821de314610436578063011e01a51461046757806302d05d3f1461049a5780630eaec2c5146104af575b005b34801561044257600080fd5b5061044b6113d9565b60408051600160a060020a039092168252519081900360200190f35b34801561047357600080fd5b506104346004803603602081101561048a57600080fd5b5035600160a060020a03166113e9565b3480156104a657600080fd5b5061044b611456565b3480156104bb57600080fd5b506104e2600480360360208110156104d257600080fd5b5035600160a060020a0316611465565b604080519115158252519081900360200190f35b34801561050257600080fd5b506104346004803603604081101561051957600080fd5b50600160a060020a03813581169160200135166114e2565b34801561053d57600080fd5b506104346004803603606081101561055457600080fd5b50600160a060020a038135169060ff60208201358116916040013516611640565b34801561058157600080fd5b5061058a611722565b6040805160ff9092168252519081900360200190f35b3480156105ac57600080fd5b506104e2611727565b3480156105c157600080fd5b506105ca6117c4565b60408051918252519081900360200190f35b3480156105e857600080fd5b506104e2600480360360208110156105ff57600080fd5b5035600160a060020a03166117ca565b6104e26004803603604081101561062557600080fd5b81019060208101813564010000000081111561064057600080fd5b82018360208201111561065257600080fd5b8035906020019184602083028401116401000000008311171561067457600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156106c457600080fd5b8201836020820111156106d657600080fd5b803590602001918460208302840111640100000000831117156106f857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506118c0945050505050565b34801561074257600080fd5b5061044b6004803603602081101561075957600080fd5b5035600160a060020a031661196a565b34801561077557600080fd5b506104346004803603602081101561078c57600080fd5b5035600160a060020a0316611985565b3480156107a857600080fd5b5061044b600480360360208110156107bf57600080fd5b5035600160a060020a03166119ff565b3480156107db57600080fd5b5061044b600480360360208110156107f257600080fd5b5035611b67565b34801561080557600080fd5b506105ca611d3f565b34801561081a57600080fd5b506104346004803603606081101561083157600080fd5b50600160a060020a038135169060ff60208201358116916040013516611d45565b34801561085e57600080fd5b5061044b6004803603602081101561087557600080fd5b5035612218565b34801561088857600080fd5b506104e26004803603602081101561089f57600080fd5b5035600160a060020a0316612240565b3480156108bb57600080fd5b5061058a612269565b3480156108d057600080fd5b506104e2600480360360208110156108e757600080fd5b5035600160a060020a0316612272565b34801561090357600080fd5b506104e26004803603602081101561091a57600080fd5b5035600160a060020a03166122f5565b34801561093657600080fd5b5061044b6004803603602081101561094d57600080fd5b5035612313565b34801561096057600080fd5b506104e26004803603602081101561097757600080fd5b5035600160a060020a0316612321565b34801561099357600080fd5b5061044b612455565b3480156109a857600080fd5b506105ca612464565b3480156109bd57600080fd5b506104e261246a565b3480156109d257600080fd5b506104e2600480360360208110156109e957600080fd5b5035600160a060020a0316612473565b348015610a0557600080fd5b506104e26124eb565b348015610a1a57600080fd5b506105ca6124f4565b348015610a2f57600080fd5b506104346124fa565b6104e261251f565b348015610a4c57600080fd5b506105ca612723565b348015610a6157600080fd5b506104e2612729565b348015610a7657600080fd5b506105ca612945565b348015610a8b57600080fd5b506105ca61294b565b348015610aa057600080fd5b50610434612951565b348015610ab557600080fd5b50610abe61298f565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610af8578181015183820152602001610ae0565b50505050905090810190601f168015610b255780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610b3f57600080fd5b5061058a612a1d565b348015610b5457600080fd5b5061044b60048036036020811015610b6b57600080fd5b5035612a2b565b348015610b7e57600080fd5b5061043460048036036020811015610b9557600080fd5b5035600160a060020a0316612a76565b348015610bb157600080fd5b506104e260048036036020811015610bc857600080fd5b5035600160a060020a0316612aed565b348015610be457600080fd5b5061043460048036036020811015610bfb57600080fd5b5035600160a060020a0316612c84565b348015610c1757600080fd5b506104e2612cd2565b348015610c2c57600080fd5b506105ca60048036036020811015610c4357600080fd5b5035612ce1565b348015610c5657600080fd5b50610abe60048036036020811015610c6d57600080fd5b5035612d00565b348015610c8057600080fd5b506104e2612d74565b348015610c9557600080fd5b506104e260048036036060811015610cac57600080fd5b600160a060020a03823516916020810135151591810190606081016040820135640100000000811115610cde57600080fd5b820183602082011115610cf057600080fd5b80359060200191846001830284011164010000000083111715610d1257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612d7f945050505050565b348015610d5f57600080fd5b5061043460048036036020811015610d7657600080fd5b5035600160a060020a031661309d565b348015610d9257600080fd5b5061044b60048036036020811015610da957600080fd5b5035613156565b348015610dbc57600080fd5b5061044b613164565b348015610dd157600080fd5b5061044b60048036036020811015610de857600080fd5b5035613173565b348015610dfb57600080fd5b506104e260048036036020811015610e1257600080fd5b5035600160a060020a0316613181565b348015610e2e57600080fd5b5061058a6132db565b348015610e4357600080fd5b5061043460048036036020811015610e5a57600080fd5b810190602081018135640100000000811115610e7557600080fd5b820183602082011115610e8757600080fd5b80359060200191846001830284011164010000000083111715610ea957600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506132e0945050505050565b348015610ef657600080fd5b5061044b60048036036020811015610f0d57600080fd5b503561340d565b348015610f2057600080fd5b506104e260048036036020811015610f3757600080fd5b5035600160a060020a031661341b565b348015610f5357600080fd5b506104e260048036036020811015610f6a57600080fd5b5035600160a060020a0316613449565b348015610f8657600080fd5b5061043460048036036020811015610f9d57600080fd5b503560ff166134a0565b348015610fb357600080fd5b50610abe60048036036020811015610fca57600080fd5b810190602081018135640100000000811115610fe557600080fd5b820183602082011115610ff757600080fd5b8035906020019184600183028401116401000000008311171561101957600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061351a945050505050565b34801561106657600080fd5b5061044b6136c3565b34801561107b57600080fd5b506104346136d2565b34801561109057600080fd5b506105ca613794565b3480156110a557600080fd5b50610434600480360360208110156110bc57600080fd5b5035600160a060020a031661379a565b3480156110d857600080fd5b506104e26137d3565b3480156110ed57600080fd5b506104346004803603602081101561110457600080fd5b5035600160a060020a0316613805565b34801561112057600080fd5b50610abe61387b565b34801561113557600080fd5b506105ca6004803603602081101561114c57600080fd5b81019060208101813564010000000081111561116757600080fd5b82018360208201111561117957600080fd5b8035906020019184600183028401116401000000008311171561119b57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506138d6945050505050565b3480156111e857600080fd5b50610434600480360360408110156111ff57600080fd5b81019060208101813564010000000081111561121a57600080fd5b82018360208201111561122c57600080fd5b8035906020019184600183028401116401000000008311171561124e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156112a157600080fd5b8201836020820111156112b357600080fd5b803590602001918460018302840111640100000000831117156112d557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d47945050505050565b34801561132257600080fd5b506105ca613f3e565b34801561133757600080fd5b506104e26004803603602081101561134e57600080fd5b5035600160a060020a0316613f44565b34801561136a57600080fd5b5061058a614025565b34801561137f57600080fd5b506104346004803603602081101561139657600080fd5b5035600160a060020a031661402a565b3480156113b257600080fd5b506104e2600480360360208110156113c957600080fd5b5035600160a060020a0316614078565b600454600160a060020a03165b90565b6113f1612d74565b15156113fc57600080fd5b60118054600160a060020a031916600160a060020a03838116919091179182905560408051929091168252517f74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608916020908290030190a150565b600254600160a060020a031681565b600061147082612aed565b806114da57506114da8260168054806020026020016040519081016040528092919081815260200182805480156114d057602002820191906000526020600020905b8154600160a060020a031681526001909101906020018083116114b2575b505050505061420a565b90505b919050565b600354600160a060020a031633146114f957600080fd5b600160a060020a0382811660009081526014602052604090205416158015611527575061152582613449565b155b156115d357601254601354101561157d5781601260135481548110151561154a57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506115c9565b601280546001810182556000919091527fbb8a6a4669ba250d26cd7a459eca9d215f8307e33aebe50379bc5a3617ec3444018054600160a060020a031916600160a060020a0384161790555b6013805460010190555b600160a060020a038281166000818152601460209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b611648612d74565b151561165357600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b1580156116c257600080fd5b505afa1580156116d6573d6000803e3d6000fd5b505050506040513d60208110156116ec57600080fd5b50519050600160a060020a03811615156117105761170b858585611d45565b61171b565b61171b818585611d45565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b15801561179257600080fd5b505afa1580156117a6573d6000803e3d6000fd5b505050506040513d60208110156117bc57600080fd5b505191505090565b601d5481565b60006117d4612d74565b15156117df57600080fd5b601a546117ee83601783614301565b601a8190558111156118b75760408051600160a060020a038516815290517fdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb9181900360200190a161189a83601880548060200260200160405190810160405280929190818152602001828054801561189057602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311611872575b5050505050614419565b15156118ad576118ad8360016000611640565b60019150506114dd565b50600092915050565b60006118cb33613181565b15156118d657600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a15060015b92915050565b601460205260009081526040902054600160a060020a031681565b61198d612d74565b151561199857600080fd5b601b546119a782601883614469565b601b8190558110156119fb5760408051600160a060020a038416815290517f3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d4119181900360200190a16119fb82600180611640565b5050565b6000333214611a6f57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f6f6e6c79206469726563742063616c6c7320616c6c6f77656400000000000000604482015290519081900360640190fd5b60048054604080517fbf4e088f0000000000000000000000000000000000000000000000000000000081523093810193909352600160a060020a0385811660248501529051600093919092169163bf4e088f9160448082019260209290919082900301818787803b158015611ae357600080fd5b505af1158015611af7573d6000803e3d6000fd5b505050506040513d6020811015611b0d57600080fd5b505160045460408051600160a060020a038085168252808816602083015290921682820152519192507fadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878919081900360600190a192915050565b6000805b6012548110156118b7576000601282815481101515611b8657fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b158015611c0c57600080fd5b505afa158015611c20573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526020811015611c4957600080fd5b810190808051640100000000811115611c6157600080fd5b82016020810184811115611c7457600080fd5b8151640100000000811182820187101715611c8e57600080fd5b50509291905050506040516020018082805190602001908083835b60208310611cc85780518252601f199092019160209182019101611ca9565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051602081830303815290604052805190602001201415611d36576012805483908110611d1757fe5b600091825260209091200154600160a060020a031692506114dd915050565b50600101611b6b565b601a5481565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611d8657600080fd5b505afa158015611d9a573d6000803e3d6000fd5b505050506040513d6020811015611db057600080fd5b5051600854610100900460ff90811691161415611e5557604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b158015611e3857600080fd5b505af1158015611e4c573d6000803e3d6000fd5b50505050612212565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611e9157600080fd5b505afa158015611ea5573d6000803e3d6000fd5b505050506040513d6020811015611ebb57600080fd5b5051600854610100900460ff90811691161415611f4357604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611f7f57600080fd5b505afa158015611f93573d6000803e3d6000fd5b505050506040513d6020811015611fa957600080fd5b5051600854610100900460ff9081169116141561203157604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561206d57600080fd5b505afa158015612081573d6000803e3d6000fd5b505050506040513d602081101561209757600080fd5b5051600854610100900460ff9081169116141561211f57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561215b57600080fd5b505afa15801561216f573d6000803e3d6000fd5b505050506040513d602081101561218557600080fd5b5051600854610100900460ff9081169116141561220d57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b158015611e3857600080fd5b600080fd5b50505050565b601680548290811061222657fe5b600091825260209091200154600160a060020a0316905081565b600354600090600160a060020a0383811691161415612261575060016114dd565b506000919050565b60085460ff1681565b600354600090600160a060020a0383811691161415612293575060016114dd565b6114da8260178054806020026020016040519081016040528092919081815260200182805480156114d057602002820191906000526020600020908154600160a060020a031681526001909101906020018083116114b257505050505061420a565b60006013546000141561230a575060016114dd565b6114da82613449565b601880548290811061222657fe5b600033600160a060020a0383161461233857600080fd5b600082905080600160a060020a0316638280dd8f60016040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561238757600080fd5b505af115801561239b573d6000803e3d6000fd5b505050506040513d60208110156123b157600080fd5b5050604080517f27c1c21d00000000000000000000000000000000000000000000000000000000815290516000918291600160a060020a038516916327c1c21d916004808301926020929190829003018186803b15801561241157600080fd5b505afa158015612425573d6000803e3d6000fd5b505050506040513d602081101561243b57600080fd5b5051131561244e5761244b612729565b90505b9392505050565b601154600160a060020a031681565b600c5490565b600f5460ff1681565b600061247d612d74565b151561248857600080fd5b60195461249783601683614301565b60198190558111156118b75760408051600160a060020a038516815290517fbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c9181900360200190a16118ad83600080611640565b601a5460001090565b600b5481565b600354600160a060020a0316331461251157600080fd5b600354600160a060020a0316ff5b6000612529611727565b151561253457600080fd5b600f5460ff16151561254557600080fd5b6000600a80546001816001161561010002031660029004905011156125f457600c80546001818101808455600093909352600a80546125bb937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604614637565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e805461261791600a9160026000196101006001841615020190911604614637565b5042600b5560408051602081019182905260009081905261263a91600e916146bc565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a031661267b6113d9565b60408051600160a060020a038085168252831660208201526060918101828152600a8054600260001961010060018416150201909116049383018490529260808301908490801561270d5780601f106126e25761010080835404028352916020019161270d565b820191906000526020600020905b8154815290600101906020018083116126f057829003601f168201915b505094505050505060405180910390a150600190565b60195481565b600033806127356124eb565b151561280d5780600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561278557600080fd5b505af1158015612799573d6000803e3d6000fd5b505050506040513d60208110156127af57600080fd5b505060408051600160a060020a038416815260016020820152606081830181905260009082015290517f70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b4429181900360a00190a16001925050506113e6565b600160a060020a0382166000908152601e602052604090205415612836576000925050506113e6565b601c54601d5410156128875781601c601d5481548110151561285457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506128d3565b601c80546001810182556000919091527f0e4562a10381dec21b205ed72637e6b1b523bdd0e4d4d50af5cd23dd4500a211018054600160a060020a031916600160a060020a0384161790555b601d8054600160a060020a0384166000818152601e60209081526040918290206001948501905584549093019093558251908152339181019190915281517f0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a929181900390910190a160019250505090565b60155481565b60015481565b612959612cd2565b151561296457600080fd5b60408051602081019182905260009081905261298291600e916146bc565b50600f805460ff19169055565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b820191906000526020600020905b8154815290600101906020018083116129f857829003601f168201915b505050505081565b600854610100900460ff1681565b6000601d5460001480612a40575081601d5411155b15612a4d575060006114dd565b601c805483908110612a5b57fe5b600091825260209091200154600160a060020a031692915050565b612a7e612d74565b1515612a8957600080fd5b601954612a9882601683614469565b60198190558110156119fb5760408051600160a060020a038416815290517f218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d619181900360200190a16119fb8260006001611640565b600354600090600160a060020a0383811691161480612b145750600854606460ff90911610155b15612b21575060016114dd565b600854600061010090910460ff161115612c7c5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612ba157600080fd5b505afa158015612bb5573d6000803e3d6000fd5b505050506040513d6020811015612bcb57600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612c4757600080fd5b505afa158015612c5b573d6000803e3d6000fd5b505050506040513d6020811015612c7157600080fd5b505191506114dd9050565b5060006114dd565b600254600160a060020a03163314612c9b57600080fd5b600160a060020a0381161515612cb057600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b6000612cdc612d74565b905090565b600d805482908110612cef57fe5b600091825260209091200154905081565b600c805482908110612d0e57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b6000612cdc33612aed565b6000612d8a33612272565b1515600114612d9857600080fd5b600160a060020a0384166000908152601e6020526040902054601c80546000199092019186919083908110612dc957fe5b600091825260208083209091018054600160a060020a0319169055601d8054600019018155600160a060020a0389168352601e909152604082209190915554821015612ec3576000601c601d54815481101515612e2257fe5b600091825260209091200154601c8054600160a060020a039092169250829185908110612e4b57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550601c601d54815481101515612e8a57fe5b600091825260208083209091018054600160a060020a0319169055600160a060020a03929092168152601e909152604090206001830190555b600081600160a060020a03166327c1c21d6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015612f0157600080fd5b505afa158015612f15573d6000803e3d6000fd5b505050506040513d6020811015612f2b57600080fd5b50519050600081131561309057600060018715151415612f4d57506000612f52565b506000195b82600160a060020a0316638280dd8f826040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b158015612f9b57600080fd5b505af1158015612faf573d6000803e3d6000fd5b505050506040513d6020811015612fc557600080fd5b505060408051600160a060020a038a168152881515602082810191909152606092820183815289519383019390935288517f70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442938c938c938c93919291608084019185019080838360005b8381101561304757818101518382015260200161302f565b50505050905090810190601f1680156130745780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600194505050505061244e565b5060009695505050505050565b6130a5612d74565b15156130b057600080fd5b600081905080600160a060020a03166341c0e1b56040518163ffffffff1660e060020a028152600401600060405180830381600087803b1580156130f357600080fd5b505af1158015613107573d6000803e3d6000fd5b505060045460408051600160a060020a038088168252909216602083015280517f36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e945091829003019150a15050565b601c80548290811061222657fe5b600354600160a060020a031681565b601780548290811061222657fe5b600354600090600160a060020a03838116911614806131a85750600854600a60ff90911610155b156131b5575060016114dd565b600854600061010090910460ff161115612c7c5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561323557600080fd5b505afa158015613249573d6000803e3d6000fd5b505050506040513d602081101561325f57600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612c4757600080fd5b600a81565b6132e8612cd2565b15156132f357600080fd5b600f5460ff161561330357600080fd5b805160801161331157600080fd5b805161332490600e9060208401906146bc565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a03166133686113d9565b60408051600160a060020a038085168252831660208201526060918101828152600e805460026000196101006001841615020190911604938301849052926080830190849080156133fa5780601f106133cf576101008083540402835291602001916133fa565b820191906000526020600020905b8154815290600101906020018083116133dd57829003601f168201915b505094505050505060405180910390a150565b601280548290811061222657fe5b600354600090600160a060020a03838116911614806114da575050600354600160a060020a03163314919050565b600080805b6013548110156134995783600160a060020a031660128281548110151561347157fe5b600091825260209091200154600160a060020a0316141561349157600191505b60010161344e565b5092915050565b6134a8612d74565b15156134b357600080fd5b6008805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6060602082511115156135d15781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156135c35780601f10613598576101008083540402835291602001916135c3565b820191906000526020600020905b8154815290600101906020018083116135a657829003601f168201915b5050505050925050506114dd565b6006826040518082805190602001908083835b602083106136035780518252601f1990920191602091820191016135e4565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156136b75780601f1061368c576101008083540402835291602001916136b7565b820191906000526020600020905b81548152906001019060200180831161369a57829003601f168201915b50505050509050919050565b600454600160a060020a031681565b6136da612d74565b15156136e557600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156137845780601f1061375957610100808354040283529160200191613784565b820191906000526020600020905b81548152906001019060200180831161376757829003601f168201915b50509250505060405180910390a1565b60135481565b600354600160a060020a031633146137b157600080fd5b60118054600160a060020a031916600160a060020a0392909216919091179055565b600354600090600160a060020a03163314806137f257506137f2612d74565b156137ff575060016113e6565b50600090565b61380d612d74565b151561381857600080fd5b601a5461382782601783614469565b601a8190558110156119fb5760408051600160a060020a038416815290517f1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb9181900360200190a16119fb82600180611640565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b60006138e0612cd2565b15156138eb57600080fd5b6000826040516020018082805190602001908083835b602083106139205780518252601f199092019160209182019101613901565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156139bf5780601f1061399d5761010080835404028352918201916139bf565b820191906000526020600020905b8154815290600101906020018083116139ab575b505091505060405160208183030381529060405280519060200120905080821415613b9657600c541515613a1657604080516020810191829052600090819052613a0b91600a916146bc565b506000600b55613aba565b600080805b600c54811015613a6e5781600d82815481101515613a3557fe5b90600052602060002001541115613a6657809250600d81815481101515613a5857fe5b906000526020600020015491505b600101613a1b565b50600c805483908110613a7d57fe5b90600052602060002001600a9080546001816001161561010002031660029004613aa8929190614637565b50600b819055613ab782614535565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613b4f578181015183820152602001613b37565b50505050905090810190601f168015613b7c5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a16000925050506114dd565b60001960005b600c54811015613c5f576000600c82815481101515613bb757fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015613c1f5780601f10613bfd576101008083540402835291820191613c1f565b820191906000526020600020905b815481529060010190602001808311613c0b575b505091505060405160208183030381529060405280519060200120905080851415613c5657613c4d82614535565b81925050613c5f565b50600101613b9c565b50600019811415613c6f57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613d03578181015183820152602001613ceb565b50505050905090810190601f168015613d305780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b613d5033612240565b1515613d5b57600080fd5b8151602010613db6578151808301516000818152600560205260408120919291613d849161472a565b600083511115613daf5760008281526005602090815260409091208451613dad928601906146bc565b505b5050613ea1565b6006826040518082805190602001908083835b60208310613de85780518252601f199092019160209182019101613dc9565b51815160209384036101000a60001901801990921691161790529201948552506040519384900301909220613e2192509050600061472a565b600081511115613ea157806006836040518082805190602001908083835b60208310613e5e5780518252601f199092019160209182019101613e3f565b51815160209384036101000a60001901801990921691161790529201948552506040519384900381019093208451613e9f95919491909101925090506146bc565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015613f00578181015183820152602001613ee8565b50505050905090810190601f168015613f2d5780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b601b5481565b6000613f4e612d74565b1515613f5957600080fd5b601b54613f6883601883614301565b601b8190558111156118b75760408051600160a060020a038516815290517fc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f0819181900360200190a161401283601780548060200260200160405190810160405280929190818152602001828054801561189057602002820191906000526020600020908154600160a060020a03168152600190910190602001808311611872575050505050614419565b15156118b7576118b78360016000611640565b606481565b600354600160a060020a0316331461404157600080fd5b600160a060020a038116151561405657600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600354600090600160a060020a0316331461409257600080fd5b6013546000190160005b6013548110156142005783600160a060020a03166012828154811015156140bf57fe5b600091825260209091200154600160a060020a031614156141f85760128054829081106140e857fe5b60009182526020909120018054600160a060020a031916905580821461418d57601280548390811061411657fe5b60009182526020909120015460128054600160a060020a03909216918390811061413c57fe5b60009182526020909120018054600160a060020a031916600160a060020a0392909216919091179055601280548390811061417357fe5b60009182526020909120018054600160a060020a03191690555b6013829055600160a060020a0384166000818152601460209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a16001925050506114dd565b60010161409c565b5060009392505050565b6000805b825181101561420057825160009084908390811061422857fe5b60209081029091010151600160a060020a0316146142f9576000838281518110151561425057fe5b6020908102909101810151604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a0389811660048301529151929450908416926395a078e892602480840193829003018186803b1580156142bb57600080fd5b505afa1580156142cf573d6000803e3d6000fd5b505050506040513d60208110156142e557600080fd5b5051156142f757600192505050611964565b505b60010161420e565b6000805b8281101561441057838181548110151561431b57fe5b600091825260209091200154600160a060020a038681169116141561440857838181548110151561434857fe5b60009182526020909120018054600160a060020a0319169055600019830181146143fc57836001840381548110151561437d57fe5b6000918252602090912001548454600160a060020a03909116908590839081106143a357fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600184038154811015156143e257fe5b60009182526020909120018054600160a060020a03191690555b5050600019810161244e565b600101614305565b50909392505050565b6000805b825181101561420057828181518110151561443457fe5b90602001906020020151600160a060020a031684600160a060020a03161415614461576001915050611964565b60010161441d565b6000805b828110156144b357838181548110151561448357fe5b600091825260209091200154600160a060020a03868116911614156144ab578291505061244e565b60010161446d565b5082548210156144ff578383838154811015156144cc57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555061452b565b8254600181018455600084815260209020018054600160a060020a031916600160a060020a0386161790555b5060010192915050565b600c80548290811061454357fe5b906000526020600020016000614559919061472a565b600d80548290811061456757fe5b6000918252602082200155600c5460001901811461460d57600c8054600019810190811061459157fe5b90600052602060002001600c828154811015156145aa57fe5b9060005260206000200190805460018160011615610100020316600290046145d3929190614637565b50600d805460001981019081106145e657fe5b9060005260206000200154600d8281548110151561460057fe5b6000918252602090912001555b600c80549061462090600019830161476e565b50600d8054906119fb906000198301614797565b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061467057805485556146ac565b828001600101855582156146ac57600052602060002091601f016020900482015b828111156146ac578254825591600101919060010190614691565b506146b89291506147b7565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106146fd57805160ff19168380011785556146ac565b828001600101855582156146ac579182015b828111156146ac57825182559160200191906001019061470f565b50805460018160011615610100020316600290046000825580601f106147505750614634565b601f01602090049060005260206000209081019061463491906147b7565b815481835581811115614792576000838152602090206147929181019083016147d1565b505050565b815481835581811115614792576000838152602090206147929181019083015b6113e691905b808211156146b857600081556001016147bd565b6113e691905b808211156146b85760006147eb828261472a565b506001016147d756fea165627a7a72305820d5e3335a9a6f6d9b02a03b025e45338dc80bcdf25c693b2fac3f3658ca1d39150029a165627a7a72305820c832003ab3fdc68adae1d311f4b82e2164124a727c19286245440db8238678d10029",
}

BaseLibraryFactoryMetaData contains all meta data concerning the BaseLibraryFactory contract.

View Source
var BaseLibraryFuncSigs = BaseLibraryMetaData.Sigs

Deprecated: Use BaseLibraryMetaData.Sigs instead. BaseLibraryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseLibraryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"updateAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canContribute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"},{\"name\":\"content_contract\",\"type\":\"address\"}],\"name\":\"addContentType\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"approvalRequestsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"removeReviewerGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"contentTypeContracts\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"addAccessorGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"createContent\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"typeHash\",\"type\":\"bytes32\"}],\"name\":\"findTypeByHash\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"reviewerGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"contributorGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"validType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"accessorGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"contentObj\",\"type\":\"address\"}],\"name\":\"publish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"removeContributorGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"requiresReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contributorGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"submitApprovalRequest\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"getPendingApprovalRequest\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"addContributorGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_contract\",\"type\":\"address\"},{\"name\":\"approved\",\"type\":\"bool\"},{\"name\":\"note\",\"type\":\"string\"}],\"name\":\"approveContent\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_contentAddr\",\"type\":\"address\"}],\"name\":\"deleteContent\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"approvalRequests\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"reviewerGroups\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"whitelistedType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"addReviewerGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessorGroupsLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"}],\"name\":\"removeAccessorGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"removeContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"},{\"name\":\"_content_space\",\"type\":\"address\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"content_type\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"}],\"name\":\"ContentObjectCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"}],\"name\":\"ContentObjectDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"ContributorGroupAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"ContributorGroupRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"ReviewerGroupAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"ReviewerGroupRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"AccessorGroupAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"group\",\"type\":\"address\"}],\"name\":\"AccessorGroupRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"operationCode\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"UnauthorizedOperation\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"submitter\",\"type\":\"address\"}],\"name\":\"ApproveContentRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"approved\",\"type\":\"bool\"},{\"indexed\":false,\"name\":\"note\",\"type\":\"string\"}],\"name\":\"ApproveContent\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"addressKms\",\"type\":\"address\"}],\"name\":\"UpdateKmsAddress\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contentContract\",\"type\":\"address\"}],\"name\":\"ContentTypeAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"}],\"name\":\"ContentTypeRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"2c11f392": "accessorGroups(uint256)",
		"e5538fd2": "accessorGroupsLength()",
		"1d0f4351": "addAccessorGroup(address)",
		"0f58a786": "addContentType(address,address)",
		"679a9a3c": "addContributorGroup(address)",
		"dc3c29c0": "addReviewerGroup(address)",
		"32eaf21b": "addressKMS()",
		"8cb13c2e": "approvalRequests(uint256)",
		"16308394": "approvalRequestsLength()",
		"87e86b2c": "approveContent(address,bool,string)",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"0eaec2c5": "canContribute(address)",
		"81beeb64": "canEdit()",
		"cbcd4461": "canPublish()",
		"9b55f901": "canPublish(address)",
		"29d00219": "canReview(address)",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"1cdbee5a": "contentTypeContracts(address)",
		"991a3a7c": "contentTypes(uint256)",
		"c65bcbe2": "contentTypesLength()",
		"2393553b": "contributorGroups(uint256)",
		"470750bb": "contributorGroupsLength()",
		"331b86c0": "countVersionHashes()",
		"1e35d8fa": "createContent(address)",
		"02d05d3f": "creator()",
		"87fcd0b8": "deleteContent(address)",
		"e1a70717": "deleteVersion(string)",
		"1f2caaec": "findTypeByHash(bytes32)",
		"ac55c906": "getMeta(bytes)",
		"63dab9d4": "getPendingApprovalRequest(uint256)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"2cf99422": "publish(address)",
		"e542b7cb": "putMeta(bytes,bytes)",
		"e8de515f": "removeAccessorGroup(address)",
		"fd089196": "removeContentType(address)",
		"386493e0": "removeContributorGroup(address)",
		"1b969895": "removeReviewerGroup(address)",
		"3dd71d99": "requiresReview()",
		"952e464b": "reviewerGroups(uint256)",
		"21770a84": "reviewerGroupsLength()",
		"c9e8e72d": "setAddressKMS(address)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"49102e61": "submitApprovalRequest()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"011e01a5": "updateAddressKMS(address)",
		"c287e0ed": "updateRequest()",
		"29dedde5": "validType(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
		"9cb121ba": "whitelistedType(address)",
	},
	Bin: "0x608060408181527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006009557f436f6e7461696e657232303230303331363133353330304d4c0000000000000060105560138190557f426173654c69627261727932303230313132393232333230304d4c00000000006015556019819055601a819055601b819055601d55806149ae8339810180604052604081101561012557600080fd5b5080516020909101516002805432600160a060020a0319918216179091556003805433908316179055600480548216600160a060020a0393841617905560118054909116919092161790556008805461ffff19166103001790556148208061018e6000396000f3fe6080604052600436106104345760003560e060020a90048063628449fd1161022d578063991a3a7c11610132578063cbcd4461116100ba578063e5538fd21161007e578063e5538fd214611316578063e8de515f1461132b578063ef1d7dc21461135e578063f2fde38b14611373578063fd089196146113a657610434565b8063cbcd4461146110cc578063dc3c29c0146110e1578063e02dd9c214611114578063e1a7071714611129578063e542b7cb146111dc57610434565b8063ac55c90611610101578063ac55c90614610fa7578063af570c041461105a578063c287e0ed1461106f578063c65bcbe214611084578063c9e8e72d1461109957610434565b8063991a3a7c14610eea5780639b55f90114610f145780639cb121ba14610f47578063aa024e8b14610f7a57610434565b806381beeb64116101b55780638da5cb5b116101845780638da5cb5b14610db0578063952e464b14610dc557806395a078e814610def57806397ac4fd214610e225780639867db7414610e3757610434565b806381beeb6414610c7457806387e86b2c14610c8957806387fcd0b814610d535780638cb13c2e14610d8657610434565b806367e5c3bf116101fc57806367e5c3bf14610ba55780636d2e4b1b14610bd85780636e37542714610c0b5780637886f74714610c205780637ca8f61814610c4a57610434565b8063628449fd14610aa95780636380501f14610b3357806363dab9d414610b48578063679a9a3c14610b7257610434565b806324d7806c1161033e578063386493e0116102c6578063470750bb1161028a578063470750bb14610a4057806349102e6114610a5557806354fd4d5014610a6a5780635f4fcae114610a7f5780635f6a130114610a9457610434565b8063386493e0146109c65780633dd71d99146109f957806340b87a2614610a0e57806341c0e1b514610a23578063446e882614610a3857610434565b80632c11f3921161030d5780632c11f3921461092a5780632cf994221461095457806332eaf21b14610987578063331b86c01461099c578063375a6e7c146109b157610434565b806324d7806c1461087c57806329adec14146108af57806329d00219146108c457806329dedde5146108f757610434565b80631b969895116103c15780631e35d8fa116103905780631e35d8fa1461079c5780631f2caaec146107cf57806321770a84146107f957806322e564eb1461080e5780632393553b1461085257610434565b80631b969895146105dc5780631bf7a9121461060f5780631cdbee5a146107365780631d0f43511461076957610434565b80630f58a786116104085780630f58a786146104f65780630fe1b5a214610531578063100508a21461057557806314cfabb3146105a057806316308394146105b557610434565b8062821de314610436578063011e01a51461046757806302d05d3f1461049a5780630eaec2c5146104af575b005b34801561044257600080fd5b5061044b6113d9565b60408051600160a060020a039092168252519081900360200190f35b34801561047357600080fd5b506104346004803603602081101561048a57600080fd5b5035600160a060020a03166113e9565b3480156104a657600080fd5b5061044b611456565b3480156104bb57600080fd5b506104e2600480360360208110156104d257600080fd5b5035600160a060020a0316611465565b604080519115158252519081900360200190f35b34801561050257600080fd5b506104346004803603604081101561051957600080fd5b50600160a060020a03813581169160200135166114e2565b34801561053d57600080fd5b506104346004803603606081101561055457600080fd5b50600160a060020a038135169060ff60208201358116916040013516611640565b34801561058157600080fd5b5061058a611722565b6040805160ff9092168252519081900360200190f35b3480156105ac57600080fd5b506104e2611727565b3480156105c157600080fd5b506105ca6117c4565b60408051918252519081900360200190f35b3480156105e857600080fd5b506104e2600480360360208110156105ff57600080fd5b5035600160a060020a03166117ca565b6104e26004803603604081101561062557600080fd5b81019060208101813564010000000081111561064057600080fd5b82018360208201111561065257600080fd5b8035906020019184602083028401116401000000008311171561067457600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156106c457600080fd5b8201836020820111156106d657600080fd5b803590602001918460208302840111640100000000831117156106f857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506118c0945050505050565b34801561074257600080fd5b5061044b6004803603602081101561075957600080fd5b5035600160a060020a031661196a565b34801561077557600080fd5b506104346004803603602081101561078c57600080fd5b5035600160a060020a0316611985565b3480156107a857600080fd5b5061044b600480360360208110156107bf57600080fd5b5035600160a060020a03166119ff565b3480156107db57600080fd5b5061044b600480360360208110156107f257600080fd5b5035611b67565b34801561080557600080fd5b506105ca611d3f565b34801561081a57600080fd5b506104346004803603606081101561083157600080fd5b50600160a060020a038135169060ff60208201358116916040013516611d45565b34801561085e57600080fd5b5061044b6004803603602081101561087557600080fd5b5035612218565b34801561088857600080fd5b506104e26004803603602081101561089f57600080fd5b5035600160a060020a0316612240565b3480156108bb57600080fd5b5061058a612269565b3480156108d057600080fd5b506104e2600480360360208110156108e757600080fd5b5035600160a060020a0316612272565b34801561090357600080fd5b506104e26004803603602081101561091a57600080fd5b5035600160a060020a03166122f5565b34801561093657600080fd5b5061044b6004803603602081101561094d57600080fd5b5035612313565b34801561096057600080fd5b506104e26004803603602081101561097757600080fd5b5035600160a060020a0316612321565b34801561099357600080fd5b5061044b612455565b3480156109a857600080fd5b506105ca612464565b3480156109bd57600080fd5b506104e261246a565b3480156109d257600080fd5b506104e2600480360360208110156109e957600080fd5b5035600160a060020a0316612473565b348015610a0557600080fd5b506104e26124eb565b348015610a1a57600080fd5b506105ca6124f4565b348015610a2f57600080fd5b506104346124fa565b6104e261251f565b348015610a4c57600080fd5b506105ca612723565b348015610a6157600080fd5b506104e2612729565b348015610a7657600080fd5b506105ca612945565b348015610a8b57600080fd5b506105ca61294b565b348015610aa057600080fd5b50610434612951565b348015610ab557600080fd5b50610abe61298f565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610af8578181015183820152602001610ae0565b50505050905090810190601f168015610b255780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610b3f57600080fd5b5061058a612a1d565b348015610b5457600080fd5b5061044b60048036036020811015610b6b57600080fd5b5035612a2b565b348015610b7e57600080fd5b5061043460048036036020811015610b9557600080fd5b5035600160a060020a0316612a76565b348015610bb157600080fd5b506104e260048036036020811015610bc857600080fd5b5035600160a060020a0316612aed565b348015610be457600080fd5b5061043460048036036020811015610bfb57600080fd5b5035600160a060020a0316612c84565b348015610c1757600080fd5b506104e2612cd2565b348015610c2c57600080fd5b506105ca60048036036020811015610c4357600080fd5b5035612ce1565b348015610c5657600080fd5b50610abe60048036036020811015610c6d57600080fd5b5035612d00565b348015610c8057600080fd5b506104e2612d74565b348015610c9557600080fd5b506104e260048036036060811015610cac57600080fd5b600160a060020a03823516916020810135151591810190606081016040820135640100000000811115610cde57600080fd5b820183602082011115610cf057600080fd5b80359060200191846001830284011164010000000083111715610d1257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612d7f945050505050565b348015610d5f57600080fd5b5061043460048036036020811015610d7657600080fd5b5035600160a060020a031661309d565b348015610d9257600080fd5b5061044b60048036036020811015610da957600080fd5b5035613156565b348015610dbc57600080fd5b5061044b613164565b348015610dd157600080fd5b5061044b60048036036020811015610de857600080fd5b5035613173565b348015610dfb57600080fd5b506104e260048036036020811015610e1257600080fd5b5035600160a060020a0316613181565b348015610e2e57600080fd5b5061058a6132db565b348015610e4357600080fd5b5061043460048036036020811015610e5a57600080fd5b810190602081018135640100000000811115610e7557600080fd5b820183602082011115610e8757600080fd5b80359060200191846001830284011164010000000083111715610ea957600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506132e0945050505050565b348015610ef657600080fd5b5061044b60048036036020811015610f0d57600080fd5b503561340d565b348015610f2057600080fd5b506104e260048036036020811015610f3757600080fd5b5035600160a060020a031661341b565b348015610f5357600080fd5b506104e260048036036020811015610f6a57600080fd5b5035600160a060020a0316613449565b348015610f8657600080fd5b5061043460048036036020811015610f9d57600080fd5b503560ff166134a0565b348015610fb357600080fd5b50610abe60048036036020811015610fca57600080fd5b810190602081018135640100000000811115610fe557600080fd5b820183602082011115610ff757600080fd5b8035906020019184600183028401116401000000008311171561101957600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061351a945050505050565b34801561106657600080fd5b5061044b6136c3565b34801561107b57600080fd5b506104346136d2565b34801561109057600080fd5b506105ca613794565b3480156110a557600080fd5b50610434600480360360208110156110bc57600080fd5b5035600160a060020a031661379a565b3480156110d857600080fd5b506104e26137d3565b3480156110ed57600080fd5b506104346004803603602081101561110457600080fd5b5035600160a060020a0316613805565b34801561112057600080fd5b50610abe61387b565b34801561113557600080fd5b506105ca6004803603602081101561114c57600080fd5b81019060208101813564010000000081111561116757600080fd5b82018360208201111561117957600080fd5b8035906020019184600183028401116401000000008311171561119b57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506138d6945050505050565b3480156111e857600080fd5b50610434600480360360408110156111ff57600080fd5b81019060208101813564010000000081111561121a57600080fd5b82018360208201111561122c57600080fd5b8035906020019184600183028401116401000000008311171561124e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156112a157600080fd5b8201836020820111156112b357600080fd5b803590602001918460018302840111640100000000831117156112d557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d47945050505050565b34801561132257600080fd5b506105ca613f3e565b34801561133757600080fd5b506104e26004803603602081101561134e57600080fd5b5035600160a060020a0316613f44565b34801561136a57600080fd5b5061058a614025565b34801561137f57600080fd5b506104346004803603602081101561139657600080fd5b5035600160a060020a031661402a565b3480156113b257600080fd5b506104e2600480360360208110156113c957600080fd5b5035600160a060020a0316614078565b600454600160a060020a03165b90565b6113f1612d74565b15156113fc57600080fd5b60118054600160a060020a031916600160a060020a03838116919091179182905560408051929091168252517f74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608916020908290030190a150565b600254600160a060020a031681565b600061147082612aed565b806114da57506114da8260168054806020026020016040519081016040528092919081815260200182805480156114d057602002820191906000526020600020905b8154600160a060020a031681526001909101906020018083116114b2575b505050505061420a565b90505b919050565b600354600160a060020a031633146114f957600080fd5b600160a060020a0382811660009081526014602052604090205416158015611527575061152582613449565b155b156115d357601254601354101561157d5781601260135481548110151561154a57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506115c9565b601280546001810182556000919091527fbb8a6a4669ba250d26cd7a459eca9d215f8307e33aebe50379bc5a3617ec3444018054600160a060020a031916600160a060020a0384161790555b6013805460010190555b600160a060020a038281166000818152601460209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b611648612d74565b151561165357600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b1580156116c257600080fd5b505afa1580156116d6573d6000803e3d6000fd5b505050506040513d60208110156116ec57600080fd5b50519050600160a060020a03811615156117105761170b858585611d45565b61171b565b61171b818585611d45565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b15801561179257600080fd5b505afa1580156117a6573d6000803e3d6000fd5b505050506040513d60208110156117bc57600080fd5b505191505090565b601d5481565b60006117d4612d74565b15156117df57600080fd5b601a546117ee83601783614301565b601a8190558111156118b75760408051600160a060020a038516815290517fdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb9181900360200190a161189a83601880548060200260200160405190810160405280929190818152602001828054801561189057602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311611872575b5050505050614419565b15156118ad576118ad8360016000611640565b60019150506114dd565b50600092915050565b60006118cb33613181565b15156118d657600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a15060015b92915050565b601460205260009081526040902054600160a060020a031681565b61198d612d74565b151561199857600080fd5b601b546119a782601883614469565b601b8190558110156119fb5760408051600160a060020a038416815290517f3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d4119181900360200190a16119fb82600180611640565b5050565b6000333214611a6f57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f6f6e6c79206469726563742063616c6c7320616c6c6f77656400000000000000604482015290519081900360640190fd5b60048054604080517fbf4e088f0000000000000000000000000000000000000000000000000000000081523093810193909352600160a060020a0385811660248501529051600093919092169163bf4e088f9160448082019260209290919082900301818787803b158015611ae357600080fd5b505af1158015611af7573d6000803e3d6000fd5b505050506040513d6020811015611b0d57600080fd5b505160045460408051600160a060020a038085168252808816602083015290921682820152519192507fadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878919081900360600190a192915050565b6000805b6012548110156118b7576000601282815481101515611b8657fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b158015611c0c57600080fd5b505afa158015611c20573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526020811015611c4957600080fd5b810190808051640100000000811115611c6157600080fd5b82016020810184811115611c7457600080fd5b8151640100000000811182820187101715611c8e57600080fd5b50509291905050506040516020018082805190602001908083835b60208310611cc85780518252601f199092019160209182019101611ca9565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051602081830303815290604052805190602001201415611d36576012805483908110611d1757fe5b600091825260209091200154600160a060020a031692506114dd915050565b50600101611b6b565b601a5481565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611d8657600080fd5b505afa158015611d9a573d6000803e3d6000fd5b505050506040513d6020811015611db057600080fd5b5051600854610100900460ff90811691161415611e5557604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b158015611e3857600080fd5b505af1158015611e4c573d6000803e3d6000fd5b50505050612212565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611e9157600080fd5b505afa158015611ea5573d6000803e3d6000fd5b505050506040513d6020811015611ebb57600080fd5b5051600854610100900460ff90811691161415611f4357604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611f7f57600080fd5b505afa158015611f93573d6000803e3d6000fd5b505050506040513d6020811015611fa957600080fd5b5051600854610100900460ff9081169116141561203157604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561206d57600080fd5b505afa158015612081573d6000803e3d6000fd5b505050506040513d602081101561209757600080fd5b5051600854610100900460ff9081169116141561211f57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b158015611e3857600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561215b57600080fd5b505afa15801561216f573d6000803e3d6000fd5b505050506040513d602081101561218557600080fd5b5051600854610100900460ff9081169116141561220d57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b158015611e3857600080fd5b600080fd5b50505050565b601680548290811061222657fe5b600091825260209091200154600160a060020a0316905081565b600354600090600160a060020a0383811691161415612261575060016114dd565b506000919050565b60085460ff1681565b600354600090600160a060020a0383811691161415612293575060016114dd565b6114da8260178054806020026020016040519081016040528092919081815260200182805480156114d057602002820191906000526020600020908154600160a060020a031681526001909101906020018083116114b257505050505061420a565b60006013546000141561230a575060016114dd565b6114da82613449565b601880548290811061222657fe5b600033600160a060020a0383161461233857600080fd5b600082905080600160a060020a0316638280dd8f60016040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561238757600080fd5b505af115801561239b573d6000803e3d6000fd5b505050506040513d60208110156123b157600080fd5b5050604080517f27c1c21d00000000000000000000000000000000000000000000000000000000815290516000918291600160a060020a038516916327c1c21d916004808301926020929190829003018186803b15801561241157600080fd5b505afa158015612425573d6000803e3d6000fd5b505050506040513d602081101561243b57600080fd5b5051131561244e5761244b612729565b90505b9392505050565b601154600160a060020a031681565b600c5490565b600f5460ff1681565b600061247d612d74565b151561248857600080fd5b60195461249783601683614301565b60198190558111156118b75760408051600160a060020a038516815290517fbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c9181900360200190a16118ad83600080611640565b601a5460001090565b600b5481565b600354600160a060020a0316331461251157600080fd5b600354600160a060020a0316ff5b6000612529611727565b151561253457600080fd5b600f5460ff16151561254557600080fd5b6000600a80546001816001161561010002031660029004905011156125f457600c80546001818101808455600093909352600a80546125bb937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604614637565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e805461261791600a9160026000196101006001841615020190911604614637565b5042600b5560408051602081019182905260009081905261263a91600e916146bc565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a031661267b6113d9565b60408051600160a060020a038085168252831660208201526060918101828152600a8054600260001961010060018416150201909116049383018490529260808301908490801561270d5780601f106126e25761010080835404028352916020019161270d565b820191906000526020600020905b8154815290600101906020018083116126f057829003601f168201915b505094505050505060405180910390a150600190565b60195481565b600033806127356124eb565b151561280d5780600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b15801561278557600080fd5b505af1158015612799573d6000803e3d6000fd5b505050506040513d60208110156127af57600080fd5b505060408051600160a060020a038416815260016020820152606081830181905260009082015290517f70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b4429181900360a00190a16001925050506113e6565b600160a060020a0382166000908152601e602052604090205415612836576000925050506113e6565b601c54601d5410156128875781601c601d5481548110151561285457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506128d3565b601c80546001810182556000919091527f0e4562a10381dec21b205ed72637e6b1b523bdd0e4d4d50af5cd23dd4500a211018054600160a060020a031916600160a060020a0384161790555b601d8054600160a060020a0384166000818152601e60209081526040918290206001948501905584549093019093558251908152339181019190915281517f0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a929181900390910190a160019250505090565b60155481565b60015481565b612959612cd2565b151561296457600080fd5b60408051602081019182905260009081905261298291600e916146bc565b50600f805460ff19169055565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b820191906000526020600020905b8154815290600101906020018083116129f857829003601f168201915b505050505081565b600854610100900460ff1681565b6000601d5460001480612a40575081601d5411155b15612a4d575060006114dd565b601c805483908110612a5b57fe5b600091825260209091200154600160a060020a031692915050565b612a7e612d74565b1515612a8957600080fd5b601954612a9882601683614469565b60198190558110156119fb5760408051600160a060020a038416815290517f218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d619181900360200190a16119fb8260006001611640565b600354600090600160a060020a0383811691161480612b145750600854606460ff90911610155b15612b21575060016114dd565b600854600061010090910460ff161115612c7c5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612ba157600080fd5b505afa158015612bb5573d6000803e3d6000fd5b505050506040513d6020811015612bcb57600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612c4757600080fd5b505afa158015612c5b573d6000803e3d6000fd5b505050506040513d6020811015612c7157600080fd5b505191506114dd9050565b5060006114dd565b600254600160a060020a03163314612c9b57600080fd5b600160a060020a0381161515612cb057600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b6000612cdc612d74565b905090565b600d805482908110612cef57fe5b600091825260209091200154905081565b600c805482908110612d0e57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b6000612cdc33612aed565b6000612d8a33612272565b1515600114612d9857600080fd5b600160a060020a0384166000908152601e6020526040902054601c80546000199092019186919083908110612dc957fe5b600091825260208083209091018054600160a060020a0319169055601d8054600019018155600160a060020a0389168352601e909152604082209190915554821015612ec3576000601c601d54815481101515612e2257fe5b600091825260209091200154601c8054600160a060020a039092169250829185908110612e4b57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550601c601d54815481101515612e8a57fe5b600091825260208083209091018054600160a060020a0319169055600160a060020a03929092168152601e909152604090206001830190555b600081600160a060020a03166327c1c21d6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015612f0157600080fd5b505afa158015612f15573d6000803e3d6000fd5b505050506040513d6020811015612f2b57600080fd5b50519050600081131561309057600060018715151415612f4d57506000612f52565b506000195b82600160a060020a0316638280dd8f826040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b158015612f9b57600080fd5b505af1158015612faf573d6000803e3d6000fd5b505050506040513d6020811015612fc557600080fd5b505060408051600160a060020a038a168152881515602082810191909152606092820183815289519383019390935288517f70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442938c938c938c93919291608084019185019080838360005b8381101561304757818101518382015260200161302f565b50505050905090810190601f1680156130745780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600194505050505061244e565b5060009695505050505050565b6130a5612d74565b15156130b057600080fd5b600081905080600160a060020a03166341c0e1b56040518163ffffffff1660e060020a028152600401600060405180830381600087803b1580156130f357600080fd5b505af1158015613107573d6000803e3d6000fd5b505060045460408051600160a060020a038088168252909216602083015280517f36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e945091829003019150a15050565b601c80548290811061222657fe5b600354600160a060020a031681565b601780548290811061222657fe5b600354600090600160a060020a03838116911614806131a85750600854600a60ff90911610155b156131b5575060016114dd565b600854600061010090910460ff161115612c7c5760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561323557600080fd5b505afa158015613249573d6000803e3d6000fd5b505050506040513d602081101561325f57600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612c4757600080fd5b600a81565b6132e8612cd2565b15156132f357600080fd5b600f5460ff161561330357600080fd5b805160801161331157600080fd5b805161332490600e9060208401906146bc565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a03166133686113d9565b60408051600160a060020a038085168252831660208201526060918101828152600e805460026000196101006001841615020190911604938301849052926080830190849080156133fa5780601f106133cf576101008083540402835291602001916133fa565b820191906000526020600020905b8154815290600101906020018083116133dd57829003601f168201915b505094505050505060405180910390a150565b601280548290811061222657fe5b600354600090600160a060020a03838116911614806114da575050600354600160a060020a03163314919050565b600080805b6013548110156134995783600160a060020a031660128281548110151561347157fe5b600091825260209091200154600160a060020a0316141561349157600191505b60010161344e565b5092915050565b6134a8612d74565b15156134b357600080fd5b6008805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6060602082511115156135d15781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156135c35780601f10613598576101008083540402835291602001916135c3565b820191906000526020600020905b8154815290600101906020018083116135a657829003601f168201915b5050505050925050506114dd565b6006826040518082805190602001908083835b602083106136035780518252601f1990920191602091820191016135e4565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156136b75780601f1061368c576101008083540402835291602001916136b7565b820191906000526020600020905b81548152906001019060200180831161369a57829003601f168201915b50505050509050919050565b600454600160a060020a031681565b6136da612d74565b15156136e557600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156137845780601f1061375957610100808354040283529160200191613784565b820191906000526020600020905b81548152906001019060200180831161376757829003601f168201915b50509250505060405180910390a1565b60135481565b600354600160a060020a031633146137b157600080fd5b60118054600160a060020a031916600160a060020a0392909216919091179055565b600354600090600160a060020a03163314806137f257506137f2612d74565b156137ff575060016113e6565b50600090565b61380d612d74565b151561381857600080fd5b601a5461382782601783614469565b601a8190558110156119fb5760408051600160a060020a038416815290517f1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb9181900360200190a16119fb82600180611640565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612a155780601f106129ea57610100808354040283529160200191612a15565b60006138e0612cd2565b15156138eb57600080fd5b6000826040516020018082805190602001908083835b602083106139205780518252601f199092019160209182019101613901565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156139bf5780601f1061399d5761010080835404028352918201916139bf565b820191906000526020600020905b8154815290600101906020018083116139ab575b505091505060405160208183030381529060405280519060200120905080821415613b9657600c541515613a1657604080516020810191829052600090819052613a0b91600a916146bc565b506000600b55613aba565b600080805b600c54811015613a6e5781600d82815481101515613a3557fe5b90600052602060002001541115613a6657809250600d81815481101515613a5857fe5b906000526020600020015491505b600101613a1b565b50600c805483908110613a7d57fe5b90600052602060002001600a9080546001816001161561010002031660029004613aa8929190614637565b50600b819055613ab782614535565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613b4f578181015183820152602001613b37565b50505050905090810190601f168015613b7c5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a16000925050506114dd565b60001960005b600c54811015613c5f576000600c82815481101515613bb757fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015613c1f5780601f10613bfd576101008083540402835291820191613c1f565b820191906000526020600020905b815481529060010190602001808311613c0b575b505091505060405160208183030381529060405280519060200120905080851415613c5657613c4d82614535565b81925050613c5f565b50600101613b9c565b50600019811415613c6f57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015613d03578181015183820152602001613ceb565b50505050905090810190601f168015613d305780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b613d5033612240565b1515613d5b57600080fd5b8151602010613db6578151808301516000818152600560205260408120919291613d849161472a565b600083511115613daf5760008281526005602090815260409091208451613dad928601906146bc565b505b5050613ea1565b6006826040518082805190602001908083835b60208310613de85780518252601f199092019160209182019101613dc9565b51815160209384036101000a60001901801990921691161790529201948552506040519384900301909220613e2192509050600061472a565b600081511115613ea157806006836040518082805190602001908083835b60208310613e5e5780518252601f199092019160209182019101613e3f565b51815160209384036101000a60001901801990921691161790529201948552506040519384900381019093208451613e9f95919491909101925090506146bc565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015613f00578181015183820152602001613ee8565b50505050905090810190601f168015613f2d5780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b601b5481565b6000613f4e612d74565b1515613f5957600080fd5b601b54613f6883601883614301565b601b8190558111156118b75760408051600160a060020a038516815290517fc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f0819181900360200190a161401283601780548060200260200160405190810160405280929190818152602001828054801561189057602002820191906000526020600020908154600160a060020a03168152600190910190602001808311611872575050505050614419565b15156118b7576118b78360016000611640565b606481565b600354600160a060020a0316331461404157600080fd5b600160a060020a038116151561405657600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600354600090600160a060020a0316331461409257600080fd5b6013546000190160005b6013548110156142005783600160a060020a03166012828154811015156140bf57fe5b600091825260209091200154600160a060020a031614156141f85760128054829081106140e857fe5b60009182526020909120018054600160a060020a031916905580821461418d57601280548390811061411657fe5b60009182526020909120015460128054600160a060020a03909216918390811061413c57fe5b60009182526020909120018054600160a060020a031916600160a060020a0392909216919091179055601280548390811061417357fe5b60009182526020909120018054600160a060020a03191690555b6013829055600160a060020a0384166000818152601460209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a16001925050506114dd565b60010161409c565b5060009392505050565b6000805b825181101561420057825160009084908390811061422857fe5b60209081029091010151600160a060020a0316146142f9576000838281518110151561425057fe5b6020908102909101810151604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a0389811660048301529151929450908416926395a078e892602480840193829003018186803b1580156142bb57600080fd5b505afa1580156142cf573d6000803e3d6000fd5b505050506040513d60208110156142e557600080fd5b5051156142f757600192505050611964565b505b60010161420e565b6000805b8281101561441057838181548110151561431b57fe5b600091825260209091200154600160a060020a038681169116141561440857838181548110151561434857fe5b60009182526020909120018054600160a060020a0319169055600019830181146143fc57836001840381548110151561437d57fe5b6000918252602090912001548454600160a060020a03909116908590839081106143a357fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555083600184038154811015156143e257fe5b60009182526020909120018054600160a060020a03191690555b5050600019810161244e565b600101614305565b50909392505050565b6000805b825181101561420057828181518110151561443457fe5b90602001906020020151600160a060020a031684600160a060020a03161415614461576001915050611964565b60010161441d565b6000805b828110156144b357838181548110151561448357fe5b600091825260209091200154600160a060020a03868116911614156144ab578291505061244e565b60010161446d565b5082548210156144ff578383838154811015156144cc57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a0316021790555061452b565b8254600181018455600084815260209020018054600160a060020a031916600160a060020a0386161790555b5060010192915050565b600c80548290811061454357fe5b906000526020600020016000614559919061472a565b600d80548290811061456757fe5b6000918252602082200155600c5460001901811461460d57600c8054600019810190811061459157fe5b90600052602060002001600c828154811015156145aa57fe5b9060005260206000200190805460018160011615610100020316600290046145d3929190614637565b50600d805460001981019081106145e657fe5b9060005260206000200154600d8281548110151561460057fe5b6000918252602090912001555b600c80549061462090600019830161476e565b50600d8054906119fb906000198301614797565b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061467057805485556146ac565b828001600101855582156146ac57600052602060002091601f016020900482015b828111156146ac578254825591600101919060010190614691565b506146b89291506147b7565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106146fd57805160ff19168380011785556146ac565b828001600101855582156146ac579182015b828111156146ac57825182559160200191906001019061470f565b50805460018160011615610100020316600290046000825580601f106147505750614634565b601f01602090049060005260206000209081019061463491906147b7565b815481835581811115614792576000838152602090206147929181019083016147d1565b505050565b815481835581811115614792576000838152602090206147929181019083015b6113e691905b808211156146b857600081556001016147bd565b6113e691905b808211156146b85760006147eb828261472a565b506001016147d756fea165627a7a72305820d5e3335a9a6f6d9b02a03b025e45338dc80bcdf25c693b2fac3f3658ca1d39150029",
}

BaseLibraryMetaData contains all meta data concerning the BaseLibrary contract.

View Source
var BaseTenantConsumerGroupABI = BaseTenantConsumerGroupMetaData.ABI

BaseTenantConsumerGroupABI is the input ABI used to generate the binding from. Deprecated: Use BaseTenantConsumerGroupMetaData.ABI instead.

View Source
var BaseTenantConsumerGroupBin = BaseTenantConsumerGroupMetaData.Bin

BaseTenantConsumerGroupBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseTenantConsumerGroupMetaData.Bin instead.

View Source
var BaseTenantConsumerGroupFuncSigs = BaseTenantConsumerGroupMetaData.Sigs

Deprecated: Use BaseTenantConsumerGroupMetaData.Sigs instead. BaseTenantConsumerGroupFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseTenantConsumerGroupMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"grantAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"setAndGetBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"membersNum\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"incrementCounter\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"revokeAccess\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"membersMap\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"candidates\",\"type\":\"address[]\"}],\"name\":\"grantAccessMany\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"tenant\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isConsumerGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"}],\"name\":\"deleteGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_tenantSpace\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"MemberAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"MemberRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"slot\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"val\",\"type\":\"uint32\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"ord\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"prev\",\"type\":\"bool\"}],\"name\":\"BitSetAndGet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"}],\"name\":\"WordGroupDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e57097c9": "deleteGroup(bytes32)",
		"e1a70717": "deleteVersion(string)",
		"30f846a2": "getBit(bytes32,uint8)",
		"e1954b61": "getCounter(bytes32,uint8)",
		"ac55c906": "getMeta(bytes)",
		"0ae5e739": "grantAccess(address)",
		"9602a0b3": "grantAccessMany(address[])",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"7558cbf0": "incrementCounter(bytes32,uint8)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"dde12828": "isConsumerGroup()",
		"41c0e1b5": "kill()",
		"872ea68a": "membersMap(address)",
		"55277a5b": "membersNum()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"85e68531": "revokeAccess(address)",
		"24d7c18d": "setAndGetBit(bytes32,uint8)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"adf07791": "tenant()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006008556009805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f0000000000000000600a557f427354656e616e74436f6e734772703230323130383039313530303030504f006011553480156100d857600080fd5b506040516020806130d5833981018060405260208110156100f857600080fd5b505160028054600160a060020a0319908116321790915560038054909116331790556014805460ff19600160a060020a039093166101000261010060a860020a0319909116179190911660011790556000601355612f7a8061015b6000396000f3fe6080604052600436106102cc5760003560e060020a900480636e37542711610179578063aa024e8b116100e0578063e02dd9c211610099578063e542b7cb11610073578063e542b7cb14610cde578063e57097c914610e18578063ef1d7dc214610e42578063f2fde38b14610e57576102cc565b8063e02dd9c214610bca578063e1954b6114610bdf578063e1a7071714610c2b576102cc565b8063aa024e8b14610a96578063ac55c90614610ac3578063adf0779114610b76578063af570c0414610b8b578063c287e0ed14610ba0578063dde1282814610bb5576102cc565b8063872ea68a11610132578063872ea68a146108a35780638da5cb5b146108d657806395a078e8146108eb5780639602a0b31461091e57806397ac4fd2146109ce5780639867db74146109e3576102cc565b80636e375427146107bf5780637558cbf0146107d45780637886f747146108075780637ca8f6181461083157806381beeb641461085b57806385e6853114610870576102cc565b8063331b86c01161023857806355277a5b116101f1578063628449fd116101cb578063628449fd146106ba5780636380501f1461074457806367e5c3bf146107595780636d2e4b1b1461078c576102cc565b806355277a5b1461067b5780635f4fcae1146106905780635f6a1301146106a5576102cc565b8063331b86c0146105f8578063375a6e7c1461061f57806340b87a261461063457806341c0e1b514610649578063446e88261461065e57806354fd4d5014610666576102cc565b80631bf7a9121161028a5780631bf7a912146103df57806322e564eb1461050657806324d7806c1461054a57806324d7c18d1461057d57806329adec14146105b057806330f846a2146105c5576102cc565b8062821de3146102ce57806302d05d3f146102ff5780630ae5e739146103145780630fe1b5a214610347578063100508a21461038b57806314cfabb3146103b6575b005b3480156102da57600080fd5b506102e3610e8a565b60408051600160a060020a039092168252519081900360200190f35b34801561030b57600080fd5b506102e3610e9a565b34801561032057600080fd5b506102cc6004803603602081101561033757600080fd5b5035600160a060020a0316610ea9565b34801561035357600080fd5b506102cc6004803603606081101561036a57600080fd5b50600160a060020a038135169060ff60208201358116916040013516610edc565b34801561039757600080fd5b506103a0610fbe565b6040805160ff9092168252519081900360200190f35b3480156103c257600080fd5b506103cb610fc3565b604080519115158252519081900360200190f35b6103cb600480360360408110156103f557600080fd5b81019060208101813564010000000081111561041057600080fd5b82018360208201111561042257600080fd5b8035906020019184602083028401116401000000008311171561044457600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561049457600080fd5b8201836020820111156104a657600080fd5b803590602001918460208302840111640100000000831117156104c857600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610fc8945050505050565b34801561051257600080fd5b506102cc6004803603606081101561052957600080fd5b50600160a060020a038135169060ff60208201358116916040013516611071565b34801561055657600080fd5b506103cb6004803603602081101561056d57600080fd5b5035600160a060020a0316611544565b34801561058957600080fd5b506103cb600480360360408110156105a057600080fd5b508035906020013560ff16611622565b3480156105bc57600080fd5b506103a0611649565b3480156105d157600080fd5b506103cb600480360360408110156105e857600080fd5b508035906020013560ff16611652565b34801561060457600080fd5b5061060d6116c0565b60408051918252519081900360200190f35b34801561062b57600080fd5b506103cb6116c6565b34801561064057600080fd5b5061060d6116cf565b34801561065557600080fd5b506102cc6116d5565b6103cb6116fa565b34801561067257600080fd5b5061060d6118fe565b34801561068757600080fd5b5061060d611904565b34801561069c57600080fd5b5061060d61190a565b3480156106b157600080fd5b506102cc611910565b3480156106c657600080fd5b506106cf61194e565b6040805160208082528351818301528351919283929083019185019080838360005b838110156107095781810151838201526020016106f1565b50505050905090810190601f1680156107365780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561075057600080fd5b506103a06119dc565b34801561076557600080fd5b506103cb6004803603602081101561077c57600080fd5b5035600160a060020a03166119ea565b34801561079857600080fd5b506102cc600480360360208110156107af57600080fd5b5035600160a060020a0316611b81565b3480156107cb57600080fd5b506103cb611bdc565b3480156107e057600080fd5b506102cc600480360360408110156107f757600080fd5b508035906020013560ff16611bed565b34801561081357600080fd5b5061060d6004803603602081101561082a57600080fd5b5035611cee565b34801561083d57600080fd5b506106cf6004803603602081101561085457600080fd5b5035611d0d565b34801561086757600080fd5b506103cb611d81565b34801561087c57600080fd5b506102cc6004803603602081101561089357600080fd5b5035600160a060020a0316611d91565b3480156108af57600080fd5b506103cb600480360360208110156108c657600080fd5b5035600160a060020a0316611e43565b3480156108e257600080fd5b506102e3611e58565b3480156108f757600080fd5b506103cb6004803603602081101561090e57600080fd5b5035600160a060020a0316611e67565b34801561092a57600080fd5b506102cc6004803603602081101561094157600080fd5b81019060208101813564010000000081111561095c57600080fd5b82018360208201111561096e57600080fd5b8035906020019184602083028401116401000000008311171561099057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611e85945050505050565b3480156109da57600080fd5b506103a0611ed1565b3480156109ef57600080fd5b506102cc60048036036020811015610a0657600080fd5b810190602081018135640100000000811115610a2157600080fd5b820183602082011115610a3357600080fd5b80359060200191846001830284011164010000000083111715610a5557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611ed6945050505050565b348015610aa257600080fd5b506102cc60048036036020811015610ab957600080fd5b503560ff16612003565b348015610acf57600080fd5b506106cf60048036036020811015610ae657600080fd5b810190602081018135640100000000811115610b0157600080fd5b820183602082011115610b1357600080fd5b80359060200191846001830284011164010000000083111715610b3557600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061207d945050505050565b348015610b8257600080fd5b506102e3612226565b348015610b9757600080fd5b506102e361223a565b348015610bac57600080fd5b506102cc612249565b348015610bc157600080fd5b506103cb61230b565b348015610bd657600080fd5b506106cf612314565b348015610beb57600080fd5b50610c1260048036036040811015610c0257600080fd5b508035906020013560ff1661236f565b6040805163ffffffff9092168252519081900360200190f35b348015610c3757600080fd5b5061060d60048036036020811015610c4e57600080fd5b810190602081018135640100000000811115610c6957600080fd5b820183602082011115610c7b57600080fd5b80359060200191846001830284011164010000000083111715610c9d57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506123c1945050505050565b348015610cea57600080fd5b506102cc60048036036040811015610d0157600080fd5b810190602081018135640100000000811115610d1c57600080fd5b820183602082011115610d2e57600080fd5b80359060200191846001830284011164010000000083111715610d5057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050640100000000811115610da357600080fd5b820183602082011115610db557600080fd5b80359060200191846001830284011164010000000083111715610dd757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612832945050505050565b348015610e2457600080fd5b506102cc60048036036020811015610e3b57600080fd5b5035612a29565b348015610e4e57600080fd5b506103a0612a8e565b348015610e6357600080fd5b506102cc60048036036020811015610e7a57600080fd5b5035600160a060020a0316612a93565b600454600160a060020a03165b90565b600254600160a060020a031681565b610eb233611544565b80610ec5575033600160a060020a038216145b1515610ed057600080fd5b610ed981612aee565b50565b610ee4611d81565b1515610eef57600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015610f5e57600080fd5b505afa158015610f72573d6000803e3d6000fd5b505050506040513d6020811015610f8857600080fd5b50519050600160a060020a0381161515610fac57610fa7858585611071565b610fb7565b610fb7818585611071565b5050505050565b600181565b600090565b6000610fd333611e67565b1515610fde57600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156110b257600080fd5b505afa1580156110c6573d6000803e3d6000fd5b505050506040513d60208110156110dc57600080fd5b5051600954610100900460ff9081169116141561118157604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561116457600080fd5b505af1158015611178573d6000803e3d6000fd5b5050505061153e565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156111bd57600080fd5b505afa1580156111d1573d6000803e3d6000fd5b505050506040513d60208110156111e757600080fd5b5051600954610100900460ff9081169116141561126f57604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561116457600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156112ab57600080fd5b505afa1580156112bf573d6000803e3d6000fd5b505050506040513d60208110156112d557600080fd5b5051600954610100900460ff9081169116141561135d57604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561116457600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561139957600080fd5b505afa1580156113ad573d6000803e3d6000fd5b505050506040513d60208110156113c357600080fd5b5051600954610100900460ff9081169116141561144b57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561116457600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561148757600080fd5b505afa15801561149b573d6000803e3d6000fd5b505050506040513d60208110156114b157600080fd5b5051600954610100900460ff9081169116141561153957604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561116457600080fd5b600080fd5b50505050565b600354600090600160a060020a03838116911614806115755750601454600160a060020a0383811661010090920416145b156115825750600161161d565b601454604080517f24d7806c000000000000000000000000000000000000000000000000000000008152600160a060020a0385811660048301529151610100909304909116916324d7806c91602480820192602092909190829003018186803b1580156115ee57600080fd5b505afa158015611602573d6000803e3d6000fd5b505050506040513d602081101561161857600080fd5b505190505b919050565b600061162d33611544565b151561163857600080fd5b6116428383612b7f565b9392505050565b60095460ff1681565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a908190846008811061168757fe5b600881049091015460046007909216919091026101000a90041663ffffffff16156116b35760016116b6565b60005b9695505050505050565b600d5490565b60105460ff1681565b600c5481565b600354600160a060020a031633146116ec57600080fd5b600354600160a060020a0316ff5b6000611704610fc3565b151561170f57600080fd5b60105460ff16151561172057600080fd5b6000600b80546001816001161561010002031660029004905011156117cf57600d80546001818101808455600093909352600b8054611796937fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb50192600261010091831615919091026000190190911604612d8a565b5050600c54600e80546001810182556000919091527fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd01555b600f80546117f291600b9160026000196101006001841615020190911604612d8a565b5042600c5560408051602081019182905260009081905261181591600f91612e0f565b506010805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316611856610e8a565b60408051600160a060020a038085168252831660208201526060918101828152600b805460026000196101006001841615020190911604938301849052926080830190849080156118e85780601f106118bd576101008083540402835291602001916118e8565b820191906000526020600020905b8154815290600101906020018083116118cb57829003601f168201915b505094505050505060405180910390a150600190565b60115481565b60135481565b60015481565b611918611bdc565b151561192357600080fd5b60408051602081019182905260009081905261194191600f91612e0f565b506010805460ff19169055565b600f805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156119d45780601f106119a9576101008083540402835291602001916119d4565b820191906000526020600020905b8154815290600101906020018083116119b757829003601f168201915b505050505081565b600954610100900460ff1681565b600354600090600160a060020a0383811691161480611a115750600954606460ff90911610155b15611a1e5750600161161d565b600954600061010090910460ff161115611b795760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015611a9e57600080fd5b505afa158015611ab2573d6000803e3d6000fd5b505050506040513d6020811015611ac857600080fd5b5051600954604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015611b4457600080fd5b505afa158015611b58573d6000803e3d6000fd5b505050506040513d6020811015611b6e57600080fd5b5051915061161d9050565b50600061161d565b600254600160a060020a03163314611b9857600080fd5b600160a060020a0381161515611bad57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b611bf633611544565b1515611c0157600080fd5b600860ff821610611c1157600080fd5b600082815260076020526040812060ff831660088110611c2d57fe5b600891828204019190066004029054906101000a900463ffffffff169050600760008481526020019081526020016000206000018260ff16600881101515611c7157fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600e805482908110611cfc57fe5b600091825260209091200154905081565b600d805482908110611d1b57fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152935090918301828280156119d45780601f106119a9576101008083540402835291602001916119d4565b6000611d8c336119ea565b905090565b611d9a33611544565b80611dad575033600160a060020a038216145b1515611db857600080fd5b600160a060020a03811660009081526012602052604090205460ff1615611e0457600160a060020a0381166000908152601260205260409020805460ff19169055601380546000190190555b60408051600160a060020a038316815290517f745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c9181900360200190a150565b60126020526000908152604090205460ff1681565b600354600160a060020a031681565b600160a060020a031660009081526012602052604090205460ff1690565b611e8e33611544565b1515611e9957600080fd5b60005b8151811015611ecd57611ec58282815181101515611eb657fe5b90602001906020020151612aee565b600101611e9c565b5050565b600a81565b611ede611bdc565b1515611ee957600080fd5b60105460ff1615611ef957600080fd5b8051608011611f0757600080fd5b8051611f1a90600f906020840190612e0f565b506010805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316611f5e610e8a565b60408051600160a060020a038085168252831660208201526060918101828152600f80546002600019610100600184161502019091160493830184905292608083019084908015611ff05780601f10611fc557610100808354040283529160200191611ff0565b820191906000526020600020905b815481529060010190602001808311611fd357829003601f168201915b505094505050505060405180910390a150565b61200b611d81565b151561201657600080fd5b6009805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6060602082511115156121345781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156121265780601f106120fb57610100808354040283529160200191612126565b820191906000526020600020905b81548152906001019060200180831161210957829003601f168201915b50505050509250505061161d565b6006826040518082805190602001908083835b602083106121665780518252601f199092019160209182019101612147565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f600260018316159098029095011695909504928301829004820288018201905281875292945092505083018282801561221a5780601f106121ef5761010080835404028352916020019161221a565b820191906000526020600020905b8154815290600101906020018083116121fd57829003601f168201915b50505050509050919050565b6014546101009004600160a060020a031681565b600454600160a060020a031681565b612251611d81565b151561225c57600080fd5b604080516020808252600b8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156122fb5780601f106122d0576101008083540402835291602001916122fb565b820191906000526020600020905b8154815290600101906020018083116122de57829003601f168201915b50509250505060405180910390a1565b60145460ff1681565b600b805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156119d45780601f106119a9576101008083540402835291602001916119d4565b6000600860ff83161061238157600080fd5b600083815260076020526040902060ff83166008811061239d57fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b60006123cb611bdc565b15156123d657600080fd5b6000826040516020018082805190602001908083835b6020831061240b5780518252601f1990920191602091820191016123ec565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600b60405160200180828054600181600116156101000203166002900480156124aa5780601f106124885761010080835404028352918201916124aa565b820191906000526020600020905b815481529060010190602001808311612496575b50509150506040516020818303038152906040528051906020012090508082141561268157600d541515612501576040805160208101918290526000908190526124f691600b91612e0f565b506000600c556125a5565b600080805b600d548110156125595781600e8281548110151561252057fe5b9060005260206000200154111561255157809250600e8181548110151561254357fe5b906000526020600020015491505b600101612506565b50600d80548390811061256857fe5b90600052602060002001600b9080546001816001161561010002031660029004612593929190612d8a565b50600c8190556125a282612c8b565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561263a578181015183820152602001612622565b50505050905090810190601f1680156126675780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a160009250505061161d565b60001960005b600d5481101561274a576000600d828154811015156126a257fe5b90600052602060002001604051602001808280546001816001161561010002031660029004801561270a5780601f106126e857610100808354040283529182019161270a565b820191906000526020600020905b8154815290600101906020018083116126f6575b5050915050604051602081830303815290604052805190602001209050808514156127415761273882612c8b565b8192505061274a565b50600101612687565b5060001981141561275a57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156127ee5781810151838201526020016127d6565b50505050905090810190601f16801561281b5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b61283b33611544565b151561284657600080fd5b81516020106128a157815180830151600081815260056020526040812091929161286f91612e7d565b60008351111561289a576000828152600560209081526040909120845161289892860190612e0f565b505b505061298c565b6006826040518082805190602001908083835b602083106128d35780518252601f1990920191602091820191016128b4565b51815160209384036101000a6000190180199092169116179052920194855250604051938490030190922061290c925090506000612e7d565b60008151111561298c57806006836040518082805190602001908083835b602083106129495780518252601f19909201916020918201910161292a565b51815160209384036101000a6000190180199092169116179052920194855250604051938490038101909320845161298a9591949190910192509050612e0f565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b838110156129eb5781810151838201526020016129d3565b50505050905090810190601f168015612a185780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b612a3233611544565b1515612a3d57600080fd5b600081815260076020526040812090612a568282612ec1565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b606481565b600354600160a060020a03163314612aaa57600080fd5b600160a060020a0381161515612abf57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a03811660009081526012602052604090205460ff161515612b4057600160a060020a0381166000908152601260205260409020805460ff191660019081179091556013805490910190555b60408051600160a060020a038316815290517fb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd9149181900360200190a150565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a90849082908560088110612bb657fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615612be2576001612be5565b60005b9050801515612c3e57600087815260076020526040902082908560088110612c0957fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b600d805482908110612c9957fe5b906000526020600020016000612caf9190612e7d565b600e805482908110612cbd57fe5b6000918252602082200155600d54600019018114612d6357600d80546000198101908110612ce757fe5b90600052602060002001600d82815481101515612d0057fe5b906000526020600020019080546001816001161561010002031660029004612d29929190612d8a565b50600e80546000198101908110612d3c57fe5b9060005260206000200154600e82815481101515612d5657fe5b6000918252602090912001555b600d805490612d76906000198301612ec8565b50600e805490611ecd906000198301612ef1565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10612dc35780548555612dff565b82800160010185558215612dff57600052602060002091601f016020900482015b82811115612dff578254825591600101919060010190612de4565b50612e0b929150612f11565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10612e5057805160ff1916838001178555612dff565b82800160010185558215612dff579182015b82811115612dff578251825591602001919060010190612e62565b50805460018160011615610100020316600290046000825580601f10612ea35750610ed9565b601f016020900490600052602060002090810190610ed99190612f11565b5060009055565b815481835581811115612eec57600083815260209020612eec918101908301612f2b565b505050565b815481835581811115612eec57600083815260209020612eec9181019083015b610e9791905b80821115612e0b5760008155600101612f17565b610e9791905b80821115612e0b576000612f458282612e7d565b50600101612f3156fea165627a7a723058201e2931b2ba72d1058d3cd2d3d1aa2cfa5ce9e96d17ff9bedf142048c68faf4360029",
}

BaseTenantConsumerGroupMetaData contains all meta data concerning the BaseTenantConsumerGroup contract.

View Source
var BaseTenantSpaceABI = BaseTenantSpaceMetaData.ABI

BaseTenantSpaceABI is the input ABI used to generate the binding from. Deprecated: Use BaseTenantSpaceMetaData.ABI instead.

View Source
var BaseTenantSpaceBin = BaseTenantSpaceMetaData.Bin

BaseTenantSpaceBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseTenantSpaceMetaData.Bin instead.

View Source
var BaseTenantSpaceFuncSigs = BaseTenantSpaceMetaData.Sigs

Deprecated: Use BaseTenantSpaceMetaData.Sigs instead. BaseTenantSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseTenantSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"factoryManager\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_func4Bytes\",\"type\":\"bytes4[]\"},{\"name\":\"_funcAddr\",\"type\":\"address\"}],\"name\":\"addFuncs\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"listKey\",\"type\":\"bytes32\"}],\"name\":\"listLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeMan\",\"type\":\"address\"}],\"name\":\"setNodeManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"listKey\",\"type\":\"bytes32\"},{\"name\":\"itemOrd\",\"type\":\"uint256\"}],\"name\":\"removeListOrd\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"setAndGetBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canNodePublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"_prefix\",\"type\":\"bytes\"}],\"name\":\"getKMSInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"},{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getTenantID\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"groupIds\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsAddress\",\"type\":\"address\"}],\"name\":\"createLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_factMan\",\"type\":\"address\"}],\"name\":\"setFactoryManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\"},{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"listsMapping\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"getKMSID\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"GROUP_ID_ADMIN\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"userManager\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_userAddr\",\"type\":\"address\"}],\"name\":\"userWallets\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_id\",\"type\":\"bytes32\"},{\"name\":\"_groupAddr\",\"type\":\"address\"}],\"name\":\"addGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"description\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"listKey\",\"type\":\"bytes32\"},{\"name\":\"itemVal\",\"type\":\"string\"}],\"name\":\"addListItem\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"incrementCounter\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsMan\",\"type\":\"address\"}],\"name\":\"setKmsManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsIdStr\",\"type\":\"string\"}],\"name\":\"checkKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_desc\",\"type\":\"string\"}],\"name\":\"setDescription\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_userMan\",\"type\":\"address\"}],\"name\":\"setUserManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"nodeManager\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_func4Bytes\",\"type\":\"bytes4\"},{\"name\":\"_p1\",\"type\":\"uint256\"},{\"name\":\"_p2\",\"type\":\"address\"},{\"name\":\"_encAuthToken\",\"type\":\"bytes\"},{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"}],\"name\":\"callFuncUintAddr\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_to\",\"type\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"kmsManager\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_lib\",\"type\":\"address\"},{\"name\":\"_contentType\",\"type\":\"address\"}],\"name\":\"createContent\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"bytes4\"}],\"name\":\"funcMapping\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_id\",\"type\":\"bytes32\"},{\"name\":\"_groupAddr\",\"type\":\"address\"}],\"name\":\"removeGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"defLeewaySecs\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"checkKMSAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"}],\"name\":\"deleteGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_userAddr\",\"type\":\"address\"}],\"name\":\"createUserWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32\"},{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"groupsMapping\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_func4Bytes\",\"type\":\"bytes4\"},{\"name\":\"_encAuthToken\",\"type\":\"bytes\"},{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"}],\"name\":\"checkCallFunc\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"defTokenExpSecs\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_contentSpace\",\"type\":\"address\"},{\"name\":\"_tenantName\",\"type\":\"string\"},{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"version\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"CreateTenant\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"walletAddress\",\"type\":\"address\"}],\"name\":\"GetAccessWallet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"func4Bytes\",\"type\":\"bytes4[]\"},{\"indexed\":false,\"name\":\"funcAddr\",\"type\":\"address\"}],\"name\":\"FunctionsAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"groupId\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"groupAddr\",\"type\":\"address\"}],\"name\":\"AddTenantGroup\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"groupId\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"groupAddr\",\"type\":\"address\"}],\"name\":\"RemoveTenantGroup\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newManager\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"prevManager\",\"type\":\"address\"}],\"name\":\"SetUserManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newManager\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"prevManager\",\"type\":\"address\"}],\"name\":\"SetNodeManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newManager\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"prevManager\",\"type\":\"address\"}],\"name\":\"SetFactoryManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newManager\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"prevManager\",\"type\":\"address\"}],\"name\":\"SetKmsManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"slot\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"val\",\"type\":\"uint32\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"ord\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"prev\",\"type\":\"bool\"}],\"name\":\"BitSetAndGet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"}],\"name\":\"WordGroupDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"58d40b25": "GROUP_ID_ADMIN()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"0a581edc": "addFuncs(bytes4[],address)",
		"65d8dd34": "addGroup(bytes32,address)",
		"74daf3a0": "addListItem(bytes32,string)",
		"32eaf21b": "addressKMS()",
		"9c075d67": "callFuncUintAddr(bytes4,uint256,address,bytes,uint8,bytes32,bytes32)",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"26683e14": "canNodePublish(address)",
		"ed1f6456": "checkCallFunc(bytes4,bytes,uint8,bytes32,bytes32)",
		"8d2a23db": "checkKMS(string)",
		"d6be0f49": "checkKMSAddr(address)",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"331b86c0": "countVersionHashes()",
		"bf4e088f": "createContent(address,address)",
		"b8cfaf05": "createContentType()",
		"575185ed": "createGroup()",
		"40b89f06": "createLibrary(address)",
		"e7cf0c66": "createUserWallet(address)",
		"02d05d3f": "creator()",
		"d21a8c94": "defLeewaySecs()",
		"f1df8140": "defTokenExpSecs()",
		"e57097c9": "deleteGroup(bytes32)",
		"e1a70717": "deleteVersion(string)",
		"7284e416": "description()",
		"032b5a73": "factoryManager()",
		"c2a21f14": "funcMapping(bytes4)",
		"30f846a2": "getBit(bytes32,uint8)",
		"e1954b61": "getCounter(bytes32,uint8)",
		"589aafc1": "getKMSID(address)",
		"268bfac4": "getKMSInfo(string,bytes)",
		"ac55c906": "getMeta(bytes)",
		"401262c8": "getTenantID()",
		"4093d7a1": "groupIds(uint256)",
		"ea8a3ed8": "groupsMapping(bytes32,uint256)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"7558cbf0": "incrementCounter(bytes32,uint8)",
		"6380501f": "indexCategory()",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"ac65b649": "kmsManager()",
		"11a3fa38": "listLength(bytes32)",
		"4d368f10": "listsMapping(bytes32,uint256)",
		"06fdde03": "name()",
		"9bb5cd3f": "nodeManager()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"cb3899b3": "removeGroup(bytes32,address)",
		"1fa12f11": "removeListOrd(bytes32,uint256)",
		"c9e8e72d": "setAddressKMS(address)",
		"24d7c18d": "setAndGetBit(bytes32,uint8)",
		"90c3f38f": "setDescription(string)",
		"430e621e": "setFactoryManager(address)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"87e38281": "setKmsManager(address)",
		"1319e7e1": "setNodeManager(address)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"97d0b02c": "setUserManager(address)",
		"aa024e8b": "setVisibility(uint8)",
		"a9059cbb": "transfer(address,uint256)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"5c8a7687": "userManager()",
		"63e6ffdd": "userWallets(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x608060408190527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006008556009805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f0000000000000000600a557f4261736554656e616e7453706163653230323030353034313230303030504f0060115562015180601555607860165562005f343881900390819083398101806040526060811015620000fc57600080fd5b8151602083018051919392830192916401000000008111156200011e57600080fd5b820160208101848111156200013257600080fd5b81516401000000008111828201871017156200014d57600080fd5b505060209182015160028054600160a060020a031990811632179091556003805490911633179055815191945092506200018e916012919085019062000343565b50600083905080600160a060020a0316638da5cb5b6040518163ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040160206040518083038186803b158015620001ea57600080fd5b505afa158015620001ff573d6000803e3d6000fd5b505050506040513d60208110156200021657600080fd5b5051600160a060020a0316331480620002be5750604080517fd6be0f490000000000000000000000000000000000000000000000000000000081523360048201529051600091600160a060020a0384169163d6be0f4991602480820192602092909190829003018186803b1580156200028e57600080fd5b505afa158015620002a3573d6000803e3d6000fd5b505050506040513d6020811015620002ba57600080fd5b5051115b1515620002ca57600080fd5b60048054600160a060020a03808716600160a060020a031992831617909255601480548584169216919091179055601154600354604080519283529216602082015281517fc2fe67ac699789805c53a93eea70eb0e316deaf8db4b810382d2412ba4fcb4c8929181900390910190a150505050620003e8565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200038657805160ff1916838001178555620003b6565b82800160010185558215620003b6579182015b82811115620003b657825182559160200191906001019062000399565b50620003c4929150620003c8565b5090565b620003e591905b80821115620003c45760008155600101620003cf565b90565b615b3c80620003f86000396000f3fe6080604052600436106104a25760003560e060020a900480636d2e4b1b11610264578063ac65b64911610148578063e02dd9c2116100c5578063e7cf0c6611610089578063e7cf0c6614611891578063ea8a3ed8146118c4578063ed1f6456146118f4578063ef1d7dc2146119c6578063f1df8140146119db578063f2fde38b146119f0576104a2565b8063e02dd9c214611619578063e1954b611461162e578063e1a707171461167a578063e542b7cb1461172d578063e57097c914611867576104a2565b8063c2a21f141161010c578063c2a21f1414611531578063c9e8e72d14611565578063cb3899b314611598578063d21a8c94146115d1578063d6be0f49146115e6576104a2565b8063ac65b649146114a2578063af570c04146114b7578063b8cfaf05146114cc578063bf4e088f146114e1578063c287e0ed1461151c576104a2565b80638da5cb5b116101e15780639867db74116101a55780639867db74146111da5780639bb5cd3f1461128d5780639c075d67146112a2578063a9059cbb14611389578063aa024e8b146113c2578063ac55c906146113ef576104a2565b80638da5cb5b1461109757806390c3f38f146110ac57806395a078e81461115f57806397ac4fd21461119257806397d0b02c146111a7576104a2565b80637886f747116102285780637886f74714610f7e5780637ca8f61814610fa857806381beeb6414610fd257806387e3828114610fe75780638d2a23db1461101a576104a2565b80636d2e4b1b14610e345780636e37542714610e675780637284e41614610e7c57806374daf3a014610e915780637558cbf014610f4b576104a2565b8063375a6e7c1161038b578063575185ed116103085780635f6a1301116102cc5780635f6a130114610d56578063628449fd14610d6b5780636380501f14610d8057806363e6ffdd14610d9557806365d8dd3414610dc857806367e5c3bf14610e01576104a2565b8063575185ed14610ccf578063589aafc114610ce457806358d40b2514610d175780635c8a768714610d2c5780635f4fcae114610d41576104a2565b806341c0e1b51161034f57806341c0e1b514610c3a578063430e621e14610c4f578063446e882614610c825780634d368f1014610c8a57806354fd4d5014610cba576104a2565b8063375a6e7c14610b9e578063401262c814610bb35780634093d7a114610bc857806340b87a2614610bf257806340b89f0614610c07576104a2565b80631bf7a9121161042457806326683e14116103e857806326683e141461094c578063268bfac41461097f57806329adec1414610b2c57806330f846a214610b4157806332eaf21b14610b74578063331b86c014610b89576104a2565b80631bf7a9121461074b5780631fa12f111461087257806322e564eb146108a257806324d7806c146108e657806324d7c18d14610919576104a2565b80630fe1b5a21161046b5780630fe1b5a214610644578063100508a21461068857806311a3fa38146106b35780631319e7e1146106ef57806314cfabb314610722576104a2565b8062821de3146104a457806302d05d3f146104d5578063032b5a73146104ea57806306fdde03146104ff5780630a581edc14610589575b005b3480156104b057600080fd5b506104b9611a23565b60408051600160a060020a039092168252519081900360200190f35b3480156104e157600080fd5b506104b9611a33565b3480156104f657600080fd5b506104b9611a42565b34801561050b57600080fd5b50610514611a51565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561054e578181015183820152602001610536565b50505050905090810190601f16801561057b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561059557600080fd5b506104a2600480360360408110156105ac57600080fd5b8101906020810181356401000000008111156105c757600080fd5b8201836020820111156105d957600080fd5b803590602001918460208302840111640100000000831117156105fb57600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092955050509035600160a060020a03169150611adf9050565b34801561065057600080fd5b506104a26004803603606081101561066757600080fd5b50600160a060020a038135169060ff60208201358116916040013516611bf0565b34801561069457600080fd5b5061069d611cbc565b6040805160ff9092168252519081900360200190f35b3480156106bf57600080fd5b506106dd600480360360208110156106d657600080fd5b5035611cc1565b60408051918252519081900360200190f35b3480156106fb57600080fd5b506104a26004803603602081101561071257600080fd5b5035600160a060020a0316611cd6565b34801561072e57600080fd5b50610737611d54565b604080519115158252519081900360200190f35b6107376004803603604081101561076157600080fd5b81019060208101813564010000000081111561077c57600080fd5b82018360208201111561078e57600080fd5b803590602001918460208302840111640100000000831117156107b057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561080057600080fd5b82018360208201111561081257600080fd5b8035906020019184602083028401116401000000008311171561083457600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611e69945050505050565b34801561087e57600080fd5b506104a26004803603604081101561089557600080fd5b5080359060200135611f13565b3480156108ae57600080fd5b506104a2600480360360608110156108c557600080fd5b50600160a060020a038135169060ff60208201358116916040013516612006565b3480156108f257600080fd5b506107376004803603602081101561090957600080fd5b5035600160a060020a03166124d3565b34801561092557600080fd5b506107376004803603604081101561093c57600080fd5b508035906020013560ff16612705565b34801561095857600080fd5b506107376004803603602081101561096f57600080fd5b5035600160a060020a031661272c565b34801561098b57600080fd5b50610a4e600480360360408110156109a257600080fd5b8101906020810181356401000000008111156109bd57600080fd5b8201836020820111156109cf57600080fd5b803590602001918460018302840111640100000000831117156109f157600080fd5b919390929091602081019035640100000000811115610a0f57600080fd5b820183602082011115610a2157600080fd5b80359060200191846001830284011164010000000083111715610a4357600080fd5b509092509050612849565b604051808060200180602001838103835285818151815260200191508051906020019080838360005b83811015610a8f578181015183820152602001610a77565b50505050905090810190601f168015610abc5780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b83811015610aef578181015183820152602001610ad7565b50505050905090810190601f168015610b1c5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390f35b348015610b3857600080fd5b5061069d612b93565b348015610b4d57600080fd5b5061073760048036036040811015610b6457600080fd5b508035906020013560ff16612b9c565b348015610b8057600080fd5b506104b9612c0a565b348015610b9557600080fd5b506106dd612c19565b348015610baa57600080fd5b50610737612c1f565b348015610bbf57600080fd5b50610514612c28565b348015610bd457600080fd5b506106dd60048036036020811015610beb57600080fd5b5035612ca1565b348015610bfe57600080fd5b506106dd612cc0565b348015610c1357600080fd5b506104b960048036036020811015610c2a57600080fd5b5035600160a060020a0316612cc6565b348015610c4657600080fd5b506104a2612dd6565b348015610c5b57600080fd5b506104a260048036036020811015610c7257600080fd5b5035600160a060020a0316612dfb565b610737612e79565b348015610c9657600080fd5b5061051460048036036040811015610cad57600080fd5b508035906020013561307d565b348015610cc657600080fd5b506106dd613100565b348015610cdb57600080fd5b506104b9613106565b348015610cf057600080fd5b5061051460048036036020811015610d0757600080fd5b5035600160a060020a03166131f2565b348015610d2357600080fd5b506106dd6133f4565b348015610d3857600080fd5b506104b9613406565b348015610d4d57600080fd5b506106dd613415565b348015610d6257600080fd5b506104a261341b565b348015610d7757600080fd5b50610514613459565b348015610d8c57600080fd5b5061069d6134b4565b348015610da157600080fd5b506104b960048036036020811015610db857600080fd5b5035600160a060020a03166134c2565b348015610dd457600080fd5b506104a260048036036040811015610deb57600080fd5b5080359060200135600160a060020a031661357a565b348015610e0d57600080fd5b5061073760048036036020811015610e2457600080fd5b5035600160a060020a03166136e8565b348015610e4057600080fd5b506104a260048036036020811015610e5757600080fd5b5035600160a060020a0316613869565b348015610e7357600080fd5b506107376138b7565b348015610e8857600080fd5b506105146138c8565b348015610e9d57600080fd5b506104a260048036036040811015610eb457600080fd5b81359190810190604081016020820135640100000000811115610ed657600080fd5b820183602082011115610ee857600080fd5b80359060200191846001830284011164010000000083111715610f0a57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613923945050505050565b348015610f5757600080fd5b506104a260048036036040811015610f6e57600080fd5b508035906020013560ff1661396b565b348015610f8a57600080fd5b506106dd60048036036020811015610fa157600080fd5b5035613a6c565b348015610fb457600080fd5b5061051460048036036020811015610fcb57600080fd5b5035613a7a565b348015610fde57600080fd5b50610737613aee565b348015610ff357600080fd5b506104a26004803603602081101561100a57600080fd5b5035600160a060020a0316613afe565b34801561102657600080fd5b506106dd6004803603602081101561103d57600080fd5b81019060208101813564010000000081111561105857600080fd5b82018360208201111561106a57600080fd5b8035906020019184600183028401116401000000008311171561108c57600080fd5b509092509050613b7c565b3480156110a357600080fd5b506104b9613d10565b3480156110b857600080fd5b506104a2600480360360208110156110cf57600080fd5b8101906020810181356401000000008111156110ea57600080fd5b8201836020820111156110fc57600080fd5b8035906020019184600183028401116401000000008311171561111e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d1f945050505050565b34801561116b57600080fd5b506107376004803603602081101561118257600080fd5b5035600160a060020a0316613d46565b34801561119e57600080fd5b5061069d613e8a565b3480156111b357600080fd5b506104a2600480360360208110156111ca57600080fd5b5035600160a060020a0316613e8f565b3480156111e657600080fd5b506104a2600480360360208110156111fd57600080fd5b81019060208101813564010000000081111561121857600080fd5b82018360208201111561122a57600080fd5b8035906020019184600183028401116401000000008311171561124c57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613f0d945050505050565b34801561129957600080fd5b506104b961403a565b3480156112ae57600080fd5b506104a2600480360360e08110156112c557600080fd5b600160e060020a031982351691602081013591600160a060020a03604083013516919081019060808101606082013564010000000081111561130657600080fd5b82018360208201111561131857600080fd5b8035906020019184600183028401116401000000008311171561133a57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505060ff8335169350505060208101359060400135614049565b34801561139557600080fd5b506104a2600480360360408110156113ac57600080fd5b50600160a060020a038135169060200135614210565b3480156113ce57600080fd5b506104a2600480360360208110156113e557600080fd5b503560ff1661425f565b3480156113fb57600080fd5b506105146004803603602081101561141257600080fd5b81019060208101813564010000000081111561142d57600080fd5b82018360208201111561143f57600080fd5b8035906020019184600183028401116401000000008311171561146157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506142d9945050505050565b3480156114ae57600080fd5b506104b9614482565b3480156114c357600080fd5b506104b9614491565b3480156114d857600080fd5b506104b96144a0565b3480156114ed57600080fd5b506104b96004803603604081101561150457600080fd5b50600160a060020a0381358116916020013516614564565b34801561152857600080fd5b506104a2614684565b34801561153d57600080fd5b506104b96004803603602081101561155457600080fd5b5035600160e060020a031916614746565b34801561157157600080fd5b506104a26004803603602081101561158857600080fd5b5035600160a060020a0316614761565b3480156115a457600080fd5b506104a2600480360360408110156115bb57600080fd5b5080359060200135600160a060020a031661479a565b3480156115dd57600080fd5b506106dd61496e565b3480156115f257600080fd5b506106dd6004803603602081101561160957600080fd5b5035600160a060020a0316614974565b34801561162557600080fd5b50610514614a58565b34801561163a57600080fd5b506116616004803603604081101561165157600080fd5b508035906020013560ff16614ab3565b6040805163ffffffff9092168252519081900360200190f35b34801561168657600080fd5b506106dd6004803603602081101561169d57600080fd5b8101906020810181356401000000008111156116b857600080fd5b8201836020820111156116ca57600080fd5b803590602001918460018302840111640100000000831117156116ec57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550614b05945050505050565b34801561173957600080fd5b506104a26004803603604081101561175057600080fd5b81019060208101813564010000000081111561176b57600080fd5b82018360208201111561177d57600080fd5b8035906020019184600183028401116401000000008311171561179f57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156117f257600080fd5b82018360208201111561180457600080fd5b8035906020019184600183028401116401000000008311171561182657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550614f76945050505050565b34801561187357600080fd5b506104a26004803603602081101561188a57600080fd5b503561516d565b34801561189d57600080fd5b506104b9600480360360208110156118b457600080fd5b5035600160a060020a03166151d2565b3480156118d057600080fd5b506104b9600480360360408110156118e757600080fd5b50803590602001356152ba565b34801561190057600080fd5b50610737600480360360a081101561191757600080fd5b600160e060020a0319823516919081019060408101602082013564010000000081111561194357600080fd5b82018360208201111561195557600080fd5b8035906020019184600183028401116401000000008311171561197757600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505060ff83351693505050602081013590604001356152f1565b3480156119d257600080fd5b5061069d615488565b3480156119e757600080fd5b506106dd61548d565b3480156119fc57600080fd5b506104a260048036036020811015611a1357600080fd5b5035600160a060020a0316615493565b600454600160a060020a03165b90565b600254600160a060020a031681565b601d54600160a060020a031681565b6012805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b820191906000526020600020905b815481529060010190602001808311611aba57829003601f168201915b505050505081565b611ae8336124d3565b1515611af357600080fd5b60005b8251811015611b5c5781601a60008584815181101515611b1257fe5b602090810291909101810151600160e060020a03191682528101919091526040016000208054600160a060020a031916600160a060020a0392909216919091179055600101611af6565b507f2fd37118a7338c6d45366419ced87ba93589ba1cca2489e8fb42b55de88742668282604051808060200183600160a060020a0316600160a060020a03168152602001828103825284818151815260200191508051906020019060200280838360005b83811015611bd8578181015183820152602001611bc0565b50505050905001935050505060405180910390a15050565b611bf8613aee565b1515611c0357600080fd5b600480546040805160e060020a6363e6ffdd028152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611c5c57600080fd5b505afa158015611c70573d6000803e3d6000fd5b505050506040513d6020811015611c8657600080fd5b50519050600160a060020a0381161515611caa57611ca5858585612006565b611cb5565b611cb5818585612006565b5050505050565b600181565b6000818152601960205260409020545b919050565b611cdf336124d3565b1515611cea57600080fd5b601c5460408051600160a060020a038085168252909216602083015280517f9b77357b839fea8829ce30918f67eb91de08caa0e5272af43a86af5334b561779281900390910190a1601c8054600160a060020a031916600160a060020a0392909216919091179055565b601c54600090600160a060020a031615611de957601c546040805160e260020a63099a0f850281523360048201529051600160a060020a03909216916326683e1491602480820192602092909190829003018186803b158015611db657600080fd5b505afa158015611dca573d6000803e3d6000fd5b505050506040513d6020811015611de057600080fd5b50519050611a30565b600480546040805160e260020a63099a0f85028152339381019390935251600160a060020a03909116916326683e14916024808301926020929190829003018186803b158015611e3857600080fd5b505afa158015611e4c573d6000803e3d6000fd5b505050506040513d6020811015611e6257600080fd5b5051905090565b6000611e7433613d46565b1515611e7f57600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a15060015b92915050565b611f1c336124d3565b1515611f2757600080fd5b6000828152601960205260409020546000190180821015611fb1576000838152601960205260409020805482908110611f5c57fe5b906000526020600020016019600085815260200190815260200160002083815481101515611f8657fe5b906000526020600020019080546001816001161561010002031660029004611faf92919061592d565b505b6000838152601960205260409020805482908110611fcb57fe5b906000526020600020016000611fe191906159b2565b60008381526019602052604090208054906120009060001983016159f6565b50505050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561204757600080fd5b505afa15801561205b573d6000803e3d6000fd5b505050506040513d602081101561207157600080fd5b5051600954610100900460ff9081169116141561211657604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b1580156120f957600080fd5b505af115801561210d573d6000803e3d6000fd5b50505050612000565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561215257600080fd5b505afa158015612166573d6000803e3d6000fd5b505050506040513d602081101561217c57600080fd5b5051600954610100900460ff9081169116141561220457604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b1580156120f957600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561224057600080fd5b505afa158015612254573d6000803e3d6000fd5b505050506040513d602081101561226a57600080fd5b5051600954610100900460ff908116911614156122f257604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b1580156120f957600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561232e57600080fd5b505afa158015612342573d6000803e3d6000fd5b505050506040513d602081101561235857600080fd5b5051600954610100900460ff908116911614156123e057604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b1580156120f957600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561241c57600080fd5b505afa158015612430573d6000803e3d6000fd5b505050506040513d602081101561244657600080fd5b5051600954610100900460ff908116911614156124ce57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b1580156120f957600080fd5b600080fd5b600354600090600160a060020a03838116911614156124f457506001611cd1565b600080516020615af1833981519152600052601760209081527f32dc2f122323555a2931187e5f104d329406c3094dd4da659019b9a47f95daf0805460408051828502810185019091528181526060939092919083018282801561258157602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311612563575b50939450600093505050505b81518110156126fb57600082828151811015156125a657fe5b6020908102909101810151604080517fd8961c8d000000000000000000000000000000000000000000000000000000008152600160a060020a0389811660048301526000602483015291519294509084169263d8961c8d92604480840193829003018186803b15801561261857600080fd5b505afa15801561262c573d6000803e3d6000fd5b505050506040513d602081101561264257600080fd5b5051806126e15750604080517fd8961c8d000000000000000000000000000000000000000000000000000000008152600160a060020a0387811660048301526001602483015291519183169163d8961c8d91604480820192602092909190829003018186803b1580156126b457600080fd5b505afa1580156126c8573d6000803e3d6000fd5b505050506040513d60208110156126de57600080fd5b50515b156126f25760019350505050611cd1565b5060010161258d565b5060009392505050565b6000612710336124d3565b151561271b57600080fd5b61272583836154e1565b9392505050565b601c54600090600160a060020a0316156127c357601c546040805160e260020a63099a0f85028152600160a060020a038581166004830152915191909216916326683e14916024808301926020929190829003018186803b15801561279057600080fd5b505afa1580156127a4573d6000803e3d6000fd5b505050506040513d60208110156127ba57600080fd5b50519050611cd1565b600480546040805160e260020a63099a0f85028152600160a060020a0386811694820194909452905192909116916326683e1491602480820192602092909190829003018186803b15801561281757600080fd5b505afa15801561282b573d6000803e3d6000fd5b505050506040513d602081101561284157600080fd5b505192915050565b601e546060908190600160a060020a0316156129f757601e54604080517f268bfac40000000000000000000000000000000000000000000000000000000081526004810191825260448101889052600160a060020a039092169163268bfac49189918991899189919081906024810190606401878780828437600083820152601f01601f191690910184810383528581526020019050858580828437600081840152601f19601f820116905080830192505050965050505050505060006040518083038186803b15801561291c57600080fd5b505afa158015612930573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604090815281101561295957600080fd5b81019080805164010000000081111561297157600080fd5b8201602081018481111561298457600080fd5b815164010000000081118282018710171561299e57600080fd5b505092919060200180516401000000008111156129ba57600080fd5b820160208101848111156129cd57600080fd5b81516401000000008111828201871017156129e757600080fd5b509496509450612b8a9350505050565b60048054604080517f268bfac400000000000000000000000000000000000000000000000000000000815292830190815260448301889052600160a060020a039091169163268bfac49189918991899189919081906024810190606401878780828437600083820152601f01601f191690910184810383528581526020019050858580828437600081840152601f19601f820116905080830192505050965050505050505060006040518083038186803b158015612ab457600080fd5b505afa158015612ac8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040908152811015612af157600080fd5b810190808051640100000000811115612b0957600080fd5b82016020810184811115612b1c57600080fd5b8151640100000000811182820187101715612b3657600080fd5b50509291906020018051640100000000811115612b5257600080fd5b82016020810184811115612b6557600080fd5b8151640100000000811182820187101715612b7f57600080fd5b509496509450505050505b94509492505050565b60095460ff1681565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a9081908460088110612bd157fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615612bfd576001612c00565b60005b9695505050505050565b601454600160a060020a031681565b600d5490565b60105460ff1681565b600080516020615af1833981519152600090815260176020527f32dc2f122323555a2931187e5f104d329406c3094dd4da659019b9a47f95daf08054606092919082908110612c7357fe5b600091825260209091200154600160a060020a03169050612c9b612c956155ed565b826155f2565b91505090565b6018805482908110612caf57fe5b600091825260209091200154905081565b600c5481565b601d54600090600160a060020a031615612d5657601d54604080517f40b89f06000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152915191909216916340b89f069160248083019260209291908290030181600087803b158015612d4257600080fd5b505af11580156127a4573d6000803e3d6000fd5b60048054604080517f40b89f06000000000000000000000000000000000000000000000000000000008152600160a060020a0386811694820194909452905192909116916340b89f06916024808201926020929091908290030181600087803b158015612dc257600080fd5b505af115801561282b573d6000803e3d6000fd5b600354600160a060020a03163314612ded57600080fd5b600354600160a060020a0316ff5b612e04336124d3565b1515612e0f57600080fd5b601d5460408051600160a060020a038085168252909216602083015280517ffa2af382c197e27affb4e04f89f42556c71015346416b56be15b3aee3c87f6619281900390910190a1601d8054600160a060020a031916600160a060020a0392909216919091179055565b6000612e83611d54565b1515612e8e57600080fd5b60105460ff161515612e9f57600080fd5b6000600b8054600181600116156101000203166002900490501115612f4e57600d80546001818101808455600093909352600b8054612f15937fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb5019260026101009183161591909102600019019091160461592d565b5050600c54600e80546001810182556000919091527fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd01555b600f8054612f7191600b916002600019610100600184161502019091160461592d565b5042600c55604080516020810191829052600090819052612f9491600f91615a1a565b506010805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612fd5611a23565b60408051600160a060020a038085168252831660208201526060918101828152600b805460026000196101006001841615020190911604938301849052926080830190849080156130675780601f1061303c57610100808354040283529160200191613067565b820191906000526020600020905b81548152906001019060200180831161304a57829003601f168201915b505094505050505060405180910390a150600190565b60196020528160005260406000208181548110151561309857fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152945090925090830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b60115481565b601d54600090600160a060020a03161561318157601d60009054906101000a9004600160a060020a0316600160a060020a031663575185ed6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561316d57600080fd5b505af1158015611dca573d6000803e3d6000fd5b60048054604080517f575185ed0000000000000000000000000000000000000000000000000000000081529051600160a060020a039092169263575185ed9282820192602092908290030181600087803b1580156131de57600080fd5b505af1158015611e4c573d6000803e3d6000fd5b601e54606090600160a060020a0316156132fc57601e54604080517f589aafc1000000000000000000000000000000000000000000000000000000008152600160a060020a0385811660048301529151919092169163589aafc1916024808301926000929190829003018186803b15801561326c57600080fd5b505afa158015613280573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405260208110156132a957600080fd5b8101908080516401000000008111156132c157600080fd5b820160208101848111156132d457600080fd5b81516401000000008111828201871017156132ee57600080fd5b50909450611cd19350505050565b60048054604080517f589aafc1000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051929091169163589aafc191602480820192600092909190829003018186803b15801561336657600080fd5b505afa15801561337a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405260208110156133a357600080fd5b8101908080516401000000008111156133bb57600080fd5b820160208101848111156133ce57600080fd5b81516401000000008111828201871017156133e857600080fd5b50909695505050505050565b600080516020615af183398151915281565b601b54600160a060020a031681565b60015481565b6134236138b7565b151561342e57600080fd5b60408051602081019182905260009081905261344c91600f91615a1a565b506010805460ff19169055565b600f805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b600954610100900460ff1681565b601b54600090600160a060020a03161561352657601b546040805160e060020a6363e6ffdd028152600160a060020a038581166004830152915191909216916363e6ffdd916024808301926020929190829003018186803b15801561279057600080fd5b600480546040805160e060020a6363e6ffdd028152600160a060020a0386811694820194909452905192909116916363e6ffdd91602480820192602092909190829003018186803b15801561281757600080fd5b613583336124d3565b151561358e57600080fd5b600160a060020a03811615156135a357600080fd5b60005b60008381526017602052604090205481101561362657600080516020615af18339815191528314156135d757600080fd5b60008381526017602052604090208054600160a060020a0384169190839081106135fd57fe5b600091825260209091200154600160a060020a0316141561361e57506136e4565b6001016135a6565b506000828152601760209081526040822080546001808201808455928552929093209092018054600160a060020a031916600160a060020a03851617905514156136a057601880546001810182556000919091527fb13d2d76d1f4b7be834882e410b3e3a8afaf69f83600ae24db354391d2378d2e018290555b60408051838152600160a060020a038316602082015281517f145b7e243e91890686f5ba84dd1254f7497f549ffb955f4871b3d27d4137d471929181900390910190a15b5050565b600354600090600160a060020a038381169116148061370f5750600954606460ff90911610155b1561371c57506001611cd1565b600954600061010090910460ff16111561386157600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561378657600080fd5b505afa15801561379a573d6000803e3d6000fd5b505050506040513d60208110156137b057600080fd5b5051600954604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561382c57600080fd5b505afa158015613840573d6000803e3d6000fd5b505050506040513d602081101561385657600080fd5b50519150611cd19050565b506000611cd1565b600254600160a060020a0316331461388057600080fd5b600160a060020a038116151561389557600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b6013805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b61392c336124d3565b151561393757600080fd5b6000828152601960209081526040822080546001810180835591845292829020845191936120009391019190850190615a1a565b613974336124d3565b151561397f57600080fd5b600860ff82161061398f57600080fd5b600082815260076020526040812060ff8316600881106139ab57fe5b600891828204019190066004029054906101000a900463ffffffff169050600760008481526020019081526020016000206000018260ff166008811015156139ef57fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600e805482908110612caf57fe5b600d805482908110613a8857fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b6000613af9336136e8565b905090565b613b07336124d3565b1515613b1257600080fd5b601e5460408051600160a060020a038085168252909216602083015280517f78cf028637abb89c0df6a78afd3d4403d03e5eb532390543d498bb346ee964779281900390910190a1601e8054600160a060020a031916600160a060020a0392909216919091179055565b601e54600090600160a060020a031615613c5057601e546040517f8d2a23db00000000000000000000000000000000000000000000000000000000815260206004820190815260248201859052600160a060020a0390921691638d2a23db91869186918190604401848480828437600083820152604051601f909101601f191690920195506020945090925050508083038186803b158015613c1d57600080fd5b505afa158015613c31573d6000803e3d6000fd5b505050506040513d6020811015613c4757600080fd5b50519050611f0d565b600480546040517f8d2a23db000000000000000000000000000000000000000000000000000000008152602092810192835260248101859052600160a060020a0390911691638d2a23db91869186918190604401848480828437600083820152604051601f909101601f191690920195506020945090925050508083038186803b158015613cdd57600080fd5b505afa158015613cf1573d6000803e3d6000fd5b505050506040513d6020811015613d0757600080fd5b50519392505050565b600354600160a060020a031681565b613d28336124d3565b1515613d3357600080fd5b80516136e4906013906020840190615a1a565b600354600090600160a060020a0383811691161480613d6d5750600954600a60ff90911610155b15613d7a57506001611cd1565b600954600061010090910460ff16111561386157600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015613de457600080fd5b505afa158015613df8573d6000803e3d6000fd5b505050506040513d6020811015613e0e57600080fd5b5051600954604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561382c57600080fd5b600a81565b613e98336124d3565b1515613ea357600080fd5b601b5460408051600160a060020a038085168252909216602083015280517fc104e41939e1b09c10a83f97ac30b2d1f48605f4630aa8c64633501740ce02999281900390910190a1601b8054600160a060020a031916600160a060020a0392909216919091179055565b613f156138b7565b1515613f2057600080fd5b60105460ff1615613f3057600080fd5b8051608011613f3e57600080fd5b8051613f5190600f906020840190615a1a565b506010805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316613f95611a23565b60408051600160a060020a038085168252831660208201526060918101828152600f805460026000196101006001841615020190911604938301849052926080830190849080156140275780601f10613ffc57610100808354040283529160200191614027565b820191906000526020600020905b81548152906001019060200180831161400a57829003601f168201915b505094505050505060405180910390a150565b601c54600160a060020a031681565b61405687858585856152f1565b151561406157600080fd5b600160e060020a031987166000908152601a60209081526040808320549051604481018a9052600160a060020a0389811660648301526060602483018181528a5160848501528a51929094169594909386938e938c938f938f939092839260a4909201918701908083838e5b838110156140e55781810151838201526020016140cd565b50505050905090810190601f1680156141125780820380516001836020036101000a031916815260200191505b5060408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160e060020a031990991698909817885251815191979096508695509350915081905083835b6020831061418d5780518252601f19909201916020918201910161416e565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146141ed576040519150601f19603f3d011682016040523d82523d6000602084013e6141f2565b606091505b50909250905081151561420457600080fd5b50505050505050505050565b614219336124d3565b151561422457600080fd5b604051600160a060020a0383169082156108fc029083906000818181858888f1935050505015801561425a573d6000803e3d6000fd5b505050565b614267613aee565b151561427257600080fd5b6009805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b6060602082511115156143905781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156143825780601f1061435757610100808354040283529160200191614382565b820191906000526020600020905b81548152906001019060200180831161436557829003601f168201915b505050505092505050611cd1565b6006826040518082805190602001908083835b602083106143c25780518252601f1990920191602091820191016143a3565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156144765780601f1061444b57610100808354040283529160200191614476565b820191906000526020600020905b81548152906001019060200180831161445957829003601f168201915b50505050509050919050565b601e54600160a060020a031681565b600454600160a060020a031681565b601d54600090600160a060020a03161561450757601d60009054906101000a9004600160a060020a0316600160a060020a031663b8cfaf056040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561316d57600080fd5b60048054604080517fb8cfaf050000000000000000000000000000000000000000000000000000000081529051600160a060020a039092169263b8cfaf059282820192602092908290030181600087803b1580156131de57600080fd5b601d54600090600160a060020a0316156145fc57601d54604080517fbf4e088f000000000000000000000000000000000000000000000000000000008152600160a060020a03868116600483015285811660248301529151919092169163bf4e088f9160448083019260209291908290030181600087803b1580156145e857600080fd5b505af1158015613c31573d6000803e3d6000fd5b60048054604080517fbf4e088f000000000000000000000000000000000000000000000000000000008152600160a060020a038781169482019490945285841660248201529051929091169163bf4e088f916044808201926020929091908290030181600087803b15801561467057600080fd5b505af1158015613cf1573d6000803e3d6000fd5b61468c613aee565b151561469757600080fd5b604080516020808252600b8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156147365780601f1061470b57610100808354040283529160200191614736565b820191906000526020600020905b81548152906001019060200180831161471957829003601f168201915b50509250505060405180910390a1565b601a60205260009081526040902054600160a060020a031681565b600354600160a060020a0316331461477857600080fd5b60148054600160a060020a031916600160a060020a0392909216919091179055565b6147a3336124d3565b15156147ae57600080fd5b600080516020615af18339815191528214156147c957600080fd5b60005b60008381526017602052604090205481101561425a5760008381526017602052604090208054600160a060020a03841691908390811061480857fe5b600091825260209091200154600160a060020a0316141561496657600083815260176020526040902054600019810182146148bd5760008481526017602052604090208054600019830190811061485b57fe5b6000918252602080832090910154868352601790915260409091208054600160a060020a03909216918490811061488e57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055505b6000848152601760205260409020805460001983019081106148db57fe5b600091825260208083209091018054600160a060020a03191690558582526017905260409020805460001901906149129082615a88565b5061491c8461566d565b60408051858152600160a060020a038516602082015281517fa4ba7d16ec48ae0b1af6cf3707ad062b11503d59527bca97e68886e7f6991456929181900390910190a150506136e4565b6001016147cc565b60165481565b601e54600090600160a060020a0316156149ee57601e54604080517fd6be0f49000000000000000000000000000000000000000000000000000000008152600160a060020a0385811660048301529151919092169163d6be0f49916024808301926020929190829003018186803b15801561279057600080fd5b60048054604080517fd6be0f49000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051929091169163d6be0f4991602480820192602092909190829003018186803b15801561281757600080fd5b600b805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611ad75780601f10611aac57610100808354040283529160200191611ad7565b6000600860ff831610614ac557600080fd5b600083815260076020526040902060ff831660088110614ae157fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b6000614b0f6138b7565b1515614b1a57600080fd5b6000826040516020018082805190602001908083835b60208310614b4f5780518252601f199092019160209182019101614b30565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600b6040516020018082805460018160011615610100020316600290048015614bee5780601f10614bcc576101008083540402835291820191614bee565b820191906000526020600020905b815481529060010190602001808311614bda575b505091505060405160208183030381529060405280519060200120905080821415614dc557600d541515614c4557604080516020810191829052600090819052614c3a91600b91615a1a565b506000600c55614ce9565b600080805b600d54811015614c9d5781600e82815481101515614c6457fe5b90600052602060002001541115614c9557809250600e81815481101515614c8757fe5b906000526020600020015491505b600101614c4a565b50600d805483908110614cac57fe5b90600052602060002001600b9080546001816001161561010002031660029004614cd792919061592d565b50600c819055614ce682615733565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015614d7e578181015183820152602001614d66565b50505050905090810190601f168015614dab5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611cd1565b60001960005b600d54811015614e8e576000600d82815481101515614de657fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015614e4e5780601f10614e2c576101008083540402835291820191614e4e565b820191906000526020600020905b815481529060010190602001808311614e3a575b505091505060405160208183030381529060405280519060200120905080851415614e8557614e7c82615733565b81925050614e8e565b50600101614dcb565b50600019811415614e9e57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015614f32578181015183820152602001614f1a565b50505050905090810190601f168015614f5f5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b614f7f336124d3565b1515614f8a57600080fd5b8151602010614fe5578151808301516000818152600560205260408120919291614fb3916159b2565b600083511115614fde5760008281526005602090815260409091208451614fdc92860190615a1a565b505b50506150d0565b6006826040518082805190602001908083835b602083106150175780518252601f199092019160209182019101614ff8565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092206150509250905060006159b2565b6000815111156150d057806006836040518082805190602001908083835b6020831061508d5780518252601f19909201916020918201910161506e565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932084516150ce9591949190910192509050615a1a565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b8381101561512f578181015183820152602001615117565b50505050905090810190601f16801561515c5780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b615176336124d3565b151561518157600080fd5b60008181526007602052604081209061519a8282615aac565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b601b54600090600160a060020a03161561524e57601b54604080517fe7cf0c66000000000000000000000000000000000000000000000000000000008152600160a060020a0385811660048301529151919092169163e7cf0c669160248083019260209291908290030181600087803b158015612d4257600080fd5b60048054604080517fe7cf0c66000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051929091169163e7cf0c66916024808201926020929091908290030181600087803b158015612dc257600080fd5b6017602052816000526040600020818154811015156152d557fe5b600091825260209091200154600160a060020a03169150829050565b600160e060020a031985166000908152601a6020526040812054600160a060020a031680151561532057600080fd5b60006001878051906020012087878760405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa158015615386573d6000803e3d6000fd5b50505060206040510351905061539b816124d3565b15156153ac5760009250505061547f565b60006153ed6040805190810160405280600381526020017f696964000000000000000000000000000000000000000000000000000000000081525089615832565b9050600160a060020a038116301461540b576000935050505061547f565b600061544c6040805190810160405280600381526020017f69617400000000000000000000000000000000000000000000000000000000008152508a6158c0565b905080156154765760006103e882046016544201039050601554811115151561547457600080fd5b505b60019450505050505b95945050505050565b606481565b60155481565b600354600160a060020a031633146154aa57600080fd5b600160a060020a03811615156154bf57600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a9084908290856008811061551857fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615615544576001615547565b60005b90508015156155a05760008781526007602052604090208290856008811061556b57fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b600e90565b604080517f6d616b654944537472696e6728696e742c6164647265737329000000000000008152815190819003601901812080825260e060020a850260048301819052600883018590526060939192909160ff919081602881856000fa80151561565b57600080fd5b50604080820190529695505050505050565b60008181526017602052604090205415156157305760005b6018548110156136e4578160188281548110151561569f57fe5b90600052602060002001541415615728576018546000190181146156f6576018805460001981019081106156cf57fe5b90600052602060002001546018828154811015156156e957fe5b6000918252602090912001555b60188054600019810190811061570857fe5b60009182526020822001556018805460001901906157269082615a88565b505b600101615685565b50565b600d80548290811061574157fe5b90600052602060002001600061575791906159b2565b600e80548290811061576557fe5b6000918252602082200155600d5460001901811461580b57600d8054600019810190811061578f57fe5b90600052602060002001600d828154811015156157a857fe5b9060005260206000200190805460018160011615610100020316600290046157d192919061592d565b50600e805460001981019081106157e457fe5b9060005260206000200154600e828154811015156157fe57fe5b6000918252602090912001555b600d80549061581e9060001983016159f6565b50600e8054906136e4906000198301615a88565b604080517f6765744164647265737328737472696e672c627974657329000000000000000081529051908190036018018120825181835260208501516004840181905260009360fe92906024820190865b838110156158a0576020818a018101516024848401015201615883565b506020818383886000fa8080156124ce5750505198975050505050505050565b604080517f67657455696e7428737472696e672c627974657329000000000000000000000081529051908190036015018120825181835260208501516004840181905260009360fe9290602482019086838110156158a0576020818a018101516024848401015201615883565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061596657805485556159a2565b828001600101855582156159a257600052602060002091601f016020900482015b828111156159a2578254825591600101919060010190615987565b506159ae929150615ab3565b5090565b50805460018160011615610100020316600290046000825580601f106159d85750615730565b601f0160209004906000526020600020908101906157309190615ab3565b81548183558181111561425a5760008381526020902061425a918101908301615acd565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10615a5b57805160ff19168380011785556159a2565b828001600101855582156159a2579182015b828111156159a2578251825591602001919060010190615a6d565b81548183558181111561425a5760008381526020902061425a918101908301615ab3565b5060009055565b611a3091905b808211156159ae5760008155600101615ab9565b611a3091905b808211156159ae576000615ae782826159b2565b50600101615ad356fe74656e616e745f61646d696e0000000000000000000000000000000000000000a165627a7a723058209fb10df173b2e2141be89daa49da1b3fd9537c91eab09b0bc8c2273db9e2a8240029",
}

BaseTenantSpaceMetaData contains all meta data concerning the BaseTenantSpace contract.

View Source
var BaseTypeFactoryABI = BaseTypeFactoryMetaData.ABI

BaseTypeFactoryABI is the input ABI used to generate the binding from. Deprecated: Use BaseTypeFactoryMetaData.ABI instead.

View Source
var BaseTypeFactoryBin = BaseTypeFactoryMetaData.Bin

BaseTypeFactoryBin is the compiled bytecode used for deploying new contracts. Deprecated: Use BaseTypeFactoryMetaData.Bin instead.

View Source
var BaseTypeFactoryFuncSigs = BaseTypeFactoryMetaData.Sigs

Deprecated: Use BaseTypeFactoryMetaData.Sigs instead. BaseTypeFactoryFuncSigs maps the 4-byte function signature to its string representation.

View Source
var BaseTypeFactoryMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\"}],\"name\":\"createNode\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_spaceAddr\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"b8cfaf05": "createContentType()",
		"5c6dc219": "createNode(address)",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f42617365466163746f727932303230313132393232333230304d4c000000000060055534801561007c57600080fd5b506040516020806131c78339810180604052602081101561009c57600080fd5b505160028054600160a060020a031990811632179091556003805482163317905560048054600160a060020a03909316929091169190911790556130e2806100e56000396000f3fe6080604052600436106100ae576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b116100765780636d2e4b1b146101655780638da5cb5b14610198578063af570c04146101ad578063b8cfaf05146101c2578063f2fde38b146101d7576100ae565b806302d05d3f146100b057806341c0e1b5146100e157806354fd4d50146100f65780635c6dc2191461011d5780635f4fcae114610150575b005b3480156100bc57600080fd5b506100c561020a565b60408051600160a060020a039092168252519081900360200190f35b3480156100ed57600080fd5b506100ae610219565b34801561010257600080fd5b5061010b61023e565b60408051918252519081900360200190f35b34801561012957600080fd5b506100c56004803603602081101561014057600080fd5b5035600160a060020a0316610244565b34801561015c57600080fd5b5061010b610318565b34801561017157600080fd5b506100ae6004803603602081101561018857600080fd5b5035600160a060020a031661031e565b3480156101a457600080fd5b506100c5610379565b3480156101b957600080fd5b506100c5610388565b3480156101ce57600080fd5b506100c5610397565b3480156101e357600080fd5b506100ae600480360360208110156101fa57600080fd5b5035600160a060020a03166106ae565b600254600160a060020a031681565b600354600160a060020a0316331461023057600080fd5b600354600160a060020a0316ff5b60055481565b60008060405161025390610865565b604051809103906000f08015801561026f573d6000803e3d6000fd5b50905082600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040160206040518083038186803b1580156102d157600080fd5b505afa1580156102e5573d6000803e3d6000fd5b505050506040513d60208110156102fb57600080fd5b5051600160a060020a03161461031057600080fd5b90505b919050565b60015481565b600254600160a060020a0316331461033557600080fd5b600160a060020a038116151561034a57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600454600090600160a060020a031633146103b157600080fd5b6000336040516103c090610872565b600160a060020a03909116815260405190819003602001906000f0801580156103ed573d6000803e3d6000fd5b5060048054604080517f63e6ffdd0000000000000000000000000000000000000000000000000000000081523293810193909352519293508392600160a060020a039091169160009183916363e6ffdd916024808301926020929190829003018186803b15801561045d57600080fd5b505afa158015610471573d6000803e3d6000fd5b505050506040513d602081101561048757600080fd5b50519050600061049682610709565b90508015156105a757604080517ff2fde38b00000000000000000000000000000000000000000000000000000000815232600482015290518391600160a060020a0387169163f2fde38b9160248082019260009290919082900301818387803b15801561050257600080fd5b505af1158015610516573d6000803e3d6000fd5b5050604080517f8635adb5000000000000000000000000000000000000000000000000000000008152600160a060020a038a811660048301526000602483018190526002604484015292519086169450638635adb593506064808301939282900301818387803b15801561058957600080fd5b505af115801561059d573d6000803e3d6000fd5b50505050506106a4565b604080517f0fe1b5a2000000000000000000000000000000000000000000000000000000008152326004820152600060248201819052600260448301529151600160a060020a03871692630fe1b5a2926064808201939182900301818387803b15801561061357600080fd5b505af1158015610627573d6000803e3d6000fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a038816935063f2fde38b9250602480830192600092919082900301818387803b15801561068b57600080fd5b505af115801561069f573d6000803e3d6000fd5b505050505b5092935050505090565b600354600160a060020a031633146106c557600080fd5b600160a060020a03811615156106da57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604080517f76657273696f6e415049282900000000000000000000000000000000000000008152815190819003600c018120600482526024820183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909216919091178152915181516000938493606093600160a060020a03881693919290918291908083835b602083106107d45780518252601f1990920191602091820191016107b5565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855afa9150503d8060008114610834576040519150601f19603f3d011682016040523d82523d6000602084013e610839565b606091505b50909250905081158061084b57508051155b1561085b57600092505050610313565b5060019392505050565b6104fc8061088083390190565b61233b80610d7c8339019056fe60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f4e6f646532303139303331353130353130304d4c00000000000000000000000060055560028054600160a060020a03199081163217909155600380549091163317905561045d8061009f6000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480635f4fcae1116100765780635f4fcae1146101c55780636d2e4b1b146101da5780638da5cb5b1461020d578063af570c0414610222578063f2fde38b14610237576100a3565b806302d05d3f146100a557806341304fac146100d657806341c0e1b51461018957806354fd4d501461019e575b005b3480156100b157600080fd5b506100ba61026a565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b506100a3600480360360208110156100f957600080fd5b81019060208101813564010000000081111561011457600080fd5b82018360208201111561012657600080fd5b8035906020019184600183028401116401000000008311171561014857600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610279945050505050565b34801561019557600080fd5b506100a361032c565b3480156101aa57600080fd5b506101b3610351565b60408051918252519081900360200190f35b3480156101d157600080fd5b506101b3610357565b3480156101e657600080fd5b506100a3600480360360208110156101fd57600080fd5b5035600160a060020a031661035d565b34801561021957600080fd5b506100ba6103b8565b34801561022e57600080fd5b506100ba6103c7565b34801561024357600080fd5b506100a36004803603602081101561025a57600080fd5b5035600160a060020a03166103d6565b600254600160a060020a031681565b600354600160a060020a0316331461029057600080fd5b7fcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab816040518080602001828103825283818151815260200191508051906020019080838360005b838110156102ef5781810151838201526020016102d7565b50505050905090810190601f16801561031c5780820380516001836020036101000a031916815260200191505b509250505060405180910390a150565b600354600160a060020a0316331461034357600080fd5b600354600160a060020a0316ff5b60055481565b60015481565b600254600160a060020a0316331461037457600080fd5b600160a060020a038116151561038957600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a031633146103ed57600080fd5b600160a060020a038116151561040257600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a72305820611c42aea233d1b5205cd44a21ad75d43316faa141bd87c2dd3c4b43e1ded85d0029608060408190527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006005556006805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006007557f42617365436f6e74656e745479706532303230303331363133353130304d4c00600e5560208061233b833981018060405260208110156100ea57600080fd5b50516002805432600160a060020a031991821617909155600380543390831617905560048054909116600160a060020a039092169190911790556006805461ffff19166104001790556121f9806101426000396000f3fe6080604052600436106102075760003560e060020a900480636380501f1161011c57806397ac4fd2116100a4578063c287e0ed11610073578063c287e0ed146107e9578063e02dd9c2146107fe578063e1a7071714610813578063ef1d7dc2146108c6578063f2fde38b146108db57610207565b806397ac4fd2146106df5780639867db74146106f4578063aa024e8b146107a7578063af570c04146107d457610207565b80637886f747116100eb5780637886f7471461062e5780637ca8f6181461065857806381beeb64146106825780638da5cb5b1461069757806395a078e8146106ac57610207565b80636380501f1461059e57806367e5c3bf146105b35780636d2e4b1b146105e65780636e3754271461061957610207565b8063331b86c01161019f578063446e88261161016e578063446e8826146104cd57806354fd4d50146104d55780635f4fcae1146104ea5780635f6a1301146104ff578063628449fd1461051457610207565b8063331b86c014610467578063375a6e7c1461048e57806340b87a26146104a357806341c0e1b5146104b857610207565b806314cfabb3116101db57806314cfabb3146102be5780631bf7a912146102e757806322e564eb1461040e57806329adec141461045257610207565b8062821de31461020957806302d05d3f1461023a5780630fe1b5a21461024f578063100508a214610293575b005b34801561021557600080fd5b5061021e61090e565b60408051600160a060020a039092168252519081900360200190f35b34801561024657600080fd5b5061021e61091e565b34801561025b57600080fd5b506102076004803603606081101561027257600080fd5b50600160a060020a038135169060ff6020820135811691604001351661092d565b34801561029f57600080fd5b506102a8610a0f565b6040805160ff9092168252519081900360200190f35b3480156102ca57600080fd5b506102d3610a14565b604080519115158252519081900360200190f35b6102d3600480360360408110156102fd57600080fd5b81019060208101813564010000000081111561031857600080fd5b82018360208201111561032a57600080fd5b8035906020019184602083028401116401000000008311171561034c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561039c57600080fd5b8201836020820111156103ae57600080fd5b803590602001918460208302840111640100000000831117156103d057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610ab1945050505050565b34801561041a57600080fd5b506102076004803603606081101561043157600080fd5b50600160a060020a038135169060ff60208201358116916040013516610b5a565b34801561045e57600080fd5b506102a861102d565b34801561047357600080fd5b5061047c611036565b60408051918252519081900360200190f35b34801561049a57600080fd5b506102d361103c565b3480156104af57600080fd5b5061047c611045565b3480156104c457600080fd5b5061020761104b565b6102d3611070565b3480156104e157600080fd5b5061047c611274565b3480156104f657600080fd5b5061047c61127a565b34801561050b57600080fd5b50610207611280565b34801561052057600080fd5b506105296112be565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561056357818101518382015260200161054b565b50505050905090810190601f1680156105905780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156105aa57600080fd5b506102a861134c565b3480156105bf57600080fd5b506102d3600480360360208110156105d657600080fd5b5035600160a060020a031661135a565b3480156105f257600080fd5b506102076004803603602081101561060957600080fd5b5035600160a060020a03166114f2565b34801561062557600080fd5b506102d361154d565b34801561063a57600080fd5b5061047c6004803603602081101561065157600080fd5b503561155c565b34801561066457600080fd5b506105296004803603602081101561067b57600080fd5b503561157b565b34801561068e57600080fd5b506102d36115ef565b3480156106a357600080fd5b5061021e6115fa565b3480156106b857600080fd5b506102d3600480360360208110156106cf57600080fd5b5035600160a060020a0316611609565b3480156106eb57600080fd5b506102a8611763565b34801561070057600080fd5b506102076004803603602081101561071757600080fd5b81019060208101813564010000000081111561073257600080fd5b82018360208201111561074457600080fd5b8035906020019184600183028401116401000000008311171561076657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611768945050505050565b3480156107b357600080fd5b50610207600480360360208110156107ca57600080fd5b503560ff16611895565b3480156107e057600080fd5b5061021e61190f565b3480156107f557600080fd5b5061020761191e565b34801561080a57600080fd5b506105296119e0565b34801561081f57600080fd5b5061047c6004803603602081101561083657600080fd5b81019060208101813564010000000081111561085157600080fd5b82018360208201111561086357600080fd5b8035906020019184600183028401116401000000008311171561088557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611a3b945050505050565b3480156108d257600080fd5b506102a8611eac565b3480156108e757600080fd5b50610207600480360360208110156108fe57600080fd5b5035600160a060020a0316611eb1565b600454600160a060020a03165b90565b600254600160a060020a031681565b6109356115ef565b151561094057600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b1580156109af57600080fd5b505afa1580156109c3573d6000803e3d6000fd5b505050506040513d60208110156109d957600080fd5b50519050600160a060020a03811615156109fd576109f8858585610b5a565b610a08565b610a08818585610b5a565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015610a7f57600080fd5b505afa158015610a93573d6000803e3d6000fd5b505050506040513d6020811015610aa957600080fd5b505191505090565b6000610abc33611609565b1515610ac757600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610b9b57600080fd5b505afa158015610baf573d6000803e3d6000fd5b505050506040513d6020811015610bc557600080fd5b5051600654610100900460ff90811691161415610c6a57604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b158015610c4d57600080fd5b505af1158015610c61573d6000803e3d6000fd5b50505050611027565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610ca657600080fd5b505afa158015610cba573d6000803e3d6000fd5b505050506040513d6020811015610cd057600080fd5b5051600654610100900460ff90811691161415610d5857604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610d9457600080fd5b505afa158015610da8573d6000803e3d6000fd5b505050506040513d6020811015610dbe57600080fd5b5051600654610100900460ff90811691161415610e4657604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610e8257600080fd5b505afa158015610e96573d6000803e3d6000fd5b505050506040513d6020811015610eac57600080fd5b5051600654610100900460ff90811691161415610f3457604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b158015610c4d57600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610f7057600080fd5b505afa158015610f84573d6000803e3d6000fd5b505050506040513d6020811015610f9a57600080fd5b5051600654610100900460ff9081169116141561102257604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b158015610c4d57600080fd5b600080fd5b50505050565b60065460ff1681565b600a5490565b600d5460ff1681565b60095481565b600354600160a060020a0316331461106257600080fd5b600354600160a060020a0316ff5b600061107a610a14565b151561108557600080fd5b600d5460ff16151561109657600080fd5b60006008805460018160011615610100020316600290049050111561114557600a805460018181018084556000939093526008805461110c937fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80192600261010091831615919091026000190190911604612010565b5050600954600b80546001810182556000919091527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db901555b600c80546111689160089160026000196101006001841615020190911604612010565b504260095560408051602081019182905260009081905261118b91600c91612095565b50600d805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a03166111cc61090e565b60408051600160a060020a03808516825283166020820152606091810182815260088054600260001961010060018416150201909116049383018490529260808301908490801561125e5780601f106112335761010080835404028352916020019161125e565b820191906000526020600020905b81548152906001019060200180831161124157829003601f168201915b505094505050505060405180910390a150600190565b600e5481565b60015481565b61128861154d565b151561129357600080fd5b6040805160208101918290526000908190526112b191600c91612095565b50600d805460ff19169055565b600c805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156113445780601f1061131957610100808354040283529160200191611344565b820191906000526020600020905b81548152906001019060200180831161132757829003601f168201915b505050505081565b600654610100900460ff1681565b600354600090600160a060020a03838116911614806113815750600654606460ff90911610155b1561138e575060016114ed565b600654600061010090910460ff1611156114e95760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561140e57600080fd5b505afa158015611422573d6000803e3d6000fd5b505050506040513d602081101561143857600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b1580156114b457600080fd5b505afa1580156114c8573d6000803e3d6000fd5b505050506040513d60208110156114de57600080fd5b505191506114ed9050565b5060005b919050565b600254600160a060020a0316331461150957600080fd5b600160a060020a038116151561151e57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60006115576115ef565b905090565b600b80548290811061156a57fe5b600091825260209091200154905081565b600a80548290811061158957fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152935090918301828280156113445780601f1061131957610100808354040283529160200191611344565b60006115573361135a565b600354600160a060020a031681565b600354600090600160a060020a03838116911614806116305750600654600a60ff90911610155b1561163d575060016114ed565b600654600061010090910460ff1611156114e95760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b1580156116bd57600080fd5b505afa1580156116d1573d6000803e3d6000fd5b505050506040513d60208110156116e757600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b1580156114b457600080fd5b600a81565b61177061154d565b151561177b57600080fd5b600d5460ff161561178b57600080fd5b805160801161179957600080fd5b80516117ac90600c906020840190612095565b50600d805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a03166117f061090e565b60408051600160a060020a038085168252831660208201526060918101828152600c805460026000196101006001841615020190911604938301849052926080830190849080156118825780601f1061185757610100808354040283529160200191611882565b820191906000526020600020905b81548152906001019060200180831161186557829003601f168201915b505094505050505060405180910390a150565b61189d6115ef565b15156118a857600080fd5b6006805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b600454600160a060020a031681565b6119266115ef565b151561193157600080fd5b60408051602080825260088054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156119d05780601f106119a5576101008083540402835291602001916119d0565b820191906000526020600020905b8154815290600101906020018083116119b357829003601f168201915b50509250505060405180910390a1565b6008805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156113445780601f1061131957610100808354040283529160200191611344565b6000611a4561154d565b1515611a5057600080fd5b6000826040516020018082805190602001908083835b60208310611a855780518252601f199092019160209182019101611a66565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051602081830303815290604052805190602001209050600060086040516020018082805460018160011615610100020316600290048015611b245780601f10611b02576101008083540402835291820191611b24565b820191906000526020600020905b815481529060010190602001808311611b10575b505091505060405160208183030381529060405280519060200120905080821415611cfb57600a541515611b7b57604080516020810191829052600090819052611b7091600891612095565b506000600955611c1f565b600080805b600a54811015611bd35781600b82815481101515611b9a57fe5b90600052602060002001541115611bcb57809250600b81815481101515611bbd57fe5b906000526020600020015491505b600101611b80565b50600a805483908110611be257fe5b9060005260206000200160089080546001816001161561010002031660029004611c0d929190612010565b506009819055611c1c82611f0c565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611cb4578181015183820152602001611c9c565b50505050905090810190601f168015611ce15780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a16000925050506114ed565b60001960005b600a54811015611dc4576000600a82815481101515611d1c57fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015611d845780601f10611d62576101008083540402835291820191611d84565b820191906000526020600020905b815481529060010190602001808311611d70575b505091505060405160208183030381529060405280519060200120905080851415611dbb57611db282611f0c565b81925050611dc4565b50600101611d01565b50600019811415611dd457600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611e68578181015183820152602001611e50565b50505050905090810190601f168015611e955780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b606481565b600354600160a060020a03163314611ec857600080fd5b600160a060020a0381161515611edd57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600a805482908110611f1a57fe5b906000526020600020016000611f309190612103565b600b805482908110611f3e57fe5b6000918252602082200155600a54600019018114611fe457600a80546000198101908110611f6857fe5b90600052602060002001600a82815481101515611f8157fe5b906000526020600020019080546001816001161561010002031660029004611faa929190612010565b50600b80546000198101908110611fbd57fe5b9060005260206000200154600b82815481101515611fd757fe5b6000918252602090912001555b600a805490611ff7906000198301612147565b50600b80549061200b906000198301612170565b505b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106120495780548555612085565b8280016001018555821561208557600052602060002091601f016020900482015b8281111561208557825482559160010191906001019061206a565b50612091929150612190565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106120d657805160ff1916838001178555612085565b82800160010185558215612085579182015b828111156120855782518255916020019190600101906120e8565b50805460018160011615610100020316600290046000825580601f10612129575061200d565b601f01602090049060005260206000209081019061200d9190612190565b81548183558181111561216b5760008381526020902061216b9181019083016121aa565b505050565b81548183558181111561216b5760008381526020902061216b9181019083015b61091b91905b808211156120915760008155600101612196565b61091b91905b808211156120915760006121c48282612103565b506001016121b056fea165627a7a72305820e7239b3a636cdee948edc6454210f5fb554289199f617c5784b9dcdaa5c076800029a165627a7a72305820ad1764c723c5b53f44b22000d2cf2a8dba2c844ec2c8c65493887d4b8bf9b4690029",
}

BaseTypeFactoryMetaData contains all meta data concerning the BaseTypeFactory contract.

View Source
var BoundContracts = map[string]*bind.BoundContract{}

Map of ABI names to *bind.BoundContract for log parsing only ABI names are constants starting with K_

View Source
var ContainerABI = ContainerMetaData.ABI

ContainerABI is the input ABI used to generate the binding from. Deprecated: Use ContainerMetaData.ABI instead.

View Source
var ContainerBin = ContainerMetaData.Bin

ContainerBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ContainerMetaData.Bin instead.

View Source
var ContainerFuncSigs = ContainerMetaData.Sigs

Deprecated: Use ContainerMetaData.Sigs instead. ContainerFuncSigs maps the 4-byte function signature to its string representation.

View Source
var ContainerMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canContribute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"},{\"name\":\"content_contract\",\"type\":\"address\"}],\"name\":\"addContentType\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"contentTypeContracts\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"typeHash\",\"type\":\"bytes32\"}],\"name\":\"findTypeByHash\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"canReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"validType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"contentObj\",\"type\":\"address\"}],\"name\":\"publish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"addressKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"requiresReview\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"contentTypes\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"canPublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"whitelistedType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentTypesLength\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"setAddressKMS\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"removeContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contentContract\",\"type\":\"address\"}],\"name\":\"ContentTypeAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentType\",\"type\":\"address\"}],\"name\":\"ContentTypeRemoved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"0f58a786": "addContentType(address,address)",
		"32eaf21b": "addressKMS()",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"0eaec2c5": "canContribute(address)",
		"81beeb64": "canEdit()",
		"9b55f901": "canPublish(address)",
		"29d00219": "canReview(address)",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"1cdbee5a": "contentTypeContracts(address)",
		"991a3a7c": "contentTypes(uint256)",
		"c65bcbe2": "contentTypesLength()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e1a70717": "deleteVersion(string)",
		"1f2caaec": "findTypeByHash(bytes32)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"41c0e1b5": "kill()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"2cf99422": "publish(address)",
		"fd089196": "removeContentType(address)",
		"3dd71d99": "requiresReview()",
		"c9e8e72d": "setAddressKMS(address)",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"29dedde5": "validType(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
		"9cb121ba": "whitelistedType(address)",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006005556006805461ff001960ff199091169092179190911690557f4564697461626c653230323030393238313130303030504f00000000000000006007557f436f6e7461696e657232303230303331363133353330304d4c00000000000000600e5560115560028054600160a060020a031990811632179091556003805490911633179055612b90806101056000396000f3fe6080604052600436106102cc5760003560e060020a90048063628449fd11610179578063991a3a7c116100e0578063c65bcbe211610099578063e1a7071711610073578063e1a7071714610af6578063ef1d7dc214610ba9578063f2fde38b14610bbe578063fd08919614610bf1576102cc565b8063c65bcbe214610a99578063c9e8e72d14610aae578063e02dd9c214610ae1576102cc565b8063991a3a7c146109e55780639b55f901146103145780639cb121ba14610a0f578063aa024e8b14610a42578063af570c0414610a6f578063c287e0ed14610a84576102cc565b80637ca8f618116101325780637ca8f6181461089657806381beeb64146108c05780638da5cb5b146108d557806395a078e8146108ea57806397ac4fd21461091d5780639867db7414610932576102cc565b8063628449fd146107525780636380501f146107dc57806367e5c3bf146107f15780636d2e4b1b146108245780636e375427146108575780637886f7471461086c576102cc565b806329d00219116102385780633dd71d99116101f1578063446e8826116101cb578063446e88261461070b57806354fd4d50146107135780635f4fcae1146107285780635f6a13011461073d576102cc565b80633dd71d991461040557806340b87a26146106e157806341c0e1b5146106f6576102cc565b806329d00219146105f757806329dedde51461062a5780632cf994221461065d57806332eaf21b14610690578063331b86c0146106a5578063375a6e7c146106cc576102cc565b806314cfabb31161028a57806314cfabb3146104055780631bf7a9121461041a5780631cdbee5a146105415780631f2caaec1461057457806322e564eb1461059e57806329adec14146105e2576102cc565b8062821de3146102ce57806302d05d3f146102ff5780630eaec2c5146103145780630f58a7861461035b5780630fe1b5a214610396578063100508a2146103da575b005b3480156102da57600080fd5b506102e3610c24565b60408051600160a060020a039092168252519081900360200190f35b34801561030b57600080fd5b506102e3610c34565b34801561032057600080fd5b506103476004803603602081101561033757600080fd5b5035600160a060020a0316610c43565b604080519115158252519081900360200190f35b34801561036757600080fd5b506102cc6004803603604081101561037e57600080fd5b50600160a060020a0381358116916020013516610c74565b3480156103a257600080fd5b506102cc600480360360608110156103b957600080fd5b50600160a060020a038135169060ff60208201358116916040013516610dd2565b3480156103e657600080fd5b506103ef610eb4565b6040805160ff9092168252519081900360200190f35b34801561041157600080fd5b50610347610eb9565b6103476004803603604081101561043057600080fd5b81019060208101813564010000000081111561044b57600080fd5b82018360208201111561045d57600080fd5b8035906020019184602083028401116401000000008311171561047f57600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156104cf57600080fd5b8201836020820111156104e157600080fd5b8035906020019184602083028401116401000000008311171561050357600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610ebe945050505050565b34801561054d57600080fd5b506102e36004803603602081101561056457600080fd5b5035600160a060020a0316610f67565b34801561058057600080fd5b506102e36004803603602081101561059757600080fd5b5035610f82565b3480156105aa57600080fd5b506102cc600480360360608110156105c157600080fd5b50600160a060020a038135169060ff60208201358116916040013516611163565b3480156105ee57600080fd5b506103ef611636565b34801561060357600080fd5b506103476004803603602081101561061a57600080fd5b5035600160a060020a031661163f565b34801561063657600080fd5b506103476004803603602081101561064d57600080fd5b5035600160a060020a0316611645565b34801561066957600080fd5b506103476004803603602081101561068057600080fd5b5035600160a060020a0316611663565b34801561069c57600080fd5b506102e3611782565b3480156106b157600080fd5b506106ba611791565b60408051918252519081900360200190f35b3480156106d857600080fd5b50610347611797565b3480156106ed57600080fd5b506106ba6117a0565b34801561070257600080fd5b506102cc6117a6565b6103476117cb565b34801561071f57600080fd5b506106ba6119cf565b34801561073457600080fd5b506106ba6119d5565b34801561074957600080fd5b506102cc6119db565b34801561075e57600080fd5b50610767611a19565b6040805160208082528351818301528351919283929083019185019080838360005b838110156107a1578181015183820152602001610789565b50505050905090810190601f1680156107ce5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156107e857600080fd5b506103ef611aa7565b3480156107fd57600080fd5b506103476004803603602081101561081457600080fd5b5035600160a060020a0316611ab5565b34801561083057600080fd5b506102cc6004803603602081101561084757600080fd5b5035600160a060020a0316611c4c565b34801561086357600080fd5b50610347611c9a565b34801561087857600080fd5b506106ba6004803603602081101561088f57600080fd5b5035611cab565b3480156108a257600080fd5b50610767600480360360208110156108b957600080fd5b5035611cca565b3480156108cc57600080fd5b50610347611d3e565b3480156108e157600080fd5b506102e3611d4e565b3480156108f657600080fd5b506103476004803603602081101561090d57600080fd5b5035600160a060020a0316611d5d565b34801561092957600080fd5b506103ef611eb7565b34801561093e57600080fd5b506102cc6004803603602081101561095557600080fd5b81019060208101813564010000000081111561097057600080fd5b82018360208201111561098257600080fd5b803590602001918460018302840111640100000000831117156109a457600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611ebc945050505050565b3480156109f157600080fd5b506102e360048036036020811015610a0857600080fd5b5035611fe9565b348015610a1b57600080fd5b5061034760048036036020811015610a3257600080fd5b5035600160a060020a0316612011565b348015610a4e57600080fd5b506102cc60048036036020811015610a6557600080fd5b503560ff16612068565b348015610a7b57600080fd5b506102e36120e2565b348015610a9057600080fd5b506102cc6120f1565b348015610aa557600080fd5b506106ba6121b3565b348015610aba57600080fd5b506102cc60048036036020811015610ad157600080fd5b5035600160a060020a03166121b9565b348015610aed57600080fd5b506107676121f2565b348015610b0257600080fd5b506106ba60048036036020811015610b1957600080fd5b810190602081018135640100000000811115610b3457600080fd5b820183602082011115610b4657600080fd5b80359060200191846001830284011164010000000083111715610b6857600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061224d945050505050565b348015610bb557600080fd5b506103ef6126be565b348015610bca57600080fd5b506102cc60048036036020811015610be157600080fd5b5035600160a060020a03166126c3565b348015610bfd57600080fd5b5061034760048036036020811015610c1457600080fd5b5035600160a060020a0316612711565b600454600160a060020a03165b90565b600254600160a060020a031681565b600354600090600160a060020a0383811691161480610c6c5750600354600160a060020a031633145b90505b919050565b600354600160a060020a03163314610c8b57600080fd5b600160a060020a0382811660009081526012602052604090205416158015610cb95750610cb782612011565b155b15610d65576010546011541015610d0f57816010601154815481101515610cdc57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a03160217905550610d5b565b601080546001810182556000919091527f1b6847dc741a1b0cd08d278845f9d819d87b734759afb55fe2de5cb82a9ae672018054600160a060020a031916600160a060020a0384161790555b6011805460010190555b600160a060020a038281166000818152601260209081526040918290208054600160a060020a0319169486169485179055815192835282019290925281517f280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7929181900390910190a15050565b610dda611d3e565b1515610de557600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015610e5457600080fd5b505afa158015610e68573d6000803e3d6000fd5b505050506040513d6020811015610e7e57600080fd5b50519050600160a060020a0381161515610ea257610e9d858585611163565b610ead565b610ead818585611163565b5050505050565b600181565b600090565b6000610ec933611d5d565b1515610ed457600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b601260205260009081526040902054600160a060020a031681565b6000805b60105481101561115a576000601082815481101515610fa157fe5b600091825260208083209091015460408051808401899052815180820385018152818301808452815191909501207fe02dd9c2000000000000000000000000000000000000000000000000000000009094529051600160a060020a0390921694509192849263e02dd9c29260448083019392829003018186803b15801561102757600080fd5b505afa15801561103b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561106457600080fd5b81019080805164010000000081111561107c57600080fd5b8201602081018481111561108f57600080fd5b81516401000000008111828201871017156110a957600080fd5b50509291905050506040516020018082805190602001908083835b602083106110e35780518252601f1990920191602091820191016110c4565b6001836020036101000a03801982511681845116808217855250505050505090500191505060405160208183030381529060405280519060200120141561115157601080548390811061113257fe5b600091825260209091200154600160a060020a03169250610c6f915050565b50600101610f86565b50600092915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156111a457600080fd5b505afa1580156111b8573d6000803e3d6000fd5b505050506040513d60208110156111ce57600080fd5b5051600654610100900460ff9081169116141561127357604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561125657600080fd5b505af115801561126a573d6000803e3d6000fd5b50505050611630565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b1580156112af57600080fd5b505afa1580156112c3573d6000803e3d6000fd5b505050506040513d60208110156112d957600080fd5b5051600654610100900460ff9081169116141561136157604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561125657600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561139d57600080fd5b505afa1580156113b1573d6000803e3d6000fd5b505050506040513d60208110156113c757600080fd5b5051600654610100900460ff9081169116141561144f57604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561125657600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561148b57600080fd5b505afa15801561149f573d6000803e3d6000fd5b505050506040513d60208110156114b557600080fd5b5051600654610100900460ff9081169116141561153d57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561125657600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561157957600080fd5b505afa15801561158d573d6000803e3d6000fd5b505050506040513d60208110156115a357600080fd5b5051600654610100900460ff9081169116141561162b57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561125657600080fd5b600080fd5b50505050565b60065460ff1681565b50600090565b60006011546000141561165a57506001610c6f565b610c6c82612011565b600033600160a060020a0383161461167a57600080fd5b600082905080600160a060020a0316638280dd8f60006040518263ffffffff1660e060020a02815260040180828152602001915050602060405180830381600087803b1580156116c957600080fd5b505af11580156116dd573d6000803e3d6000fd5b505050506040513d60208110156116f357600080fd5b5050604080517f27c1c21d0000000000000000000000000000000000000000000000000000000081529051600160a060020a038316916327c1c21d916004808301926020929190829003018186803b15801561174e57600080fd5b505afa158015611762573d6000803e3d6000fd5b505050506040513d602081101561177857600080fd5b5051159392505050565b600f54600160a060020a031681565b600a5490565b600d5460ff1681565b60095481565b600354600160a060020a031633146117bd57600080fd5b600354600160a060020a0316ff5b60006117d5610eb9565b15156117e057600080fd5b600d5460ff1615156117f157600080fd5b6000600880546001816001161561010002031660029004905011156118a057600a8054600181810180845560009390935260088054611867937fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a801926002610100918316159190910260001901909116046129a7565b5050600954600b80546001810182556000919091527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db901555b600c80546118c391600891600260001961010060018416150201909116046129a7565b50426009556040805160208101918290526000908190526118e691600c91612a2c565b50600d805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316611927610c24565b60408051600160a060020a0380851682528316602082015260609181018281526008805460026000196101006001841615020190911604938301849052926080830190849080156119b95780601f1061198e576101008083540402835291602001916119b9565b820191906000526020600020905b81548152906001019060200180831161199c57829003601f168201915b505094505050505060405180910390a150600190565b600e5481565b60015481565b6119e3611c9a565b15156119ee57600080fd5b604080516020810191829052600090819052611a0c91600c91612a2c565b50600d805460ff19169055565b600c805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a9f5780601f10611a7457610100808354040283529160200191611a9f565b820191906000526020600020905b815481529060010190602001808311611a8257829003601f168201915b505050505081565b600654610100900460ff1681565b600354600090600160a060020a0383811691161480611adc5750600654606460ff90911610155b15611ae957506001610c6f565b600654600061010090910460ff161115611c445760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015611b6957600080fd5b505afa158015611b7d573d6000803e3d6000fd5b505050506040513d6020811015611b9357600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015611c0f57600080fd5b505afa158015611c23573d6000803e3d6000fd5b505050506040513d6020811015611c3957600080fd5b50519150610c6f9050565b506000610c6f565b600254600160a060020a03163314611c6357600080fd5b600160a060020a0381161515611c7857600080fd5b60028054600160a060020a031916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b600b805482908110611cb957fe5b600091825260209091200154905081565b600a805482908110611cd857fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015611a9f5780601f10611a7457610100808354040283529160200191611a9f565b6000611d4933611ab5565b905090565b600354600160a060020a031681565b600354600090600160a060020a0383811691161480611d845750600654600a60ff90911610155b15611d9157506001610c6f565b600654600061010090910460ff161115611c445760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015611e1157600080fd5b505afa158015611e25573d6000803e3d6000fd5b505050506040513d6020811015611e3b57600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015611c0f57600080fd5b600a81565b611ec4611c9a565b1515611ecf57600080fd5b600d5460ff1615611edf57600080fd5b8051608011611eed57600080fd5b8051611f0090600c906020840190612a2c565b50600d805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a0316611f44610c24565b60408051600160a060020a038085168252831660208201526060918101828152600c80546002600019610100600184161502019091160493830184905292608083019084908015611fd65780601f10611fab57610100808354040283529160200191611fd6565b820191906000526020600020905b815481529060010190602001808311611fb957829003601f168201915b505094505050505060405180910390a150565b6010805482908110611ff757fe5b600091825260209091200154600160a060020a0316905081565b600080805b6011548110156120615783600160a060020a031660108281548110151561203957fe5b600091825260209091200154600160a060020a0316141561205957600191505b600101612016565b5092915050565b612070611d3e565b151561207b57600080fd5b6006805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b600454600160a060020a031681565b6120f9611d3e565b151561210457600080fd5b60408051602080825260088054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156121a35780601f10612178576101008083540402835291602001916121a3565b820191906000526020600020905b81548152906001019060200180831161218657829003601f168201915b50509250505060405180910390a1565b60115481565b600354600160a060020a031633146121d057600080fd5b600f8054600160a060020a031916600160a060020a0392909216919091179055565b6008805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015611a9f5780601f10611a7457610100808354040283529160200191611a9f565b6000612257611c9a565b151561226257600080fd5b6000826040516020018082805190602001908083835b602083106122975780518252601f199092019160209182019101612278565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600860405160200180828054600181600116156101000203166002900480156123365780601f10612314576101008083540402835291820191612336565b820191906000526020600020905b815481529060010190602001808311612322575b50509150506040516020818303038152906040528051906020012090508082141561250d57600a54151561238d5760408051602081019182905260009081905261238291600891612a2c565b506000600955612431565b600080805b600a548110156123e55781600b828154811015156123ac57fe5b906000526020600020015411156123dd57809250600b818154811015156123cf57fe5b906000526020600020015491505b600101612392565b50600a8054839081106123f457fe5b906000526020600020016008908054600181600116156101000203166002900461241f9291906129a7565b50600981905561242e826128a3565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156124c65781810151838201526020016124ae565b50505050905090810190601f1680156124f35780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050610c6f565b60001960005b600a548110156125d6576000600a8281548110151561252e57fe5b9060005260206000200160405160200180828054600181600116156101000203166002900480156125965780601f10612574576101008083540402835291820191612596565b820191906000526020600020905b815481529060010190602001808311612582575b5050915050604051602081830303815290604052805190602001209050808514156125cd576125c4826128a3565b819250506125d6565b50600101612513565b506000198114156125e657600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561267a578181015183820152602001612662565b50505050905090810190601f1680156126a75780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b606481565b600354600160a060020a031633146126da57600080fd5b600160a060020a03811615156126ef57600080fd5b60038054600160a060020a031916600160a060020a0392909216919091179055565b600354600090600160a060020a0316331461272b57600080fd5b6011546000190160005b6011548110156128995783600160a060020a031660108281548110151561275857fe5b600091825260209091200154600160a060020a0316141561289157601080548290811061278157fe5b60009182526020909120018054600160a060020a03191690558082146128265760108054839081106127af57fe5b60009182526020909120015460108054600160a060020a0390921691839081106127d557fe5b60009182526020909120018054600160a060020a031916600160a060020a0392909216919091179055601080548390811061280c57fe5b60009182526020909120018054600160a060020a03191690555b6011829055600160a060020a0384166000818152601260209081526040918290208054600160a060020a0319169055815192835290517fd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e29281900390910190a1600192505050610c6f565b600101612735565b5060009392505050565b600a8054829081106128b157fe5b9060005260206000200160006128c79190612a9a565b600b8054829081106128d557fe5b6000918252602082200155600a5460001901811461297b57600a805460001981019081106128ff57fe5b90600052602060002001600a8281548110151561291857fe5b9060005260206000200190805460018160011615610100020316600290046129419291906129a7565b50600b8054600019810190811061295457fe5b9060005260206000200154600b8281548110151561296e57fe5b6000918252602090912001555b600a80549061298e906000198301612ade565b50600b8054906129a2906000198301612b07565b505b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106129e05780548555612a1c565b82800160010185558215612a1c57600052602060002091601f016020900482015b82811115612a1c578254825591600101919060010190612a01565b50612a28929150612b27565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10612a6d57805160ff1916838001178555612a1c565b82800160010185558215612a1c579182015b82811115612a1c578251825591602001919060010190612a7f565b50805460018160011615610100020316600290046000825580601f10612ac057506129a4565b601f0160209004906000526020600020908101906129a49190612b27565b815481835581811115612b0257600083815260209020612b02918101908301612b41565b505050565b815481835581811115612b0257600083815260209020612b029181019083015b610c3191905b80821115612a285760008155600101612b2d565b610c3191905b80821115612a28576000612b5b8282612a9a565b50600101612b4756fea165627a7a72305820f9c12fb3d3c783d9057531c79dd5b76fc22b3876f387b0563e8afa147c09572b0029",
}

ContainerMetaData contains all meta data concerning the Container contract.

View Source
var ContentABI = ContentMetaData.ABI

ContentABI is the input ABI used to generate the binding from. Deprecated: Use ContentMetaData.ABI instead.

View Source
var ContentBin = ContentMetaData.Bin

ContentBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ContentMetaData.Bin instead.

View Source
var ContentFactoryHelperABI = ContentFactoryHelperMetaData.ABI

ContentFactoryHelperABI is the input ABI used to generate the binding from. Deprecated: Use ContentFactoryHelperMetaData.ABI instead.

View Source
var ContentFactoryHelperBin = ContentFactoryHelperMetaData.Bin

ContentFactoryHelperBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ContentFactoryHelperMetaData.Bin instead.

View Source
var ContentFactoryHelperFuncSigs = ContentFactoryHelperMetaData.Sigs

Deprecated: Use ContentFactoryHelperMetaData.Sigs instead. ContentFactoryHelperFuncSigs maps the 4-byte function signature to its string representation.

View Source
var ContentFactoryHelperMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"getContentObjectBin\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"0b9b0870": "getContentObjectBin()",
	},
	Bin: "0x608060405234801561001057600080fd5b50615910806100206000396000f3fe608060405234801561001057600080fd5b5060043610610047577c010000000000000000000000000000000000000000000000000000000060003504630b9b0870811461004c575b600080fd5b6100546100c9565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561008e578181015183820152602001610076565b50505050905090810190601f1680156100bb5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6060615820604051908101604052806157f781526020016100ee6157f7913990509056fe608060408190527f4f776e61626c653230323030393238313130303030504f00000000000000000060009081557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006007556008805460ff191690911761ff00191690557f4564697461626c653230323030393238313130303030504f00000000000000006009557f42617365436f6e74656e743230323030393238313130303030504f0000000000601055601755606080620057f7833981018060405260608110156100f057600080fd5b5080516020808301516040938401516002805432600160a060020a0319918216179091556003805433908316179055600480548216600160a060020a0380881691909117909155601480548316828616179081905560001960165560118054909316828516179092556008805461010061ffff1990911617905586519116815294519394919390927fc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19928290030190a150505061564480620001b36000396000f3fe6080604052600436106103c65760003560e060020a9004806367e5c3bf116101f6578063aa024e8b11610111578063cbcd4461116100a4578063e542b7cb11610073578063e542b7cb146118ad578063ef1d7dc2146119e7578063f2fde38b146119fc578063f4d9bae814611a2f576103c6565b8063cbcd44611461179d578063e02dd9c2146117b2578063e1a70717146117c7578063e53853031461187a576103c6565b8063bc7dba33116100e0578063bc7dba33146115d9578063c26484a614611611578063c287e0ed14611755578063c9e8e72d1461176a576103c6565b8063aa024e8b146114cf578063ac55c906146114fc578063af570c04146115af578063b816f513146115c4576103c6565b80638280dd8f1161018957806397ac4fd21161015857806397ac4fd2146110375780639867db741461104c578063a1ff106e146110ff578063a8d4160e1461133e576103c6565b80638280dd8f14610fb05780638da5cb5b14610fda5780638f77920114610fef57806395a078e814611004576103c6565b806378f52ffb116101c557806378f52ffb14610df55780637ca8f61814610e2d5780637ddc2c5614610e5757806381beeb6414610f9b576103c6565b806367e5c3bf14610d505780636d2e4b1b14610d835780636e37542714610db65780637886f74714610dcb576103c6565b8063331b86c0116102e6578063484f4b3b116102795780635f6a1301116102485780635f6a130114610c87578063628449fd14610c9c5780636380501f14610d2657806364ade32b14610d3b576103c6565b8063484f4b3b14610b055780635267db4414610c3357806354fd4d5014610c5d5780635f4fcae114610c72576103c6565b806340b87a26116102b557806340b87a26146109a557806341c0e1b5146109ba578063446e8826146109cf57806345155f6e146109d7576103c6565b8063331b86c01461080457806336ebffca14610819578063375a6e7c1461082e57806338d0f50414610843576103c6565b80631a735f181161035e57806324d7806c1161032d57806324d7806c1461078057806327c1c21d146107b357806329adec14146107da57806332eaf21b146107ef576103c6565b80631a735f18146105a15780631bf7a9121461060057806322e564eb146107275780632310167f1461076b576103c6565b80630c6d3f931161039a5780630c6d3f93146104535780630fe1b5a21461051d578063100508a21461056157806314cfabb31461058c576103c6565b8062821de3146103c857806302d05d3f146103f95780630593e3351461040e578063075d47821461044b575b005b3480156103d457600080fd5b506103dd611a59565b60408051600160a060020a039092168252519081900360200190f35b34801561040557600080fd5b506103dd611a69565b6104376004803603606081101561042457600080fd5b5080359060208101359060400135611a78565b604080519115158252519081900360200190f35b610437611ae8565b34801561045f57600080fd5b506104376004803603608081101561047657600080fd5b813591600160a060020a03602082013516918101906060810160408201356401000000008111156104a657600080fd5b8201836020820111156104b857600080fd5b803590602001918460018302840111640100000000831117156104da57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505091359250611c5b915050565b34801561052957600080fd5b506103c66004803603606081101561054057600080fd5b50600160a060020a038135169060ff60208201358116916040013516611ca2565b34801561056d57600080fd5b50610576611d6e565b6040805160ff9092168252519081900360200190f35b34801561059857600080fd5b50610437611d73565b3480156105ad57600080fd5b506105cb600480360360208110156105c457600080fd5b5035611e10565b60408051600160a060020a0390951685526020850193909352600091820b90910b838301526060830152519081900360800190f35b6104376004803603604081101561061657600080fd5b81019060208101813564010000000081111561063157600080fd5b82018360208201111561064357600080fd5b8035906020019184602083028401116401000000008311171561066557600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156106b557600080fd5b8201836020820111156106c757600080fd5b803590602001918460208302840111640100000000831117156106e957600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550611e44945050505050565b34801561073357600080fd5b506103c66004803603606081101561074a57600080fd5b50600160a060020a038135169060ff60208201358116916040013516611f11565b34801561077757600080fd5b506103dd6123e4565b34801561078c57600080fd5b50610437600480360360208110156107a357600080fd5b5035600160a060020a03166123f3565b3480156107bf57600080fd5b506107c861241d565b60408051918252519081900360200190f35b3480156107e657600080fd5b50610576612423565b3480156107fb57600080fd5b506103dd61242c565b34801561081057600080fd5b506107c861243b565b34801561082557600080fd5b506103dd612441565b34801561083a57600080fd5b50610437612450565b34801561084f57600080fd5b506109816004803603606081101561086657600080fd5b60ff823516919081019060408101602082013564010000000081111561088b57600080fd5b82018360208201111561089d57600080fd5b803590602001918460208302840111640100000000831117156108bf57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561090f57600080fd5b82018360208201111561092157600080fd5b8035906020019184602083028401116401000000008311171561094357600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612459945050505050565b6040805160ff94851681529290931660208301528183015290519081900360600190f35b3480156109b157600080fd5b506107c8612479565b3480156109c657600080fd5b506103c661247f565b6104376125eb565b610437600480360360608110156109ed57600080fd5b81359190810190604081016020820135640100000000811115610a0f57600080fd5b820183602082011115610a2157600080fd5b80359060200191846020830284011164010000000083111715610a4357600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610a9357600080fd5b820183602082011115610aa557600080fd5b80359060200191846020830284011164010000000083111715610ac757600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506127ef945050505050565b61043760048036036060811015610b1b57600080fd5b81359190810190604081016020820135640100000000811115610b3d57600080fd5b820183602082011115610b4f57600080fd5b80359060200191846020830284011164010000000083111715610b7157600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610bc157600080fd5b820183602082011115610bd357600080fd5b80359060200191846020830284011164010000000083111715610bf557600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612a18945050505050565b348015610c3f57600080fd5b506107c860048036036020811015610c5657600080fd5b5035612b6a565b348015610c6957600080fd5b506107c8612bff565b348015610c7e57600080fd5b506107c8612c05565b348015610c9357600080fd5b506103c6612c0b565b348015610ca857600080fd5b50610cb1612c49565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610ceb578181015183820152602001610cd3565b50505050905090810190601f168015610d185780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b348015610d3257600080fd5b50610576612cd7565b348015610d4757600080fd5b506107c8612ce5565b348015610d5c57600080fd5b5061043760048036036020811015610d7357600080fd5b5035600160a060020a0316612ceb565b348015610d8f57600080fd5b506103c660048036036020811015610da657600080fd5b5035600160a060020a0316612e6c565b348015610dc257600080fd5b50610437612ec7565b348015610dd757600080fd5b506107c860048036036020811015610dee57600080fd5b5035612ed6565b6107c860048036036080811015610e0b57600080fd5b50803590602081013590600160a060020a036040820135169060600135612ef5565b348015610e3957600080fd5b50610cb160048036036020811015610e5057600080fd5b5035612f2b565b348015610e6357600080fd5b5061098160048036036060811015610e7a57600080fd5b600160a060020a038235169190810190604081016020820135640100000000811115610ea557600080fd5b820183602082011115610eb757600080fd5b80359060200191846020830284011164010000000083111715610ed957600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050640100000000811115610f2957600080fd5b820183602082011115610f3b57600080fd5b80359060200191846020830284011164010000000083111715610f5d57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550612f9f945050505050565b348015610fa757600080fd5b50610437613190565b348015610fbc57600080fd5b506107c860048036036020811015610fd357600080fd5b503561319b565b348015610fe657600080fd5b506103dd6132a6565b348015610ffb57600080fd5b506107c86132b5565b34801561101057600080fd5b506104376004803603602081101561102757600080fd5b5035600160a060020a03166132bb565b34801561104357600080fd5b506105766133ff565b34801561105857600080fd5b506103c66004803603602081101561106f57600080fd5b81019060208101813564010000000081111561108a57600080fd5b82018360208201111561109c57600080fd5b803590602001918460018302840111640100000000831117156110be57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613404945050505050565b6107c8600480360360a081101561111557600080fd5b60ff823516919081019060408101602082013564010000000081111561113a57600080fd5b82018360208201111561114c57600080fd5b8035906020019184600183028401116401000000008311171561116e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156111c157600080fd5b8201836020820111156111d357600080fd5b803590602001918460018302840111640100000000831117156111f557600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561124857600080fd5b82018360208201111561125a57600080fd5b8035906020019184602083028401116401000000008311171561127c57600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156112cc57600080fd5b8201836020820111156112de57600080fd5b8035906020019184602083028401116401000000008311171561130057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550613531945050505050565b34801561134a57600080fd5b506113f16004803603602081101561136157600080fd5b81019060208101813564010000000081111561137c57600080fd5b82018360208201111561138e57600080fd5b803590602001918460018302840111640100000000831117156113b057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506136e1945050505050565b604051808060200180602001838103835285818151815260200191508051906020019080838360005b8381101561143257818101518382015260200161141a565b50505050905090810190601f16801561145f5780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b8381101561149257818101518382015260200161147a565b50505050905090810190601f1680156114bf5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390f35b3480156114db57600080fd5b506103c6600480360360208110156114f257600080fd5b503560ff16613a91565b34801561150857600080fd5b50610cb16004803603602081101561151f57600080fd5b81019060208101813564010000000081111561153a57600080fd5b82018360208201111561154c57600080fd5b8035906020019184600183028401116401000000008311171561156e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613b11945050505050565b3480156115bb57600080fd5b506103dd613cba565b3480156115d057600080fd5b506103dd613cc9565b610437600480360360808110156115ef57600080fd5b50803590602081013590600160a060020a036040820135169060600135613cd8565b34801561161d57600080fd5b506109816004803603606081101561163457600080fd5b600160a060020a03823516919081019060408101602082013564010000000081111561165f57600080fd5b82018360208201111561167157600080fd5b8035906020019184602083028401116401000000008311171561169357600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092959493602081019350359150506401000000008111156116e357600080fd5b8201836020820111156116f557600080fd5b8035906020019184602083028401116401000000008311171561171757600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550613d73945050505050565b34801561176157600080fd5b506103c6613f82565b34801561177657600080fd5b506103c66004803603602081101561178d57600080fd5b5035600160a060020a0316614107565b3480156117a957600080fd5b50610437614149565b3480156117be57600080fd5b50610cb1614168565b3480156117d357600080fd5b506107c8600480360360208110156117ea57600080fd5b81019060208101813564010000000081111561180557600080fd5b82018360208201111561181757600080fd5b8035906020019184600183028401116401000000008311171561183957600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506141c3945050505050565b34801561188657600080fd5b506103c66004803603602081101561189d57600080fd5b5035600160a060020a0316614634565b3480156118b957600080fd5b506103c6600480360360408110156118d057600080fd5b8101906020810181356401000000008111156118eb57600080fd5b8201836020820111156118fd57600080fd5b8035906020019184600183028401116401000000008311171561191f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929594936020810193503591505064010000000081111561197257600080fd5b82018360208201111561198457600080fd5b803590602001918460018302840111640100000000831117156119a657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061485d945050505050565b3480156119f357600080fd5b50610576614a54565b348015611a0857600080fd5b506103c660048036036020811015611a1f57600080fd5b5035600160a060020a0316614a59565b348015611a3b57600080fd5b506107c860048036036020811015611a5257600080fd5b5035614ab4565b601454600160a060020a03165b90565b600254600160a060020a031681565b600080611a86601754614b09565b90506060806000611a988484846127ef565b604080518a8152602081018a90528215158183015290519192507f2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06919081900360600190a1979650505050505050565b6000611af2613190565b1515611afd57600080fd5b601454604080517f2cf994220000000000000000000000000000000000000000000000000000000081523060048201529051600092600160a060020a031691632cf9942291602480830192602092919082900301818787803b158015611b6257600080fd5b505af1158015611b76573d6000803e3d6000fd5b505050506040513d6020811015611b8c57600080fd5b5051601654604080518315158152602081018390526060918101828152600a8054600260001961010060018416150201909116049383018490529495507fad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf49486949390929190608083019084908015611c465780601f10611c1b57610100808354040283529160200191611c46565b820191906000526020600020905b815481529060010190602001808311611c2957829003601f168201915b505094505050505060405180910390a1905090565b601354600090600160a060020a031615801590611c825750601354600160a060020a031633145b1515611c8d57600080fd5b611c9985858585614b44565b95945050505050565b611caa613190565b1515611cb557600080fd5b600480546040805160e060020a6363e6ffdd028152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015611d0e57600080fd5b505afa158015611d22573d6000803e3d6000fd5b505050506040513d6020811015611d3857600080fd5b50519050600160a060020a0381161515611d5c57611d57858585611f11565b611d67565b611d67818585611f11565b5050505050565b600181565b60048054604080517f26683e14000000000000000000000000000000000000000000000000000000008152339381019390935251600092600160a060020a039092169182916326683e1491602480820192602092909190829003018186803b158015611dde57600080fd5b505afa158015611df2573d6000803e3d6000fd5b505050506040513d6020811015611e0857600080fd5b505191505090565b6018602052600090815260408120805460018201546002830154600390930154600160a060020a03909216939092900b9084565b60006017546001016017819055506000611e5f601754614b09565b9050611e748185856000336103e84202614c79565b50611e7d615419565b5060408051608081018252338152346020808301918252600083850181815260608501828152968252601890925293842092518354600160a060020a039190911673ffffffffffffffffffffffffffffffffffffffff19909116178355905160018084019190915590516002830180549190940b60ff1660ff19909116179092559151600390920191909155905092915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015611f5257600080fd5b505afa158015611f66573d6000803e3d6000fd5b505050506040513d6020811015611f7c57600080fd5b5051600854610100900460ff9081169116141561202157604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b15801561200457600080fd5b505af1158015612018573d6000803e3d6000fd5b505050506123de565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561205d57600080fd5b505afa158015612071573d6000803e3d6000fd5b505050506040513d602081101561208757600080fd5b5051600854610100900460ff9081169116141561210f57604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561214b57600080fd5b505afa15801561215f573d6000803e3d6000fd5b505050506040513d602081101561217557600080fd5b5051600854610100900460ff908116911614156121fd57604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561223957600080fd5b505afa15801561224d573d6000803e3d6000fd5b505050506040513d602081101561226357600080fd5b5051600854610100900460ff908116911614156122eb57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b15801561200457600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b15801561232757600080fd5b505afa15801561233b573d6000803e3d6000fd5b505050506040513d602081101561235157600080fd5b5051600854610100900460ff908116911614156123d957604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b15801561200457600080fd5b600080fd5b50505050565b601354600160a060020a031681565b600354600090600160a060020a038381169116141561241457506001612418565b5060005b919050565b60165481565b60085460ff1681565b601254600160a060020a031681565b600c5490565b601154600160a060020a031681565b600f5460ff1681565b6000806000612469338686612f9f565b9250925092505b93509350939050565b600b5481565b601454600160a060020a0316331461249657600080fd5b601354600090600160a060020a03161561252c57601360009054906101000a9004600160a060020a0316600160a060020a031663860b24926040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156124fd57600080fd5b505af1158015612511573d6000803e3d6000fd5b505050506040513d602081101561252757600080fd5b505190505b8015806125395750806064145b806125455750806103e8145b8061255157508061044c145b151561255c57600080fd5b806064148061256c57508061044c145b156125dd57601360009054906101000a9004600160a060020a0316600160a060020a0316632de3ecd16040518163ffffffff1660e060020a028152600401600060405180830381600087803b1580156125c457600080fd5b505af11580156125d8573d6000803e3d6000fd5b505050505b600354600160a060020a0316ff5b60006125f5611d73565b151561260057600080fd5b600f5460ff16151561261157600080fd5b6000600a80546001816001161561010002031660029004905011156126c057600c80546001818101808455600093909352600a8054612687937fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c70192600261010091831615919091026000190190911604615440565b5050600b54600d80546001810182556000919091527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb501555b600e80546126e391600a9160026000196101006001841615020190911604615440565b5042600b5560408051602081019182905260009081905261270691600e916154c5565b50600f805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a0316612747611a59565b60408051600160a060020a038085168252831660208201526060918101828152600a805460026000196101006001841615020190911604938301849052926080830190849080156127d95780601f106127ae576101008083540402835291602001916127d9565b820191906000526020600020905b8154815290600101906020018083116127bc57829003601f168201915b505094505050505060405180910390a150600190565b60008381526018602052604081208054600160a060020a03161580159061283357508054600160a060020a03163314806128335750600354600160a060020a031633145b151561283e57600080fd5b600061284b868686612a18565b8254909150600160a060020a031633141561288b57801561287b576002828101805460ff1916909117905561288b565b60028201805460ff191660fe1790555b816001015482600301541015612967576002820154600090810b810b1361290c57815460408051808201909152600681527f726566756e640000000000000000000000000000000000000000000000000000602082015260038401546001850154612906938a93600160a060020a0390911692909103614b44565b50612967565b6003805460408051808201909152600e81527f72656c6561736520657363726f770000000000000000000000000000000000006020820152918401546001850154612965938a93600160a060020a031692909103614b44565b505b6000868152601860209081526040808320805473ffffffffffffffffffffffffffffffffffffffff191681556001810184905560028101805460ff1916905560030183905560145481518a815285151593810193909352600160a060020a03168282015260608201929092523360808201526103e8420260a082015290517fd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a19181900360c00190a195945050505050565b601354600090600190600160a060020a031615612b62576013546040517f1a485ccd000000000000000000000000000000000000000000000000000000008152600481018781523360648301819052608060248401908152885160848501528851600160a060020a03909516946000948694631a485ccd948d948d948d94929392604481019160a490910190602080890191028083838f5b83811015612ac8578181015183820152602001612ab0565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015612b07578181015183820152602001612aef565b505050509050019650505050505050602060405180830381600087803b158015612b3057600080fd5b505af1158015612b44573d6000803e3d6000fd5b505050506040513d6020811015612b5a57600080fd5b505115925050505b949350505050565b600354600090600160a060020a031633148015612b9e57506000821280612b9e5750600082138015612b9e57506000601654125b15612ba95760168290555b601454600160a060020a0316331415612bc25760168290555b60165460408051918252517fda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a29181900360200190a1505060165490565b60105481565b60015481565b612c13612ec7565b1515612c1e57600080fd5b604080516020810191829052600090819052612c3c91600e916154c5565b50600f805460ff19169055565b600e805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b820191906000526020600020905b815481529060010190602001808311612cb257829003601f168201915b505050505081565b600854610100900460ff1681565b60155481565b600354600090600160a060020a0383811691161480612d125750600854606460ff90911610155b15612d1f57506001612418565b600854600061010090910460ff161115612e6457600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b158015612d8957600080fd5b505afa158015612d9d573d6000803e3d6000fd5b505050506040513d6020811015612db357600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612e2f57600080fd5b505afa158015612e43573d6000803e3d6000fd5b505050506040513d6020811015612e5957600080fd5b505191506124189050565b506000612418565b600254600160a060020a03163314612e8357600080fd5b600160a060020a0381161515612e9857600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000612ed1613190565b905090565b600d805482908110612ee457fe5b600091825260209091200154905081565b601254600090600160a060020a03163314612f0f57600080fd5b606080612f20878383898989614c79565b979650505050505050565b600c805482908110612f3957fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b60008060006016546000141515612fc457612fb986614f51565b925092509250612470565b6000806000612fd4898989613d73565b9450909250905060ff8083161480612fef57508060ff1660ff145b1561318157600480546040805160e060020a6363e6ffdd028152600160a060020a038d8116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b15801561304d57600080fd5b505afa158015613061573d6000803e3d6000fd5b505050506040513d602081101561307757600080fd5b50519050600160a060020a0381161561317e578360ff1660ff141561314757600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526000604483015251600160a060020a03831691637fb52f1a916064808301926020929190829003018186803b15801561310c57600080fd5b505afa158015613120573d6000803e3d6000fd5b505050506040513d602081101561313657600080fd5b505115156001141561314757600093505b60ff8416151561317e578260ff1660ff141561317e576131668b6132bb565b151560011415613179576000925061317e565b606492505b50505b90989097509095509350505050565b6000612ed133612ceb565b60006131a5614149565b15156131b057600080fd5b601354600090600160a060020a031615156131cc575081613264565b601354604080517f3513a805000000000000000000000000000000000000000000000000000000008152600481018690529051600160a060020a03909216918291633513a8059160248083019260209291908290030181600087803b15801561323457600080fd5b505af1158015613248573d6000803e3d6000fd5b505050506040513d602081101561325e57600080fd5b50519150505b60168190556040805182815290517fda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a29181900360200190a15050601654919050565b600354600160a060020a031681565b60175481565b600354600090600160a060020a03838116911614806132e25750600854600a60ff90911610155b156132ef57506001612418565b600854600061010090910460ff161115612e6457600480546040805160e060020a6363e6ffdd028152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561335957600080fd5b505afa15801561336d573d6000803e3d6000fd5b505050506040513d602081101561338357600080fd5b5051600854604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b158015612e2f57600080fd5b600a81565b61340c612ec7565b151561341757600080fd5b600f5460ff161561342757600080fd5b805160801161343557600080fd5b805161344890600e9060208401906154c5565b50600f805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a031661348c611a59565b60408051600160a060020a038085168252831660208201526060918101828152600e8054600260001961010060018416150201909116049383018490529260808301908490801561351e5780601f106134f35761010080835404028352916020019161351e565b820191906000526020600020905b81548152906001019060200180831161350157829003601f168201915b505094505050505060405180910390a150565b600061353d8383611e44565b506017546040805182815260006020820181905260a0928201838152600a8054600260001961010060018416150201909116049484018590527f50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a069594929390928b928b92916060830190608084019060c0850190889080156136005780601f106135d557610100808354040283529160200191613600565b820191906000526020600020905b8154815290600101906020018083116135e357829003601f168201915b5050848103835286518152865160209182019188019080838360005b8381101561363457818101518382015260200161361c565b50505050905090810190601f1680156136615780820380516001836020036101000a031916815260200191505b50848103825285518152855160209182019187019080838360005b8381101561369457818101518382015260200161367c565b50505050905090810190601f1680156136c15780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390a15060175495945050505050565b6004546012546060918291600160a060020a03918216911615806137945750601254604080517fd6be0f49000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519183169163d6be0f4991602480820192602092909190829003018186803b15801561376657600080fd5b505afa15801561377a573d6000803e3d6000fd5b505050506040513d602081101561379057600080fd5b5051155b156137bd5750506040805160208181018352600080835283519182019093529182529150613a8c565b601254604080517f589aafc1000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519183169163268bfac491839163589aafc191602480820192600092909190829003018186803b15801561382b57600080fd5b505afa15801561383f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052602081101561386857600080fd5b81019080805164010000000081111561388057600080fd5b8201602081018481111561389357600080fd5b81516401000000008111828201871017156138ad57600080fd5b5050929190505050866040518363ffffffff1660e060020a028152600401808060200180602001838103835285818151815260200191508051906020019080838360005b838110156139095781810151838201526020016138f1565b50505050905090810190601f1680156139365780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b83811015613969578181015183820152602001613951565b50505050905090810190601f1680156139965780820380516001836020036101000a031916815260200191505b5094505050505060006040518083038186803b1580156139b557600080fd5b505afa1580156139c9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160409081528110156139f257600080fd5b810190808051640100000000811115613a0a57600080fd5b82016020810184811115613a1d57600080fd5b8151640100000000811182820187101715613a3757600080fd5b50509291906020018051640100000000811115613a5357600080fd5b82016020810184811115613a6657600080fd5b8151640100000000811182820187101715613a8057600080fd5b50949750955050505050505b915091565b613a99613190565b1515613aa457600080fd5b6008805460ff80841660ff19909216919091179182905560045460145460408051600160a060020a0393841681529190921660208201529290911682820152517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e5025009181900360600190a150565b606060208251111515613bc85781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015613bba5780601f10613b8f57610100808354040283529160200191613bba565b820191906000526020600020905b815481529060010190602001808311613b9d57829003601f168201915b505050505092505050612418565b6006826040518082805190602001908083835b60208310613bfa5780518252601f199092019160209182019101613bdb565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015613cae5780601f10613c8357610100808354040283529160200191613cae565b820191906000526020600020905b815481529060010190602001808311613c9157829003601f168201915b50505050509050919050565b600454600160a060020a031681565b601454600160a060020a031681565b601254600090600160a060020a03163314613cf257600080fd5b6060806000613d02888484612a18565b601454604080518b81528315156020820152600160a060020a0392831681830152606081018b9052918916608083015260a08201889052519192507fd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1919081900360c00190a1979650505050505050565b6000806000806015549050613d86615533565b600854600160ff9091161015613d9d5760ff613da0565b60005b60ff9081168252600854600a91161015613dbb5760ff613dbe565b60005b60ff166020820152601354600160a060020a031615613f6b57600080600080601360009054906101000a9004600160a060020a0316600160a060020a03166374ba46098c8c8f6040518463ffffffff1660e060020a02815260040180806020018060200184600160a060020a0316600160a060020a03168152602001838103835286818151815260200191508051906020019060200280838360005b83811015613e72578181015183820152602001613e5a565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015613eb1578181015183820152602001613e99565b505050509050019550505050505060806040518083038186803b158015613ed757600080fd5b505afa158015613eeb573d6000803e3d6000fd5b505050506040513d6080811015613f0157600080fd5b50805160208201516040830151606090930151601554929750909550919350909150811115613f335760648552613f66565b600184161515613f445760ff831685525b600284161515613f585760ff821660208601525b600484161515613f66578095505b505050505b805160209091015190989097509095509350505050565b601354600160a060020a03161515613fa157613f9c615112565b614105565b601354604080517fc9f3d94c0000000000000000000000000000000000000000000000000000000081529051600160a060020a0390921691600091839163c9f3d94c9160048082019260209290919082900301818787803b15801561400557600080fd5b505af1158015614019573d6000803e3d6000fd5b505050506040513d602081101561402f57600080fd5b50519050606481141561404957614044615112565b614102565b801561405457600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156140f35780601f106140c8576101008083540402835291602001916140f3565b820191906000526020600020905b8154815290600101906020018083116140d657829003601f168201915b50509250505060405180910390a15b50505b565b61410f613190565b151561411a57600080fd5b6012805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b601454600090600160a060020a0316331480612ed15750612ed1613190565b600a805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015612ccf5780601f10612ca457610100808354040283529160200191612ccf565b60006141cd612ec7565b15156141d857600080fd5b6000826040516020018082805190602001908083835b6020831061420d5780518252601f1990920191602091820191016141ee565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012090506000600a60405160200180828054600181600116156101000203166002900480156142ac5780601f1061428a5761010080835404028352918201916142ac565b820191906000526020600020905b815481529060010190602001808311614298575b50509150506040516020818303038152906040528051906020012090508082141561448357600c541515614303576040805160208101918290526000908190526142f891600a916154c5565b506000600b556143a7565b600080805b600c5481101561435b5781600d8281548110151561432257fe5b9060005260206000200154111561435357809250600d8181548110151561434557fe5b906000526020600020015491505b600101614308565b50600c80548390811061436a57fe5b90600052602060002001600a9080546001816001161561010002031660029004614395929190615440565b50600b8190556143a4826151d4565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b8381101561443c578181015183820152602001614424565b50505050905090810190601f1680156144695780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050612418565b60001960005b600c5481101561454c576000600c828154811015156144a457fe5b90600052602060002001604051602001808280546001816001161561010002031660029004801561450c5780601f106144ea57610100808354040283529182019161450c565b820191906000526020600020905b8154815290600101906020018083116144f8575b5050915050604051602081830303815290604052805190602001209050808514156145435761453a826151d4565b8192505061454c565b50600101614489565b5060001981141561455c57600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b838110156145f05781810151838201526020016145d8565b50505050905090810190601f16801561461d5780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b61463c613190565b151561464757600080fd5b601354600090600160a060020a03161561476c57601360009054906101000a9004600160a060020a03169050600081600160a060020a031663860b24926040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156146b357600080fd5b505af11580156146c7573d6000803e3d6000fd5b505050506040513d60208110156146dd57600080fd5b5051905060648114806146f157508061044c145b156147515781600160a060020a0316632de3ecd16040518163ffffffff1660e060020a028152600401600060405180830381600087803b15801561473457600080fd5b505af1158015614748573d6000803e3d6000fd5b5050505061476a565b80158061475f5750806103e8145b151561476a57600080fd5b505b6013805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0384169081179091551561481a57819050600081600160a060020a0316637b1cdb3e6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156147df57600080fd5b505af11580156147f3573d6000803e3d6000fd5b505050506040513d602081101561480957600080fd5b50519050801561481857600080fd5b505b60135460408051600160a060020a039092168252517fa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb79181900360200190a15050565b614866336123f3565b151561487157600080fd5b81516020106148cc57815180830151600081815260056020526040812091929161489a9161554e565b6000835111156148c557600082815260056020908152604090912084516148c3928601906154c5565b505b50506149b7565b6006826040518082805190602001908083835b602083106148fe5780518252601f1990920191602091820191016148df565b51815160209384036101000a6000190180199092169116179052920194855250604051938490030190922061493792509050600061554e565b6000815111156149b757806006836040518082805190602001908083835b602083106149745780518252601f199092019160209182019101614955565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932084516149b595919491909101925090506154c5565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b83811015614a165781810151838201526020016149fe565b50505050905090810190601f168015614a435780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b606481565b600354600160a060020a03163314614a7057600080fd5b600160a060020a0381161515614a8557600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000614abe613190565b1515614ac957600080fd5b60158290556040805183815290517f4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a39181900360200190a1505060155490565b60408051602080820193909352306c010000000000000000000000000281830152815180820360340181526054909101909152805191012090565b600084815260186020526040812060018101546003820154840111614c6d57604051600160a060020a0386169084156108fc029085906000818181858888f19350505050158015614b99573d6000803e3d6000fd5b508281600301540181600301819055507fad58d18ea7292f887da6f15bb4f0badddaa33d169713d09cf49710acc7c3a5b986858786604051808581526020018060200184600160a060020a0316600160a060020a03168152602001838152602001828103825285818151815260200191508051906020019080838360005b83811015614c2f578181015183820152602001614c17565b50505050905090810190601f168015614c5c5780820380516001836020036101000a031916815260200191505b509550505050505060405180910390a15b50600195945050505050565b6000614c868387876152d6565b601354600160a060020a031615614dd7576013546040517ff9b4aa0200000000000000000000000000000000000000000000000000000000815260048101898152600160a060020a0386811660648401526080602484019081528a5160848501528a519190941693600093859363f9b4aa02938e938e938e938d93909291604481019160a490910190602080890191028083838f5b83811015614d33578181015183820152602001614d1b565b50505050905001838103825285818151815260200191508051906020019060200280838360005b83811015614d72578181015183820152602001614d5a565b505050509050019650505050505050602060405180830381600087803b158015614d9b57600080fd5b505af1158015614daf573d6000803e3d6000fd5b505050506040513d6020811015614dc557600080fd5b505190508015614dd457600080fd5b50505b60145460408051898152600160a060020a039283166020820152808201879052918516606083015260808201849052517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360a00190a160005b8651811015614eb1578681815181101515614e4b57fe5b6020908102909101015115614ea9577f515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c388782815181101515614e8957fe5b906020019060200201516040518082815260200191505060405180910390a15b600101614e34565b5060005b8551811015614f45578551600090879083908110614ecf57fe5b60209081029091010151600160a060020a031614614f3d577fb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b6848682815181101515614f1657fe5b602090810290910181015160408051600160a060020a039092168252519081900390910190a15b600101614eb5565b50959695505050505050565b60035460009081908190600160a060020a0385811691161480614f7c5750600854600a60ff90911610155b15614f9157505060155460009150819061510b565b600480546040805160e060020a6363e6ffdd028152600160a060020a03888116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b158015614fea57600080fd5b505afa158015614ffe573d6000803e3d6000fd5b505050506040513d602081101561501457600080fd5b50519050600160a060020a0381161561504d57615030866132bb565b15156001141561504d57505060155460009350839250905061510b565b601454604080517f29d00219000000000000000000000000000000000000000000000000000000008152600160a060020a038981166004830152915191909216916329d00219916024808301926020929190829003018186803b1580156150b357600080fd5b505afa1580156150c7573d6000803e3d6000fd5b505050506040513d60208110156150dd57600080fd5b50511515600114156150fc57505060155460009350839250905061510b565b5050601554600a935083925090505b9193909250565b61511a613190565b151561512557600080fd5b604080516020808252600a8054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65939092918291820190849080156151c45780601f10615199576101008083540402835291602001916151c4565b820191906000526020600020905b8154815290600101906020018083116151a757829003601f168201915b50509250505060405180910390a1565b600c8054829081106151e257fe5b9060005260206000200160006151f8919061554e565b600d80548290811061520657fe5b6000918252602082200155600c546000190181146152ac57600c8054600019810190811061523057fe5b90600052602060002001600c8281548110151561524957fe5b906000526020600020019080546001816001161561010002031660029004615272929190615440565b50600d8054600019810190811061528557fe5b9060005260206000200154600d8281548110151561529f57fe5b6000918252602090912001555b600c8054906152bf906000198301615592565b50600d8054906141029060001983016155bb565b50565b60008060006152e6868686612f9f565b94509092509050606460ff82161415615312573483111561530657600080fd5b61530e615328565b5060005b60ff81161561532057600080fd5b505050505050565b600480546040805160e060020a6363e6ffdd028152339381019390935251600092600160a060020a03909216916363e6ffdd916024808301926020929190829003018186803b15801561537a57600080fd5b505afa15801561538e573d6000803e3d6000fd5b505050506040513d60208110156153a457600080fd5b5051604080517fb8ff1dba00000000000000000000000000000000000000000000000000000000815290519192508291600160a060020a0383169163b8ff1dba91600480830192600092919082900301818387803b15801561540557600080fd5b505af1158015615320573d6000803e3d6000fd5b60408051608081018252600080825260208201819052918101829052606081019190915290565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061547957805485556154b5565b828001600101855582156154b557600052602060002091601f016020900482015b828111156154b557825482559160010191906001019061549a565b506154c19291506155db565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061550657805160ff19168380011785556154b5565b828001600101855582156154b5579182015b828111156154b5578251825591602001919060010190615518565b60408051808201825290600290829080388339509192915050565b50805460018160011615610100020316600290046000825580601f1061557457506152d3565b601f0160209004906000526020600020908101906152d391906155db565b8154818355818111156155b6576000838152602090206155b69181019083016155f5565b505050565b8154818355818111156155b6576000838152602090206155b69181019083015b611a6691905b808211156154c157600081556001016155e1565b611a6691905b808211156154c157600061560f828261554e565b506001016155fb56fea165627a7a7230582083074562ccd657d43006a1ed79d299ced8668c41a26a8cc64174a8dcd8b2910c0029a165627a7a7230582019c93cb62ebdae48b08d7f06d3f9ef6b25ebd8b0e0382452615fdd6fa7a6eb110029",
}

ContentFactoryHelperMetaData contains all meta data concerning the ContentFactoryHelper contract.

View Source
var ContentFuncSigs = ContentMetaData.Sigs

Deprecated: Use ContentMetaData.Sigs instead. ContentFuncSigs maps the 4-byte function signature to its string representation.

View Source
var ContentMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"},{\"name\":\"\",\"type\":\"address\"}],\"name\":\"runFinalize\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"commandKill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"proposed_status_code\",\"type\":\"int256\"}],\"name\":\"runStatusChange\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"name\":\"runDescribeStatus\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DEFAULT_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"},{\"name\":\"\",\"type\":\"address\"}],\"name\":\"runAccessInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint8\"},{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"runCreate\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"runKillExt\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"runKill\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DEFAULT_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"runEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DEFAULT_CHARGE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"},{\"name\":\"\",\"type\":\"address\"}],\"name\":\"runAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"}],\"name\":\"Log\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"b\",\"type\":\"bool\"}],\"name\":\"LogBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"a\",\"type\":\"address\"}],\"name\":\"LogAddress\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"u\",\"type\":\"uint256\"}],\"name\":\"LogUint256\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"u\",\"type\":\"int256\"}],\"name\":\"LogInt256\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"b\",\"type\":\"bytes32\"}],\"name\":\"LogBytes32\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"payee\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"LogPayment\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"result\",\"type\":\"uint256\"}],\"name\":\"RunCreate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"result\",\"type\":\"uint256\"}],\"name\":\"RunKill\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"proposedStatusCode\",\"type\":\"int256\"},{\"indexed\":false,\"name\":\"returnStatusCode\",\"type\":\"int256\"}],\"name\":\"RunStatusChange\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"calculatedAccessCharge\",\"type\":\"int256\"}],\"name\":\"RunAccessCharge\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"result\",\"type\":\"uint256\"}],\"name\":\"RunAccess\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"result\",\"type\":\"uint256\"}],\"name\":\"RunFinalize\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"6af27417": "DEFAULT_ACCESS()",
		"f185db0c": "DEFAULT_CHARGE()",
		"b535b03e": "DEFAULT_SEE()",
		"2de3ecd1": "commandKill()",
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"f9b4aa02": "runAccess(uint256,bytes32[],address[],address)",
		"74ba4609": "runAccessInfo(bytes32[],address[],address)",
		"7b1cdb3e": "runCreate()",
		"45080442": "runDescribeStatus(int256)",
		"c9f3d94c": "runEdit()",
		"1a485ccd": "runFinalize(uint256,bytes32[],address[],address)",
		"9e99bbea": "runKill()",
		"860b2492": "runKillExt()",
		"3513a805": "runStatusChange(int256)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f436f6e74656e7432303230303231303136343130304d4c00000000000000000060055560028054600160a060020a0319908116321790915560038054909116331790556108768061009f6000396000f3fe608060405260043610610147576000357c01000000000000000000000000000000000000000000000000000000009004806374ba4609116100c8578063af570c041161008c578063af570c0414610551578063b535b03e14610566578063c9f3d94c1461057b578063f185db0c14610590578063f2fde38b146105a5578063f9b4aa021461017a57610147565b806374ba4609146103be5780637b1cdb3e1461052c578063860b2492146105345780638da5cb5b1461053c5780639e99bbea1461052c57610147565b8063450804421161010f578063450804421461030c57806354fd4d50146103365780635f4fcae11461034b5780636af27417146103605780636d2e4b1b1461038b57610147565b806302d05d3f146101495780631a485ccd1461017a5780632de3ecd1146102c55780633513a805146102da57806341c0e1b5146102f7575b005b34801561015557600080fd5b5061015e6105d8565b60408051600160a060020a039092168252519081900360200190f35b6102b36004803603608081101561019057600080fd5b813591908101906040810160208201356401000000008111156101b257600080fd5b8201836020820111156101c457600080fd5b803590602001918460208302840111640100000000831117156101e657600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561023657600080fd5b82018360208201111561024857600080fd5b8035906020019184602083028401116401000000008311171561026a57600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092955050509035600160a060020a031691506105e79050565b60408051918252519081900360200190f35b3480156102d157600080fd5b506101476105f1565b6102b3600480360360208110156102f057600080fd5b50356106b9565b34801561030357600080fd5b506101476106bc565b34801561031857600080fd5b506102b36004803603602081101561032f57600080fd5b50356106d3565b34801561034257600080fd5b506102b36106d9565b34801561035757600080fd5b506102b36106df565b34801561036c57600080fd5b506103756106e5565b6040805160ff9092168252519081900360200190f35b34801561039757600080fd5b50610147600480360360208110156103ae57600080fd5b5035600160a060020a03166106ea565b3480156103ca57600080fd5b506104fd600480360360608110156103e157600080fd5b8101906020810181356401000000008111156103fc57600080fd5b82018360208201111561040e57600080fd5b8035906020019184602083028401116401000000008311171561043057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561048057600080fd5b82018360208201111561049257600080fd5b803590602001918460208302840111640100000000831117156104b457600080fd5b91908080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092955050509035600160a060020a031691506107459050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6102b3610754565b6102b3610759565b34801561054857600080fd5b5061015e6107c2565b34801561055d57600080fd5b5061015e6107d1565b34801561057257600080fd5b506103756107e0565b34801561058757600080fd5b506102b36107e5565b34801561059c57600080fd5b506103756107ea565b3480156105b157600080fd5b50610147600480360360208110156105c857600080fd5b5035600160a060020a03166107ef565b600254600160a060020a031681565b6000949350505050565b600654600160a060020a0316331461060857600080fd5b600033905030600160a060020a031681600160a060020a0316632310167f6040518163ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040160206040518083038186803b15801561066c57600080fd5b505afa158015610680573d6000803e3d6000fd5b505050506040513d602081101561069657600080fd5b5051600160a060020a0316146106ab57600080fd5b600354600160a060020a0316ff5b90565b600354600160a060020a031633146106ab57600080fd5b50600090565b60055481565b60015481565b600281565b600254600160a060020a0316331461070157600080fd5b600160a060020a038116151561071657600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60076000808093509350935093565b600090565b600080610764610754565b9050806064148061077657508061044c145b1561079f576006805473ffffffffffffffffffffffffffffffffffffffff1916331790556107bd565b6006805473ffffffffffffffffffffffffffffffffffffffff191690555b905090565b600354600160a060020a031681565b600454600160a060020a031681565b600181565b606490565b600481565b600354600160a060020a0316331461080657600080fd5b600160a060020a038116151561081b57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a723058204aae08672e4d011a6c9579558a214a89a66dfed00099f1b67436c32b0885c43e0029",
}

ContentMetaData contains all meta data concerning the Content contract.

View Source
var CounterObjectABI = CounterObjectMetaData.ABI

CounterObjectABI is the input ABI used to generate the binding from. Deprecated: Use CounterObjectMetaData.ABI instead.

View Source
var CounterObjectBin = CounterObjectMetaData.Bin

CounterObjectBin is the compiled bytecode used for deploying new contracts. Deprecated: Use CounterObjectMetaData.Bin instead.

View Source
var CounterObjectFuncSigs = CounterObjectMetaData.Sigs

Deprecated: Use CounterObjectMetaData.Sigs instead. CounterObjectFuncSigs maps the 4-byte function signature to its string representation.

View Source
var CounterObjectMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"setAndGetBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"incrementCounter\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"}],\"name\":\"deleteGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"slot\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"val\",\"type\":\"uint32\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"ord\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"prev\",\"type\":\"bool\"}],\"name\":\"BitSetAndGet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"}],\"name\":\"WordGroupDeleted\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"e57097c9": "deleteGroup(bytes32)",
		"30f846a2": "getBit(bytes32,uint8)",
		"e1954b61": "getCounter(bytes32,uint8)",
		"7558cbf0": "incrementCounter(bytes32,uint8)",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"24d7c18d": "setAndGetBit(bytes32,uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a03199081163217909155600380549091163317905561082e8061007b6000396000f3fe6080604052600436106100fa576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b1161009c578063af570c0411610076578063af570c04146102a6578063e1954b61146102bb578063e57097c914610307578063f2fde38b14610331576100fa565b80636d2e4b1b1461022b5780637558cbf01461025e5780638da5cb5b14610291576100fa565b806330f846a2116100d857806330f846a2146101a757806341c0e1b5146101da57806354fd4d50146101ef5780635f4fcae114610216576100fa565b806302d05d3f146100fc57806324d7806c1461012d57806324d7c18d14610174575b005b34801561010857600080fd5b50610111610364565b60408051600160a060020a039092168252519081900360200190f35b34801561013957600080fd5b506101606004803603602081101561015057600080fd5b5035600160a060020a0316610373565b604080519115158252519081900360200190f35b34801561018057600080fd5b506101606004803603604081101561019757600080fd5b508035906020013560ff1661039d565b3480156101b357600080fd5b50610160600480360360408110156101ca57600080fd5b508035906020013560ff166103c4565b3480156101e657600080fd5b506100fa610432565b3480156101fb57600080fd5b50610204610457565b60408051918252519081900360200190f35b34801561022257600080fd5b5061020461045d565b34801561023757600080fd5b506100fa6004803603602081101561024e57600080fd5b5035600160a060020a0316610463565b34801561026a57600080fd5b506100fa6004803603604081101561028157600080fd5b508035906020013560ff166104be565b34801561029d57600080fd5b506101116105bf565b3480156102b257600080fd5b506101116105ce565b3480156102c757600080fd5b506102ee600480360360408110156102de57600080fd5b508035906020013560ff166105dd565b6040805163ffffffff9092168252519081900360200190f35b34801561031357600080fd5b506100fa6004803603602081101561032a57600080fd5b503561062f565b34801561033d57600080fd5b506100fa6004803603602081101561035457600080fd5b5035600160a060020a0316610694565b600254600160a060020a031681565b600354600090600160a060020a038381169116141561039457506001610398565b5060005b919050565b60006103a833610373565b15156103b357600080fd5b6103bd83836106ef565b9392505050565b6000828152600560209081526040822060ff8481169290920490911690601f841690600282900a90819084600881106103f957fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615610425576001610428565b60005b9695505050505050565b600354600160a060020a0316331461044957600080fd5b600354600160a060020a0316ff5b60005481565b60015481565b600254600160a060020a0316331461047a57600080fd5b600160a060020a038116151561048f57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6104c733610373565b15156104d257600080fd5b600860ff8216106104e257600080fd5b600082815260056020526040812060ff8316600881106104fe57fe5b600891828204019190066004029054906101000a900463ffffffff169050600560008481526020019081526020016000206000018260ff1660088110151561054257fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600354600160a060020a031681565b600454600160a060020a031681565b6000600860ff8316106105ef57600080fd5b600083815260056020526040902060ff83166008811061060b57fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b61063833610373565b151561064357600080fd5b60008181526005602052604081209061065c82826107fb565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b600354600160a060020a031633146106ab57600080fd5b600160a060020a03811615156106c057600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000828152600560209081526040822060ff8481169290920490911690601f841690600282900a9084908290856008811061072657fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615610752576001610755565b60005b90508015156107ae5760008781526005602052604090208290856008811061077957fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b506000905556fea165627a7a723058201efd536bad566294db55fdc208bae9383dec6fd810fae7fb86dc371d75c6e0a70029",
}

CounterObjectMetaData contains all meta data concerning the CounterObject contract.

View Source
var ERC721ProxyABI = ERC721ProxyMetaData.ABI

ERC721ProxyABI is the input ABI used to generate the binding from. Deprecated: Use ERC721ProxyMetaData.ABI instead.

View Source
var ERC721ProxyBin = ERC721ProxyMetaData.Bin

ERC721ProxyBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ERC721ProxyMetaData.Bin instead.

View Source
var ERC721ProxyFuncSigs = ERC721ProxyMetaData.Sigs

Deprecated: Use ERC721ProxyMetaData.Sigs instead. ERC721ProxyFuncSigs maps the 4-byte function signature to its string representation.

View Source
var ERC721ProxyMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"name\":\"balance\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"configName\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"externalAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"name\":\"_extAddr\",\"type\":\"address\"},{\"name\":\"_configName\",\"type\":\"string\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"}]",
	Sigs: map[string]string{
		"70a08231": "balanceOf(address)",
		"7bed7493": "configName()",
		"e70347bb": "externalAddress()",
		"54fd4d50": "version()",
	},
	Bin: "0x60806040527f544f444f000000000000000000000000000000000000000000000000000000006000556040516105c83803806105c88339810180604052604081101561004a57600080fd5b81516020830180519193928301929164010000000081111561006b57600080fd5b8201602081018481111561007e57600080fd5b815164010000000081118282018710171561009857600080fd5b505060018054600160a060020a031916600160a060020a03871617905580519093506100cd92506002915060208401906100d5565b505050610170565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061011657805160ff1916838001178555610143565b82800160010185558215610143579182015b82811115610143578251825591602001919060010190610128565b5061014f929150610153565b5090565b61016d91905b8082111561014f5760008155600101610159565b90565b6104498061017f6000396000f3fe608060405234801561001057600080fd5b5060043610610068577c0100000000000000000000000000000000000000000000000000000000600035046354fd4d50811461006d57806370a08231146100875780637bed7493146100ba578063e70347bb14610137575b600080fd5b610075610168565b60408051918252519081900360200190f35b6100756004803603602081101561009d57600080fd5b503573ffffffffffffffffffffffffffffffffffffffff1661016e565b6100c26102c6565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100fc5781810151838201526020016100e4565b50505050905090810190601f1680156101295780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61013f610351565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60005481565b6002805460408051602060018416156101000260001901909316849004601f81018490048402820184019092528181526000936102c093919290918301828280156101fa5780601f106101cf576101008083540402835291602001916101fa565b820191906000526020600020905b8154815290600101906020018083116101dd57829003601f168201915b5050600154604080517f62616c616e63654f6628616464726573732900000000000000000000000000008152815190819003601201812073ffffffffffffffffffffffffffffffffffffffff8b81166024808501919091528451808503909101815260449093019093526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090921691909117905291169350439250905061036d565b92915050565b6002805460408051602060018416156101000260001901909316849004601f810184900484028201840190925281815292918301828280156103495780601f1061031e57610100808354040283529160200191610349565b820191906000526020600020905b81548152906001019060200180831161032c57829003601f168201915b505050505081565b60015473ffffffffffffffffffffffffffffffffffffffff1681565b60008060405180806103f860269139604051908190036026018120855181835260208a015160048401819052602484018a90526044840189905291945060fd93509091606482019060005b838110156103d5576020818a0181015160648484010152016103b8565b506020818383886000fa808015610068575050519a995050505050505050505056fe63616c6c55696e7428737472696e672c616464726573732c75696e743235362c627974657329a165627a7a723058202ee3d5497178a88bae839a031b1792d226e5f84a6e862e67d43079b685b8af8a0029",
}

ERC721ProxyMetaData contains all meta data concerning the ERC721Proxy contract.

View Source
var EditableABI = EditableMetaData.ABI

EditableABI is the input ABI used to generate the binding from. Deprecated: Use EditableMetaData.ABI instead.

View Source
var EditableBin = EditableMetaData.Bin

EditableBin is the compiled bytecode used for deploying new contracts. Deprecated: Use EditableMetaData.Bin instead.

View Source
var EditableFuncSigs = EditableMetaData.Sigs

Deprecated: Use EditableMetaData.Sigs instead. EditableFuncSigs maps the 4-byte function signature to its string representation.

View Source
var EditableMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"parentAddress\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"stakeholder\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_SEE\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canConfirm\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"bytes32[]\"},{\"name\":\"\",\"type\":\"address[]\"}],\"name\":\"accessRequestV3\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"group\",\"type\":\"address\"},{\"name\":\"access_type\",\"type\":\"uint8\"},{\"name\":\"access\",\"type\":\"uint8\"}],\"name\":\"setGroupRights\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"visibility\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"countVersionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"commitPending\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"confirmCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"clearPending\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"indexCategory\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasEditorRight\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canCommit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"versionHashes\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"canEdit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_ACCESS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_objectHash\",\"type\":\"string\"}],\"name\":\"commit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_visibility_code\",\"type\":\"uint8\"}],\"name\":\"setVisibility\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"updateRequest\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"objectHash\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_versionHash\",\"type\":\"string\"}],\"name\":\"deleteVersion\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"CAN_EDIT\",\"outputs\":[{\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"CommitPending\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"UpdateRequest\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"objectHash\",\"type\":\"string\"}],\"name\":\"VersionConfirm\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"spaceAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"versionHash\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"index\",\"type\":\"int256\"}],\"name\":\"VersionDelete\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"requestNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"contextHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"accessor\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"requestTimestamp\",\"type\":\"uint256\"}],\"name\":\"AccessRequestV3\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"contentSpace\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"parentAddress\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"visibility\",\"type\":\"uint8\"}],\"name\":\"VisibilityChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"97ac4fd2": "CAN_ACCESS()",
		"ef1d7dc2": "CAN_EDIT()",
		"100508a2": "CAN_SEE()",
		"1bf7a912": "accessRequestV3(bytes32[],address[])",
		"6e375427": "canCommit()",
		"14cfabb3": "canConfirm()",
		"81beeb64": "canEdit()",
		"5f6a1301": "clearPending()",
		"9867db74": "commit(string)",
		"375a6e7c": "commitPending()",
		"446e8826": "confirmCommit()",
		"af570c04": "contentSpace()",
		"331b86c0": "countVersionHashes()",
		"02d05d3f": "creator()",
		"e1a70717": "deleteVersion(string)",
		"95a078e8": "hasAccess(address)",
		"67e5c3bf": "hasEditorRight(address)",
		"6380501f": "indexCategory()",
		"41c0e1b5": "kill()",
		"e02dd9c2": "objectHash()",
		"40b87a26": "objectTimestamp()",
		"8da5cb5b": "owner()",
		"00821de3": "parentAddress()",
		"628449fd": "pendingHash()",
		"22e564eb": "setGroupRights(address,uint8,uint8)",
		"0fe1b5a2": "setRights(address,uint8,uint8)",
		"aa024e8b": "setVisibility(uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c287e0ed": "updateRequest()",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
		"7ca8f618": "versionHashes(uint256)",
		"7886f747": "versionTimestamp(uint256)",
		"29adec14": "visibility()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060019081557f41636365737369626c653230323030363236313231363030504f0000000000006005556006805461ff001960ff199091169092179190911690557f4564697461626c653230323030393238313130303030504f000000000000000060075560028054600160a060020a031990811632179091556003805490911633179055612168806100dc6000396000f3fe6080604052600436106102075760003560e060020a900480636380501f1161011c57806397ac4fd2116100a4578063c287e0ed11610073578063c287e0ed146107e9578063e02dd9c2146107fe578063e1a7071714610813578063ef1d7dc2146108c6578063f2fde38b146108db57610207565b806397ac4fd2146106df5780639867db74146106f4578063aa024e8b146107a7578063af570c04146107d457610207565b80637886f747116100eb5780637886f7471461062e5780637ca8f6181461065857806381beeb64146106825780638da5cb5b1461069757806395a078e8146106ac57610207565b80636380501f1461059e57806367e5c3bf146105b35780636d2e4b1b146105e65780636e3754271461061957610207565b8063331b86c01161019f578063446e88261161016e578063446e8826146104cd57806354fd4d50146104d55780635f4fcae1146104ea5780635f6a1301146104ff578063628449fd1461051457610207565b8063331b86c014610467578063375a6e7c1461048e57806340b87a26146104a357806341c0e1b5146104b857610207565b806314cfabb3116101db57806314cfabb3146102be5780631bf7a912146102e757806322e564eb1461040e57806329adec141461045257610207565b8062821de31461020957806302d05d3f1461023a5780630fe1b5a21461024f578063100508a214610293575b005b34801561021557600080fd5b5061021e61090e565b60408051600160a060020a039092168252519081900360200190f35b34801561024657600080fd5b5061021e61091e565b34801561025b57600080fd5b506102076004803603606081101561027257600080fd5b50600160a060020a038135169060ff6020820135811691604001351661092d565b34801561029f57600080fd5b506102a8610a0f565b6040805160ff9092168252519081900360200190f35b3480156102ca57600080fd5b506102d3610a14565b604080519115158252519081900360200190f35b6102d3600480360360408110156102fd57600080fd5b81019060208101813564010000000081111561031857600080fd5b82018360208201111561032a57600080fd5b8035906020019184602083028401116401000000008311171561034c57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561039c57600080fd5b8201836020820111156103ae57600080fd5b803590602001918460208302840111640100000000831117156103d057600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610a19945050505050565b34801561041a57600080fd5b506102076004803603606081101561043157600080fd5b50600160a060020a038135169060ff60208201358116916040013516610ac2565b34801561045e57600080fd5b506102a8610f95565b34801561047357600080fd5b5061047c610f9e565b60408051918252519081900360200190f35b34801561049a57600080fd5b506102d3610fa4565b3480156104af57600080fd5b5061047c610fad565b3480156104c457600080fd5b50610207610fb3565b6102d3610fd8565b3480156104e157600080fd5b5061047c6111dc565b3480156104f657600080fd5b5061047c6111e2565b34801561050b57600080fd5b506102076111e8565b34801561052057600080fd5b50610529611226565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561056357818101518382015260200161054b565b50505050905090810190601f1680156105905780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156105aa57600080fd5b506102a86112b4565b3480156105bf57600080fd5b506102d3600480360360208110156105d657600080fd5b5035600160a060020a03166112c2565b3480156105f257600080fd5b506102076004803603602081101561060957600080fd5b5035600160a060020a031661145a565b34801561062557600080fd5b506102d36114b5565b34801561063a57600080fd5b5061047c6004803603602081101561065157600080fd5b50356114c6565b34801561066457600080fd5b506105296004803603602081101561067b57600080fd5b50356114e5565b34801561068e57600080fd5b506102d3611559565b3480156106a357600080fd5b5061021e611569565b3480156106b857600080fd5b506102d3600480360360208110156106cf57600080fd5b5035600160a060020a0316611578565b3480156106eb57600080fd5b506102a86116d2565b34801561070057600080fd5b506102076004803603602081101561071757600080fd5b81019060208101813564010000000081111561073257600080fd5b82018360208201111561074457600080fd5b8035906020019184600183028401116401000000008311171561076657600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506116d7945050505050565b3480156107b357600080fd5b50610207600480360360208110156107ca57600080fd5b503560ff16611804565b3480156107e057600080fd5b5061021e61187e565b3480156107f557600080fd5b5061020761188d565b34801561080a57600080fd5b5061052961194f565b34801561081f57600080fd5b5061047c6004803603602081101561083657600080fd5b81019060208101813564010000000081111561085157600080fd5b82018360208201111561086357600080fd5b8035906020019184600183028401116401000000008311171561088557600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506119aa945050505050565b3480156108d257600080fd5b506102a8611e1b565b3480156108e757600080fd5b50610207600480360360208110156108fe57600080fd5b5035600160a060020a0316611e20565b600454600160a060020a03165b90565b600254600160a060020a031681565b610935611559565b151561094057600080fd5b60048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03878116948201949094529051929091169160009183916363e6ffdd91602480820192602092909190829003018186803b1580156109af57600080fd5b505afa1580156109c3573d6000803e3d6000fd5b505050506040513d60208110156109d957600080fd5b50519050600160a060020a03811615156109fd576109f8858585610ac2565b610a08565b610a08818585610ac2565b5050505050565b600181565b600090565b6000610a2433611578565b1515610a2f57600080fd5b604080516c01000000000000000000000000300260208083019190915242603480840182905284518085039091018152605484018086528151919093012090915260006074830181905260948301523360b48301526103e80260d482015290517f545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c79181900360f40190a150600192915050565b600083905080600160a060020a031663091600e66040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610b0357600080fd5b505afa158015610b17573d6000803e3d6000fd5b505050506040513d6020811015610b2d57600080fd5b5051600654610100900460ff90811691161415610bd257604080517f3def514000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691633def514091606480830192600092919082900301818387803b158015610bb557600080fd5b505af1158015610bc9573d6000803e3d6000fd5b50505050610f8f565b80600160a060020a03166312915a306040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610c0e57600080fd5b505afa158015610c22573d6000803e3d6000fd5b505050506040513d6020811015610c3857600080fd5b5051600654610100900460ff90811691161415610cc057604080517ff17bda9100000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163f17bda9191606480830192600092919082900301818387803b158015610bb557600080fd5b80600160a060020a03166316aed2326040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610cfc57600080fd5b505afa158015610d10573d6000803e3d6000fd5b505050506040513d6020811015610d2657600080fd5b5051600654610100900460ff90811691161415610dae57604080517f7cbb7bf200000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691637cbb7bf291606480830192600092919082900301818387803b158015610bb557600080fd5b80600160a060020a03166368a0469a6040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610dea57600080fd5b505afa158015610dfe573d6000803e3d6000fd5b505050506040513d6020811015610e1457600080fd5b5051600654610100900460ff90811691161415610e9c57604080517f8635adb500000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a03831691638635adb591606480830192600092919082900301818387803b158015610bb557600080fd5b80600160a060020a0316636373a4116040518163ffffffff1660e060020a02815260040160206040518083038186803b158015610ed857600080fd5b505afa158015610eec573d6000803e3d6000fd5b505050506040513d6020811015610f0257600080fd5b5051600654610100900460ff90811691161415610f8a57604080517f224dcba000000000000000000000000000000000000000000000000000000000815230600482015260ff8086166024830152841660448201529051600160a060020a0383169163224dcba091606480830192600092919082900301818387803b158015610bb557600080fd5b600080fd5b50505050565b60065460ff1681565b600a5490565b600d5460ff1681565b60095481565b600354600160a060020a03163314610fca57600080fd5b600354600160a060020a0316ff5b6000610fe2610a14565b1515610fed57600080fd5b600d5460ff161515610ffe57600080fd5b6000600880546001816001161561010002031660029004905011156110ad57600a8054600181810180845560009390935260088054611074937fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80192600261010091831615919091026000190190911604611f7f565b5050600954600b80546001810182556000919091527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db901555b600c80546110d09160089160026000196101006001841615020190911604611f7f565b50426009556040805160208101918290526000908190526110f391600c91612004565b50600d805460ff191690556004547fbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df90600160a060020a031661113461090e565b60408051600160a060020a0380851682528316602082015260609181018281526008805460026000196101006001841615020190911604938301849052926080830190849080156111c65780601f1061119b576101008083540402835291602001916111c6565b820191906000526020600020905b8154815290600101906020018083116111a957829003601f168201915b505094505050505060405180910390a150600190565b60075481565b60015481565b6111f06114b5565b15156111fb57600080fd5b60408051602081019182905260009081905261121991600c91612004565b50600d805460ff19169055565b600c805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156112ac5780601f10611281576101008083540402835291602001916112ac565b820191906000526020600020905b81548152906001019060200180831161128f57829003601f168201915b505050505081565b600654610100900460ff1681565b600354600090600160a060020a03838116911614806112e95750600654606460ff90911610155b156112f657506001611455565b600654600061010090910460ff1611156114515760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561137657600080fd5b505afa15801561138a573d6000803e3d6000fd5b505050506040513d60208110156113a057600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526002604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561141c57600080fd5b505afa158015611430573d6000803e3d6000fd5b505050506040513d602081101561144657600080fd5b505191506114559050565b5060005b919050565b600254600160a060020a0316331461147157600080fd5b600160a060020a038116151561148657600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a0316331490565b600b8054829081106114d457fe5b600091825260209091200154905081565b600a8054829081106114f357fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152935090918301828280156112ac5780601f10611281576101008083540402835291602001916112ac565b6000611564336112c2565b905090565b600354600160a060020a031681565b600354600090600160a060020a038381169116148061159f5750600654600a60ff90911610155b156115ac57506001611455565b600654600061010090910460ff1611156114515760048054604080517f63e6ffdd000000000000000000000000000000000000000000000000000000008152600160a060020a03868116948201949094529051600093909216916363e6ffdd91602480820192602092909190829003018186803b15801561162c57600080fd5b505afa158015611640573d6000803e3d6000fd5b505050506040513d602081101561165657600080fd5b5051600654604080517f7fb52f1a00000000000000000000000000000000000000000000000000000000815261010090920460ff1660048301523060248301526001604483015251919250600160a060020a03831691637fb52f1a91606480820192602092909190829003018186803b15801561141c57600080fd5b600a81565b6116df6114b5565b15156116ea57600080fd5b600d5460ff16156116fa57600080fd5b805160801161170857600080fd5b805161171b90600c906020840190612004565b50600d805460ff191660011790556004547fb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa7590600160a060020a031661175f61090e565b60408051600160a060020a038085168252831660208201526060918101828152600c805460026000196101006001841615020190911604938301849052926080830190849080156117f15780601f106117c6576101008083540402835291602001916117f1565b820191906000526020600020905b8154815290600101906020018083116117d457829003601f168201915b505094505050505060405180910390a150565b61180c611559565b151561181757600080fd5b6006805460ff191660ff838116919091179182905560045460408051600160a060020a039092168083526020830152929091168183015290517f369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500916060908290030190a150565b600454600160a060020a031681565b611895611559565b15156118a057600080fd5b60408051602080825260088054600260001961010060018416150201909116049183018290527f403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b659390929182918201908490801561193f5780601f106119145761010080835404028352916020019161193f565b820191906000526020600020905b81548152906001019060200180831161192257829003601f168201915b50509250505060405180910390a1565b6008805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156112ac5780601f10611281576101008083540402835291602001916112ac565b60006119b46114b5565b15156119bf57600080fd5b6000826040516020018082805190602001908083835b602083106119f45780518252601f1990920191602091820191016119d5565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051602081830303815290604052805190602001209050600060086040516020018082805460018160011615610100020316600290048015611a935780601f10611a71576101008083540402835291820191611a93565b820191906000526020600020905b815481529060010190602001808311611a7f575b505091505060405160208183030381529060405280519060200120905080821415611c6a57600a541515611aea57604080516020810191829052600090819052611adf91600891612004565b506000600955611b8e565b600080805b600a54811015611b425781600b82815481101515611b0957fe5b90600052602060002001541115611b3a57809250600b81815481101515611b2c57fe5b906000526020600020015491505b600101611aef565b50600a805483908110611b5157fe5b9060005260206000200160089080546001816001161561010002031660029004611b7c929190611f7f565b506009819055611b8b82611e7b565b50505b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a03168560006040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611c23578181015183820152602001611c0b565b50505050905090810190601f168015611c505780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1600092505050611455565b60001960005b600a54811015611d33576000600a82815481101515611c8b57fe5b906000526020600020016040516020018082805460018160011615610100020316600290048015611cf35780601f10611cd1576101008083540402835291820191611cf3565b820191906000526020600020905b815481529060010190602001808311611cdf575b505091505060405160208183030381529060405280519060200120905080851415611d2a57611d2182611e7b565b81925050611d33565b50600101611c70565b50600019811415611d4357600080fd5b7f238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51600460009054906101000a9004600160a060020a031686836040518084600160a060020a0316600160a060020a0316815260200180602001838152602001828103825284818151815260200191508051906020019080838360005b83811015611dd7578181015183820152602001611dbf565b50505050905090810190601f168015611e045780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a1949350505050565b606481565b600354600160a060020a03163314611e3757600080fd5b600160a060020a0381161515611e4c57600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600a805482908110611e8957fe5b906000526020600020016000611e9f9190612072565b600b805482908110611ead57fe5b6000918252602082200155600a54600019018114611f5357600a80546000198101908110611ed757fe5b90600052602060002001600a82815481101515611ef057fe5b906000526020600020019080546001816001161561010002031660029004611f19929190611f7f565b50600b80546000198101908110611f2c57fe5b9060005260206000200154600b82815481101515611f4657fe5b6000918252602090912001555b600a805490611f669060001983016120b6565b50600b805490611f7a9060001983016120df565b505b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611fb85780548555611ff4565b82800160010185558215611ff457600052602060002091601f016020900482015b82811115611ff4578254825591600101919060010190611fd9565b506120009291506120ff565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061204557805160ff1916838001178555611ff4565b82800160010185558215611ff4579182015b82811115611ff4578251825591602001919060010190612057565b50805460018160011615610100020316600290046000825580601f106120985750611f7c565b601f016020900490600052602060002090810190611f7c91906120ff565b8154818355818111156120da576000838152602090206120da918101908301612119565b505050565b8154818355818111156120da576000838152602090206120da9181019083015b61091b91905b808211156120005760008155600101612105565b61091b91905b808211156120005760006121338282612072565b5060010161211f56fea165627a7a723058205cf8e5f4e75cbb4e9a0598041f7cf14374b3074280356f0683e1bfdbc67994fd0029",
}

EditableMetaData contains all meta data concerning the Editable contract.

View Source
var EncTokenABI = EncTokenMetaData.ABI

EncTokenABI is the input ABI used to generate the binding from. Deprecated: Use EncTokenMetaData.ABI instead.

View Source
var EncTokenBin = EncTokenMetaData.Bin

EncTokenBin is the compiled bytecode used for deploying new contracts. Deprecated: Use EncTokenMetaData.Bin instead.

View Source
var EncTokenMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x604c602c600b82828239805160001a60731460008114601c57601e565bfe5b5030600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea165627a7a723058201203711b5ea19d3dc3297f4ec92482442854a3e55c141542cd7f1436f6d843ea0029",
}

EncTokenMetaData contains all meta data concerning the EncToken contract.

View Source
var EventsByID = map[common.Hash]*EventInfo{}

Map of Unique events IDs to *EventInfo

View Source
var EventsByType = map[reflect.Type]*EventInfo{}

Map of Unique events types to *EventInfo

View Source
var ExternalCallABI = ExternalCallMetaData.ABI

ExternalCallABI is the input ABI used to generate the binding from. Deprecated: Use ExternalCallMetaData.ABI instead.

View Source
var ExternalCallBin = ExternalCallMetaData.Bin

ExternalCallBin is the compiled bytecode used for deploying new contracts. Deprecated: Use ExternalCallMetaData.Bin instead.

View Source
var ExternalCallMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x604c602c600b82828239805160001a60731460008114601c57601e565bfe5b5030600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea165627a7a723058200b38a47e8b4dc6199ed3e09a6dee1e4fcecc78b85ed989f35aa2b79576ea8a5e0029",
}

ExternalCallMetaData contains all meta data concerning the ExternalCall contract.

View Source
var IAdminABI = IAdminMetaData.ABI

IAdminABI is the input ABI used to generate the binding from. Deprecated: Use IAdminMetaData.ABI instead.

View Source
var IAdminFuncSigs = IAdminMetaData.Sigs

Deprecated: Use IAdminMetaData.Sigs instead. IAdminFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IAdminMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"_adminAddr\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"24d7806c": "isAdmin(address)",
	},
}

IAdminMetaData contains all meta data concerning the IAdmin contract.

View Source
var ICheckAccessABI = ICheckAccessMetaData.ABI

ICheckAccessABI is the input ABI used to generate the binding from. Deprecated: Use ICheckAccessMetaData.ABI instead.

View Source
var ICheckAccessFuncSigs = ICheckAccessMetaData.Sigs

Deprecated: Use ICheckAccessMetaData.Sigs instead. ICheckAccessFuncSigs maps the 4-byte function signature to its string representation.

View Source
var ICheckAccessMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"hasAccess\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"95a078e8": "hasAccess(address)",
	},
}

ICheckAccessMetaData contains all meta data concerning the ICheckAccess contract.

View Source
var IFactorySpaceABI = IFactorySpaceMetaData.ABI

IFactorySpaceABI is the input ABI used to generate the binding from. Deprecated: Use IFactorySpaceMetaData.ABI instead.

View Source
var IFactorySpaceFuncSigs = IFactorySpaceMetaData.Sigs

Deprecated: Use IFactorySpaceMetaData.Sigs instead. IFactorySpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IFactorySpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":false,\"inputs\":[{\"name\":\"address_KMS\",\"type\":\"address\"}],\"name\":\"createLibrary\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createGroup\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"createContentType\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"lib\",\"type\":\"address\"},{\"name\":\"content_type\",\"type\":\"address\"}],\"name\":\"createContent\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"bf4e088f": "createContent(address,address)",
		"b8cfaf05": "createContentType()",
		"575185ed": "createGroup()",
		"40b89f06": "createLibrary(address)",
	},
}

IFactorySpaceMetaData contains all meta data concerning the IFactorySpace contract.

View Source
var IKmsSpaceABI = IKmsSpaceMetaData.ABI

IKmsSpaceABI is the input ABI used to generate the binding from. Deprecated: Use IKmsSpaceMetaData.ABI instead.

View Source
var IKmsSpaceFuncSigs = IKmsSpaceMetaData.Sigs

Deprecated: Use IKmsSpaceMetaData.Sigs instead. IKmsSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IKmsSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"prefix\",\"type\":\"bytes\"}],\"name\":\"getKMSInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"},{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"getKMSID\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsIdStr\",\"type\":\"string\"}],\"name\":\"checkKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"checkKMSAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"8d2a23db": "checkKMS(string)",
		"d6be0f49": "checkKMSAddr(address)",
		"589aafc1": "getKMSID(address)",
		"268bfac4": "getKMSInfo(string,bytes)",
	},
}

IKmsSpaceMetaData contains all meta data concerning the IKmsSpace contract.

View Source
var INodeSpaceABI = INodeSpaceMetaData.ABI

INodeSpaceABI is the input ABI used to generate the binding from. Deprecated: Use INodeSpaceMetaData.ABI instead.

View Source
var INodeSpaceFuncSigs = INodeSpaceMetaData.Sigs

Deprecated: Use INodeSpaceMetaData.Sigs instead. INodeSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var INodeSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"canNodePublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"26683e14": "canNodePublish(address)",
	},
}

INodeSpaceMetaData contains all meta data concerning the INodeSpace contract.

View Source
var IUserSpaceABI = IUserSpaceMetaData.ABI

IUserSpaceABI is the input ABI used to generate the binding from. Deprecated: Use IUserSpaceMetaData.ABI instead.

View Source
var IUserSpaceFuncSigs = IUserSpaceMetaData.Sigs

Deprecated: Use IUserSpaceMetaData.Sigs instead. IUserSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var IUserSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"_userAddr\",\"type\":\"address\"}],\"name\":\"userWallets\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"createUserWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"e7cf0c66": "createUserWallet(address)",
		"63e6ffdd": "userWallets(address)",
	},
}

IUserSpaceMetaData contains all meta data concerning the IUserSpace contract.

View Source
var KmsManagerABI = KmsManagerMetaData.ABI

KmsManagerABI is the input ABI used to generate the binding from. Deprecated: Use KmsManagerMetaData.ABI instead.

View Source
var KmsManagerBin = KmsManagerMetaData.Bin

KmsManagerBin is the compiled bytecode used for deploying new contracts. Deprecated: Use KmsManagerMetaData.Bin instead.

View Source
var KmsManagerFuncSigs = KmsManagerMetaData.Sigs

Deprecated: Use KmsManagerMetaData.Sigs instead. KmsManagerFuncSigs maps the 4-byte function signature to its string representation.

View Source
var KmsManagerMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"prefix\",\"type\":\"bytes\"}],\"name\":\"getKMSInfo\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"},{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"getKMSID\",\"outputs\":[{\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"addKMSLocator\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsIdStr\",\"type\":\"string\"}],\"name\":\"checkKMS\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"_pubKey\",\"type\":\"string\"}],\"name\":\"setKMSPublicKey\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_kmsAddr\",\"type\":\"address\"}],\"name\":\"checkKMSAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_kmsID\",\"type\":\"string\"},{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"removeKMSLocator\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"AddKMSLocator\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"RemoveKMSLocator\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"653a92f6": "addKMSLocator(string,bytes)",
		"8d2a23db": "checkKMS(string)",
		"d6be0f49": "checkKMSAddr(address)",
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"589aafc1": "getKMSID(address)",
		"268bfac4": "getKMSInfo(string,bytes)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"fe7ac19f": "removeKMSLocator(string,bytes)",
		"a69cb734": "setKMSPublicKey(string,string)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a031990811632179091556003805490911633179055611a788061007b6000396000f3fe608060405260043610610105576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b116100a7578063af570c0411610076578063af570c0414610761578063d6be0f4914610776578063f2fde38b146107a9578063fe7ac19f146107dc57610105565b80636d2e4b1b1461052c5780638d2a23db1461055f5780638da5cb5b14610612578063a69cb7341461062757610105565b806354fd4d50116100e357806354fd4d50146102fa578063589aafc1146103215780635f4fcae1146103c9578063653a92f6146103de57610105565b806302d05d3f14610107578063268bfac41461013857806341c0e1b5146102e5575b005b34801561011357600080fd5b5061011c610916565b60408051600160a060020a039092168252519081900360200190f35b34801561014457600080fd5b506102076004803603604081101561015b57600080fd5b81019060208101813564010000000081111561017657600080fd5b82018360208201111561018857600080fd5b803590602001918460018302840111640100000000831117156101aa57600080fd5b9193909290916020810190356401000000008111156101c857600080fd5b8201836020820111156101da57600080fd5b803590602001918460018302840111640100000000831117156101fc57600080fd5b509092509050610925565b604051808060200180602001838103835285818151815260200191508051906020019080838360005b83811015610248578181015183820152602001610230565b50505050905090810190601f1680156102755780820380516001836020036101000a031916815260200191505b50838103825284518152845160209182019186019080838360005b838110156102a8578181015183820152602001610290565b50505050905090810190601f1680156102d55780820380516001836020036101000a031916815260200191505b5094505050505060405180910390f35b3480156102f157600080fd5b50610105610d28565b34801561030657600080fd5b5061030f610d4d565b60408051918252519081900360200190f35b34801561032d57600080fd5b506103546004803603602081101561034457600080fd5b5035600160a060020a0316610d53565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561038e578181015183820152602001610376565b50505050905090810190601f1680156103bb5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156103d557600080fd5b5061030f610d6c565b3480156103ea57600080fd5b506105186004803603604081101561040157600080fd5b81019060208101813564010000000081111561041c57600080fd5b82018360208201111561042e57600080fd5b8035906020019184600183028401116401000000008311171561045057600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156104a357600080fd5b8201836020820111156104b557600080fd5b803590602001918460018302840111640100000000831117156104d757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610d72945050505050565b604080519115158252519081900360200190f35b34801561053857600080fd5b506101056004803603602081101561054f57600080fd5b5035600160a060020a0316611060565b34801561056b57600080fd5b5061030f6004803603602081101561058257600080fd5b81019060208101813564010000000081111561059d57600080fd5b8201836020820111156105af57600080fd5b803590602001918460018302840111640100000000831117156105d157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506110bb945050505050565b34801561061e57600080fd5b5061011c611123565b34801561063357600080fd5b506101056004803603604081101561064a57600080fd5b81019060208101813564010000000081111561066557600080fd5b82018360208201111561067757600080fd5b8035906020019184600183028401116401000000008311171561069957600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156106ec57600080fd5b8201836020820111156106fe57600080fd5b8035906020019184600183028401116401000000008311171561072057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611132945050505050565b34801561076d57600080fd5b5061011c6111c2565b34801561078257600080fd5b5061030f6004803603602081101561079957600080fd5b5035600160a060020a03166111d1565b3480156107b557600080fd5b50610105600480360360208110156107cc57600080fd5b5035600160a060020a0316611247565b3480156107e857600080fd5b50610518600480360360408110156107ff57600080fd5b81019060208101813564010000000081111561081a57600080fd5b82018360208201111561082c57600080fd5b8035906020019184600183028401116401000000008311171561084e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156108a157600080fd5b8201836020820111156108b357600080fd5b803590602001918460018302840111640100000000831117156108d557600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506112a2945050505050565b600254600160a060020a031681565b60608060606005878760405180838380828437919091019485525050604080519384900360209081018520805480830287018301909352828652935090915060009084015b82821015610a155760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610a015780601f106109d657610100808354040283529160200191610a01565b820191906000526020600020905b8154815290600101906020018083116109e457829003601f168201915b50505050508152602001906001019061096a565b505050509050606060068888604051808383808284379190910194855250506040805160209481900385018120805460026001821615610100026000190190911604601f81018790048702830187019093528282529094909350909150830182828015610ac35780601f10610a9857610100808354040283529160200191610ac3565b820191906000526020600020905b815481529060010190602001808311610aa657829003601f168201915b50505050509050815160001415610aee5760408051602081019091526000815293509150610d1f9050565b6060610b308388888080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506116bd92505050565b9050606060005b8251811015610d16576001835103811415610c1b57818382815181101515610b5b57fe5b906020019060200201516040516020018083805190602001908083835b60208310610b975780518252601f199092019160209182019101610b78565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610bdf5780518252601f199092019160209182019101610bc0565b6001836020036101000a038019825116818451168082178552505050505050905001925050506040516020818303038152906040529150610d0e565b818382815181101515610c2a57fe5b906020019060200201516040516020018083805190602001908083835b60208310610c665780518252601f199092019160209182019101610c47565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610cae5780518252601f199092019160209182019101610c8f565b6001836020036101000a038019825116818451168082178552505050505050905001807f2c000000000000000000000000000000000000000000000000000000000000008152506001019250505060405160208183030381529060405291505b600101610b37565b50945090925050505b94509492505050565b600354600160a060020a03163314610d3f57600080fd5b600354600160a060020a0316ff5b60005481565b6060610d66610d606117c8565b836117ce565b92915050565b60015481565b600354600090600160a060020a03163314610d8c57600080fd5b60606005846040518082805190602001908083835b60208310610dc05780518252601f199092019160209182019101610da1565b51815160209384036101000a60001901801990921691161790529201948552506040805194859003820185208054808402870184019092528186529350915060009084015b82821015610eb05760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610e9c5780601f10610e7157610100808354040283529160200191610e9c565b820191906000526020600020905b815481529060010190602001808311610e7f57829003601f168201915b505050505081526020019060010190610e05565b509293506000925050505b8151811015610f9357835160208501208251839083908110610ed957fe5b906020019060200201516040518082805190602001908083835b60208310610f125780518252601f199092019160209182019101610ef3565b6001836020036101000a03801982511681845116808217855250505050505090500191505060405180910390201415610f8b57604080513381526001602082015281517fdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319929181900390910190a1600092505050610d66565b600101610ebb565b506005846040518082805190602001908083835b60208310610fc65780518252601f199092019160209182019101610fa7565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932080546001810180835560009283529185902088519295611019955091019250870190611926565b5050604080513381526000602082015281517fdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319929181900390910190a15060019392505050565b600254600160a060020a0316331461107757600080fd5b600160a060020a038116151561108c57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60006005826040518082805190602001908083835b602083106110ef5780518252601f1990920191602091820191016110d0565b51815160209384036101000a6000190180199092169116179052920194855250604051938490030190922054949350505050565b600354600160a060020a031681565b600354600160a060020a0316331461114957600080fd5b806006836040518082805190602001908083835b6020831061117c5780518252601f19909201916020918201910161115d565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932084516111bd9591949190910192509050611926565b505050565b600454600160a060020a031681565b600060606111de83610d53565b90506005816040518082805190602001908083835b602083106112125780518252601f1990920191602091820191016111f3565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092205495945050505050565b600354600160a060020a0316331461125e57600080fd5b600160a060020a038116151561127357600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600090600160a060020a031633146112bc57600080fd5b60606005846040518082805190602001908083835b602083106112f05780518252601f1990920191602091820191016112d1565b51815160209384036101000a60001901801990921691161790529201948552506040805194859003820185208054808402870184019092528186529350915060009084015b828210156113e05760008481526020908190208301805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156113cc5780601f106113a1576101008083540402835291602001916113cc565b820191906000526020600020905b8154815290600101906020018083116113af57829003601f168201915b505050505081526020019060010190611335565b509293506000925050505b81518110156116775783516020850120825183908390811061140957fe5b906020019060200201516040518082805190602001908083835b602083106114425780518252601f199092019160209182019101611423565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040518091039020141561166f5781516000190181146115295781518290600019810190811061149357fe5b906020019060200201516005866040518082805190602001908083835b602083106114cf5780518252601f1990920191602091820191016114b0565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092208054909250849150811061150a57fe5b906000526020600020019080519060200190611527929190611926565b505b6005856040518082805190602001908083835b6020831061155b5780518252601f19909201916020918201910161153c565b6001836020036101000a0380198251168184511680821785525050505050509050019150509081526020016040518091039020600183510381548110151561159f57fe5b9060005260206000200160006115b591906119a4565b60016005866040518082805190602001908083835b602083106115e95780518252601f1990920191602091820191016115ca565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092208054939093039261162892509050826119eb565b50604080513381526000602082015281517f5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c929181900390910190a1600192505050610d66565b6001016113eb565b50604080513381526001602082015281517f5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c929181900390910190a15060009392505050565b60606000805b8451811015611701576116ed85828151811015156116dd57fe5b9060200190602002015185611862565b156116f9576001909101905b6001016116c3565b5060608160405190808252806020026020018201604052801561173857816020015b60608152602001906001900390816117235790505b50905081151561174b579150610d669050565b60009150815b85518110156117bf5761177b868281518110151561176b57fe5b9060200190602002015186611862565b156117b757858181518110151561178e57fe5b9060200190602002015182848151811015156117a657fe5b602090810290910101526001909201915b600101611751565b50949350505050565b600b5b90565b604080517f6d616b654944537472696e6728696e742c616464726573732900000000000000815281519081900360190181208082527c0100000000000000000000000000000000000000000000000000000000850260048301819052600883018590526060939192909160ff919081602881856000fa80151561185057600080fd5b50604080820190529695505050505050565b8051825160009190811115611875575082515b60005b8181101561191b57838181518110151561188e57fe5b90602001015160f860020a900460f860020a027effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff191685828151811015156118d157fe5b60209101015160f860020a90819004027fff00000000000000000000000000000000000000000000000000000000000000161461191357600092505050610d66565b600101611878565b506001949350505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061196757805160ff1916838001178555611994565b82800160010185558215611994579182015b82811115611994578251825591602001919060010190611979565b506119a0929150611a0f565b5090565b50805460018160011615610100020316600290046000825580601f106119ca57506119e8565b601f0160209004906000526020600020908101906119e89190611a0f565b50565b8154818355818111156111bd576000838152602090206111bd918101908301611a29565b6117cb91905b808211156119a05760008155600101611a15565b6117cb91905b808211156119a0576000611a4382826119a4565b50600101611a2f56fea165627a7a723058202a636765775e2686dd62a2de1cf0f8bc7010be281a2553d2123f2115d5c1cd070029",
}

KmsManagerMetaData contains all meta data concerning the KmsManager contract.

View Source
var MetaObjectABI = MetaObjectMetaData.ABI

MetaObjectABI is the input ABI used to generate the binding from. Deprecated: Use MetaObjectMetaData.ABI instead.

View Source
var MetaObjectBin = MetaObjectMetaData.Bin

MetaObjectBin is the compiled bytecode used for deploying new contracts. Deprecated: Use MetaObjectMetaData.Bin instead.

View Source
var MetaObjectFuncSigs = MetaObjectMetaData.Sigs

Deprecated: Use MetaObjectMetaData.Sigs instead. MetaObjectFuncSigs maps the 4-byte function signature to its string representation.

View Source
var MetaObjectMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"ac55c906": "getMeta(bytes)",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a031990811632179091556003805490911633179055610a628061007b6000396000f3fe6080604052600436106100b9576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b116100815780636d2e4b1b146101845780638da5cb5b146101b7578063ac55c906146101cc578063af570c04146102f4578063e542b7cb14610309578063f2fde38b14610443576100b9565b806302d05d3f146100bb57806324d7806c146100ec57806341c0e1b51461013357806354fd4d50146101485780635f4fcae11461016f575b005b3480156100c757600080fd5b506100d0610476565b60408051600160a060020a039092168252519081900360200190f35b3480156100f857600080fd5b5061011f6004803603602081101561010f57600080fd5b5035600160a060020a0316610485565b604080519115158252519081900360200190f35b34801561013f57600080fd5b506100b96104af565b34801561015457600080fd5b5061015d6104d4565b60408051918252519081900360200190f35b34801561017b57600080fd5b5061015d6104da565b34801561019057600080fd5b506100b9600480360360208110156101a757600080fd5b5035600160a060020a03166104e0565b3480156101c357600080fd5b506100d061053b565b3480156101d857600080fd5b5061027f600480360360208110156101ef57600080fd5b81019060208101813564010000000081111561020a57600080fd5b82018360208201111561021c57600080fd5b8035906020019184600183028401116401000000008311171561023e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061054a945050505050565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102b95781810151838201526020016102a1565b50505050905090810190601f1680156102e65780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561030057600080fd5b506100d06106f3565b34801561031557600080fd5b506100b96004803603604081101561032c57600080fd5b81019060208101813564010000000081111561034757600080fd5b82018360208201111561035957600080fd5b8035906020019184600183028401116401000000008311171561037b57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156103ce57600080fd5b8201836020820111156103e057600080fd5b8035906020019184600183028401116401000000008311171561040257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610702945050505050565b34801561044f57600080fd5b506100b96004803603602081101561046657600080fd5b5035600160a060020a03166108f9565b600254600160a060020a031681565b600354600090600160a060020a03838116911614156104a6575060016104aa565b5060005b919050565b600354600160a060020a031633146104c657600080fd5b600354600160a060020a0316ff5b60005481565b60015481565b600254600160a060020a031633146104f757600080fd5b600160a060020a038116151561050c57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b6060602082511115156106015781518083015160008181526005602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845293949390918301828280156105f35780601f106105c8576101008083540402835291602001916105f3565b820191906000526020600020905b8154815290600101906020018083116105d657829003601f168201915b5050505050925050506104aa565b6006826040518082805190602001908083835b602083106106335780518252601f199092019160209182019101610614565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f60026001831615909802909501169590950492830182900482028801820190528187529294509250508301828280156106e75780601f106106bc576101008083540402835291602001916106e7565b820191906000526020600020905b8154815290600101906020018083116106ca57829003601f168201915b50505050509050919050565b600454600160a060020a031681565b61070b33610485565b151561071657600080fd5b815160201061077157815180830151600081815260056020526040812091929161073f91610954565b60008351111561076a57600082815260056020908152604090912084516107689286019061099b565b505b505061085c565b6006826040518082805190602001908083835b602083106107a35780518252601f199092019160209182019101610784565b51815160209384036101000a600019018019909216911617905292019485525060405193849003019092206107dc925090506000610954565b60008151111561085c57806006836040518082805190602001908083835b602083106108195780518252601f1990920191602091820191016107fa565b51815160209384036101000a6000190180199092169116179052920194855250604051938490038101909320845161085a959194919091019250905061099b565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b838110156108bb5781810151838201526020016108a3565b50505050905090810190601f1680156108e85780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b600354600160a060020a0316331461091057600080fd5b600160a060020a038116151561092557600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b50805460018160011615610100020316600290046000825580601f1061097a5750610998565b601f0160209004906000526020600020908101906109989190610a19565b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106109dc57805160ff1916838001178555610a09565b82800160010185558215610a09579182015b82811115610a095782518255916020019190600101906109ee565b50610a15929150610a19565b5090565b610a3391905b80821115610a155760008155600101610a1f565b9056fea165627a7a723058204c9871aab17624dcb2ee1e1b26ecf90b7cea5c1f071ddab4a903d56f9d2a31950029",
}

MetaObjectMetaData contains all meta data concerning the MetaObject contract.

View Source
var NodeABI = NodeMetaData.ABI

NodeABI is the input ABI used to generate the binding from. Deprecated: Use NodeMetaData.ABI instead.

View Source
var NodeBin = NodeMetaData.Bin

NodeBin is the compiled bytecode used for deploying new contracts. Deprecated: Use NodeMetaData.Bin instead.

View Source
var NodeFuncSigs = NodeMetaData.Sigs

Deprecated: Use NodeMetaData.Sigs instead. NodeFuncSigs maps the 4-byte function signature to its string representation.

View Source
var NodeMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"label\",\"type\":\"string\"}],\"name\":\"log\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"}],\"name\":\"Log\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"b\",\"type\":\"bool\"}],\"name\":\"LogBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"a\",\"type\":\"address\"}],\"name\":\"LogAddress\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"u\",\"type\":\"uint256\"}],\"name\":\"LogUint256\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"u\",\"type\":\"int256\"}],\"name\":\"LogInt256\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"label\",\"type\":\"string\"},{\"indexed\":false,\"name\":\"b\",\"type\":\"bytes32\"}],\"name\":\"LogBytes32\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"41304fac": "log(string)",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f4e6f646532303139303331353130353130304d4c00000000000000000000000060055560028054600160a060020a03199081163217909155600380549091163317905561045d8061009f6000396000f3fe6080604052600436106100a3576000357c0100000000000000000000000000000000000000000000000000000000900480635f4fcae1116100765780635f4fcae1146101c55780636d2e4b1b146101da5780638da5cb5b1461020d578063af570c0414610222578063f2fde38b14610237576100a3565b806302d05d3f146100a557806341304fac146100d657806341c0e1b51461018957806354fd4d501461019e575b005b3480156100b157600080fd5b506100ba61026a565b60408051600160a060020a039092168252519081900360200190f35b3480156100e257600080fd5b506100a3600480360360208110156100f957600080fd5b81019060208101813564010000000081111561011457600080fd5b82018360208201111561012657600080fd5b8035906020019184600183028401116401000000008311171561014857600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610279945050505050565b34801561019557600080fd5b506100a361032c565b3480156101aa57600080fd5b506101b3610351565b60408051918252519081900360200190f35b3480156101d157600080fd5b506101b3610357565b3480156101e657600080fd5b506100a3600480360360208110156101fd57600080fd5b5035600160a060020a031661035d565b34801561021957600080fd5b506100ba6103b8565b34801561022e57600080fd5b506100ba6103c7565b34801561024357600080fd5b506100a36004803603602081101561025a57600080fd5b5035600160a060020a03166103d6565b600254600160a060020a031681565b600354600160a060020a0316331461029057600080fd5b7fcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab816040518080602001828103825283818151815260200191508051906020019080838360005b838110156102ef5781810151838201526020016102d7565b50505050905090810190601f16801561031c5780820380516001836020036101000a031916815260200191505b509250505060405180910390a150565b600354600160a060020a0316331461034357600080fd5b600354600160a060020a0316ff5b60055481565b60015481565b600254600160a060020a0316331461037457600080fd5b600160a060020a038116151561038957600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a031633146103ed57600080fd5b600160a060020a038116151561040257600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a72305820611c42aea233d1b5205cd44a21ad75d43316faa141bd87c2dd3c4b43e1ded85d0029",
}

NodeMetaData contains all meta data concerning the Node contract.

View Source
var NodeSpaceABI = NodeSpaceMetaData.ABI

NodeSpaceABI is the input ABI used to generate the binding from. Deprecated: Use NodeSpaceMetaData.ABI instead.

View Source
var NodeSpaceBin = NodeSpaceMetaData.Bin

NodeSpaceBin is the compiled bytecode used for deploying new contracts. Deprecated: Use NodeSpaceMetaData.Bin instead.

View Source
var NodeSpaceFuncSigs = NodeSpaceMetaData.Sigs

Deprecated: Use NodeSpaceMetaData.Sigs instead. NodeSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var NodeSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"submitNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"candidate\",\"type\":\"address\"}],\"name\":\"canNodePublish\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"numActiveNodes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"activeNodeLocators\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"activeNodeAddresses\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"},{\"name\":\"_locator\",\"type\":\"bytes\"}],\"name\":\"addNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"pendingNodeLocators\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"pendingNodeAddresses\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"}],\"name\":\"removeNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_nodeAddr\",\"type\":\"address\"}],\"name\":\"approveNode\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"numPendingNodes\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"locator\",\"type\":\"bytes\"}],\"name\":\"NodeSubmitted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"addr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"locator\",\"type\":\"bytes\"}],\"name\":\"NodeApproved\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ownerAddr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"nodeAddr\",\"type\":\"address\"}],\"name\":\"AddNode\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ownerAddr\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"nodeAddr\",\"type\":\"address\"}],\"name\":\"RemoveNode\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"52f82dd8": "activeNodeAddresses(uint256)",
		"5272ae17": "activeNodeLocators(uint256)",
		"64f0f050": "addNode(address,bytes)",
		"dd4c97a0": "approveNode(address)",
		"26683e14": "canNodePublish(address)",
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"43f59ec7": "numActiveNodes()",
		"f41a1587": "numPendingNodes()",
		"8da5cb5b": "owner()",
		"6be9514c": "pendingNodeAddresses(uint256)",
		"69e30ff8": "pendingNodeLocators(uint256)",
		"b2b99ec9": "removeNode(address)",
		"160eee74": "submitNode(bytes)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e3000000000000000000000000000000000000000000000000000000000006001557f4e6f6465537061636532303139303532383137303130304d4c0000000000000060055560028054600160a060020a0319908116321790915560038054909116331790556115408061009f6000396000f3fe608060405260043610610131576000357c01000000000000000000000000000000000000000000000000000000009004806364f0f050116100bd578063af570c0411610081578063af570c04146104ec578063b2b99ec914610501578063dd4c97a014610534578063f2fde38b14610567578063f41a15871461059a57610131565b806364f0f0501461038d57806369e30ff8146104505780636be9514c1461047a5780636d2e4b1b146104a45780638da5cb5b146104d757610131565b806343f59ec71161010457806343f59ec7146102735780635272ae171461029a57806352f82dd81461033957806354fd4d50146103635780635f4fcae11461037857610131565b806302d05d3f14610133578063160eee741461016457806326683e141461021757806341c0e1b51461025e575b005b34801561013f57600080fd5b506101486105af565b60408051600160a060020a039092168252519081900360200190f35b34801561017057600080fd5b506101316004803603602081101561018757600080fd5b8101906020810181356401000000008111156101a257600080fd5b8201836020820111156101b457600080fd5b803590602001918460018302840111640100000000831117156101d657600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506105be945050505050565b34801561022357600080fd5b5061024a6004803603602081101561023a57600080fd5b5035600160a060020a031661097e565b604080519115158252519081900360200190f35b34801561026a57600080fd5b506101316109dd565b34801561027f57600080fd5b50610288610a02565b60408051918252519081900360200190f35b3480156102a657600080fd5b506102c4600480360360208110156102bd57600080fd5b5035610a09565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102fe5781810151838201526020016102e6565b50505050905090810190601f16801561032b5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561034557600080fd5b506101486004803603602081101561035c57600080fd5b5035610ab0565b34801561036f57600080fd5b50610288610ad8565b34801561038457600080fd5b50610288610ade565b34801561039957600080fd5b50610131600480360360408110156103b057600080fd5b600160a060020a0382351691908101906040810160208201356401000000008111156103db57600080fd5b8201836020820111156103ed57600080fd5b8035906020019184600183028401116401000000008311171561040f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ae4945050505050565b34801561045c57600080fd5b506102c46004803603602081101561047357600080fd5b5035610d1f565b34801561048657600080fd5b506101486004803603602081101561049d57600080fd5b5035610d2d565b3480156104b057600080fd5b50610131600480360360208110156104c757600080fd5b5035600160a060020a0316610d3b565b3480156104e357600080fd5b50610148610d96565b3480156104f857600080fd5b50610148610da5565b34801561050d57600080fd5b506101316004803603602081101561052457600080fd5b5035600160a060020a0316610db4565b34801561054057600080fd5b506101316004803603602081101561055757600080fd5b5035600160a060020a0316610e69565b34801561057357600080fd5b506101316004803603602081101561058a57600080fd5b5035600160a060020a0316611099565b3480156105a657600080fd5b506102886110f4565b600254600160a060020a031681565b6106f4600880548060200260200160405190810160405280929190818152602001828054801561061757602002820191906000526020600020905b8154600160a060020a031681526001909101906020018083116105f9575b50505050506009805480602002602001604051908101604052809291908181526020016000905b828210156106e95760008481526020908190208301805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156106d55780601f106106aa576101008083540402835291602001916106d5565b820191906000526020600020905b8154815290600101906020018083116106b857829003601f168201915b50505050508152602001906001019061063e565b5050505033846110fa565b156106fe57600080fd5b610829600680548060200260200160405190810160405280929190818152602001828054801561075757602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311610739575b50505050506007805480602002602001604051908101604052809291908181526020016000905b828210156106e95760008481526020908190208301805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156108155780601f106107ea57610100808354040283529160200191610815565b820191906000526020600020905b8154815290600101906020018083116107f857829003601f168201915b50505050508152602001906001019061077e565b1561083357600080fd5b60085460641161084257600080fd5b60098054600181018083556000929092528251610886917f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af01906020850190611354565b50506008805460018101825560009182527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff19163390811790915560408051828152602081810183815286519383019390935285517fae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d958794926060850192908601918190849084905b83811015610940578181015183820152602001610928565b50505050905090810190601f16801561096d5780820380516001836020036101000a031916815260200191505b50935050505060405180910390a150565b6000805b6006548110156109d25782600160a060020a03166006828154811015156109a557fe5b600091825260209091200154600160a060020a031614156109ca5760019150506109d8565b600101610982565b50600090505b919050565b600354600160a060020a031633146109f457600080fd5b600354600160a060020a0316ff5b6007545b90565b6007805482908110610a1757fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815293509091830182828015610aa85780601f10610a7d57610100808354040283529160200191610aa8565b820191906000526020600020905b815481529060010190602001808311610a8b57829003601f168201915b505050505081565b6006805482908110610abe57fe5b600091825260209091200154600160a060020a0316905081565b60055481565b60015481565b600354600160a060020a03163314610afb57600080fd5b610c316006805480602002602001604051908101604052809291908181526020018280548015610b5457602002820191906000526020600020905b8154600160a060020a03168152600190910190602001808311610b36575b50505050506007805480602002602001604051908101604052809291908181526020016000905b82821015610c265760008481526020908190208301805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610c125780601f10610be757610100808354040283529160200191610c12565b820191906000526020600020905b815481529060010190602001808311610bf557829003601f168201915b505050505081526020019060010190610b7b565b5050505084846110fa565b15610c3b57600080fd5b6006805460018082019092557ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0385161790556007805491820180825560009190915282519091610cd6917fa66cc928b5edb82af9bd49922954155ab7b0942694bea4ce44661d9a8736c688909101906020850190611354565b505060408051338152600160a060020a038416602082015281517f2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4929181900390910190a15050565b6009805482908110610a1757fe5b6008805482908110610abe57fe5b600254600160a060020a03163314610d5257600080fd5b600160a060020a0381161515610d6757600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a03163314610dcb57600080fd5b60005b600654811015610e655781600160a060020a0316600682815481101515610df157fe5b600091825260209091200154600160a060020a03161415610e5d57610e1981600660076111eb565b60408051338152600160a060020a038416602082015281517f41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d929181900390910190a15b600101610dce565b5050565b600354600160a060020a03163314610e8057600080fd5b6000805b60085481101561108c5782600160a060020a0316600882815481101515610ea757fe5b600091825260209091200154600160a060020a03161415611084576006600882815481101515610ed357fe5b600091825260208083209091015483546001810185559383529120909101805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03909216919091179055600980546007919083908110610f2d57fe5b60009182526020808320845460018181018088559686529290942092018054610f7194939093019290916002610100918316159190910260001901909116046113d2565b50507fd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54600882815481101515610fa357fe5b60009182526020909120015460098054600160a060020a039092169184908110610fc957fe5b600091825260209182902060408051600160a060020a038616815293840181815291909201805460026000196101006001841615020190911604928401839052929160608301908490801561105f5780601f106110345761010080835404028352916020019161105f565b820191906000526020600020905b81548152906001019060200180831161104257829003601f168201915b5050935050505060405180910390a161107b81600860096111eb565b6001915061108c565b600101610e84565b50801515610e6557600080fd5b600354600160a060020a031633146110b057600080fd5b600160a060020a03811615156110c557600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60095490565b825184516000911461110b57600080fd5b60005b85518110156111dd5782516020840120855186908390811061112c57fe5b906020019060200201516040518082805190602001908083835b602083106111655780518252601f199092019160209182019101611146565b6001836020036101000a038019825116818451168082178552505050505050905001915050604051809103902014806111c6575083600160a060020a031686828151811015156111b157fe5b90602001906020020151600160a060020a0316145b156111d55760019150506111e3565b60010161110e565b50600090505b949350505050565b8154831080156111fb5750805483105b151561120657600080fd5b81546000190183146112cd5780548190600019810190811061122457fe5b90600052602060002001818481548110151561123c57fe5b9060005260206000200190805460018160011615610100020316600290046112659291906113d2565b5081548290600019810190811061127857fe5b6000918252602090912001548254600160a060020a039091169083908590811061129e57fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055505b8054819060001981019081106112df57fe5b9060005260206000200160006112f59190611447565b805461130582600019830161148e565b5081548290600019810190811061131857fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055815461134e8360001983016114b7565b50505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061139557805160ff19168380011785556113c2565b828001600101855582156113c2579182015b828111156113c25782518255916020019190600101906113a7565b506113ce9291506114d7565b5090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061140b57805485556113c2565b828001600101855582156113c257600052602060002091601f016020900482015b828111156113c257825482559160010191906001019061142c565b50805460018160011615610100020316600290046000825580601f1061146d575061148b565b601f01602090049060005260206000209081019061148b91906114d7565b50565b8154818355818111156114b2576000838152602090206114b29181019083016114f1565b505050565b8154818355818111156114b2576000838152602090206114b29181019083015b610a0691905b808211156113ce57600081556001016114dd565b610a0691905b808211156113ce57600061150b8282611447565b506001016114f756fea165627a7a7230582069f29735d26cd6e05278e5c041aeb1245bce197c85db0ba29a1f6206a66d6b060029",
}

NodeSpaceMetaData contains all meta data concerning the NodeSpace contract.

View Source
var OwnableABI = OwnableMetaData.ABI

OwnableABI is the input ABI used to generate the binding from. Deprecated: Use OwnableMetaData.ABI instead.

View Source
var OwnableBin = OwnableMetaData.Bin

OwnableBin is the compiled bytecode used for deploying new contracts. Deprecated: Use OwnableMetaData.Bin instead.

View Source
var OwnableFuncSigs = OwnableMetaData.Sigs

Deprecated: Use OwnableMetaData.Sigs instead. OwnableFuncSigs maps the 4-byte function signature to its string representation.

View Source
var OwnableMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
	Sigs: map[string]string{
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a0319908116321790915560038054909116331790556102ec8061007b6000396000f3fe608060405260043610610098576000357c0100000000000000000000000000000000000000000000000000000000900480636d2e4b1b1161006b5780636d2e4b1b1461011c5780638da5cb5b1461014f578063af570c0414610164578063f2fde38b1461017957610098565b806302d05d3f1461009a57806341c0e1b5146100cb57806354fd4d50146100e05780635f4fcae114610107575b005b3480156100a657600080fd5b506100af6101ac565b60408051600160a060020a039092168252519081900360200190f35b3480156100d757600080fd5b506100986101bb565b3480156100ec57600080fd5b506100f56101e0565b60408051918252519081900360200190f35b34801561011357600080fd5b506100f56101e6565b34801561012857600080fd5b506100986004803603602081101561013f57600080fd5b5035600160a060020a03166101ec565b34801561015b57600080fd5b506100af610247565b34801561017057600080fd5b506100af610256565b34801561018557600080fd5b506100986004803603602081101561019c57600080fd5b5035600160a060020a0316610265565b600254600160a060020a031681565b600354600160a060020a031633146101d257600080fd5b600354600160a060020a0316ff5b60005481565b60015481565b600254600160a060020a0316331461020357600080fd5b600160a060020a038116151561021857600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600354600160a060020a031681565b600454600160a060020a031681565b600354600160a060020a0316331461027c57600080fd5b600160a060020a038116151561029157600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a039290921691909117905556fea165627a7a723058204f871c8fda4d07bbf23c5e206c2cdf8e0fbc4f096d6e8abedd0a3ece264aecce0029",
}

OwnableMetaData contains all meta data concerning the Ownable contract.

View Source
var ParsedABIS = map[string]*abi.ABI{}

Map of ABI names to *abi.ABI ABI names are constants starting with K_

View Source
var PrecompileABI = PrecompileMetaData.ABI

PrecompileABI is the input ABI used to generate the binding from. Deprecated: Use PrecompileMetaData.ABI instead.

View Source
var PrecompileBin = PrecompileMetaData.Bin

PrecompileBin is the compiled bytecode used for deploying new contracts. Deprecated: Use PrecompileMetaData.Bin instead.

View Source
var PrecompileFuncSigs = PrecompileMetaData.Sigs

Deprecated: Use PrecompileMetaData.Sigs instead. PrecompileFuncSigs maps the 4-byte function signature to its string representation.

View Source
var PrecompileMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"KMS\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"TEN\",\"outputs\":[{\"name\":\"\",\"type\":\"int256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"a6ca541e": "KMS()",
		"ee2f3a05": "TEN()",
	},
	Bin: "0x60b261002f600b82828239805160001a6073146000811461001f57610021565bfe5b5030600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106059577c01000000000000000000000000000000000000000000000000000000006000350463a6ca541e8114605e578063ee2f3a05146076575b600080fd5b6064607c565b60408051918252519081900360200190f35b60646081565b600b81565b600e8156fea165627a7a72305820c80c13541167671a675d8bc4eacd34e89b088dd15ec5519733500fa79cb3c8ea0029",
}

PrecompileMetaData contains all meta data concerning the Precompile contract.

View Source
var TenantFuncsBaseABI = TenantFuncsBaseMetaData.ABI

TenantFuncsBaseABI is the input ABI used to generate the binding from. Deprecated: Use TenantFuncsBaseMetaData.ABI instead.

View Source
var TenantFuncsBaseBin = TenantFuncsBaseMetaData.Bin

TenantFuncsBaseBin is the compiled bytecode used for deploying new contracts. Deprecated: Use TenantFuncsBaseMetaData.Bin instead.

View Source
var TenantFuncsBaseFuncSigs = TenantFuncsBaseMetaData.Sigs

Deprecated: Use TenantFuncsBaseMetaData.Sigs instead. TenantFuncsBaseFuncSigs maps the 4-byte function signature to its string representation.

View Source
var TenantFuncsBaseMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"creator\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_candidate\",\"type\":\"address\"}],\"name\":\"isAdmin\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"setAndGetBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getBit\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"kill\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"versionAPI\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newCreator\",\"type\":\"address\"}],\"name\":\"transferCreatorship\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"incrementCounter\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"getMeta\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"contentSpace\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_encAuthToken\",\"type\":\"bytes\"},{\"name\":\"_amount\",\"type\":\"uint256\"},{\"name\":\"_to\",\"type\":\"address\"}],\"name\":\"transferToken\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_encToken\",\"type\":\"bytes\"},{\"name\":\"\",\"type\":\"uint256\"},{\"name\":\"_to\",\"type\":\"address\"}],\"name\":\"applyGroups\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"},{\"name\":\"_ord\",\"type\":\"uint8\"}],\"name\":\"getCounter\",\"outputs\":[{\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"key\",\"type\":\"bytes\"},{\"name\":\"value\",\"type\":\"bytes\"}],\"name\":\"putMeta\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_ident\",\"type\":\"bytes32\"}],\"name\":\"deleteGroup\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"TenantTransfer\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"numGroups\",\"type\":\"uint256\"}],\"name\":\"ApplyGroups\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"slot\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"val\",\"type\":\"uint32\"}],\"name\":\"CounterIncremented\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"},{\"indexed\":false,\"name\":\"ord\",\"type\":\"uint8\"},{\"indexed\":false,\"name\":\"prev\",\"type\":\"bool\"}],\"name\":\"BitSetAndGet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"ident\",\"type\":\"bytes32\"}],\"name\":\"WordGroupDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"key\",\"type\":\"bytes\"}],\"name\":\"ObjectMetaChanged\",\"type\":\"event\"}]",
	Sigs: map[string]string{
		"d2771dee": "applyGroups(bytes,uint256,address)",
		"af570c04": "contentSpace()",
		"02d05d3f": "creator()",
		"e57097c9": "deleteGroup(bytes32)",
		"30f846a2": "getBit(bytes32,uint8)",
		"e1954b61": "getCounter(bytes32,uint8)",
		"ac55c906": "getMeta(bytes)",
		"7558cbf0": "incrementCounter(bytes32,uint8)",
		"24d7806c": "isAdmin(address)",
		"41c0e1b5": "kill()",
		"8da5cb5b": "owner()",
		"e542b7cb": "putMeta(bytes,bytes)",
		"24d7c18d": "setAndGetBit(bytes32,uint8)",
		"6d2e4b1b": "transferCreatorship(address)",
		"f2fde38b": "transferOwnership(address)",
		"c2153d2c": "transferToken(bytes,uint256,address)",
		"54fd4d50": "version()",
		"5f4fcae1": "versionAPI()",
	},
	Bin: "0x60806040527f4f776e61626c653230323030393238313130303030504f0000000000000000006000557f332e30000000000000000000000000000000000000000000000000000000000060015560028054600160a060020a0319908116321790915560038054909116331790556117048061007b6000396000f3fe608060405260043610610126576000357c0100000000000000000000000000000000000000000000000000000000900480638da5cb5b116100b2578063d2771dee11610081578063d2771dee146104d0578063e1954b6114610591578063e542b7cb146105dd578063e57097c914610717578063f2fde38b1461074157610126565b80638da5cb5b146102bd578063ac55c906146102d2578063af570c04146103fa578063c2153d2c1461040f57610126565b806341c0e1b5116100f957806341c0e1b51461020657806354fd4d501461021b5780635f4fcae1146102425780636d2e4b1b146102575780637558cbf01461028a57610126565b806302d05d3f1461012857806324d7806c1461015957806324d7c18d146101a057806330f846a2146101d3575b005b34801561013457600080fd5b5061013d610774565b60408051600160a060020a039092168252519081900360200190f35b34801561016557600080fd5b5061018c6004803603602081101561017c57600080fd5b5035600160a060020a0316610783565b604080519115158252519081900360200190f35b3480156101ac57600080fd5b5061018c600480360360408110156101c357600080fd5b508035906020013560ff166107ad565b3480156101df57600080fd5b5061018c600480360360408110156101f657600080fd5b508035906020013560ff166107d4565b34801561021257600080fd5b50610126610842565b34801561022757600080fd5b50610230610867565b60408051918252519081900360200190f35b34801561024e57600080fd5b5061023061086d565b34801561026357600080fd5b506101266004803603602081101561027a57600080fd5b5035600160a060020a0316610873565b34801561029657600080fd5b50610126600480360360408110156102ad57600080fd5b508035906020013560ff166108ce565b3480156102c957600080fd5b5061013d6109cf565b3480156102de57600080fd5b50610385600480360360208110156102f557600080fd5b81019060208101813564010000000081111561031057600080fd5b82018360208201111561032257600080fd5b8035906020019184600183028401116401000000008311171561034457600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506109de945050505050565b6040805160208082528351818301528351919283929083019185019080838360005b838110156103bf5781810151838201526020016103a7565b50505050905090810190601f1680156103ec5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561040657600080fd5b5061013d610b87565b34801561041b57600080fd5b506101266004803603606081101561043257600080fd5b81019060208101813564010000000081111561044d57600080fd5b82018360208201111561045f57600080fd5b8035906020019184600183028401116401000000008311171561048157600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505082359350505060200135600160a060020a0316610b96565b3480156104dc57600080fd5b50610126600480360360608110156104f357600080fd5b81019060208101813564010000000081111561050e57600080fd5b82018360208201111561052057600080fd5b8035906020019184600183028401116401000000008311171561054257600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505082359350505060200135600160a060020a0316610c70565b34801561059d57600080fd5b506105c4600480360360408110156105b457600080fd5b508035906020013560ff16610fff565b6040805163ffffffff9092168252519081900360200190f35b3480156105e957600080fd5b506101266004803603604081101561060057600080fd5b81019060208101813564010000000081111561061b57600080fd5b82018360208201111561062d57600080fd5b8035906020019184600183028401116401000000008311171561064f57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092959493602081019350359150506401000000008111156106a257600080fd5b8201836020820111156106b457600080fd5b803590602001918460018302840111640100000000831117156106d657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611051945050505050565b34801561072357600080fd5b506101266004803603602081101561073a57600080fd5b5035611248565b34801561074d57600080fd5b506101266004803603602081101561076457600080fd5b5035600160a060020a03166112ad565b600254600160a060020a031681565b600354600090600160a060020a03838116911614156107a4575060016107a8565b5060005b919050565b60006107b833610783565b15156107c357600080fd5b6107cd8383611308565b9392505050565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a908190846008811061080957fe5b600881049091015460046007909216919091026101000a90041663ffffffff1615610835576001610838565b60005b9695505050505050565b600354600160a060020a0316331461085957600080fd5b600354600160a060020a0316ff5b60005481565b60015481565b600254600160a060020a0316331461088a57600080fd5b600160a060020a038116151561089f57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6108d733610783565b15156108e257600080fd5b600860ff8216106108f257600080fd5b600082815260076020526040812060ff83166008811061090e57fe5b600891828204019190066004029054906101000a900463ffffffff169050600760008481526020019081526020016000206000018260ff1660088110151561095257fe5b600881049091018054600163ffffffff60046007909516949094026101000a80830485169190910184168102908402199091161790556040805185815260ff8516602082015291831682820152517f77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f9181900360600190a1505050565b600354600160a060020a031681565b606060208251111515610a955781518083015160008181526005602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529394939091830182828015610a875780601f10610a5c57610100808354040283529160200191610a87565b820191906000526020600020905b815481529060010190602001808311610a6a57829003601f168201915b5050505050925050506107a8565b6006826040518082805190602001908083835b60208310610ac75780518252601f199092019160209182019101610aa8565b518151600019602094850361010090810a820192831692199390931691909117909252949092019687526040805197889003820188208054601f6002600183161590980290950116959095049283018290048202880182019052818752929450925050830182828015610b7b5780601f10610b5057610100808354040283529160200191610b7b565b820191906000526020600020905b815481529060010190602001808311610b5e57829003601f168201915b50505050509050919050565b600454600160a060020a031681565b610b9f83611414565b6000610be06040805190810160405280600381526020017f6d61780000000000000000000000000000000000000000000000000000000000815250856114be565b905080831115610bef57600080fd5b604051600160a060020a0383169084156108fc029085906000818181858888f19350505050158015610c25573d6000803e3d6000fd5b5060408051600160a060020a03841681526020810185905281517f59d13df91c02dfa098820027bd861986b2712e8fa2e7e431fea189243656aebd929181900390910190a150505050565b610c786115c6565b506040805161018081018252600561014082018181527f6772703a300000000000000000000000000000000000000000000000000000006101608401528252825180840184528181527f6772703a3100000000000000000000000000000000000000000000000000000060208281019190915280840191909152835180850185528281527f6772703a320000000000000000000000000000000000000000000000000000008183015283850152835180850185528281527f6772703a33000000000000000000000000000000000000000000000000000000818301526060840152835180850185528281527f6772703a34000000000000000000000000000000000000000000000000000000818301526080840152835180850185528281527f6772703a350000000000000000000000000000000000000000000000000000008183015260a0840152835180850185528281527f6772703a360000000000000000000000000000000000000000000000000000008183015260c0840152835180850185528281527f6772703a370000000000000000000000000000000000000000000000000000008183015260e0840152835180850185528281527f6772703a380000000000000000000000000000000000000000000000000000008183015261010084015283518085019094529083527f6772703a3900000000000000000000000000000000000000000000000000000090830152610120810191909152610ea084611414565b6000610ee16040805190810160405280600881526020017f6c656e2867727029000000000000000000000000000000000000000000000000815250866114be565b9050600a811115610ef157600080fd5b60005b81811015610fb3576000610f188483600a8110610f0d57fe5b602002015188611559565b905080600160a060020a0316630ae5e739866040518263ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018082600160a060020a0316600160a060020a03168152602001915050600060405180830381600087803b158015610f8e57600080fd5b505af1158015610fa2573d6000803e3d6000fd5b505060019093019250610ef4915050565b5060408051600160a060020a03851681526020810183905281517faf51ac2c635b218e7e5205267ea152c8c9f51fc74f818c332dcf630e82a3dc3f929181900390910190a15050505050565b6000600860ff83161061101157600080fd5b600083815260076020526040902060ff83166008811061102d57fe5b600891828204019190066004029054906101000a900463ffffffff16905092915050565b61105a33610783565b151561106557600080fd5b81516020106110c057815180830151600081815260056020526040812091929161108e916115ef565b6000835111156110b957600082815260056020908152604090912084516110b792860190611636565b505b50506111ab565b6006826040518082805190602001908083835b602083106110f25780518252601f1990920191602091820191016110d3565b51815160209384036101000a6000190180199092169116179052920194855250604051938490030190922061112b9250905060006115ef565b6000815111156111ab57806006836040518082805190602001908083835b602083106111685780518252601f199092019160209182019101611149565b51815160209384036101000a600019018019909216911617905292019485525060405193849003810190932084516111a99591949190910192509050611636565b505b7fe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c826040518080602001828103825283818151815260200191508051906020019080838360005b8381101561120a5781810151838201526020016111f2565b50505050905090810190601f1680156112375780820380516001836020036101000a031916815260200191505b509250505060405180910390a15050565b61125133610783565b151561125c57600080fd5b60008181526007602052604081209061127582826116b4565b50506040805182815290517f87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f9181900360200190a150565b600354600160a060020a031633146112c457600080fd5b600160a060020a03811615156112d957600080fd5b6003805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000828152600760209081526040822060ff8481169290920490911690601f841690600282900a9084908290856008811061133f57fe5b600881049091015460046007909216919091026101000a90041663ffffffff161561136b57600161136e565b60005b90508015156113c75760008781526007602052604090208290856008811061139257fe5b60088104909101805463ffffffff60046007909416939093026101000a80820484169094178316840292909302199092161790555b6040805188815260ff881660208201528215158183015290517f4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d9181900360600190a19695505050505050565b60006114556040805190810160405280600381526020017f6f72640000000000000000000000000000000000000000000000000000000000815250836114be565b905060006114986040805190810160405280601081526020017f7365676964656e742869642c6f72642900000000000000000000000000000000815250846114be565b905060ff821660006114aa8383611308565b905080156114b757600080fd5b5050505050565b604080517f67657455696e7428737472696e672c627974657329000000000000000000000081529051908190036015018120825181835260208501516004840181905260009360fe92906024820190865b8381101561152c576020818a01810151602484840101520161150f565b506020818383886000fa808015611546578251985061154b565b600080fd5b505050505050505092915050565b604080517f6765744164647265737328737472696e672c627974657329000000000000000081529051908190036018018120825181835260208501516004840181905260009360fe92906024820190868381101561152c576020818a01810151602484840101520161150f565b61014060405190810160405280600a905b60608152602001906001900390816115d75790505090565b50805460018160011615610100020316600290046000825580601f106116155750611633565b601f01602090049060005260206000209081019061163391906116bb565b50565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061167757805160ff19168380011785556116a4565b828001600101855582156116a4579182015b828111156116a4578251825591602001919060010190611689565b506116b09291506116bb565b5090565b5060009055565b6116d591905b808211156116b057600081556001016116c1565b9056fea165627a7a7230582020abe709d34e82e424a44c7fca5c03dbf3e53fcf8e536b2b1d915c9bf6f097b00029",
}

TenantFuncsBaseMetaData contains all meta data concerning the TenantFuncsBase contract.

View Source
var TransactableABI = TransactableMetaData.ABI

TransactableABI is the input ABI used to generate the binding from. Deprecated: Use TransactableMetaData.ABI instead.

View Source
var TransactableFuncSigs = TransactableMetaData.Sigs

Deprecated: Use TransactableMetaData.Sigs instead. TransactableFuncSigs maps the 4-byte function signature to its string representation.

View Source
var TransactableMetaData = &bind.MetaData{
	ABI: "[{\"constant\":false,\"inputs\":[{\"name\":\"_guarantor\",\"type\":\"address\"},{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"},{\"name\":\"_dest\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"},{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"execute\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_v\",\"type\":\"uint8\"},{\"name\":\"_r\",\"type\":\"bytes32\"},{\"name\":\"_s\",\"type\":\"bytes32\"},{\"name\":\"_dest\",\"type\":\"address\"},{\"name\":\"_value\",\"type\":\"uint256\"},{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"validateTransaction\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_ts\",\"type\":\"uint256\"}],\"name\":\"validateTimestamp\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"508ad278": "execute(address,uint8,bytes32,bytes32,address,uint256,uint256)",
		"f50b2efe": "validateTimestamp(uint256)",
		"763d5ee6": "validateTransaction(uint8,bytes32,bytes32,address,uint256,uint256)",
	},
}

TransactableMetaData contains all meta data concerning the Transactable contract.

View Source
var UniqueEvents = map[string]*EventInfo{}

Map of Unique events names to *EventInfo. Unique events names are constants starting with E_

View Source
var UserSpaceABI = UserSpaceMetaData.ABI

UserSpaceABI is the input ABI used to generate the binding from. Deprecated: Use UserSpaceMetaData.ABI instead.

View Source
var UserSpaceBin = UserSpaceMetaData.Bin

UserSpaceBin is the compiled bytecode used for deploying new contracts. Deprecated: Use UserSpaceMetaData.Bin instead.

View Source
var UserSpaceFuncSigs = UserSpaceMetaData.Sigs

Deprecated: Use UserSpaceMetaData.Sigs instead. UserSpaceFuncSigs maps the 4-byte function signature to its string representation.

View Source
var UserSpaceMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"userWallets\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"\",\"type\":\"address\"}],\"name\":\"createUserWallet\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"e7cf0c66": "createUserWallet(address)",
		"63e6ffdd": "userWallets(address)",
		"54fd4d50": "version()",
	},
	Bin: "0x60806040527f55736572537061636532303139303530363135353330304d4c0000000000000060005534801561003457600080fd5b5061016b806100446000396000f3fe608060405234801561001057600080fd5b506004361061005d577c0100000000000000000000000000000000000000000000000000000000600035046354fd4d50811461006257806363e6ffdd1461007c578063e7cf0c66146100d8575b600080fd5b61006a61010b565b60408051918252519081900360200190f35b6100af6004803603602081101561009257600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610111565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b6100af600480360360208110156100ee57600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610139565b60005481565b60016020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b60008080fdfea165627a7a723058202b35197161b7229756346ecd7aa7fbf746d97f4f00833c93a599141da8c3fea30029",
}

UserSpaceMetaData contains all meta data concerning the UserSpace contract.

View Source
var UtilsABI = UtilsMetaData.ABI

UtilsABI is the input ABI used to generate the binding from. Deprecated: Use UtilsMetaData.ABI instead.

View Source
var UtilsBin = UtilsMetaData.Bin

UtilsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use UtilsMetaData.Bin instead.

View Source
var UtilsMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x604c602c600b82828239805160001a60731460008114601c57601e565bfe5b5030600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea165627a7a72305820f4d7e7ea99eb5ed147651fc8c3f6ec4a55f342c996dd86c2f38ca39038e9be100029",
}

UtilsMetaData contains all meta data concerning the Utils contract.

View Source
var VerifierABI = VerifierMetaData.ABI

VerifierABI is the input ABI used to generate the binding from. Deprecated: Use VerifierMetaData.ABI instead.

View Source
var VerifierBin = VerifierMetaData.Bin

VerifierBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VerifierMetaData.Bin instead.

View Source
var VerifierFuncSigs = VerifierMetaData.Sigs

Deprecated: Use VerifierMetaData.Sigs instead. VerifierFuncSigs maps the 4-byte function signature to its string representation.

View Source
var VerifierMetaData = &bind.MetaData{
	ABI: "[{\"constant\":true,\"inputs\":[{\"name\":\"_addr\",\"type\":\"address\"},{\"name\":\"msgHash\",\"type\":\"bytes32\"},{\"name\":\"v\",\"type\":\"uint8\"},{\"name\":\"r\",\"type\":\"bytes32\"},{\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"isSigned\",\"outputs\":[{\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\"},{\"name\":\"v\",\"type\":\"uint8\"},{\"name\":\"r\",\"type\":\"bytes32\"},{\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"recoverAddr\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"pure\",\"type\":\"function\"}]",
	Sigs: map[string]string{
		"8677ebe8": "isSigned(address,bytes32,uint8,bytes32,bytes32)",
		"e5df669f": "recoverAddr(bytes32,uint8,bytes32,bytes32)",
	},
	Bin: "0x608060405234801561001057600080fd5b5061024e806100206000396000f3fe608060405234801561001057600080fd5b5060043610610052577c010000000000000000000000000000000000000000000000000000000060003504638677ebe88114610057578063e5df669f146100b9575b600080fd5b6100a5600480360360a081101561006d57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff8135169060208101359060ff6040820135169060608101359060800135610114565b604080519115158252519081900360200190f35b6100eb600480360360808110156100cf57600080fd5b5080359060ff60208201351690604081013590606001356101b6565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60008573ffffffffffffffffffffffffffffffffffffffff1660018686868660405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa15801561018a573d6000803e3d6000fd5b5050506020604051035173ffffffffffffffffffffffffffffffffffffffff1614905095945050505050565b604080516000808252602080830180855288905260ff87168385015260608301869052608083018590529251909260019260a080820193601f1981019281900390910190855afa15801561020e573d6000803e3d6000fd5b5050604051601f190151969550505050505056fea165627a7a723058205774e1f450cfc28e9cb5af349ffc9c97e0ffbe5f6d27e14943af8872229af35b0029",
}

VerifierMetaData contains all meta data concerning the Verifier contract.

Functions

func BoundContract

func BoundContract(name string) *bind.BoundContract

func JSON

func JSON(reader io.Reader) (*abi.ABI, error)

JSON returns a parsed ABI interface and error if it failed.

func ParsedABI

func ParsedABI(name string) (*abi.ABI, error)

Types

type AccessComplete

type AccessComplete struct {
	RequestID            *big.Int
	ScorePct             *big.Int
	CustomContractResult bool
	Raw                  types.Log // Blockchain specific contextual infos
}

AccessComplete event with ID 0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06

type AccessCompleteV3

type AccessCompleteV3 struct {
	RequestNonce         *big.Int
	CustomContractResult bool
	ParentAddress        common.Address
	ContextHash          [32]byte
	Accessor             common.Address
	RequestTimestamp     *big.Int
	Raw                  types.Log // Blockchain specific contextual infos
}

AccessCompleteV3 event with ID 0xd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1

type AccessIndexor

type AccessIndexor struct {
	AccessIndexorCaller     // Read-only binding to the contract
	AccessIndexorTransactor // Write-only binding to the contract
	AccessIndexorFilterer   // Log filterer for contract events
}

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

func DeployAccessIndexor

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

DeployAccessIndexor deploys a new Ethereum contract, binding an instance of AccessIndexor to it.

func NewAccessIndexor

func NewAccessIndexor(address common.Address, backend bind.ContractBackend) (*AccessIndexor, error)

NewAccessIndexor creates a new instance of AccessIndexor, bound to a specific deployed contract.

type AccessIndexorCaller

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

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

func NewAccessIndexorCaller

func NewAccessIndexorCaller(address common.Address, caller bind.ContractCaller) (*AccessIndexorCaller, error)

NewAccessIndexorCaller creates a new read-only instance of AccessIndexor, bound to a specific deployed contract.

func (*AccessIndexorCaller) ACCESSCONFIRMED

func (_AccessIndexor *AccessIndexorCaller) ACCESSCONFIRMED(opts *bind.CallOpts) (uint8, error)

ACCESSCONFIRMED is a free data retrieval call binding the contract method 0x18689733.

Solidity: function ACCESS_CONFIRMED() view returns(uint8)

func (*AccessIndexorCaller) ACCESSNONE

func (_AccessIndexor *AccessIndexorCaller) ACCESSNONE(opts *bind.CallOpts) (uint8, error)

ACCESSNONE is a free data retrieval call binding the contract method 0x8232f3f1.

Solidity: function ACCESS_NONE() view returns(uint8)

func (*AccessIndexorCaller) ACCESSTENTATIVE

func (_AccessIndexor *AccessIndexorCaller) ACCESSTENTATIVE(opts *bind.CallOpts) (uint8, error)

ACCESSTENTATIVE is a free data retrieval call binding the contract method 0x479a0c51.

Solidity: function ACCESS_TENTATIVE() view returns(uint8)

func (*AccessIndexorCaller) AccessGroups

func (_AccessIndexor *AccessIndexorCaller) AccessGroups(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

AccessGroups is a free data retrieval call binding the contract method 0x30e66949.

Solidity: function accessGroups() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) CATEGORYCONTENTOBJECT

func (_AccessIndexor *AccessIndexorCaller) CATEGORYCONTENTOBJECT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTOBJECT is a free data retrieval call binding the contract method 0x091600e6.

Solidity: function CATEGORY_CONTENT_OBJECT() view returns(uint8)

func (*AccessIndexorCaller) CATEGORYCONTENTTYPE

func (_AccessIndexor *AccessIndexorCaller) CATEGORYCONTENTTYPE(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTTYPE is a free data retrieval call binding the contract method 0x68a0469a.

Solidity: function CATEGORY_CONTENT_TYPE() view returns(uint8)

func (*AccessIndexorCaller) CATEGORYCONTRACT

func (_AccessIndexor *AccessIndexorCaller) CATEGORYCONTRACT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTRACT is a free data retrieval call binding the contract method 0x6373a411.

Solidity: function CATEGORY_CONTRACT() view returns(uint8)

func (*AccessIndexorCaller) CATEGORYGROUP

func (_AccessIndexor *AccessIndexorCaller) CATEGORYGROUP(opts *bind.CallOpts) (uint8, error)

CATEGORYGROUP is a free data retrieval call binding the contract method 0x12915a30.

Solidity: function CATEGORY_GROUP() view returns(uint8)

func (*AccessIndexorCaller) CATEGORYLIBRARY

func (_AccessIndexor *AccessIndexorCaller) CATEGORYLIBRARY(opts *bind.CallOpts) (uint8, error)

CATEGORYLIBRARY is a free data retrieval call binding the contract method 0x16aed232.

Solidity: function CATEGORY_LIBRARY() view returns(uint8)

func (*AccessIndexorCaller) CheckAccessGroupRights

func (_AccessIndexor *AccessIndexorCaller) CheckAccessGroupRights(opts *bind.CallOpts, group common.Address, access_type uint8) (bool, error)

CheckAccessGroupRights is a free data retrieval call binding the contract method 0x15c0bac1.

Solidity: function checkAccessGroupRights(address group, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckContentObjectRights

func (_AccessIndexor *AccessIndexorCaller) CheckContentObjectRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentObjectRights is a free data retrieval call binding the contract method 0x5faecb76.

Solidity: function checkContentObjectRights(address obj, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckContentTypeRights

func (_AccessIndexor *AccessIndexorCaller) CheckContentTypeRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentTypeRights is a free data retrieval call binding the contract method 0xfe538c5a.

Solidity: function checkContentTypeRights(address obj, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckContractRights

func (_AccessIndexor *AccessIndexorCaller) CheckContractRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContractRights is a free data retrieval call binding the contract method 0xa864dfa5.

Solidity: function checkContractRights(address obj, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckDirectRights

func (_AccessIndexor *AccessIndexorCaller) CheckDirectRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckDirectRights is a free data retrieval call binding the contract method 0xa00b38c4.

Solidity: function checkDirectRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckLibraryRights

func (_AccessIndexor *AccessIndexorCaller) CheckLibraryRights(opts *bind.CallOpts, lib common.Address, access_type uint8) (bool, error)

CheckLibraryRights is a free data retrieval call binding the contract method 0x6813b6d1.

Solidity: function checkLibraryRights(address lib, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) CheckRights

func (_AccessIndexor *AccessIndexorCaller) CheckRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckRights is a free data retrieval call binding the contract method 0x7fb52f1a.

Solidity: function checkRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*AccessIndexorCaller) ContentObjects

func (_AccessIndexor *AccessIndexorCaller) ContentObjects(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentObjects is a free data retrieval call binding the contract method 0xa980892d.

Solidity: function contentObjects() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) ContentSpace

func (_AccessIndexor *AccessIndexorCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*AccessIndexorCaller) ContentTypes

func (_AccessIndexor *AccessIndexorCaller) ContentTypes(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentTypes is a free data retrieval call binding the contract method 0x9f46133e.

Solidity: function contentTypes() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) ContractExists

func (_AccessIndexor *AccessIndexorCaller) ContractExists(opts *bind.CallOpts, addr common.Address) (bool, error)

ContractExists is a free data retrieval call binding the contract method 0x7709bc78.

Solidity: function contractExists(address addr) view returns(bool)

func (*AccessIndexorCaller) Contracts

func (_AccessIndexor *AccessIndexorCaller) Contracts(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Contracts is a free data retrieval call binding the contract method 0x6c0f79b6.

Solidity: function contracts() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) Creator

func (_AccessIndexor *AccessIndexorCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*AccessIndexorCaller) GetAccessGroup

func (_AccessIndexor *AccessIndexorCaller) GetAccessGroup(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetAccessGroup is a free data retrieval call binding the contract method 0x2d474cbd.

Solidity: function getAccessGroup(uint256 position) view returns(address)

func (*AccessIndexorCaller) GetAccessGroupRights

func (_AccessIndexor *AccessIndexorCaller) GetAccessGroupRights(opts *bind.CallOpts, group common.Address) (uint8, error)

GetAccessGroupRights is a free data retrieval call binding the contract method 0x304f4a7b.

Solidity: function getAccessGroupRights(address group) view returns(uint8)

func (*AccessIndexorCaller) GetAccessGroupsLength

func (_AccessIndexor *AccessIndexorCaller) GetAccessGroupsLength(opts *bind.CallOpts) (*big.Int, error)

GetAccessGroupsLength is a free data retrieval call binding the contract method 0x0dc10d3f.

Solidity: function getAccessGroupsLength() view returns(uint256)

func (*AccessIndexorCaller) GetContentObject

func (_AccessIndexor *AccessIndexorCaller) GetContentObject(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentObject is a free data retrieval call binding the contract method 0xcf8a7503.

Solidity: function getContentObject(uint256 position) view returns(address)

func (*AccessIndexorCaller) GetContentObjectRights

func (_AccessIndexor *AccessIndexorCaller) GetContentObjectRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentObjectRights is a free data retrieval call binding the contract method 0x69881c0c.

Solidity: function getContentObjectRights(address obj) view returns(uint8)

func (*AccessIndexorCaller) GetContentObjectsLength

func (_AccessIndexor *AccessIndexorCaller) GetContentObjectsLength(opts *bind.CallOpts) (*big.Int, error)

GetContentObjectsLength is a free data retrieval call binding the contract method 0xebe9314e.

Solidity: function getContentObjectsLength() view returns(uint256)

func (*AccessIndexorCaller) GetContentType

func (_AccessIndexor *AccessIndexorCaller) GetContentType(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentType is a free data retrieval call binding the contract method 0xaa3f6952.

Solidity: function getContentType(uint256 position) view returns(address)

func (*AccessIndexorCaller) GetContentTypeRights

func (_AccessIndexor *AccessIndexorCaller) GetContentTypeRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentTypeRights is a free data retrieval call binding the contract method 0xa4081d62.

Solidity: function getContentTypeRights(address obj) view returns(uint8)

func (*AccessIndexorCaller) GetContentTypesLength

func (_AccessIndexor *AccessIndexorCaller) GetContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

GetContentTypesLength is a free data retrieval call binding the contract method 0x5c1d3059.

Solidity: function getContentTypesLength() view returns(uint256)

func (*AccessIndexorCaller) GetContract

func (_AccessIndexor *AccessIndexorCaller) GetContract(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContract is a free data retrieval call binding the contract method 0x6ebc8c86.

Solidity: function getContract(uint256 position) view returns(address)

func (*AccessIndexorCaller) GetContractRights

func (_AccessIndexor *AccessIndexorCaller) GetContractRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContractRights is a free data retrieval call binding the contract method 0x08d865d7.

Solidity: function getContractRights(address obj) view returns(uint8)

func (*AccessIndexorCaller) GetContractsLength

func (_AccessIndexor *AccessIndexorCaller) GetContractsLength(opts *bind.CallOpts) (*big.Int, error)

GetContractsLength is a free data retrieval call binding the contract method 0xfccc134f.

Solidity: function getContractsLength() view returns(uint256)

func (*AccessIndexorCaller) GetLibrariesLength

func (_AccessIndexor *AccessIndexorCaller) GetLibrariesLength(opts *bind.CallOpts) (*big.Int, error)

GetLibrariesLength is a free data retrieval call binding the contract method 0xcb86806d.

Solidity: function getLibrariesLength() view returns(uint256)

func (*AccessIndexorCaller) GetLibrary

func (_AccessIndexor *AccessIndexorCaller) GetLibrary(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetLibrary is a free data retrieval call binding the contract method 0xd15d62a7.

Solidity: function getLibrary(uint256 position) view returns(address)

func (*AccessIndexorCaller) GetLibraryRights

func (_AccessIndexor *AccessIndexorCaller) GetLibraryRights(opts *bind.CallOpts, lib common.Address) (uint8, error)

GetLibraryRights is a free data retrieval call binding the contract method 0xfb52222c.

Solidity: function getLibraryRights(address lib) view returns(uint8)

func (*AccessIndexorCaller) HasManagerAccess

func (_AccessIndexor *AccessIndexorCaller) HasManagerAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasManagerAccess is a free data retrieval call binding the contract method 0x42e7ba7b.

Solidity: function hasManagerAccess(address candidate) view returns(bool)

func (*AccessIndexorCaller) Libraries

func (_AccessIndexor *AccessIndexorCaller) Libraries(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Libraries is a free data retrieval call binding the contract method 0xc4b1978d.

Solidity: function libraries() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) Others

func (_AccessIndexor *AccessIndexorCaller) Others(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Others is a free data retrieval call binding the contract method 0x51a7fc87.

Solidity: function others() view returns(uint8 category, uint256 length)

func (*AccessIndexorCaller) Owner

func (_AccessIndexor *AccessIndexorCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*AccessIndexorCaller) TYPEACCESS

func (_AccessIndexor *AccessIndexorCaller) TYPEACCESS(opts *bind.CallOpts) (uint8, error)

TYPEACCESS is a free data retrieval call binding the contract method 0xd1aeb651.

Solidity: function TYPE_ACCESS() view returns(uint8)

func (*AccessIndexorCaller) TYPEEDIT

func (_AccessIndexor *AccessIndexorCaller) TYPEEDIT(opts *bind.CallOpts) (uint8, error)

TYPEEDIT is a free data retrieval call binding the contract method 0x5d97b6c2.

Solidity: function TYPE_EDIT() view returns(uint8)

func (*AccessIndexorCaller) TYPESEE

func (_AccessIndexor *AccessIndexorCaller) TYPESEE(opts *bind.CallOpts) (uint8, error)

TYPESEE is a free data retrieval call binding the contract method 0x96eba03d.

Solidity: function TYPE_SEE() view returns(uint8)

func (*AccessIndexorCaller) Version

func (_AccessIndexor *AccessIndexorCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*AccessIndexorCaller) VersionAPI

func (_AccessIndexor *AccessIndexorCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type AccessIndexorFilterer

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

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

func NewAccessIndexorFilterer

func NewAccessIndexorFilterer(address common.Address, filterer bind.ContractFilterer) (*AccessIndexorFilterer, error)

NewAccessIndexorFilterer creates a new log filterer instance of AccessIndexor, bound to a specific deployed contract.

func (*AccessIndexorFilterer) FilterRightsChanged

func (_AccessIndexor *AccessIndexorFilterer) FilterRightsChanged(opts *bind.FilterOpts) (*AccessIndexorRightsChangedIterator, error)

FilterRightsChanged is a free log retrieval operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*AccessIndexorFilterer) ParseRightsChanged

func (_AccessIndexor *AccessIndexorFilterer) ParseRightsChanged(log types.Log) (*AccessIndexorRightsChanged, error)

ParseRightsChanged is a log parse operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*AccessIndexorFilterer) WatchRightsChanged

func (_AccessIndexor *AccessIndexorFilterer) WatchRightsChanged(opts *bind.WatchOpts, sink chan<- *AccessIndexorRightsChanged) (event.Subscription, error)

WatchRightsChanged is a free log subscription operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

type AccessIndexorRightsChanged

type AccessIndexorRightsChanged struct {
	Principal common.Address
	Entity    common.Address
	Aggregate uint8
	Raw       types.Log // Blockchain specific contextual infos
}

AccessIndexorRightsChanged represents a RightsChanged event raised by the AccessIndexor contract.

type AccessIndexorRightsChangedIterator

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

AccessIndexorRightsChangedIterator is returned from FilterRightsChanged and is used to iterate over the raw logs and unpacked data for RightsChanged events raised by the AccessIndexor contract.

func (*AccessIndexorRightsChangedIterator) Close

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

func (*AccessIndexorRightsChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AccessIndexorRightsChangedIterator) 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 AccessIndexorTransactor

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

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

func NewAccessIndexorTransactor

func NewAccessIndexorTransactor(address common.Address, transactor bind.ContractTransactor) (*AccessIndexorTransactor, error)

NewAccessIndexorTransactor creates a new write-only instance of AccessIndexor, bound to a specific deployed contract.

func (*AccessIndexorTransactor) CleanUpAccessGroups

func (_AccessIndexor *AccessIndexorTransactor) CleanUpAccessGroups(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAccessGroups is a paid mutator transaction binding the contract method 0xd30f8cd0.

Solidity: function cleanUpAccessGroups() returns(uint256)

func (*AccessIndexorTransactor) CleanUpAll

func (_AccessIndexor *AccessIndexorTransactor) CleanUpAll(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAll is a paid mutator transaction binding the contract method 0x2fa5c842.

Solidity: function cleanUpAll() returns(uint256, uint256, uint256, uint256, uint256)

func (*AccessIndexorTransactor) CleanUpContentObjects

func (_AccessIndexor *AccessIndexorTransactor) CleanUpContentObjects(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentObjects is a paid mutator transaction binding the contract method 0x048bd529.

Solidity: function cleanUpContentObjects() returns(uint256)

func (*AccessIndexorTransactor) CleanUpContentTypes

func (_AccessIndexor *AccessIndexorTransactor) CleanUpContentTypes(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentTypes is a paid mutator transaction binding the contract method 0x85e0a200.

Solidity: function cleanUpContentTypes() returns(uint256)

func (*AccessIndexorTransactor) CleanUpLibraries

func (_AccessIndexor *AccessIndexorTransactor) CleanUpLibraries(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpLibraries is a paid mutator transaction binding the contract method 0x92297d7b.

Solidity: function cleanUpLibraries() returns(uint256)

func (*AccessIndexorTransactor) Fallback

func (_AccessIndexor *AccessIndexorTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*AccessIndexorTransactor) Kill

func (_AccessIndexor *AccessIndexorTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*AccessIndexorTransactor) SetAccessGroupRights

func (_AccessIndexor *AccessIndexorTransactor) SetAccessGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetAccessGroupRights is a paid mutator transaction binding the contract method 0xf17bda91.

Solidity: function setAccessGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) SetAccessRights

func (_AccessIndexor *AccessIndexorTransactor) SetAccessRights(opts *bind.TransactOpts) (*types.Transaction, error)

SetAccessRights is a paid mutator transaction binding the contract method 0xb8ff1dba.

Solidity: function setAccessRights() returns()

func (*AccessIndexorTransactor) SetContentObjectRights

func (_AccessIndexor *AccessIndexorTransactor) SetContentObjectRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentObjectRights is a paid mutator transaction binding the contract method 0x3def5140.

Solidity: function setContentObjectRights(address obj, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) SetContentSpace

func (_AccessIndexor *AccessIndexorTransactor) SetContentSpace(opts *bind.TransactOpts, content_space common.Address) (*types.Transaction, error)

SetContentSpace is a paid mutator transaction binding the contract method 0x055af48f.

Solidity: function setContentSpace(address content_space) returns()

func (*AccessIndexorTransactor) SetContentTypeRights

func (_AccessIndexor *AccessIndexorTransactor) SetContentTypeRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentTypeRights is a paid mutator transaction binding the contract method 0x8635adb5.

Solidity: function setContentTypeRights(address obj, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) SetContractRights

func (_AccessIndexor *AccessIndexorTransactor) SetContractRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContractRights is a paid mutator transaction binding the contract method 0x224dcba0.

Solidity: function setContractRights(address obj, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) SetEntityRights

func (_AccessIndexor *AccessIndexorTransactor) SetEntityRights(opts *bind.TransactOpts, indexType uint8, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetEntityRights is a paid mutator transaction binding the contract method 0x5d7cf830.

Solidity: function setEntityRights(uint8 indexType, address obj, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) SetLibraryRights

func (_AccessIndexor *AccessIndexorTransactor) SetLibraryRights(opts *bind.TransactOpts, lib common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetLibraryRights is a paid mutator transaction binding the contract method 0x7cbb7bf2.

Solidity: function setLibraryRights(address lib, uint8 access_type, uint8 access) returns()

func (*AccessIndexorTransactor) TransferCreatorship

func (_AccessIndexor *AccessIndexorTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*AccessIndexorTransactor) TransferOwnership

func (_AccessIndexor *AccessIndexorTransactor) 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 AccessRequest

type AccessRequest struct {
	RequestID    *big.Int
	Level        uint8
	ContentHash  string
	PkeRequestor string
	PkeAFGH      string
	Raw          types.Log // Blockchain specific contextual infos
}

AccessRequest event with ID 0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06

type AccessRequestStakeholder

type AccessRequestStakeholder struct {
	Stakeholder common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

AccessRequestStakeholder event with ID 0xb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b684

type AccessRequestV3

type AccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

AccessRequestV3 event with ID 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7

type AccessRequestValue

type AccessRequestValue struct {
	CustomValue [32]byte
	Raw         types.Log // Blockchain specific contextual infos
}

AccessRequestValue event with ID 0x515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c38

type Accessible

type Accessible struct {
	AccessibleCaller     // Read-only binding to the contract
	AccessibleTransactor // Write-only binding to the contract
	AccessibleFilterer   // Log filterer for contract events
}

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

func DeployAccessible

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

DeployAccessible deploys a new Ethereum contract, binding an instance of Accessible to it.

func NewAccessible

func NewAccessible(address common.Address, backend bind.ContractBackend) (*Accessible, error)

NewAccessible creates a new instance of Accessible, bound to a specific deployed contract.

type AccessibleAccessRequestV3

type AccessibleAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

AccessibleAccessRequestV3 represents a AccessRequestV3 event raised by the Accessible contract.

type AccessibleAccessRequestV3Iterator

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

AccessibleAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the Accessible contract.

func (*AccessibleAccessRequestV3Iterator) Close

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

func (*AccessibleAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AccessibleAccessRequestV3Iterator) 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 AccessibleCaller

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

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

func NewAccessibleCaller

func NewAccessibleCaller(address common.Address, caller bind.ContractCaller) (*AccessibleCaller, error)

NewAccessibleCaller creates a new read-only instance of Accessible, bound to a specific deployed contract.

func (*AccessibleCaller) CANACCESS

func (_Accessible *AccessibleCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*AccessibleCaller) CANEDIT

func (_Accessible *AccessibleCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*AccessibleCaller) CANSEE

func (_Accessible *AccessibleCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*AccessibleCaller) ContentSpace

func (_Accessible *AccessibleCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*AccessibleCaller) Creator

func (_Accessible *AccessibleCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*AccessibleCaller) HasAccess

func (_Accessible *AccessibleCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*AccessibleCaller) IndexCategory

func (_Accessible *AccessibleCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*AccessibleCaller) Owner

func (_Accessible *AccessibleCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*AccessibleCaller) Version

func (_Accessible *AccessibleCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*AccessibleCaller) VersionAPI

func (_Accessible *AccessibleCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*AccessibleCaller) Visibility

func (_Accessible *AccessibleCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type AccessibleFilterer

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

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

func NewAccessibleFilterer

func NewAccessibleFilterer(address common.Address, filterer bind.ContractFilterer) (*AccessibleFilterer, error)

NewAccessibleFilterer creates a new log filterer instance of Accessible, bound to a specific deployed contract.

func (*AccessibleFilterer) FilterAccessRequestV3

func (_Accessible *AccessibleFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*AccessibleAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*AccessibleFilterer) FilterVisibilityChanged

func (_Accessible *AccessibleFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*AccessibleVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*AccessibleFilterer) ParseAccessRequestV3

func (_Accessible *AccessibleFilterer) ParseAccessRequestV3(log types.Log) (*AccessibleAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*AccessibleFilterer) ParseVisibilityChanged

func (_Accessible *AccessibleFilterer) ParseVisibilityChanged(log types.Log) (*AccessibleVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*AccessibleFilterer) WatchAccessRequestV3

func (_Accessible *AccessibleFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *AccessibleAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*AccessibleFilterer) WatchVisibilityChanged

func (_Accessible *AccessibleFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *AccessibleVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type AccessibleTransactor

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

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

func NewAccessibleTransactor

func NewAccessibleTransactor(address common.Address, transactor bind.ContractTransactor) (*AccessibleTransactor, error)

NewAccessibleTransactor creates a new write-only instance of Accessible, bound to a specific deployed contract.

func (*AccessibleTransactor) AccessRequestV3

func (_Accessible *AccessibleTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*AccessibleTransactor) Fallback

func (_Accessible *AccessibleTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*AccessibleTransactor) Kill

func (_Accessible *AccessibleTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*AccessibleTransactor) SetVisibility

func (_Accessible *AccessibleTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*AccessibleTransactor) TransferCreatorship

func (_Accessible *AccessibleTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*AccessibleTransactor) TransferOwnership

func (_Accessible *AccessibleTransactor) 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 AccessibleVisibilityChanged

type AccessibleVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

AccessibleVisibilityChanged represents a VisibilityChanged event raised by the Accessible contract.

type AccessibleVisibilityChangedIterator

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

AccessibleVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the Accessible contract.

func (*AccessibleVisibilityChangedIterator) Close

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

func (*AccessibleVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AccessibleVisibilityChangedIterator) 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 AccessorGroupAdded

type AccessorGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

AccessorGroupAdded event with ID 0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411

type AccessorGroupRemoved

type AccessorGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

AccessorGroupRemoved event with ID 0xc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f081

type AddKMSLocator

type AddKMSLocator struct {
	Sender common.Address
	Status *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

AddKMSLocator event with ID 0xdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319

type AddNode

type AddNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

AddNode event with ID 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4

type AddTenantGroup

type AddTenantGroup struct {
	GroupId   [32]byte
	GroupAddr common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

AddTenantGroup event with ID 0x145b7e243e91890686f5ba84dd1254f7497f549ffb955f4871b3d27d4137d471

type Adminable

type Adminable struct {
	AdminableCaller     // Read-only binding to the contract
	AdminableTransactor // Write-only binding to the contract
	AdminableFilterer   // Log filterer for contract events
}

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

func DeployAdminable

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

DeployAdminable deploys a new Ethereum contract, binding an instance of Adminable to it.

func NewAdminable

func NewAdminable(address common.Address, backend bind.ContractBackend) (*Adminable, error)

NewAdminable creates a new instance of Adminable, bound to a specific deployed contract.

type AdminableCaller

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

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

func NewAdminableCaller

func NewAdminableCaller(address common.Address, caller bind.ContractCaller) (*AdminableCaller, error)

NewAdminableCaller creates a new read-only instance of Adminable, bound to a specific deployed contract.

func (*AdminableCaller) ContentSpace

func (_Adminable *AdminableCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*AdminableCaller) Creator

func (_Adminable *AdminableCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*AdminableCaller) IsAdmin

func (_Adminable *AdminableCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*AdminableCaller) Owner

func (_Adminable *AdminableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*AdminableCaller) Version

func (_Adminable *AdminableCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*AdminableCaller) VersionAPI

func (_Adminable *AdminableCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type AdminableFilterer

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

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

func NewAdminableFilterer

func NewAdminableFilterer(address common.Address, filterer bind.ContractFilterer) (*AdminableFilterer, error)

NewAdminableFilterer creates a new log filterer instance of Adminable, bound to a specific deployed contract.

type AdminableTransactor

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

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

func NewAdminableTransactor

func NewAdminableTransactor(address common.Address, transactor bind.ContractTransactor) (*AdminableTransactor, error)

NewAdminableTransactor creates a new write-only instance of Adminable, bound to a specific deployed contract.

func (*AdminableTransactor) Fallback

func (_Adminable *AdminableTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*AdminableTransactor) Kill

func (_Adminable *AdminableTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*AdminableTransactor) TransferCreatorship

func (_Adminable *AdminableTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*AdminableTransactor) TransferOwnership

func (_Adminable *AdminableTransactor) 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 ApplyGroups

type ApplyGroups struct {
	To        common.Address
	NumGroups *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}

ApplyGroups event with ID 0xaf51ac2c635b218e7e5205267ea152c8c9f51fc74f818c332dcf630e82a3dc3f

type ApproveContent

type ApproveContent struct {
	ContentAddress common.Address
	Approved       bool
	Note           string
	Raw            types.Log // Blockchain specific contextual infos
}

ApproveContent event with ID 0x70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442

type ApproveContentRequest

type ApproveContentRequest struct {
	ContentAddress common.Address
	Submitter      common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

ApproveContentRequest event with ID 0x0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a

type BaseAccessControlGroup

type BaseAccessControlGroup struct {
	BaseAccessControlGroupCaller     // Read-only binding to the contract
	BaseAccessControlGroupTransactor // Write-only binding to the contract
	BaseAccessControlGroupFilterer   // Log filterer for contract events
}

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

func DeployBaseAccessControlGroup

func DeployBaseAccessControlGroup(auth *bind.TransactOpts, backend bind.ContractBackend, _contentSpace common.Address) (common.Address, *types.Transaction, *BaseAccessControlGroup, error)

DeployBaseAccessControlGroup deploys a new Ethereum contract, binding an instance of BaseAccessControlGroup to it.

func NewBaseAccessControlGroup

func NewBaseAccessControlGroup(address common.Address, backend bind.ContractBackend) (*BaseAccessControlGroup, error)

NewBaseAccessControlGroup creates a new instance of BaseAccessControlGroup, bound to a specific deployed contract.

type BaseAccessControlGroupAccessRequestV3

type BaseAccessControlGroupAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupAccessRequestV3 represents a AccessRequestV3 event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupAccessRequestV3Iterator

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

BaseAccessControlGroupAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupAccessRequestV3Iterator) Close

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

func (*BaseAccessControlGroupAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupAccessRequestV3Iterator) 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 BaseAccessControlGroupBitSetAndGet

type BaseAccessControlGroupBitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupBitSetAndGet represents a BitSetAndGet event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupBitSetAndGetIterator

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

BaseAccessControlGroupBitSetAndGetIterator is returned from FilterBitSetAndGet and is used to iterate over the raw logs and unpacked data for BitSetAndGet events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupBitSetAndGetIterator) Close

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

func (*BaseAccessControlGroupBitSetAndGetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupBitSetAndGetIterator) 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 BaseAccessControlGroupCaller

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

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

func NewBaseAccessControlGroupCaller

func NewBaseAccessControlGroupCaller(address common.Address, caller bind.ContractCaller) (*BaseAccessControlGroupCaller, error)

NewBaseAccessControlGroupCaller creates a new read-only instance of BaseAccessControlGroup, bound to a specific deployed contract.

func (*BaseAccessControlGroupCaller) ACCESSCONFIRMED

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ACCESSCONFIRMED(opts *bind.CallOpts) (uint8, error)

ACCESSCONFIRMED is a free data retrieval call binding the contract method 0x18689733.

Solidity: function ACCESS_CONFIRMED() view returns(uint8)

func (*BaseAccessControlGroupCaller) ACCESSNONE

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ACCESSNONE(opts *bind.CallOpts) (uint8, error)

ACCESSNONE is a free data retrieval call binding the contract method 0x8232f3f1.

Solidity: function ACCESS_NONE() view returns(uint8)

func (*BaseAccessControlGroupCaller) ACCESSTENTATIVE

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ACCESSTENTATIVE(opts *bind.CallOpts) (uint8, error)

ACCESSTENTATIVE is a free data retrieval call binding the contract method 0x479a0c51.

Solidity: function ACCESS_TENTATIVE() view returns(uint8)

func (*BaseAccessControlGroupCaller) AccessGroups

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) AccessGroups(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

AccessGroups is a free data retrieval call binding the contract method 0x30e66949.

Solidity: function accessGroups() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) CANACCESS

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseAccessControlGroupCaller) CANEDIT

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseAccessControlGroupCaller) CANSEE

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseAccessControlGroupCaller) CATEGORYCONTENTOBJECT

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CATEGORYCONTENTOBJECT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTOBJECT is a free data retrieval call binding the contract method 0x091600e6.

Solidity: function CATEGORY_CONTENT_OBJECT() view returns(uint8)

func (*BaseAccessControlGroupCaller) CATEGORYCONTENTTYPE

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CATEGORYCONTENTTYPE(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTTYPE is a free data retrieval call binding the contract method 0x68a0469a.

Solidity: function CATEGORY_CONTENT_TYPE() view returns(uint8)

func (*BaseAccessControlGroupCaller) CATEGORYCONTRACT

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CATEGORYCONTRACT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTRACT is a free data retrieval call binding the contract method 0x6373a411.

Solidity: function CATEGORY_CONTRACT() view returns(uint8)

func (*BaseAccessControlGroupCaller) CATEGORYGROUP

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CATEGORYGROUP(opts *bind.CallOpts) (uint8, error)

CATEGORYGROUP is a free data retrieval call binding the contract method 0x12915a30.

Solidity: function CATEGORY_GROUP() view returns(uint8)

func (*BaseAccessControlGroupCaller) CATEGORYLIBRARY

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CATEGORYLIBRARY(opts *bind.CallOpts) (uint8, error)

CATEGORYLIBRARY is a free data retrieval call binding the contract method 0x16aed232.

Solidity: function CATEGORY_LIBRARY() view returns(uint8)

func (*BaseAccessControlGroupCaller) CanCommit

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseAccessControlGroupCaller) CanConfirm

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseAccessControlGroupCaller) CanEdit

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseAccessControlGroupCaller) CheckAccessGroupRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckAccessGroupRights(opts *bind.CallOpts, group common.Address, access_type uint8) (bool, error)

CheckAccessGroupRights is a free data retrieval call binding the contract method 0x15c0bac1.

Solidity: function checkAccessGroupRights(address group, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckContentObjectRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckContentObjectRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentObjectRights is a free data retrieval call binding the contract method 0x5faecb76.

Solidity: function checkContentObjectRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckContentTypeRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckContentTypeRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentTypeRights is a free data retrieval call binding the contract method 0xfe538c5a.

Solidity: function checkContentTypeRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckContractRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckContractRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContractRights is a free data retrieval call binding the contract method 0xa864dfa5.

Solidity: function checkContractRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckDirectRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckDirectRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckDirectRights is a free data retrieval call binding the contract method 0xa00b38c4.

Solidity: function checkDirectRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckLibraryRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckLibraryRights(opts *bind.CallOpts, lib common.Address, access_type uint8) (bool, error)

CheckLibraryRights is a free data retrieval call binding the contract method 0x6813b6d1.

Solidity: function checkLibraryRights(address lib, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CheckRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CheckRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckRights is a free data retrieval call binding the contract method 0x7fb52f1a.

Solidity: function checkRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*BaseAccessControlGroupCaller) CommitPending

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseAccessControlGroupCaller) ContentObjects

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ContentObjects(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentObjects is a free data retrieval call binding the contract method 0xa980892d.

Solidity: function contentObjects() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) ContentSpace

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseAccessControlGroupCaller) ContentTypes

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ContentTypes(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentTypes is a free data retrieval call binding the contract method 0x9f46133e.

Solidity: function contentTypes() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) ContractExists

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ContractExists(opts *bind.CallOpts, addr common.Address) (bool, error)

ContractExists is a free data retrieval call binding the contract method 0x7709bc78.

Solidity: function contractExists(address addr) view returns(bool)

func (*BaseAccessControlGroupCaller) Contracts

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Contracts(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Contracts is a free data retrieval call binding the contract method 0x6c0f79b6.

Solidity: function contracts() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) CountVersionHashes

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseAccessControlGroupCaller) Creator

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseAccessControlGroupCaller) GetAccessGroup

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetAccessGroup(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetAccessGroup is a free data retrieval call binding the contract method 0x2d474cbd.

Solidity: function getAccessGroup(uint256 position) view returns(address)

func (*BaseAccessControlGroupCaller) GetAccessGroupRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetAccessGroupRights(opts *bind.CallOpts, group common.Address) (uint8, error)

GetAccessGroupRights is a free data retrieval call binding the contract method 0x304f4a7b.

Solidity: function getAccessGroupRights(address group) view returns(uint8)

func (*BaseAccessControlGroupCaller) GetAccessGroupsLength

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetAccessGroupsLength(opts *bind.CallOpts) (*big.Int, error)

GetAccessGroupsLength is a free data retrieval call binding the contract method 0x0dc10d3f.

Solidity: function getAccessGroupsLength() view returns(uint256)

func (*BaseAccessControlGroupCaller) GetBit

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetBit(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (bool, error)

GetBit is a free data retrieval call binding the contract method 0x30f846a2.

Solidity: function getBit(bytes32 _ident, uint8 _ord) view returns(bool)

func (*BaseAccessControlGroupCaller) GetContentObject

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentObject(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentObject is a free data retrieval call binding the contract method 0xcf8a7503.

Solidity: function getContentObject(uint256 position) view returns(address)

func (*BaseAccessControlGroupCaller) GetContentObjectRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentObjectRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentObjectRights is a free data retrieval call binding the contract method 0x69881c0c.

Solidity: function getContentObjectRights(address obj) view returns(uint8)

func (*BaseAccessControlGroupCaller) GetContentObjectsLength

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentObjectsLength(opts *bind.CallOpts) (*big.Int, error)

GetContentObjectsLength is a free data retrieval call binding the contract method 0xebe9314e.

Solidity: function getContentObjectsLength() view returns(uint256)

func (*BaseAccessControlGroupCaller) GetContentType

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentType(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentType is a free data retrieval call binding the contract method 0xaa3f6952.

Solidity: function getContentType(uint256 position) view returns(address)

func (*BaseAccessControlGroupCaller) GetContentTypeRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentTypeRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentTypeRights is a free data retrieval call binding the contract method 0xa4081d62.

Solidity: function getContentTypeRights(address obj) view returns(uint8)

func (*BaseAccessControlGroupCaller) GetContentTypesLength

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

GetContentTypesLength is a free data retrieval call binding the contract method 0x5c1d3059.

Solidity: function getContentTypesLength() view returns(uint256)

func (*BaseAccessControlGroupCaller) GetContract

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContract(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContract is a free data retrieval call binding the contract method 0x6ebc8c86.

Solidity: function getContract(uint256 position) view returns(address)

func (*BaseAccessControlGroupCaller) GetContractRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContractRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContractRights is a free data retrieval call binding the contract method 0x08d865d7.

Solidity: function getContractRights(address obj) view returns(uint8)

func (*BaseAccessControlGroupCaller) GetContractsLength

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetContractsLength(opts *bind.CallOpts) (*big.Int, error)

GetContractsLength is a free data retrieval call binding the contract method 0xfccc134f.

Solidity: function getContractsLength() view returns(uint256)

func (*BaseAccessControlGroupCaller) GetCounter

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetCounter(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (uint32, error)

GetCounter is a free data retrieval call binding the contract method 0xe1954b61.

Solidity: function getCounter(bytes32 _ident, uint8 _ord) view returns(uint32)

func (*BaseAccessControlGroupCaller) GetLibrariesLength

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetLibrariesLength(opts *bind.CallOpts) (*big.Int, error)

GetLibrariesLength is a free data retrieval call binding the contract method 0xcb86806d.

Solidity: function getLibrariesLength() view returns(uint256)

func (*BaseAccessControlGroupCaller) GetLibrary

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetLibrary(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetLibrary is a free data retrieval call binding the contract method 0xd15d62a7.

Solidity: function getLibrary(uint256 position) view returns(address)

func (*BaseAccessControlGroupCaller) GetLibraryRights

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetLibraryRights(opts *bind.CallOpts, lib common.Address) (uint8, error)

GetLibraryRights is a free data retrieval call binding the contract method 0xfb52222c.

Solidity: function getLibraryRights(address lib) view returns(uint8)

func (*BaseAccessControlGroupCaller) GetMeta

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseAccessControlGroupCaller) HasAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseAccessControlGroupCaller) HasAccessRight

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) HasAccessRight(opts *bind.CallOpts, candidate common.Address, mgr bool) (bool, error)

HasAccessRight is a free data retrieval call binding the contract method 0xd8961c8d.

Solidity: function hasAccessRight(address candidate, bool mgr) view returns(bool)

func (*BaseAccessControlGroupCaller) HasEditorRight

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) HasEditorRight(opts *bind.CallOpts, _candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address _candidate) view returns(bool)

func (*BaseAccessControlGroupCaller) HasManagerAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) HasManagerAccess(opts *bind.CallOpts, _candidate common.Address) (bool, error)

HasManagerAccess is a free data retrieval call binding the contract method 0x42e7ba7b.

Solidity: function hasManagerAccess(address _candidate) view returns(bool)

func (*BaseAccessControlGroupCaller) IndexCategory

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseAccessControlGroupCaller) IsAdmin

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseAccessControlGroupCaller) IsConsumerGroup

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) IsConsumerGroup(opts *bind.CallOpts) (bool, error)

IsConsumerGroup is a free data retrieval call binding the contract method 0xdde12828.

Solidity: function isConsumerGroup() view returns(bool)

func (*BaseAccessControlGroupCaller) Libraries

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Libraries(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Libraries is a free data retrieval call binding the contract method 0xc4b1978d.

Solidity: function libraries() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) ManagersMap

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ManagersMap(opts *bind.CallOpts, arg0 common.Address) (bool, error)

ManagersMap is a free data retrieval call binding the contract method 0x793f3f71.

Solidity: function managersMap(address ) view returns(bool)

func (*BaseAccessControlGroupCaller) ManagersNum

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ManagersNum(opts *bind.CallOpts) (*big.Int, error)

ManagersNum is a free data retrieval call binding the contract method 0x638d0290.

Solidity: function managersNum() view returns(uint256)

func (*BaseAccessControlGroupCaller) MembersMap

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) MembersMap(opts *bind.CallOpts, arg0 common.Address) (bool, error)

MembersMap is a free data retrieval call binding the contract method 0x872ea68a.

Solidity: function membersMap(address ) view returns(bool)

func (*BaseAccessControlGroupCaller) MembersNum

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) MembersNum(opts *bind.CallOpts) (*big.Int, error)

MembersNum is a free data retrieval call binding the contract method 0x55277a5b.

Solidity: function membersNum() view returns(uint256)

func (*BaseAccessControlGroupCaller) OauthEnabled

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) OauthEnabled(opts *bind.CallOpts) (bool, error)

OauthEnabled is a free data retrieval call binding the contract method 0x12b39dd0.

Solidity: function oauthEnabled() view returns(bool)

func (*BaseAccessControlGroupCaller) ObjectHash

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseAccessControlGroupCaller) ObjectTimestamp

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseAccessControlGroupCaller) Others

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Others(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Others is a free data retrieval call binding the contract method 0x51a7fc87.

Solidity: function others() view returns(uint8 category, uint256 length)

func (*BaseAccessControlGroupCaller) Owner

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseAccessControlGroupCaller) ParentAddress

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseAccessControlGroupCaller) PendingHash

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseAccessControlGroupCaller) TYPEACCESS

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) TYPEACCESS(opts *bind.CallOpts) (uint8, error)

TYPEACCESS is a free data retrieval call binding the contract method 0xd1aeb651.

Solidity: function TYPE_ACCESS() view returns(uint8)

func (*BaseAccessControlGroupCaller) TYPEEDIT

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) TYPEEDIT(opts *bind.CallOpts) (uint8, error)

TYPEEDIT is a free data retrieval call binding the contract method 0x5d97b6c2.

Solidity: function TYPE_EDIT() view returns(uint8)

func (*BaseAccessControlGroupCaller) TYPESEE

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) TYPESEE(opts *bind.CallOpts) (uint8, error)

TYPESEE is a free data retrieval call binding the contract method 0x96eba03d.

Solidity: function TYPE_SEE() view returns(uint8)

func (*BaseAccessControlGroupCaller) Tenant

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Tenant(opts *bind.CallOpts) (common.Address, error)

Tenant is a free data retrieval call binding the contract method 0xadf07791.

Solidity: function tenant() view returns(address)

func (*BaseAccessControlGroupCaller) Version

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseAccessControlGroupCaller) VersionAPI

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseAccessControlGroupCaller) VersionHashes

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseAccessControlGroupCaller) VersionTimestamp

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseAccessControlGroupCaller) Visibility

func (_BaseAccessControlGroup *BaseAccessControlGroupCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type BaseAccessControlGroupCommitPending

type BaseAccessControlGroupCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupCommitPending represents a CommitPending event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupCommitPendingIterator

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

BaseAccessControlGroupCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupCommitPendingIterator) Close

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

func (*BaseAccessControlGroupCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupCommitPendingIterator) 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 BaseAccessControlGroupCounterIncremented

type BaseAccessControlGroupCounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupCounterIncremented represents a CounterIncremented event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupCounterIncrementedIterator

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

BaseAccessControlGroupCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupCounterIncrementedIterator) Close

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

func (*BaseAccessControlGroupCounterIncrementedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupCounterIncrementedIterator) 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 BaseAccessControlGroupFilterer

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

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

func NewBaseAccessControlGroupFilterer

func NewBaseAccessControlGroupFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseAccessControlGroupFilterer, error)

NewBaseAccessControlGroupFilterer creates a new log filterer instance of BaseAccessControlGroup, bound to a specific deployed contract.

func (*BaseAccessControlGroupFilterer) FilterAccessRequestV3

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseAccessControlGroupAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessControlGroupFilterer) FilterBitSetAndGet

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterBitSetAndGet(opts *bind.FilterOpts) (*BaseAccessControlGroupBitSetAndGetIterator, error)

FilterBitSetAndGet is a free log retrieval operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseAccessControlGroupFilterer) FilterCommitPending

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseAccessControlGroupCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) FilterCounterIncremented

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterCounterIncremented(opts *bind.FilterOpts) (*BaseAccessControlGroupCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseAccessControlGroupFilterer) FilterManagerAccessGranted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterManagerAccessGranted(opts *bind.FilterOpts) (*BaseAccessControlGroupManagerAccessGrantedIterator, error)

FilterManagerAccessGranted is a free log retrieval operation binding the contract event 0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117.

Solidity: event ManagerAccessGranted(address candidate)

func (*BaseAccessControlGroupFilterer) FilterManagerAccessRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterManagerAccessRevoked(opts *bind.FilterOpts) (*BaseAccessControlGroupManagerAccessRevokedIterator, error)

FilterManagerAccessRevoked is a free log retrieval operation binding the contract event 0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95.

Solidity: event ManagerAccessRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) FilterMemberAdded

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterMemberAdded(opts *bind.FilterOpts) (*BaseAccessControlGroupMemberAddedIterator, error)

FilterMemberAdded is a free log retrieval operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseAccessControlGroupFilterer) FilterMemberRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterMemberRevoked(opts *bind.FilterOpts) (*BaseAccessControlGroupMemberRevokedIterator, error)

FilterMemberRevoked is a free log retrieval operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) FilterOAuthStatusChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterOAuthStatusChanged(opts *bind.FilterOpts) (*BaseAccessControlGroupOAuthStatusChangedIterator, error)

FilterOAuthStatusChanged is a free log retrieval operation binding the contract event 0x04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb.

Solidity: event OAuthStatusChanged(bool enabled)

func (*BaseAccessControlGroupFilterer) FilterObjectMetaChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseAccessControlGroupObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessControlGroupFilterer) FilterRightsChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterRightsChanged(opts *bind.FilterOpts) (*BaseAccessControlGroupRightsChangedIterator, error)

FilterRightsChanged is a free log retrieval operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessControlGroupFilterer) FilterUnauthorizedOperation

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterUnauthorizedOperation(opts *bind.FilterOpts) (*BaseAccessControlGroupUnauthorizedOperationIterator, error)

FilterUnauthorizedOperation is a free log retrieval operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseAccessControlGroupFilterer) FilterUpdateRequest

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseAccessControlGroupUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessControlGroupFilterer) FilterVersionConfirm

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseAccessControlGroupVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) FilterVersionDelete

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseAccessControlGroupVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessControlGroupFilterer) FilterVisibilityChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseAccessControlGroupVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseAccessControlGroupFilterer) FilterWordGroupDeleted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) FilterWordGroupDeleted(opts *bind.FilterOpts) (*BaseAccessControlGroupWordGroupDeletedIterator, error)

FilterWordGroupDeleted is a free log retrieval operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseAccessControlGroupFilterer) ParseAccessRequestV3

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseAccessRequestV3(log types.Log) (*BaseAccessControlGroupAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessControlGroupFilterer) ParseBitSetAndGet

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseBitSetAndGet(log types.Log) (*BaseAccessControlGroupBitSetAndGet, error)

ParseBitSetAndGet is a log parse operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseAccessControlGroupFilterer) ParseCommitPending

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseCommitPending(log types.Log) (*BaseAccessControlGroupCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) ParseCounterIncremented

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseCounterIncremented(log types.Log) (*BaseAccessControlGroupCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseAccessControlGroupFilterer) ParseManagerAccessGranted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseManagerAccessGranted(log types.Log) (*BaseAccessControlGroupManagerAccessGranted, error)

ParseManagerAccessGranted is a log parse operation binding the contract event 0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117.

Solidity: event ManagerAccessGranted(address candidate)

func (*BaseAccessControlGroupFilterer) ParseManagerAccessRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseManagerAccessRevoked(log types.Log) (*BaseAccessControlGroupManagerAccessRevoked, error)

ParseManagerAccessRevoked is a log parse operation binding the contract event 0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95.

Solidity: event ManagerAccessRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) ParseMemberAdded

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseMemberAdded(log types.Log) (*BaseAccessControlGroupMemberAdded, error)

ParseMemberAdded is a log parse operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseAccessControlGroupFilterer) ParseMemberRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseMemberRevoked(log types.Log) (*BaseAccessControlGroupMemberRevoked, error)

ParseMemberRevoked is a log parse operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) ParseOAuthStatusChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseOAuthStatusChanged(log types.Log) (*BaseAccessControlGroupOAuthStatusChanged, error)

ParseOAuthStatusChanged is a log parse operation binding the contract event 0x04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb.

Solidity: event OAuthStatusChanged(bool enabled)

func (*BaseAccessControlGroupFilterer) ParseObjectMetaChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseObjectMetaChanged(log types.Log) (*BaseAccessControlGroupObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessControlGroupFilterer) ParseRightsChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseRightsChanged(log types.Log) (*BaseAccessControlGroupRightsChanged, error)

ParseRightsChanged is a log parse operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessControlGroupFilterer) ParseUnauthorizedOperation

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseUnauthorizedOperation(log types.Log) (*BaseAccessControlGroupUnauthorizedOperation, error)

ParseUnauthorizedOperation is a log parse operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseAccessControlGroupFilterer) ParseUpdateRequest

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseUpdateRequest(log types.Log) (*BaseAccessControlGroupUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessControlGroupFilterer) ParseVersionConfirm

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseVersionConfirm(log types.Log) (*BaseAccessControlGroupVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) ParseVersionDelete

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseVersionDelete(log types.Log) (*BaseAccessControlGroupVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessControlGroupFilterer) ParseVisibilityChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseVisibilityChanged(log types.Log) (*BaseAccessControlGroupVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseAccessControlGroupFilterer) ParseWordGroupDeleted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) ParseWordGroupDeleted(log types.Log) (*BaseAccessControlGroupWordGroupDeleted, error)

ParseWordGroupDeleted is a log parse operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseAccessControlGroupFilterer) WatchAccessRequestV3

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessControlGroupFilterer) WatchBitSetAndGet

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchBitSetAndGet(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupBitSetAndGet) (event.Subscription, error)

WatchBitSetAndGet is a free log subscription operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseAccessControlGroupFilterer) WatchCommitPending

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) WatchCounterIncremented

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupCounterIncremented) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseAccessControlGroupFilterer) WatchManagerAccessGranted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchManagerAccessGranted(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupManagerAccessGranted) (event.Subscription, error)

WatchManagerAccessGranted is a free log subscription operation binding the contract event 0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117.

Solidity: event ManagerAccessGranted(address candidate)

func (*BaseAccessControlGroupFilterer) WatchManagerAccessRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchManagerAccessRevoked(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupManagerAccessRevoked) (event.Subscription, error)

WatchManagerAccessRevoked is a free log subscription operation binding the contract event 0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95.

Solidity: event ManagerAccessRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) WatchMemberAdded

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchMemberAdded(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupMemberAdded) (event.Subscription, error)

WatchMemberAdded is a free log subscription operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseAccessControlGroupFilterer) WatchMemberRevoked

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchMemberRevoked(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupMemberRevoked) (event.Subscription, error)

WatchMemberRevoked is a free log subscription operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseAccessControlGroupFilterer) WatchOAuthStatusChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchOAuthStatusChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupOAuthStatusChanged) (event.Subscription, error)

WatchOAuthStatusChanged is a free log subscription operation binding the contract event 0x04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb.

Solidity: event OAuthStatusChanged(bool enabled)

func (*BaseAccessControlGroupFilterer) WatchObjectMetaChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessControlGroupFilterer) WatchRightsChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchRightsChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupRightsChanged) (event.Subscription, error)

WatchRightsChanged is a free log subscription operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessControlGroupFilterer) WatchUnauthorizedOperation

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchUnauthorizedOperation(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupUnauthorizedOperation) (event.Subscription, error)

WatchUnauthorizedOperation is a free log subscription operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseAccessControlGroupFilterer) WatchUpdateRequest

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessControlGroupFilterer) WatchVersionConfirm

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessControlGroupFilterer) WatchVersionDelete

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessControlGroupFilterer) WatchVisibilityChanged

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseAccessControlGroupFilterer) WatchWordGroupDeleted

func (_BaseAccessControlGroup *BaseAccessControlGroupFilterer) WatchWordGroupDeleted(opts *bind.WatchOpts, sink chan<- *BaseAccessControlGroupWordGroupDeleted) (event.Subscription, error)

WatchWordGroupDeleted is a free log subscription operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

type BaseAccessControlGroupManagerAccessGranted

type BaseAccessControlGroupManagerAccessGranted struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupManagerAccessGranted represents a ManagerAccessGranted event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupManagerAccessGrantedIterator

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

BaseAccessControlGroupManagerAccessGrantedIterator is returned from FilterManagerAccessGranted and is used to iterate over the raw logs and unpacked data for ManagerAccessGranted events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupManagerAccessGrantedIterator) Close

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

func (*BaseAccessControlGroupManagerAccessGrantedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupManagerAccessGrantedIterator) 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 BaseAccessControlGroupManagerAccessRevoked

type BaseAccessControlGroupManagerAccessRevoked struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupManagerAccessRevoked represents a ManagerAccessRevoked event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupManagerAccessRevokedIterator

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

BaseAccessControlGroupManagerAccessRevokedIterator is returned from FilterManagerAccessRevoked and is used to iterate over the raw logs and unpacked data for ManagerAccessRevoked events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupManagerAccessRevokedIterator) Close

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

func (*BaseAccessControlGroupManagerAccessRevokedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupManagerAccessRevokedIterator) 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 BaseAccessControlGroupMemberAdded

type BaseAccessControlGroupMemberAdded struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupMemberAdded represents a MemberAdded event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupMemberAddedIterator

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

BaseAccessControlGroupMemberAddedIterator is returned from FilterMemberAdded and is used to iterate over the raw logs and unpacked data for MemberAdded events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupMemberAddedIterator) Close

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

func (*BaseAccessControlGroupMemberAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupMemberAddedIterator) 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 BaseAccessControlGroupMemberRevoked

type BaseAccessControlGroupMemberRevoked struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupMemberRevoked represents a MemberRevoked event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupMemberRevokedIterator

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

BaseAccessControlGroupMemberRevokedIterator is returned from FilterMemberRevoked and is used to iterate over the raw logs and unpacked data for MemberRevoked events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupMemberRevokedIterator) Close

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

func (*BaseAccessControlGroupMemberRevokedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupMemberRevokedIterator) 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 BaseAccessControlGroupOAuthStatusChanged

type BaseAccessControlGroupOAuthStatusChanged struct {
	Enabled bool
	Raw     types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupOAuthStatusChanged represents a OAuthStatusChanged event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupOAuthStatusChangedIterator

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

BaseAccessControlGroupOAuthStatusChangedIterator is returned from FilterOAuthStatusChanged and is used to iterate over the raw logs and unpacked data for OAuthStatusChanged events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupOAuthStatusChangedIterator) Close

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

func (*BaseAccessControlGroupOAuthStatusChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupOAuthStatusChangedIterator) 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 BaseAccessControlGroupObjectMetaChanged

type BaseAccessControlGroupObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupObjectMetaChangedIterator

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

BaseAccessControlGroupObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupObjectMetaChangedIterator) Close

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

func (*BaseAccessControlGroupObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupObjectMetaChangedIterator) 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 BaseAccessControlGroupRightsChanged

type BaseAccessControlGroupRightsChanged struct {
	Principal common.Address
	Entity    common.Address
	Aggregate uint8
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupRightsChanged represents a RightsChanged event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupRightsChangedIterator

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

BaseAccessControlGroupRightsChangedIterator is returned from FilterRightsChanged and is used to iterate over the raw logs and unpacked data for RightsChanged events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupRightsChangedIterator) Close

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

func (*BaseAccessControlGroupRightsChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupRightsChangedIterator) 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 BaseAccessControlGroupTransactor

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

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

func NewBaseAccessControlGroupTransactor

func NewBaseAccessControlGroupTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseAccessControlGroupTransactor, error)

NewBaseAccessControlGroupTransactor creates a new write-only instance of BaseAccessControlGroup, bound to a specific deployed contract.

func (*BaseAccessControlGroupTransactor) AccessRequestV3

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseAccessControlGroupTransactor) CleanUpAccessGroups

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) CleanUpAccessGroups(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAccessGroups is a paid mutator transaction binding the contract method 0xd30f8cd0.

Solidity: function cleanUpAccessGroups() returns(uint256)

func (*BaseAccessControlGroupTransactor) CleanUpAll

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) CleanUpAll(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAll is a paid mutator transaction binding the contract method 0x2fa5c842.

Solidity: function cleanUpAll() returns(uint256, uint256, uint256, uint256, uint256)

func (*BaseAccessControlGroupTransactor) CleanUpContentObjects

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) CleanUpContentObjects(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentObjects is a paid mutator transaction binding the contract method 0x048bd529.

Solidity: function cleanUpContentObjects() returns(uint256)

func (*BaseAccessControlGroupTransactor) CleanUpContentTypes

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) CleanUpContentTypes(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentTypes is a paid mutator transaction binding the contract method 0x85e0a200.

Solidity: function cleanUpContentTypes() returns(uint256)

func (*BaseAccessControlGroupTransactor) CleanUpLibraries

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) CleanUpLibraries(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpLibraries is a paid mutator transaction binding the contract method 0x92297d7b.

Solidity: function cleanUpLibraries() returns(uint256)

func (*BaseAccessControlGroupTransactor) ClearPending

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseAccessControlGroupTransactor) Commit

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseAccessControlGroupTransactor) ConfirmCommit

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseAccessControlGroupTransactor) DeleteGroup

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) DeleteGroup(opts *bind.TransactOpts, _ident [32]byte) (*types.Transaction, error)

DeleteGroup is a paid mutator transaction binding the contract method 0xe57097c9.

Solidity: function deleteGroup(bytes32 _ident) returns()

func (*BaseAccessControlGroupTransactor) DeleteVersion

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseAccessControlGroupTransactor) Fallback

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseAccessControlGroupTransactor) GrantAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) GrantAccess(opts *bind.TransactOpts, candidate common.Address) (*types.Transaction, error)

GrantAccess is a paid mutator transaction binding the contract method 0x0ae5e739.

Solidity: function grantAccess(address candidate) returns()

func (*BaseAccessControlGroupTransactor) GrantAccessMany

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) GrantAccessMany(opts *bind.TransactOpts, candidates []common.Address) (*types.Transaction, error)

GrantAccessMany is a paid mutator transaction binding the contract method 0x9602a0b3.

Solidity: function grantAccessMany(address[] candidates) returns()

func (*BaseAccessControlGroupTransactor) GrantManagerAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) GrantManagerAccess(opts *bind.TransactOpts, manager common.Address) (*types.Transaction, error)

GrantManagerAccess is a paid mutator transaction binding the contract method 0x75861a95.

Solidity: function grantManagerAccess(address manager) returns()

func (*BaseAccessControlGroupTransactor) IncrementCounter

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) IncrementCounter(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

IncrementCounter is a paid mutator transaction binding the contract method 0x7558cbf0.

Solidity: function incrementCounter(bytes32 _ident, uint8 _ord) returns()

func (*BaseAccessControlGroupTransactor) Kill

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseAccessControlGroupTransactor) PutMeta

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseAccessControlGroupTransactor) RevokeAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) RevokeAccess(opts *bind.TransactOpts, candidate common.Address) (*types.Transaction, error)

RevokeAccess is a paid mutator transaction binding the contract method 0x85e68531.

Solidity: function revokeAccess(address candidate) returns()

func (*BaseAccessControlGroupTransactor) RevokeManagerAccess

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) RevokeManagerAccess(opts *bind.TransactOpts, manager common.Address) (*types.Transaction, error)

RevokeManagerAccess is a paid mutator transaction binding the contract method 0xcdb849b7.

Solidity: function revokeManagerAccess(address manager) returns()

func (*BaseAccessControlGroupTransactor) SetAccessGroupRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetAccessGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetAccessGroupRights is a paid mutator transaction binding the contract method 0xf17bda91.

Solidity: function setAccessGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetAccessRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetAccessRights(opts *bind.TransactOpts) (*types.Transaction, error)

SetAccessRights is a paid mutator transaction binding the contract method 0xb8ff1dba.

Solidity: function setAccessRights() returns()

func (*BaseAccessControlGroupTransactor) SetAndGetBit

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetAndGetBit(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

SetAndGetBit is a paid mutator transaction binding the contract method 0x24d7c18d.

Solidity: function setAndGetBit(bytes32 _ident, uint8 _ord) returns(bool)

func (*BaseAccessControlGroupTransactor) SetContentObjectRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetContentObjectRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentObjectRights is a paid mutator transaction binding the contract method 0x3def5140.

Solidity: function setContentObjectRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetContentSpace

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetContentSpace(opts *bind.TransactOpts, content_space common.Address) (*types.Transaction, error)

SetContentSpace is a paid mutator transaction binding the contract method 0x055af48f.

Solidity: function setContentSpace(address content_space) returns()

func (*BaseAccessControlGroupTransactor) SetContentTypeRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetContentTypeRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentTypeRights is a paid mutator transaction binding the contract method 0x8635adb5.

Solidity: function setContentTypeRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetContractRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetContractRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContractRights is a paid mutator transaction binding the contract method 0x224dcba0.

Solidity: function setContractRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetEntityRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetEntityRights(opts *bind.TransactOpts, indexType uint8, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetEntityRights is a paid mutator transaction binding the contract method 0x5d7cf830.

Solidity: function setEntityRights(uint8 indexType, address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetGroupRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetIsConsumerGroup

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetIsConsumerGroup(opts *bind.TransactOpts, _enabled bool) (*types.Transaction, error)

SetIsConsumerGroup is a paid mutator transaction binding the contract method 0xa3125255.

Solidity: function setIsConsumerGroup(bool _enabled) returns()

func (*BaseAccessControlGroupTransactor) SetLibraryRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetLibraryRights(opts *bind.TransactOpts, lib common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetLibraryRights is a paid mutator transaction binding the contract method 0x7cbb7bf2.

Solidity: function setLibraryRights(address lib, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetOAuthEnabled

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetOAuthEnabled(opts *bind.TransactOpts, _enabled bool) (*types.Transaction, error)

SetOAuthEnabled is a paid mutator transaction binding the contract method 0xfba3779a.

Solidity: function setOAuthEnabled(bool _enabled) returns()

func (*BaseAccessControlGroupTransactor) SetRights

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseAccessControlGroupTransactor) SetTenant

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetTenant(opts *bind.TransactOpts, _tenantAddr common.Address) (*types.Transaction, error)

SetTenant is a paid mutator transaction binding the contract method 0x2e74a4de.

Solidity: function setTenant(address _tenantAddr) returns()

func (*BaseAccessControlGroupTransactor) SetVisibility

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseAccessControlGroupTransactor) TransferCreatorship

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseAccessControlGroupTransactor) TransferOwnership

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) 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()

func (*BaseAccessControlGroupTransactor) UpdateRequest

func (_BaseAccessControlGroup *BaseAccessControlGroupTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseAccessControlGroupUnauthorizedOperation

type BaseAccessControlGroupUnauthorizedOperation struct {
	OperationCode *big.Int
	Candidate     common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupUnauthorizedOperation represents a UnauthorizedOperation event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupUnauthorizedOperationIterator

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

BaseAccessControlGroupUnauthorizedOperationIterator is returned from FilterUnauthorizedOperation and is used to iterate over the raw logs and unpacked data for UnauthorizedOperation events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupUnauthorizedOperationIterator) Close

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

func (*BaseAccessControlGroupUnauthorizedOperationIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupUnauthorizedOperationIterator) 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 BaseAccessControlGroupUpdateRequest

type BaseAccessControlGroupUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupUpdateRequest represents a UpdateRequest event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupUpdateRequestIterator

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

BaseAccessControlGroupUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupUpdateRequestIterator) Close

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

func (*BaseAccessControlGroupUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupUpdateRequestIterator) 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 BaseAccessControlGroupVersionConfirm

type BaseAccessControlGroupVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupVersionConfirm represents a VersionConfirm event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupVersionConfirmIterator

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

BaseAccessControlGroupVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupVersionConfirmIterator) Close

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

func (*BaseAccessControlGroupVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupVersionConfirmIterator) 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 BaseAccessControlGroupVersionDelete

type BaseAccessControlGroupVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupVersionDelete represents a VersionDelete event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupVersionDeleteIterator

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

BaseAccessControlGroupVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupVersionDeleteIterator) Close

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

func (*BaseAccessControlGroupVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupVersionDeleteIterator) 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 BaseAccessControlGroupVisibilityChanged

type BaseAccessControlGroupVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupVisibilityChanged represents a VisibilityChanged event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupVisibilityChangedIterator

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

BaseAccessControlGroupVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupVisibilityChangedIterator) Close

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

func (*BaseAccessControlGroupVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupVisibilityChangedIterator) 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 BaseAccessControlGroupWordGroupDeleted

type BaseAccessControlGroupWordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

BaseAccessControlGroupWordGroupDeleted represents a WordGroupDeleted event raised by the BaseAccessControlGroup contract.

type BaseAccessControlGroupWordGroupDeletedIterator

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

BaseAccessControlGroupWordGroupDeletedIterator is returned from FilterWordGroupDeleted and is used to iterate over the raw logs and unpacked data for WordGroupDeleted events raised by the BaseAccessControlGroup contract.

func (*BaseAccessControlGroupWordGroupDeletedIterator) Close

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

func (*BaseAccessControlGroupWordGroupDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessControlGroupWordGroupDeletedIterator) 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 BaseAccessWallet

type BaseAccessWallet struct {
	BaseAccessWalletCaller     // Read-only binding to the contract
	BaseAccessWalletTransactor // Write-only binding to the contract
	BaseAccessWalletFilterer   // Log filterer for contract events
}

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

func DeployBaseAccessWallet

func DeployBaseAccessWallet(auth *bind.TransactOpts, backend bind.ContractBackend, content_space common.Address) (common.Address, *types.Transaction, *BaseAccessWallet, error)

DeployBaseAccessWallet deploys a new Ethereum contract, binding an instance of BaseAccessWallet to it.

func NewBaseAccessWallet

func NewBaseAccessWallet(address common.Address, backend bind.ContractBackend) (*BaseAccessWallet, error)

NewBaseAccessWallet creates a new instance of BaseAccessWallet, bound to a specific deployed contract.

type BaseAccessWalletAccessRequestV3

type BaseAccessWalletAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseAccessWalletAccessRequestV3 represents a AccessRequestV3 event raised by the BaseAccessWallet contract.

type BaseAccessWalletAccessRequestV3Iterator

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

BaseAccessWalletAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletAccessRequestV3Iterator) Close

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

func (*BaseAccessWalletAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletAccessRequestV3Iterator) 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 BaseAccessWalletCaller

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

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

func NewBaseAccessWalletCaller

func NewBaseAccessWalletCaller(address common.Address, caller bind.ContractCaller) (*BaseAccessWalletCaller, error)

NewBaseAccessWalletCaller creates a new read-only instance of BaseAccessWallet, bound to a specific deployed contract.

func (*BaseAccessWalletCaller) ACCESSCONFIRMED

func (_BaseAccessWallet *BaseAccessWalletCaller) ACCESSCONFIRMED(opts *bind.CallOpts) (uint8, error)

ACCESSCONFIRMED is a free data retrieval call binding the contract method 0x18689733.

Solidity: function ACCESS_CONFIRMED() view returns(uint8)

func (*BaseAccessWalletCaller) ACCESSNONE

func (_BaseAccessWallet *BaseAccessWalletCaller) ACCESSNONE(opts *bind.CallOpts) (uint8, error)

ACCESSNONE is a free data retrieval call binding the contract method 0x8232f3f1.

Solidity: function ACCESS_NONE() view returns(uint8)

func (*BaseAccessWalletCaller) ACCESSTENTATIVE

func (_BaseAccessWallet *BaseAccessWalletCaller) ACCESSTENTATIVE(opts *bind.CallOpts) (uint8, error)

ACCESSTENTATIVE is a free data retrieval call binding the contract method 0x479a0c51.

Solidity: function ACCESS_TENTATIVE() view returns(uint8)

func (*BaseAccessWalletCaller) AccessGroups

func (_BaseAccessWallet *BaseAccessWalletCaller) AccessGroups(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

AccessGroups is a free data retrieval call binding the contract method 0x30e66949.

Solidity: function accessGroups() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) AddressKMS

func (_BaseAccessWallet *BaseAccessWalletCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*BaseAccessWalletCaller) CANACCESS

func (_BaseAccessWallet *BaseAccessWalletCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseAccessWalletCaller) CANEDIT

func (_BaseAccessWallet *BaseAccessWalletCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseAccessWalletCaller) CANSEE

func (_BaseAccessWallet *BaseAccessWalletCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseAccessWalletCaller) CATEGORYCONTENTOBJECT

func (_BaseAccessWallet *BaseAccessWalletCaller) CATEGORYCONTENTOBJECT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTOBJECT is a free data retrieval call binding the contract method 0x091600e6.

Solidity: function CATEGORY_CONTENT_OBJECT() view returns(uint8)

func (*BaseAccessWalletCaller) CATEGORYCONTENTTYPE

func (_BaseAccessWallet *BaseAccessWalletCaller) CATEGORYCONTENTTYPE(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTENTTYPE is a free data retrieval call binding the contract method 0x68a0469a.

Solidity: function CATEGORY_CONTENT_TYPE() view returns(uint8)

func (*BaseAccessWalletCaller) CATEGORYCONTRACT

func (_BaseAccessWallet *BaseAccessWalletCaller) CATEGORYCONTRACT(opts *bind.CallOpts) (uint8, error)

CATEGORYCONTRACT is a free data retrieval call binding the contract method 0x6373a411.

Solidity: function CATEGORY_CONTRACT() view returns(uint8)

func (*BaseAccessWalletCaller) CATEGORYGROUP

func (_BaseAccessWallet *BaseAccessWalletCaller) CATEGORYGROUP(opts *bind.CallOpts) (uint8, error)

CATEGORYGROUP is a free data retrieval call binding the contract method 0x12915a30.

Solidity: function CATEGORY_GROUP() view returns(uint8)

func (*BaseAccessWalletCaller) CATEGORYLIBRARY

func (_BaseAccessWallet *BaseAccessWalletCaller) CATEGORYLIBRARY(opts *bind.CallOpts) (uint8, error)

CATEGORYLIBRARY is a free data retrieval call binding the contract method 0x16aed232.

Solidity: function CATEGORY_LIBRARY() view returns(uint8)

func (*BaseAccessWalletCaller) CanCommit

func (_BaseAccessWallet *BaseAccessWalletCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseAccessWalletCaller) CanConfirm

func (_BaseAccessWallet *BaseAccessWalletCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseAccessWalletCaller) CanContribute

func (_BaseAccessWallet *BaseAccessWalletCaller) CanContribute(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanContribute is a free data retrieval call binding the contract method 0x0eaec2c5.

Solidity: function canContribute(address _candidate) view returns(bool)

func (*BaseAccessWalletCaller) CanEdit

func (_BaseAccessWallet *BaseAccessWalletCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseAccessWalletCaller) CanPublish

func (_BaseAccessWallet *BaseAccessWalletCaller) CanPublish(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanPublish is a free data retrieval call binding the contract method 0x9b55f901.

Solidity: function canPublish(address _candidate) view returns(bool)

func (*BaseAccessWalletCaller) CanReview

func (_BaseAccessWallet *BaseAccessWalletCaller) CanReview(opts *bind.CallOpts, arg0 common.Address) (bool, error)

CanReview is a free data retrieval call binding the contract method 0x29d00219.

Solidity: function canReview(address ) view returns(bool)

func (*BaseAccessWalletCaller) CheckAccessGroupRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckAccessGroupRights(opts *bind.CallOpts, group common.Address, access_type uint8) (bool, error)

CheckAccessGroupRights is a free data retrieval call binding the contract method 0x15c0bac1.

Solidity: function checkAccessGroupRights(address group, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckContentObjectRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckContentObjectRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentObjectRights is a free data retrieval call binding the contract method 0x5faecb76.

Solidity: function checkContentObjectRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckContentTypeRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckContentTypeRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContentTypeRights is a free data retrieval call binding the contract method 0xfe538c5a.

Solidity: function checkContentTypeRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckContractRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckContractRights(opts *bind.CallOpts, obj common.Address, access_type uint8) (bool, error)

CheckContractRights is a free data retrieval call binding the contract method 0xa864dfa5.

Solidity: function checkContractRights(address obj, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckDirectRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckDirectRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckDirectRights is a free data retrieval call binding the contract method 0xa00b38c4.

Solidity: function checkDirectRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckLibraryRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckLibraryRights(opts *bind.CallOpts, lib common.Address, access_type uint8) (bool, error)

CheckLibraryRights is a free data retrieval call binding the contract method 0x6813b6d1.

Solidity: function checkLibraryRights(address lib, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CheckRights

func (_BaseAccessWallet *BaseAccessWalletCaller) CheckRights(opts *bind.CallOpts, index_type uint8, obj common.Address, access_type uint8) (bool, error)

CheckRights is a free data retrieval call binding the contract method 0x7fb52f1a.

Solidity: function checkRights(uint8 index_type, address obj, uint8 access_type) view returns(bool)

func (*BaseAccessWalletCaller) CommitPending

func (_BaseAccessWallet *BaseAccessWalletCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseAccessWalletCaller) ContentObjects

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentObjects(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentObjects is a free data retrieval call binding the contract method 0xa980892d.

Solidity: function contentObjects() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) ContentSpace

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseAccessWalletCaller) ContentTypeContracts

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentTypeContracts(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

ContentTypeContracts is a free data retrieval call binding the contract method 0x1cdbee5a.

Solidity: function contentTypeContracts(address ) view returns(address)

func (*BaseAccessWalletCaller) ContentTypes

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentTypes(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ContentTypes is a free data retrieval call binding the contract method 0x991a3a7c.

Solidity: function contentTypes(uint256 ) view returns(address)

func (*BaseAccessWalletCaller) ContentTypes0

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentTypes0(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

ContentTypes0 is a free data retrieval call binding the contract method 0x9f46133e.

Solidity: function contentTypes() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) ContentTypesLength

func (_BaseAccessWallet *BaseAccessWalletCaller) ContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

ContentTypesLength is a free data retrieval call binding the contract method 0xc65bcbe2.

Solidity: function contentTypesLength() view returns(uint256)

func (*BaseAccessWalletCaller) ContractExists

func (_BaseAccessWallet *BaseAccessWalletCaller) ContractExists(opts *bind.CallOpts, addr common.Address) (bool, error)

ContractExists is a free data retrieval call binding the contract method 0x7709bc78.

Solidity: function contractExists(address addr) view returns(bool)

func (*BaseAccessWalletCaller) Contracts

func (_BaseAccessWallet *BaseAccessWalletCaller) Contracts(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Contracts is a free data retrieval call binding the contract method 0x6c0f79b6.

Solidity: function contracts() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) CountVersionHashes

func (_BaseAccessWallet *BaseAccessWalletCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseAccessWalletCaller) Creator

func (_BaseAccessWallet *BaseAccessWalletCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseAccessWalletCaller) CurrentTimestamp

func (_BaseAccessWallet *BaseAccessWalletCaller) CurrentTimestamp(opts *bind.CallOpts) (*big.Int, error)

CurrentTimestamp is a free data retrieval call binding the contract method 0x1e2ff94f.

Solidity: function currentTimestamp() view returns(uint256)

func (*BaseAccessWalletCaller) ExecStatusBalanceFail

func (_BaseAccessWallet *BaseAccessWalletCaller) ExecStatusBalanceFail(opts *bind.CallOpts) (*big.Int, error)

ExecStatusBalanceFail is a free data retrieval call binding the contract method 0x9476c478.

Solidity: function execStatusBalanceFail() view returns(int256)

func (*BaseAccessWalletCaller) ExecStatusNonceFail

func (_BaseAccessWallet *BaseAccessWalletCaller) ExecStatusNonceFail(opts *bind.CallOpts) (*big.Int, error)

ExecStatusNonceFail is a free data retrieval call binding the contract method 0x04f55daf.

Solidity: function execStatusNonceFail() view returns(int256)

func (*BaseAccessWalletCaller) ExecStatusOk

func (_BaseAccessWallet *BaseAccessWalletCaller) ExecStatusOk(opts *bind.CallOpts) (*big.Int, error)

ExecStatusOk is a free data retrieval call binding the contract method 0x95ba60ba.

Solidity: function execStatusOk() view returns(int256)

func (*BaseAccessWalletCaller) ExecStatusSendFail

func (_BaseAccessWallet *BaseAccessWalletCaller) ExecStatusSendFail(opts *bind.CallOpts) (*big.Int, error)

ExecStatusSendFail is a free data retrieval call binding the contract method 0x07a08237.

Solidity: function execStatusSendFail() view returns(int256)

func (*BaseAccessWalletCaller) ExecStatusSigFail

func (_BaseAccessWallet *BaseAccessWalletCaller) ExecStatusSigFail(opts *bind.CallOpts) (*big.Int, error)

ExecStatusSigFail is a free data retrieval call binding the contract method 0xeb23b7aa.

Solidity: function execStatusSigFail() view returns(int256)

func (*BaseAccessWalletCaller) FindTypeByHash

func (_BaseAccessWallet *BaseAccessWalletCaller) FindTypeByHash(opts *bind.CallOpts, typeHash [32]byte) (common.Address, error)

FindTypeByHash is a free data retrieval call binding the contract method 0x1f2caaec.

Solidity: function findTypeByHash(bytes32 typeHash) view returns(address)

func (*BaseAccessWalletCaller) GetAccessGroup

func (_BaseAccessWallet *BaseAccessWalletCaller) GetAccessGroup(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetAccessGroup is a free data retrieval call binding the contract method 0x2d474cbd.

Solidity: function getAccessGroup(uint256 position) view returns(address)

func (*BaseAccessWalletCaller) GetAccessGroupRights

func (_BaseAccessWallet *BaseAccessWalletCaller) GetAccessGroupRights(opts *bind.CallOpts, group common.Address) (uint8, error)

GetAccessGroupRights is a free data retrieval call binding the contract method 0x304f4a7b.

Solidity: function getAccessGroupRights(address group) view returns(uint8)

func (*BaseAccessWalletCaller) GetAccessGroupsLength

func (_BaseAccessWallet *BaseAccessWalletCaller) GetAccessGroupsLength(opts *bind.CallOpts) (*big.Int, error)

GetAccessGroupsLength is a free data retrieval call binding the contract method 0x0dc10d3f.

Solidity: function getAccessGroupsLength() view returns(uint256)

func (*BaseAccessWalletCaller) GetContentObject

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentObject(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentObject is a free data retrieval call binding the contract method 0xcf8a7503.

Solidity: function getContentObject(uint256 position) view returns(address)

func (*BaseAccessWalletCaller) GetContentObjectRights

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentObjectRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentObjectRights is a free data retrieval call binding the contract method 0x69881c0c.

Solidity: function getContentObjectRights(address obj) view returns(uint8)

func (*BaseAccessWalletCaller) GetContentObjectsLength

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentObjectsLength(opts *bind.CallOpts) (*big.Int, error)

GetContentObjectsLength is a free data retrieval call binding the contract method 0xebe9314e.

Solidity: function getContentObjectsLength() view returns(uint256)

func (*BaseAccessWalletCaller) GetContentType

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentType(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContentType is a free data retrieval call binding the contract method 0xaa3f6952.

Solidity: function getContentType(uint256 position) view returns(address)

func (*BaseAccessWalletCaller) GetContentTypeRights

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentTypeRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContentTypeRights is a free data retrieval call binding the contract method 0xa4081d62.

Solidity: function getContentTypeRights(address obj) view returns(uint8)

func (*BaseAccessWalletCaller) GetContentTypesLength

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

GetContentTypesLength is a free data retrieval call binding the contract method 0x5c1d3059.

Solidity: function getContentTypesLength() view returns(uint256)

func (*BaseAccessWalletCaller) GetContract

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContract(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetContract is a free data retrieval call binding the contract method 0x6ebc8c86.

Solidity: function getContract(uint256 position) view returns(address)

func (*BaseAccessWalletCaller) GetContractRights

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContractRights(opts *bind.CallOpts, obj common.Address) (uint8, error)

GetContractRights is a free data retrieval call binding the contract method 0x08d865d7.

Solidity: function getContractRights(address obj) view returns(uint8)

func (*BaseAccessWalletCaller) GetContractsLength

func (_BaseAccessWallet *BaseAccessWalletCaller) GetContractsLength(opts *bind.CallOpts) (*big.Int, error)

GetContractsLength is a free data retrieval call binding the contract method 0xfccc134f.

Solidity: function getContractsLength() view returns(uint256)

func (*BaseAccessWalletCaller) GetLibrariesLength

func (_BaseAccessWallet *BaseAccessWalletCaller) GetLibrariesLength(opts *bind.CallOpts) (*big.Int, error)

GetLibrariesLength is a free data retrieval call binding the contract method 0xcb86806d.

Solidity: function getLibrariesLength() view returns(uint256)

func (*BaseAccessWalletCaller) GetLibrary

func (_BaseAccessWallet *BaseAccessWalletCaller) GetLibrary(opts *bind.CallOpts, position *big.Int) (common.Address, error)

GetLibrary is a free data retrieval call binding the contract method 0xd15d62a7.

Solidity: function getLibrary(uint256 position) view returns(address)

func (*BaseAccessWalletCaller) GetLibraryRights

func (_BaseAccessWallet *BaseAccessWalletCaller) GetLibraryRights(opts *bind.CallOpts, lib common.Address) (uint8, error)

GetLibraryRights is a free data retrieval call binding the contract method 0xfb52222c.

Solidity: function getLibraryRights(address lib) view returns(uint8)

func (*BaseAccessWalletCaller) GetMeta

func (_BaseAccessWallet *BaseAccessWalletCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseAccessWalletCaller) HasAccess

func (_BaseAccessWallet *BaseAccessWalletCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseAccessWalletCaller) HasEditorRight

func (_BaseAccessWallet *BaseAccessWalletCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseAccessWalletCaller) HasManagerAccess

func (_BaseAccessWallet *BaseAccessWalletCaller) HasManagerAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasManagerAccess is a free data retrieval call binding the contract method 0x42e7ba7b.

Solidity: function hasManagerAccess(address candidate) view returns(bool)

func (*BaseAccessWalletCaller) IndexCategory

func (_BaseAccessWallet *BaseAccessWalletCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseAccessWalletCaller) IsAdmin

func (_BaseAccessWallet *BaseAccessWalletCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseAccessWalletCaller) Libraries

func (_BaseAccessWallet *BaseAccessWalletCaller) Libraries(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Libraries is a free data retrieval call binding the contract method 0xc4b1978d.

Solidity: function libraries() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) ObjectHash

func (_BaseAccessWallet *BaseAccessWalletCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseAccessWalletCaller) ObjectTimestamp

func (_BaseAccessWallet *BaseAccessWalletCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseAccessWalletCaller) Others

func (_BaseAccessWallet *BaseAccessWalletCaller) Others(opts *bind.CallOpts) (struct {
	Category uint8
	Length   *big.Int
}, error)

Others is a free data retrieval call binding the contract method 0x51a7fc87.

Solidity: function others() view returns(uint8 category, uint256 length)

func (*BaseAccessWalletCaller) Owner

func (_BaseAccessWallet *BaseAccessWalletCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseAccessWalletCaller) ParentAddress

func (_BaseAccessWallet *BaseAccessWalletCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseAccessWalletCaller) PendingHash

func (_BaseAccessWallet *BaseAccessWalletCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseAccessWalletCaller) RequiresReview

func (_BaseAccessWallet *BaseAccessWalletCaller) RequiresReview(opts *bind.CallOpts) (bool, error)

RequiresReview is a free data retrieval call binding the contract method 0x3dd71d99.

Solidity: function requiresReview() view returns(bool)

func (*BaseAccessWalletCaller) TYPEACCESS

func (_BaseAccessWallet *BaseAccessWalletCaller) TYPEACCESS(opts *bind.CallOpts) (uint8, error)

TYPEACCESS is a free data retrieval call binding the contract method 0xd1aeb651.

Solidity: function TYPE_ACCESS() view returns(uint8)

func (*BaseAccessWalletCaller) TYPEEDIT

func (_BaseAccessWallet *BaseAccessWalletCaller) TYPEEDIT(opts *bind.CallOpts) (uint8, error)

TYPEEDIT is a free data retrieval call binding the contract method 0x5d97b6c2.

Solidity: function TYPE_EDIT() view returns(uint8)

func (*BaseAccessWalletCaller) TYPESEE

func (_BaseAccessWallet *BaseAccessWalletCaller) TYPESEE(opts *bind.CallOpts) (uint8, error)

TYPESEE is a free data retrieval call binding the contract method 0x96eba03d.

Solidity: function TYPE_SEE() view returns(uint8)

func (*BaseAccessWalletCaller) ValidType

func (_BaseAccessWallet *BaseAccessWalletCaller) ValidType(opts *bind.CallOpts, content_type common.Address) (bool, error)

ValidType is a free data retrieval call binding the contract method 0x29dedde5.

Solidity: function validType(address content_type) view returns(bool)

func (*BaseAccessWalletCaller) ValidateTimestamp

func (_BaseAccessWallet *BaseAccessWalletCaller) ValidateTimestamp(opts *bind.CallOpts, _ts *big.Int) (bool, error)

ValidateTimestamp is a free data retrieval call binding the contract method 0xf50b2efe.

Solidity: function validateTimestamp(uint256 _ts) view returns(bool)

func (*BaseAccessWalletCaller) ValidateTransaction

func (_BaseAccessWallet *BaseAccessWalletCaller) ValidateTransaction(opts *bind.CallOpts, _v uint8, _r [32]byte, _s [32]byte, _dest common.Address, _value *big.Int, _ts *big.Int) (bool, error)

ValidateTransaction is a free data retrieval call binding the contract method 0x763d5ee6.

Solidity: function validateTransaction(uint8 _v, bytes32 _r, bytes32 _s, address _dest, uint256 _value, uint256 _ts) view returns(bool)

func (*BaseAccessWalletCaller) Version

func (_BaseAccessWallet *BaseAccessWalletCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseAccessWalletCaller) VersionAPI

func (_BaseAccessWallet *BaseAccessWalletCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseAccessWalletCaller) VersionHashes

func (_BaseAccessWallet *BaseAccessWalletCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseAccessWalletCaller) VersionTimestamp

func (_BaseAccessWallet *BaseAccessWalletCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseAccessWalletCaller) Visibility

func (_BaseAccessWallet *BaseAccessWalletCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

func (*BaseAccessWalletCaller) WhitelistedType

func (_BaseAccessWallet *BaseAccessWalletCaller) WhitelistedType(opts *bind.CallOpts, content_type common.Address) (bool, error)

WhitelistedType is a free data retrieval call binding the contract method 0x9cb121ba.

Solidity: function whitelistedType(address content_type) view returns(bool)

type BaseAccessWalletCommitPending

type BaseAccessWalletCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessWalletCommitPending represents a CommitPending event raised by the BaseAccessWallet contract.

type BaseAccessWalletCommitPendingIterator

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

BaseAccessWalletCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletCommitPendingIterator) Close

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

func (*BaseAccessWalletCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletCommitPendingIterator) 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 BaseAccessWalletContentTypeAdded

type BaseAccessWalletContentTypeAdded struct {
	ContentType     common.Address
	ContentContract common.Address
	Raw             types.Log // Blockchain specific contextual infos
}

BaseAccessWalletContentTypeAdded represents a ContentTypeAdded event raised by the BaseAccessWallet contract.

type BaseAccessWalletContentTypeAddedIterator

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

BaseAccessWalletContentTypeAddedIterator is returned from FilterContentTypeAdded and is used to iterate over the raw logs and unpacked data for ContentTypeAdded events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletContentTypeAddedIterator) Close

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

func (*BaseAccessWalletContentTypeAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletContentTypeAddedIterator) 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 BaseAccessWalletContentTypeRemoved

type BaseAccessWalletContentTypeRemoved struct {
	ContentType common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseAccessWalletContentTypeRemoved represents a ContentTypeRemoved event raised by the BaseAccessWallet contract.

type BaseAccessWalletContentTypeRemovedIterator

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

BaseAccessWalletContentTypeRemovedIterator is returned from FilterContentTypeRemoved and is used to iterate over the raw logs and unpacked data for ContentTypeRemoved events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletContentTypeRemovedIterator) Close

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

func (*BaseAccessWalletContentTypeRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletContentTypeRemovedIterator) 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 BaseAccessWalletExecStatus

type BaseAccessWalletExecStatus struct {
	Guarantor common.Address
	Code      *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessWalletExecStatus represents a ExecStatus event raised by the BaseAccessWallet contract.

type BaseAccessWalletExecStatusIterator

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

BaseAccessWalletExecStatusIterator is returned from FilterExecStatus and is used to iterate over the raw logs and unpacked data for ExecStatus events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletExecStatusIterator) Close

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

func (*BaseAccessWalletExecStatusIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletExecStatusIterator) 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 BaseAccessWalletFactory

type BaseAccessWalletFactory struct {
	BaseAccessWalletFactoryCaller     // Read-only binding to the contract
	BaseAccessWalletFactoryTransactor // Write-only binding to the contract
	BaseAccessWalletFactoryFilterer   // Log filterer for contract events
}

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

func DeployBaseAccessWalletFactory

func DeployBaseAccessWalletFactory(auth *bind.TransactOpts, backend bind.ContractBackend, _spaceAddr common.Address) (common.Address, *types.Transaction, *BaseAccessWalletFactory, error)

DeployBaseAccessWalletFactory deploys a new Ethereum contract, binding an instance of BaseAccessWalletFactory to it.

func NewBaseAccessWalletFactory

func NewBaseAccessWalletFactory(address common.Address, backend bind.ContractBackend) (*BaseAccessWalletFactory, error)

NewBaseAccessWalletFactory creates a new instance of BaseAccessWalletFactory, bound to a specific deployed contract.

type BaseAccessWalletFactoryCaller

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

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

func NewBaseAccessWalletFactoryCaller

func NewBaseAccessWalletFactoryCaller(address common.Address, caller bind.ContractCaller) (*BaseAccessWalletFactoryCaller, error)

NewBaseAccessWalletFactoryCaller creates a new read-only instance of BaseAccessWalletFactory, bound to a specific deployed contract.

func (*BaseAccessWalletFactoryCaller) ContentSpace

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseAccessWalletFactoryCaller) Creator

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseAccessWalletFactoryCaller) Owner

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseAccessWalletFactoryCaller) Version

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseAccessWalletFactoryCaller) VersionAPI

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type BaseAccessWalletFactoryFilterer

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

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

func NewBaseAccessWalletFactoryFilterer

func NewBaseAccessWalletFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseAccessWalletFactoryFilterer, error)

NewBaseAccessWalletFactoryFilterer creates a new log filterer instance of BaseAccessWalletFactory, bound to a specific deployed contract.

type BaseAccessWalletFactoryTransactor

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

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

func NewBaseAccessWalletFactoryTransactor

func NewBaseAccessWalletFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseAccessWalletFactoryTransactor, error)

NewBaseAccessWalletFactoryTransactor creates a new write-only instance of BaseAccessWalletFactory, bound to a specific deployed contract.

func (*BaseAccessWalletFactoryTransactor) CreateAccessWallet

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryTransactor) CreateAccessWallet(opts *bind.TransactOpts) (*types.Transaction, error)

CreateAccessWallet is a paid mutator transaction binding the contract method 0x7708bc41.

Solidity: function createAccessWallet() returns(address)

func (*BaseAccessWalletFactoryTransactor) Fallback

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseAccessWalletFactoryTransactor) Kill

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseAccessWalletFactoryTransactor) TransferCreatorship

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseAccessWalletFactoryTransactor) TransferOwnership

func (_BaseAccessWalletFactory *BaseAccessWalletFactoryTransactor) 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 BaseAccessWalletFilterer

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

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

func NewBaseAccessWalletFilterer

func NewBaseAccessWalletFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseAccessWalletFilterer, error)

NewBaseAccessWalletFilterer creates a new log filterer instance of BaseAccessWallet, bound to a specific deployed contract.

func (*BaseAccessWalletFilterer) FilterAccessRequestV3

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseAccessWalletAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessWalletFilterer) FilterCommitPending

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseAccessWalletCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) FilterContentTypeAdded

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterContentTypeAdded(opts *bind.FilterOpts) (*BaseAccessWalletContentTypeAddedIterator, error)

FilterContentTypeAdded is a free log retrieval operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseAccessWalletFilterer) FilterContentTypeRemoved

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterContentTypeRemoved(opts *bind.FilterOpts) (*BaseAccessWalletContentTypeRemovedIterator, error)

FilterContentTypeRemoved is a free log retrieval operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseAccessWalletFilterer) FilterExecStatus

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterExecStatus(opts *bind.FilterOpts) (*BaseAccessWalletExecStatusIterator, error)

FilterExecStatus is a free log retrieval operation binding the contract event 0x583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefad.

Solidity: event ExecStatus(address guarantor, int256 code)

func (*BaseAccessWalletFilterer) FilterObjectMetaChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseAccessWalletObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessWalletFilterer) FilterRightsChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterRightsChanged(opts *bind.FilterOpts) (*BaseAccessWalletRightsChangedIterator, error)

FilterRightsChanged is a free log retrieval operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessWalletFilterer) FilterUpdateRequest

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseAccessWalletUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessWalletFilterer) FilterVersionConfirm

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseAccessWalletVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) FilterVersionDelete

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseAccessWalletVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessWalletFilterer) FilterVisibilityChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseAccessWalletVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseAccessWalletFilterer) ParseAccessRequestV3

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseAccessRequestV3(log types.Log) (*BaseAccessWalletAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessWalletFilterer) ParseCommitPending

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseCommitPending(log types.Log) (*BaseAccessWalletCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) ParseContentTypeAdded

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseContentTypeAdded(log types.Log) (*BaseAccessWalletContentTypeAdded, error)

ParseContentTypeAdded is a log parse operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseAccessWalletFilterer) ParseContentTypeRemoved

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseContentTypeRemoved(log types.Log) (*BaseAccessWalletContentTypeRemoved, error)

ParseContentTypeRemoved is a log parse operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseAccessWalletFilterer) ParseExecStatus

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseExecStatus(log types.Log) (*BaseAccessWalletExecStatus, error)

ParseExecStatus is a log parse operation binding the contract event 0x583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefad.

Solidity: event ExecStatus(address guarantor, int256 code)

func (*BaseAccessWalletFilterer) ParseObjectMetaChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseObjectMetaChanged(log types.Log) (*BaseAccessWalletObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessWalletFilterer) ParseRightsChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseRightsChanged(log types.Log) (*BaseAccessWalletRightsChanged, error)

ParseRightsChanged is a log parse operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessWalletFilterer) ParseUpdateRequest

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseUpdateRequest(log types.Log) (*BaseAccessWalletUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessWalletFilterer) ParseVersionConfirm

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseVersionConfirm(log types.Log) (*BaseAccessWalletVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) ParseVersionDelete

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseVersionDelete(log types.Log) (*BaseAccessWalletVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessWalletFilterer) ParseVisibilityChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) ParseVisibilityChanged(log types.Log) (*BaseAccessWalletVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseAccessWalletFilterer) WatchAccessRequestV3

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseAccessWalletFilterer) WatchCommitPending

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) WatchContentTypeAdded

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchContentTypeAdded(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletContentTypeAdded) (event.Subscription, error)

WatchContentTypeAdded is a free log subscription operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseAccessWalletFilterer) WatchContentTypeRemoved

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchContentTypeRemoved(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletContentTypeRemoved) (event.Subscription, error)

WatchContentTypeRemoved is a free log subscription operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseAccessWalletFilterer) WatchExecStatus

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchExecStatus(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletExecStatus) (event.Subscription, error)

WatchExecStatus is a free log subscription operation binding the contract event 0x583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefad.

Solidity: event ExecStatus(address guarantor, int256 code)

func (*BaseAccessWalletFilterer) WatchObjectMetaChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseAccessWalletFilterer) WatchRightsChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchRightsChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletRightsChanged) (event.Subscription, error)

WatchRightsChanged is a free log subscription operation binding the contract event 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4.

Solidity: event RightsChanged(address principal, address entity, uint8 aggregate)

func (*BaseAccessWalletFilterer) WatchUpdateRequest

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseAccessWalletFilterer) WatchVersionConfirm

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseAccessWalletFilterer) WatchVersionDelete

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseAccessWalletFilterer) WatchVisibilityChanged

func (_BaseAccessWallet *BaseAccessWalletFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseAccessWalletVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type BaseAccessWalletObjectMetaChanged

type BaseAccessWalletObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseAccessWalletObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseAccessWallet contract.

type BaseAccessWalletObjectMetaChangedIterator

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

BaseAccessWalletObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletObjectMetaChangedIterator) Close

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

func (*BaseAccessWalletObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletObjectMetaChangedIterator) 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 BaseAccessWalletRightsChanged

type BaseAccessWalletRightsChanged struct {
	Principal common.Address
	Entity    common.Address
	Aggregate uint8
	Raw       types.Log // Blockchain specific contextual infos
}

BaseAccessWalletRightsChanged represents a RightsChanged event raised by the BaseAccessWallet contract.

type BaseAccessWalletRightsChangedIterator

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

BaseAccessWalletRightsChangedIterator is returned from FilterRightsChanged and is used to iterate over the raw logs and unpacked data for RightsChanged events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletRightsChangedIterator) Close

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

func (*BaseAccessWalletRightsChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletRightsChangedIterator) 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 BaseAccessWalletTransactor

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

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

func NewBaseAccessWalletTransactor

func NewBaseAccessWalletTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseAccessWalletTransactor, error)

NewBaseAccessWalletTransactor creates a new write-only instance of BaseAccessWallet, bound to a specific deployed contract.

func (*BaseAccessWalletTransactor) AccessRequestV3

func (_BaseAccessWallet *BaseAccessWalletTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseAccessWalletTransactor) AddContentType

func (_BaseAccessWallet *BaseAccessWalletTransactor) AddContentType(opts *bind.TransactOpts, content_type common.Address, content_contract common.Address) (*types.Transaction, error)

AddContentType is a paid mutator transaction binding the contract method 0x0f58a786.

Solidity: function addContentType(address content_type, address content_contract) returns()

func (*BaseAccessWalletTransactor) CleanUpAccessGroups

func (_BaseAccessWallet *BaseAccessWalletTransactor) CleanUpAccessGroups(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAccessGroups is a paid mutator transaction binding the contract method 0xd30f8cd0.

Solidity: function cleanUpAccessGroups() returns(uint256)

func (*BaseAccessWalletTransactor) CleanUpAll

func (_BaseAccessWallet *BaseAccessWalletTransactor) CleanUpAll(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpAll is a paid mutator transaction binding the contract method 0x2fa5c842.

Solidity: function cleanUpAll() returns(uint256, uint256, uint256, uint256, uint256)

func (*BaseAccessWalletTransactor) CleanUpContentObjects

func (_BaseAccessWallet *BaseAccessWalletTransactor) CleanUpContentObjects(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentObjects is a paid mutator transaction binding the contract method 0x048bd529.

Solidity: function cleanUpContentObjects() returns(uint256)

func (*BaseAccessWalletTransactor) CleanUpContentTypes

func (_BaseAccessWallet *BaseAccessWalletTransactor) CleanUpContentTypes(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpContentTypes is a paid mutator transaction binding the contract method 0x85e0a200.

Solidity: function cleanUpContentTypes() returns(uint256)

func (*BaseAccessWalletTransactor) CleanUpLibraries

func (_BaseAccessWallet *BaseAccessWalletTransactor) CleanUpLibraries(opts *bind.TransactOpts) (*types.Transaction, error)

CleanUpLibraries is a paid mutator transaction binding the contract method 0x92297d7b.

Solidity: function cleanUpLibraries() returns(uint256)

func (*BaseAccessWalletTransactor) ClearPending

func (_BaseAccessWallet *BaseAccessWalletTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseAccessWalletTransactor) Commit

func (_BaseAccessWallet *BaseAccessWalletTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseAccessWalletTransactor) ConfirmCommit

func (_BaseAccessWallet *BaseAccessWalletTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseAccessWalletTransactor) DeleteVersion

func (_BaseAccessWallet *BaseAccessWalletTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseAccessWalletTransactor) Execute

func (_BaseAccessWallet *BaseAccessWalletTransactor) Execute(opts *bind.TransactOpts, _guarantor common.Address, _v uint8, _r [32]byte, _s [32]byte, _dest common.Address, _value *big.Int, _ts *big.Int) (*types.Transaction, error)

Execute is a paid mutator transaction binding the contract method 0x508ad278.

Solidity: function execute(address _guarantor, uint8 _v, bytes32 _r, bytes32 _s, address _dest, uint256 _value, uint256 _ts) returns(bool)

func (*BaseAccessWalletTransactor) Fallback

func (_BaseAccessWallet *BaseAccessWalletTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseAccessWalletTransactor) Kill

func (_BaseAccessWallet *BaseAccessWalletTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseAccessWalletTransactor) Publish

func (_BaseAccessWallet *BaseAccessWalletTransactor) Publish(opts *bind.TransactOpts, contentObj common.Address) (*types.Transaction, error)

Publish is a paid mutator transaction binding the contract method 0x2cf99422.

Solidity: function publish(address contentObj) returns(bool)

func (*BaseAccessWalletTransactor) PutMeta

func (_BaseAccessWallet *BaseAccessWalletTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseAccessWalletTransactor) RemoveContentType

func (_BaseAccessWallet *BaseAccessWalletTransactor) RemoveContentType(opts *bind.TransactOpts, content_type common.Address) (*types.Transaction, error)

RemoveContentType is a paid mutator transaction binding the contract method 0xfd089196.

Solidity: function removeContentType(address content_type) returns(bool)

func (*BaseAccessWalletTransactor) SetAccessGroupRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetAccessGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetAccessGroupRights is a paid mutator transaction binding the contract method 0xf17bda91.

Solidity: function setAccessGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetAccessRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetAccessRights(opts *bind.TransactOpts) (*types.Transaction, error)

SetAccessRights is a paid mutator transaction binding the contract method 0xb8ff1dba.

Solidity: function setAccessRights() returns()

func (*BaseAccessWalletTransactor) SetAddressKMS

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*BaseAccessWalletTransactor) SetContentObjectRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetContentObjectRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentObjectRights is a paid mutator transaction binding the contract method 0x3def5140.

Solidity: function setContentObjectRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetContentSpace

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetContentSpace(opts *bind.TransactOpts, content_space common.Address) (*types.Transaction, error)

SetContentSpace is a paid mutator transaction binding the contract method 0x055af48f.

Solidity: function setContentSpace(address content_space) returns()

func (*BaseAccessWalletTransactor) SetContentTypeRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetContentTypeRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContentTypeRights is a paid mutator transaction binding the contract method 0x8635adb5.

Solidity: function setContentTypeRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetContractRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetContractRights(opts *bind.TransactOpts, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetContractRights is a paid mutator transaction binding the contract method 0x224dcba0.

Solidity: function setContractRights(address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetEntityRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetEntityRights(opts *bind.TransactOpts, indexType uint8, obj common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetEntityRights is a paid mutator transaction binding the contract method 0x5d7cf830.

Solidity: function setEntityRights(uint8 indexType, address obj, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetGroupRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetLibraryRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetLibraryRights(opts *bind.TransactOpts, lib common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetLibraryRights is a paid mutator transaction binding the contract method 0x7cbb7bf2.

Solidity: function setLibraryRights(address lib, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetRights

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseAccessWalletTransactor) SetVisibility

func (_BaseAccessWallet *BaseAccessWalletTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseAccessWalletTransactor) TransferCreatorship

func (_BaseAccessWallet *BaseAccessWalletTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseAccessWalletTransactor) TransferOwnership

func (_BaseAccessWallet *BaseAccessWalletTransactor) 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()

func (*BaseAccessWalletTransactor) UpdateRequest

func (_BaseAccessWallet *BaseAccessWalletTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseAccessWalletUpdateRequest

type BaseAccessWalletUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseAccessWalletUpdateRequest represents a UpdateRequest event raised by the BaseAccessWallet contract.

type BaseAccessWalletUpdateRequestIterator

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

BaseAccessWalletUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletUpdateRequestIterator) Close

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

func (*BaseAccessWalletUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletUpdateRequestIterator) 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 BaseAccessWalletVersionConfirm

type BaseAccessWalletVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessWalletVersionConfirm represents a VersionConfirm event raised by the BaseAccessWallet contract.

type BaseAccessWalletVersionConfirmIterator

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

BaseAccessWalletVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletVersionConfirmIterator) Close

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

func (*BaseAccessWalletVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletVersionConfirmIterator) 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 BaseAccessWalletVersionDelete

type BaseAccessWalletVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseAccessWalletVersionDelete represents a VersionDelete event raised by the BaseAccessWallet contract.

type BaseAccessWalletVersionDeleteIterator

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

BaseAccessWalletVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletVersionDeleteIterator) Close

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

func (*BaseAccessWalletVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletVersionDeleteIterator) 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 BaseAccessWalletVisibilityChanged

type BaseAccessWalletVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseAccessWalletVisibilityChanged represents a VisibilityChanged event raised by the BaseAccessWallet contract.

type BaseAccessWalletVisibilityChangedIterator

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

BaseAccessWalletVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseAccessWallet contract.

func (*BaseAccessWalletVisibilityChangedIterator) Close

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

func (*BaseAccessWalletVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseAccessWalletVisibilityChangedIterator) 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 BaseContent

type BaseContent struct {
	BaseContentCaller     // Read-only binding to the contract
	BaseContentTransactor // Write-only binding to the contract
	BaseContentFilterer   // Log filterer for contract events
}

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

func DeployBaseContent

func DeployBaseContent(auth *bind.TransactOpts, backend bind.ContractBackend, content_space common.Address, lib common.Address, content_type common.Address) (common.Address, *types.Transaction, *BaseContent, error)

DeployBaseContent deploys a new Ethereum contract, binding an instance of BaseContent to it.

func NewBaseContent

func NewBaseContent(address common.Address, backend bind.ContractBackend) (*BaseContent, error)

NewBaseContent creates a new instance of BaseContent, bound to a specific deployed contract.

type BaseContentAccessComplete

type BaseContentAccessComplete struct {
	RequestID            *big.Int
	ScorePct             *big.Int
	CustomContractResult bool
	Raw                  types.Log // Blockchain specific contextual infos
}

BaseContentAccessComplete represents a AccessComplete event raised by the BaseContent contract.

type BaseContentAccessCompleteIterator

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

BaseContentAccessCompleteIterator is returned from FilterAccessComplete and is used to iterate over the raw logs and unpacked data for AccessComplete events raised by the BaseContent contract.

func (*BaseContentAccessCompleteIterator) Close

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

func (*BaseContentAccessCompleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessCompleteIterator) 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 BaseContentAccessCompleteV3

type BaseContentAccessCompleteV3 struct {
	RequestNonce         *big.Int
	CustomContractResult bool
	ParentAddress        common.Address
	ContextHash          [32]byte
	Accessor             common.Address
	RequestTimestamp     *big.Int
	Raw                  types.Log // Blockchain specific contextual infos
}

BaseContentAccessCompleteV3 represents a AccessCompleteV3 event raised by the BaseContent contract.

type BaseContentAccessCompleteV3Iterator

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

BaseContentAccessCompleteV3Iterator is returned from FilterAccessCompleteV3 and is used to iterate over the raw logs and unpacked data for AccessCompleteV3 events raised by the BaseContent contract.

func (*BaseContentAccessCompleteV3Iterator) Close

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

func (*BaseContentAccessCompleteV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessCompleteV3Iterator) 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 BaseContentAccessRequest

type BaseContentAccessRequest struct {
	RequestID    *big.Int
	Level        uint8
	ContentHash  string
	PkeRequestor string
	PkeAFGH      string
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentAccessRequest represents a AccessRequest event raised by the BaseContent contract.

type BaseContentAccessRequestIterator

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

BaseContentAccessRequestIterator is returned from FilterAccessRequest and is used to iterate over the raw logs and unpacked data for AccessRequest events raised by the BaseContent contract.

func (*BaseContentAccessRequestIterator) Close

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

func (*BaseContentAccessRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessRequestIterator) 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 BaseContentAccessRequestStakeholder

type BaseContentAccessRequestStakeholder struct {
	Stakeholder common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseContentAccessRequestStakeholder represents a AccessRequestStakeholder event raised by the BaseContent contract.

type BaseContentAccessRequestStakeholderIterator

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

BaseContentAccessRequestStakeholderIterator is returned from FilterAccessRequestStakeholder and is used to iterate over the raw logs and unpacked data for AccessRequestStakeholder events raised by the BaseContent contract.

func (*BaseContentAccessRequestStakeholderIterator) Close

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

func (*BaseContentAccessRequestStakeholderIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessRequestStakeholderIterator) 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 BaseContentAccessRequestV3

type BaseContentAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseContentAccessRequestV3 represents a AccessRequestV3 event raised by the BaseContent contract.

type BaseContentAccessRequestV3Iterator

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

BaseContentAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseContent contract.

func (*BaseContentAccessRequestV3Iterator) Close

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

func (*BaseContentAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessRequestV3Iterator) 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 BaseContentAccessRequestValue

type BaseContentAccessRequestValue struct {
	CustomValue [32]byte
	Raw         types.Log // Blockchain specific contextual infos
}

BaseContentAccessRequestValue represents a AccessRequestValue event raised by the BaseContent contract.

type BaseContentAccessRequestValueIterator

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

BaseContentAccessRequestValueIterator is returned from FilterAccessRequestValue and is used to iterate over the raw logs and unpacked data for AccessRequestValue events raised by the BaseContent contract.

func (*BaseContentAccessRequestValueIterator) Close

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

func (*BaseContentAccessRequestValueIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentAccessRequestValueIterator) 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 BaseContentCaller

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

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

func NewBaseContentCaller

func NewBaseContentCaller(address common.Address, caller bind.ContractCaller) (*BaseContentCaller, error)

NewBaseContentCaller creates a new read-only instance of BaseContent, bound to a specific deployed contract.

func (*BaseContentCaller) AccessCharge

func (_BaseContent *BaseContentCaller) AccessCharge(opts *bind.CallOpts) (*big.Int, error)

AccessCharge is a free data retrieval call binding the contract method 0x64ade32b.

Solidity: function accessCharge() view returns(uint256)

func (*BaseContentCaller) AddressKMS

func (_BaseContent *BaseContentCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*BaseContentCaller) CANACCESS

func (_BaseContent *BaseContentCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseContentCaller) CANEDIT

func (_BaseContent *BaseContentCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseContentCaller) CANSEE

func (_BaseContent *BaseContentCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseContentCaller) CanCommit

func (_BaseContent *BaseContentCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseContentCaller) CanConfirm

func (_BaseContent *BaseContentCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseContentCaller) CanEdit

func (_BaseContent *BaseContentCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseContentCaller) CanPublish

func (_BaseContent *BaseContentCaller) CanPublish(opts *bind.CallOpts) (bool, error)

CanPublish is a free data retrieval call binding the contract method 0xcbcd4461.

Solidity: function canPublish() view returns(bool)

func (*BaseContentCaller) CommitPending

func (_BaseContent *BaseContentCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseContentCaller) ContentContractAddress

func (_BaseContent *BaseContentCaller) ContentContractAddress(opts *bind.CallOpts) (common.Address, error)

ContentContractAddress is a free data retrieval call binding the contract method 0x2310167f.

Solidity: function contentContractAddress() view returns(address)

func (*BaseContentCaller) ContentSpace

func (_BaseContent *BaseContentCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseContentCaller) ContentType

func (_BaseContent *BaseContentCaller) ContentType(opts *bind.CallOpts) (common.Address, error)

ContentType is a free data retrieval call binding the contract method 0x36ebffca.

Solidity: function contentType() view returns(address)

func (*BaseContentCaller) CountVersionHashes

func (_BaseContent *BaseContentCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseContentCaller) Creator

func (_BaseContent *BaseContentCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseContentCaller) GetAccessInfo

func (_BaseContent *BaseContentCaller) GetAccessInfo(opts *bind.CallOpts, arg0 uint8, customValues [][32]byte, stakeholders []common.Address) (uint8, uint8, *big.Int, error)

GetAccessInfo is a free data retrieval call binding the contract method 0x38d0f504.

Solidity: function getAccessInfo(uint8 , bytes32[] customValues, address[] stakeholders) view returns(uint8, uint8, uint256)

func (*BaseContentCaller) GetAccessInfoV3

func (_BaseContent *BaseContentCaller) GetAccessInfoV3(opts *bind.CallOpts, accessor common.Address, customValues [][32]byte, stakeholders []common.Address) (uint8, uint8, *big.Int, error)

GetAccessInfoV3 is a free data retrieval call binding the contract method 0x7ddc2c56.

Solidity: function getAccessInfoV3(address accessor, bytes32[] customValues, address[] stakeholders) view returns(uint8, uint8, uint256)

func (*BaseContentCaller) GetCustomInfo

func (_BaseContent *BaseContentCaller) GetCustomInfo(opts *bind.CallOpts, accessor common.Address, customValues [][32]byte, stakeholders []common.Address) (uint8, uint8, *big.Int, error)

GetCustomInfo is a free data retrieval call binding the contract method 0xc26484a6.

Solidity: function getCustomInfo(address accessor, bytes32[] customValues, address[] stakeholders) view returns(uint8, uint8, uint256)

func (*BaseContentCaller) GetKMSInfo

func (_BaseContent *BaseContentCaller) GetKMSInfo(opts *bind.CallOpts, prefix []byte) (string, string, error)

GetKMSInfo is a free data retrieval call binding the contract method 0xa8d4160e.

Solidity: function getKMSInfo(bytes prefix) view returns(string, string)

func (*BaseContentCaller) GetMeta

func (_BaseContent *BaseContentCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseContentCaller) HasAccess

func (_BaseContent *BaseContentCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseContentCaller) HasEditorRight

func (_BaseContent *BaseContentCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseContentCaller) IndexCategory

func (_BaseContent *BaseContentCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseContentCaller) IsAdmin

func (_BaseContent *BaseContentCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseContentCaller) LibraryAddress

func (_BaseContent *BaseContentCaller) LibraryAddress(opts *bind.CallOpts) (common.Address, error)

LibraryAddress is a free data retrieval call binding the contract method 0xb816f513.

Solidity: function libraryAddress() view returns(address)

func (*BaseContentCaller) ObjectHash

func (_BaseContent *BaseContentCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseContentCaller) ObjectTimestamp

func (_BaseContent *BaseContentCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseContentCaller) Owner

func (_BaseContent *BaseContentCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseContentCaller) ParentAddress

func (_BaseContent *BaseContentCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseContentCaller) PendingHash

func (_BaseContent *BaseContentCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseContentCaller) RequestID

func (_BaseContent *BaseContentCaller) RequestID(opts *bind.CallOpts) (*big.Int, error)

RequestID is a free data retrieval call binding the contract method 0x8f779201.

Solidity: function requestID() view returns(uint256)

func (*BaseContentCaller) RequestMap

func (_BaseContent *BaseContentCaller) RequestMap(opts *bind.CallOpts, arg0 *big.Int) (struct {
	Originator common.Address
	AmountPaid *big.Int
	Status     int8
	Settled    *big.Int
}, error)

RequestMap is a free data retrieval call binding the contract method 0x1a735f18.

Solidity: function requestMap(uint256 ) view returns(address originator, uint256 amountPaid, int8 status, uint256 settled)

func (*BaseContentCaller) StatusCode

func (_BaseContent *BaseContentCaller) StatusCode(opts *bind.CallOpts) (*big.Int, error)

StatusCode is a free data retrieval call binding the contract method 0x27c1c21d.

Solidity: function statusCode() view returns(int256)

func (*BaseContentCaller) Version

func (_BaseContent *BaseContentCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseContentCaller) VersionAPI

func (_BaseContent *BaseContentCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseContentCaller) VersionHashes

func (_BaseContent *BaseContentCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseContentCaller) VersionTimestamp

func (_BaseContent *BaseContentCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseContentCaller) Visibility

func (_BaseContent *BaseContentCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type BaseContentCommitPending

type BaseContentCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentCommitPending represents a CommitPending event raised by the BaseContent contract.

type BaseContentCommitPendingIterator

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

BaseContentCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseContent contract.

func (*BaseContentCommitPendingIterator) Close

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

func (*BaseContentCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentCommitPendingIterator) 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 BaseContentContentObjectCreate

type BaseContentContentObjectCreate struct {
	ContainingLibrary common.Address
	Raw               types.Log // Blockchain specific contextual infos
}

BaseContentContentObjectCreate represents a ContentObjectCreate event raised by the BaseContent contract.

type BaseContentContentObjectCreateIterator

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

BaseContentContentObjectCreateIterator is returned from FilterContentObjectCreate and is used to iterate over the raw logs and unpacked data for ContentObjectCreate events raised by the BaseContent contract.

func (*BaseContentContentObjectCreateIterator) Close

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

func (*BaseContentContentObjectCreateIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentContentObjectCreateIterator) 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 BaseContentFactory

type BaseContentFactory struct {
	BaseContentFactoryCaller     // Read-only binding to the contract
	BaseContentFactoryTransactor // Write-only binding to the contract
	BaseContentFactoryFilterer   // Log filterer for contract events
}

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

func DeployBaseContentFactory

func DeployBaseContentFactory(auth *bind.TransactOpts, backend bind.ContractBackend, _spaceAddr common.Address, _helperAddr common.Address) (common.Address, *types.Transaction, *BaseContentFactory, error)

DeployBaseContentFactory deploys a new Ethereum contract, binding an instance of BaseContentFactory to it.

func NewBaseContentFactory

func NewBaseContentFactory(address common.Address, backend bind.ContractBackend) (*BaseContentFactory, error)

NewBaseContentFactory creates a new instance of BaseContentFactory, bound to a specific deployed contract.

type BaseContentFactoryCaller

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

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

func NewBaseContentFactoryCaller

func NewBaseContentFactoryCaller(address common.Address, caller bind.ContractCaller) (*BaseContentFactoryCaller, error)

NewBaseContentFactoryCaller creates a new read-only instance of BaseContentFactory, bound to a specific deployed contract.

func (*BaseContentFactoryCaller) ContentSpace

func (_BaseContentFactory *BaseContentFactoryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseContentFactoryCaller) Creator

func (_BaseContentFactory *BaseContentFactoryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseContentFactoryCaller) IsContract

func (_BaseContentFactory *BaseContentFactoryCaller) IsContract(opts *bind.CallOpts, addr common.Address) (bool, error)

IsContract is a free data retrieval call binding the contract method 0x16279055.

Solidity: function isContract(address addr) view returns(bool)

func (*BaseContentFactoryCaller) OPACCESSCOMPLETE

func (_BaseContentFactory *BaseContentFactoryCaller) OPACCESSCOMPLETE(opts *bind.CallOpts) (uint32, error)

OPACCESSCOMPLETE is a free data retrieval call binding the contract method 0x4d887374.

Solidity: function OP_ACCESS_COMPLETE() view returns(uint32)

func (*BaseContentFactoryCaller) OPACCESSREQUEST

func (_BaseContentFactory *BaseContentFactoryCaller) OPACCESSREQUEST(opts *bind.CallOpts) (uint32, error)

OPACCESSREQUEST is a free data retrieval call binding the contract method 0x52344328.

Solidity: function OP_ACCESS_REQUEST() view returns(uint32)

func (*BaseContentFactoryCaller) Owner

func (_BaseContentFactory *BaseContentFactoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseContentFactoryCaller) Version

func (_BaseContentFactory *BaseContentFactoryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseContentFactoryCaller) VersionAPI

func (_BaseContentFactory *BaseContentFactoryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type BaseContentFactoryFilterer

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

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

func NewBaseContentFactoryFilterer

func NewBaseContentFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseContentFactoryFilterer, error)

NewBaseContentFactoryFilterer creates a new log filterer instance of BaseContentFactory, bound to a specific deployed contract.

type BaseContentFactoryTransactor

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

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

func NewBaseContentFactoryTransactor

func NewBaseContentFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseContentFactoryTransactor, error)

NewBaseContentFactoryTransactor creates a new write-only instance of BaseContentFactory, bound to a specific deployed contract.

func (*BaseContentFactoryTransactor) CreateContent

func (_BaseContentFactory *BaseContentFactoryTransactor) CreateContent(opts *bind.TransactOpts, lib common.Address, content_type common.Address) (*types.Transaction, error)

CreateContent is a paid mutator transaction binding the contract method 0xbf4e088f.

Solidity: function createContent(address lib, address content_type) returns(address)

func (*BaseContentFactoryTransactor) ExecuteAccessBatch

func (_BaseContentFactory *BaseContentFactoryTransactor) ExecuteAccessBatch(opts *bind.TransactOpts, _opCodes []uint32, _contentAddrs []common.Address, _userAddrs []common.Address, _requestNonces []*big.Int, _ctxHashes [][32]byte, _ts []*big.Int, arg6 []*big.Int) (*types.Transaction, error)

ExecuteAccessBatch is a paid mutator transaction binding the contract method 0x4dcc1d29.

Solidity: function executeAccessBatch(uint32[] _opCodes, address[] _contentAddrs, address[] _userAddrs, uint256[] _requestNonces, bytes32[] _ctxHashes, uint256[] _ts, uint256[] ) returns()

func (*BaseContentFactoryTransactor) Fallback

func (_BaseContentFactory *BaseContentFactoryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseContentFactoryTransactor) Kill

func (_BaseContentFactory *BaseContentFactoryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseContentFactoryTransactor) TransferCreatorship

func (_BaseContentFactory *BaseContentFactoryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseContentFactoryTransactor) TransferOwnership

func (_BaseContentFactory *BaseContentFactoryTransactor) 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 BaseContentFilterer

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

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

func NewBaseContentFilterer

func NewBaseContentFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseContentFilterer, error)

NewBaseContentFilterer creates a new log filterer instance of BaseContent, bound to a specific deployed contract.

func (*BaseContentFilterer) FilterAccessComplete

func (_BaseContent *BaseContentFilterer) FilterAccessComplete(opts *bind.FilterOpts) (*BaseContentAccessCompleteIterator, error)

FilterAccessComplete is a free log retrieval operation binding the contract event 0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06.

Solidity: event AccessComplete(uint256 requestID, uint256 scorePct, bool customContractResult)

func (*BaseContentFilterer) FilterAccessCompleteV3

func (_BaseContent *BaseContentFilterer) FilterAccessCompleteV3(opts *bind.FilterOpts) (*BaseContentAccessCompleteV3Iterator, error)

FilterAccessCompleteV3 is a free log retrieval operation binding the contract event 0xd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1.

Solidity: event AccessCompleteV3(uint256 requestNonce, bool customContractResult, address parentAddress, bytes32 contextHash, address accessor, uint256 request_timestamp)

func (*BaseContentFilterer) FilterAccessRequest

func (_BaseContent *BaseContentFilterer) FilterAccessRequest(opts *bind.FilterOpts) (*BaseContentAccessRequestIterator, error)

FilterAccessRequest is a free log retrieval operation binding the contract event 0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06.

Solidity: event AccessRequest(uint256 requestID, uint8 level, string contentHash, string pkeRequestor, string pkeAFGH)

func (*BaseContentFilterer) FilterAccessRequestStakeholder

func (_BaseContent *BaseContentFilterer) FilterAccessRequestStakeholder(opts *bind.FilterOpts) (*BaseContentAccessRequestStakeholderIterator, error)

FilterAccessRequestStakeholder is a free log retrieval operation binding the contract event 0xb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b684.

Solidity: event AccessRequestStakeholder(address stakeholder)

func (*BaseContentFilterer) FilterAccessRequestV3

func (_BaseContent *BaseContentFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseContentAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentFilterer) FilterAccessRequestValue

func (_BaseContent *BaseContentFilterer) FilterAccessRequestValue(opts *bind.FilterOpts) (*BaseContentAccessRequestValueIterator, error)

FilterAccessRequestValue is a free log retrieval operation binding the contract event 0x515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c38.

Solidity: event AccessRequestValue(bytes32 customValue)

func (*BaseContentFilterer) FilterCommitPending

func (_BaseContent *BaseContentFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseContentCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) FilterContentObjectCreate

func (_BaseContent *BaseContentFilterer) FilterContentObjectCreate(opts *bind.FilterOpts) (*BaseContentContentObjectCreateIterator, error)

FilterContentObjectCreate is a free log retrieval operation binding the contract event 0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19.

Solidity: event ContentObjectCreate(address containingLibrary)

func (*BaseContentFilterer) FilterInsufficientFunds

func (_BaseContent *BaseContentFilterer) FilterInsufficientFunds(opts *bind.FilterOpts) (*BaseContentInsufficientFundsIterator, error)

FilterInsufficientFunds is a free log retrieval operation binding the contract event 0x03eb8b54a949acec2cd08fdb6d6bd4647a1f2c907d75d6900648effa92eb147f.

Solidity: event InsufficientFunds(uint256 accessCharge, uint256 amountProvided)

func (*BaseContentFilterer) FilterLogPayment

func (_BaseContent *BaseContentFilterer) FilterLogPayment(opts *bind.FilterOpts) (*BaseContentLogPaymentIterator, error)

FilterLogPayment is a free log retrieval operation binding the contract event 0xad58d18ea7292f887da6f15bb4f0badddaa33d169713d09cf49710acc7c3a5b9.

Solidity: event LogPayment(uint256 requestNonce, string label, address payee, uint256 amount)

func (*BaseContentFilterer) FilterObjectMetaChanged

func (_BaseContent *BaseContentFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseContentObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentFilterer) FilterPublish

func (_BaseContent *BaseContentFilterer) FilterPublish(opts *bind.FilterOpts) (*BaseContentPublishIterator, error)

FilterPublish is a free log retrieval operation binding the contract event 0xad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf4.

Solidity: event Publish(bool requestStatus, int256 statusCode, string objectHash)

func (*BaseContentFilterer) FilterSetAccessCharge

func (_BaseContent *BaseContentFilterer) FilterSetAccessCharge(opts *bind.FilterOpts) (*BaseContentSetAccessChargeIterator, error)

FilterSetAccessCharge is a free log retrieval operation binding the contract event 0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3.

Solidity: event SetAccessCharge(uint256 accessCharge)

func (*BaseContentFilterer) FilterSetContentContract

func (_BaseContent *BaseContentFilterer) FilterSetContentContract(opts *bind.FilterOpts) (*BaseContentSetContentContractIterator, error)

FilterSetContentContract is a free log retrieval operation binding the contract event 0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7.

Solidity: event SetContentContract(address contentContractAddress)

func (*BaseContentFilterer) FilterSetContentType

func (_BaseContent *BaseContentFilterer) FilterSetContentType(opts *bind.FilterOpts) (*BaseContentSetContentTypeIterator, error)

FilterSetContentType is a free log retrieval operation binding the contract event 0x4f692e87baf302f7281e83eec109053efc2ca8e7bddfc6ce88c579cd9767f71f.

Solidity: event SetContentType(address contentType, address contentContractAddress)

func (*BaseContentFilterer) FilterSetStatusCode

func (_BaseContent *BaseContentFilterer) FilterSetStatusCode(opts *bind.FilterOpts) (*BaseContentSetStatusCodeIterator, error)

FilterSetStatusCode is a free log retrieval operation binding the contract event 0xda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a2.

Solidity: event SetStatusCode(int256 statusCode)

func (*BaseContentFilterer) FilterUpdateRequest

func (_BaseContent *BaseContentFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseContentUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentFilterer) FilterVersionConfirm

func (_BaseContent *BaseContentFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseContentVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) FilterVersionDelete

func (_BaseContent *BaseContentFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseContentVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentFilterer) FilterVisibilityChanged

func (_BaseContent *BaseContentFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseContentVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentFilterer) ParseAccessComplete

func (_BaseContent *BaseContentFilterer) ParseAccessComplete(log types.Log) (*BaseContentAccessComplete, error)

ParseAccessComplete is a log parse operation binding the contract event 0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06.

Solidity: event AccessComplete(uint256 requestID, uint256 scorePct, bool customContractResult)

func (*BaseContentFilterer) ParseAccessCompleteV3

func (_BaseContent *BaseContentFilterer) ParseAccessCompleteV3(log types.Log) (*BaseContentAccessCompleteV3, error)

ParseAccessCompleteV3 is a log parse operation binding the contract event 0xd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1.

Solidity: event AccessCompleteV3(uint256 requestNonce, bool customContractResult, address parentAddress, bytes32 contextHash, address accessor, uint256 request_timestamp)

func (*BaseContentFilterer) ParseAccessRequest

func (_BaseContent *BaseContentFilterer) ParseAccessRequest(log types.Log) (*BaseContentAccessRequest, error)

ParseAccessRequest is a log parse operation binding the contract event 0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06.

Solidity: event AccessRequest(uint256 requestID, uint8 level, string contentHash, string pkeRequestor, string pkeAFGH)

func (*BaseContentFilterer) ParseAccessRequestStakeholder

func (_BaseContent *BaseContentFilterer) ParseAccessRequestStakeholder(log types.Log) (*BaseContentAccessRequestStakeholder, error)

ParseAccessRequestStakeholder is a log parse operation binding the contract event 0xb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b684.

Solidity: event AccessRequestStakeholder(address stakeholder)

func (*BaseContentFilterer) ParseAccessRequestV3

func (_BaseContent *BaseContentFilterer) ParseAccessRequestV3(log types.Log) (*BaseContentAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentFilterer) ParseAccessRequestValue

func (_BaseContent *BaseContentFilterer) ParseAccessRequestValue(log types.Log) (*BaseContentAccessRequestValue, error)

ParseAccessRequestValue is a log parse operation binding the contract event 0x515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c38.

Solidity: event AccessRequestValue(bytes32 customValue)

func (*BaseContentFilterer) ParseCommitPending

func (_BaseContent *BaseContentFilterer) ParseCommitPending(log types.Log) (*BaseContentCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) ParseContentObjectCreate

func (_BaseContent *BaseContentFilterer) ParseContentObjectCreate(log types.Log) (*BaseContentContentObjectCreate, error)

ParseContentObjectCreate is a log parse operation binding the contract event 0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19.

Solidity: event ContentObjectCreate(address containingLibrary)

func (*BaseContentFilterer) ParseInsufficientFunds

func (_BaseContent *BaseContentFilterer) ParseInsufficientFunds(log types.Log) (*BaseContentInsufficientFunds, error)

ParseInsufficientFunds is a log parse operation binding the contract event 0x03eb8b54a949acec2cd08fdb6d6bd4647a1f2c907d75d6900648effa92eb147f.

Solidity: event InsufficientFunds(uint256 accessCharge, uint256 amountProvided)

func (*BaseContentFilterer) ParseLogPayment

func (_BaseContent *BaseContentFilterer) ParseLogPayment(log types.Log) (*BaseContentLogPayment, error)

ParseLogPayment is a log parse operation binding the contract event 0xad58d18ea7292f887da6f15bb4f0badddaa33d169713d09cf49710acc7c3a5b9.

Solidity: event LogPayment(uint256 requestNonce, string label, address payee, uint256 amount)

func (*BaseContentFilterer) ParseObjectMetaChanged

func (_BaseContent *BaseContentFilterer) ParseObjectMetaChanged(log types.Log) (*BaseContentObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentFilterer) ParsePublish

func (_BaseContent *BaseContentFilterer) ParsePublish(log types.Log) (*BaseContentPublish, error)

ParsePublish is a log parse operation binding the contract event 0xad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf4.

Solidity: event Publish(bool requestStatus, int256 statusCode, string objectHash)

func (*BaseContentFilterer) ParseSetAccessCharge

func (_BaseContent *BaseContentFilterer) ParseSetAccessCharge(log types.Log) (*BaseContentSetAccessCharge, error)

ParseSetAccessCharge is a log parse operation binding the contract event 0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3.

Solidity: event SetAccessCharge(uint256 accessCharge)

func (*BaseContentFilterer) ParseSetContentContract

func (_BaseContent *BaseContentFilterer) ParseSetContentContract(log types.Log) (*BaseContentSetContentContract, error)

ParseSetContentContract is a log parse operation binding the contract event 0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7.

Solidity: event SetContentContract(address contentContractAddress)

func (*BaseContentFilterer) ParseSetContentType

func (_BaseContent *BaseContentFilterer) ParseSetContentType(log types.Log) (*BaseContentSetContentType, error)

ParseSetContentType is a log parse operation binding the contract event 0x4f692e87baf302f7281e83eec109053efc2ca8e7bddfc6ce88c579cd9767f71f.

Solidity: event SetContentType(address contentType, address contentContractAddress)

func (*BaseContentFilterer) ParseSetStatusCode

func (_BaseContent *BaseContentFilterer) ParseSetStatusCode(log types.Log) (*BaseContentSetStatusCode, error)

ParseSetStatusCode is a log parse operation binding the contract event 0xda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a2.

Solidity: event SetStatusCode(int256 statusCode)

func (*BaseContentFilterer) ParseUpdateRequest

func (_BaseContent *BaseContentFilterer) ParseUpdateRequest(log types.Log) (*BaseContentUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentFilterer) ParseVersionConfirm

func (_BaseContent *BaseContentFilterer) ParseVersionConfirm(log types.Log) (*BaseContentVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) ParseVersionDelete

func (_BaseContent *BaseContentFilterer) ParseVersionDelete(log types.Log) (*BaseContentVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentFilterer) ParseVisibilityChanged

func (_BaseContent *BaseContentFilterer) ParseVisibilityChanged(log types.Log) (*BaseContentVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentFilterer) WatchAccessComplete

func (_BaseContent *BaseContentFilterer) WatchAccessComplete(opts *bind.WatchOpts, sink chan<- *BaseContentAccessComplete) (event.Subscription, error)

WatchAccessComplete is a free log subscription operation binding the contract event 0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06.

Solidity: event AccessComplete(uint256 requestID, uint256 scorePct, bool customContractResult)

func (*BaseContentFilterer) WatchAccessCompleteV3

func (_BaseContent *BaseContentFilterer) WatchAccessCompleteV3(opts *bind.WatchOpts, sink chan<- *BaseContentAccessCompleteV3) (event.Subscription, error)

WatchAccessCompleteV3 is a free log subscription operation binding the contract event 0xd3e5b1d14681444d8159fa85b57104b685f47fb9164fd82b7fafe4e123dcc3a1.

Solidity: event AccessCompleteV3(uint256 requestNonce, bool customContractResult, address parentAddress, bytes32 contextHash, address accessor, uint256 request_timestamp)

func (*BaseContentFilterer) WatchAccessRequest

func (_BaseContent *BaseContentFilterer) WatchAccessRequest(opts *bind.WatchOpts, sink chan<- *BaseContentAccessRequest) (event.Subscription, error)

WatchAccessRequest is a free log subscription operation binding the contract event 0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06.

Solidity: event AccessRequest(uint256 requestID, uint8 level, string contentHash, string pkeRequestor, string pkeAFGH)

func (*BaseContentFilterer) WatchAccessRequestStakeholder

func (_BaseContent *BaseContentFilterer) WatchAccessRequestStakeholder(opts *bind.WatchOpts, sink chan<- *BaseContentAccessRequestStakeholder) (event.Subscription, error)

WatchAccessRequestStakeholder is a free log subscription operation binding the contract event 0xb6e3239e521a6c66920ae634f8e921a37e6991d520ac44d52f8516397f41b684.

Solidity: event AccessRequestStakeholder(address stakeholder)

func (*BaseContentFilterer) WatchAccessRequestV3

func (_BaseContent *BaseContentFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseContentAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentFilterer) WatchAccessRequestValue

func (_BaseContent *BaseContentFilterer) WatchAccessRequestValue(opts *bind.WatchOpts, sink chan<- *BaseContentAccessRequestValue) (event.Subscription, error)

WatchAccessRequestValue is a free log subscription operation binding the contract event 0x515e0a48b385fce2a8e4d9f169a97c4f6ea669a752358f5e6ab37cc3c2e84c38.

Solidity: event AccessRequestValue(bytes32 customValue)

func (*BaseContentFilterer) WatchCommitPending

func (_BaseContent *BaseContentFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseContentCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) WatchContentObjectCreate

func (_BaseContent *BaseContentFilterer) WatchContentObjectCreate(opts *bind.WatchOpts, sink chan<- *BaseContentContentObjectCreate) (event.Subscription, error)

WatchContentObjectCreate is a free log subscription operation binding the contract event 0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19.

Solidity: event ContentObjectCreate(address containingLibrary)

func (*BaseContentFilterer) WatchInsufficientFunds

func (_BaseContent *BaseContentFilterer) WatchInsufficientFunds(opts *bind.WatchOpts, sink chan<- *BaseContentInsufficientFunds) (event.Subscription, error)

WatchInsufficientFunds is a free log subscription operation binding the contract event 0x03eb8b54a949acec2cd08fdb6d6bd4647a1f2c907d75d6900648effa92eb147f.

Solidity: event InsufficientFunds(uint256 accessCharge, uint256 amountProvided)

func (*BaseContentFilterer) WatchLogPayment

func (_BaseContent *BaseContentFilterer) WatchLogPayment(opts *bind.WatchOpts, sink chan<- *BaseContentLogPayment) (event.Subscription, error)

WatchLogPayment is a free log subscription operation binding the contract event 0xad58d18ea7292f887da6f15bb4f0badddaa33d169713d09cf49710acc7c3a5b9.

Solidity: event LogPayment(uint256 requestNonce, string label, address payee, uint256 amount)

func (*BaseContentFilterer) WatchObjectMetaChanged

func (_BaseContent *BaseContentFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseContentObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentFilterer) WatchPublish

func (_BaseContent *BaseContentFilterer) WatchPublish(opts *bind.WatchOpts, sink chan<- *BaseContentPublish) (event.Subscription, error)

WatchPublish is a free log subscription operation binding the contract event 0xad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf4.

Solidity: event Publish(bool requestStatus, int256 statusCode, string objectHash)

func (*BaseContentFilterer) WatchSetAccessCharge

func (_BaseContent *BaseContentFilterer) WatchSetAccessCharge(opts *bind.WatchOpts, sink chan<- *BaseContentSetAccessCharge) (event.Subscription, error)

WatchSetAccessCharge is a free log subscription operation binding the contract event 0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3.

Solidity: event SetAccessCharge(uint256 accessCharge)

func (*BaseContentFilterer) WatchSetContentContract

func (_BaseContent *BaseContentFilterer) WatchSetContentContract(opts *bind.WatchOpts, sink chan<- *BaseContentSetContentContract) (event.Subscription, error)

WatchSetContentContract is a free log subscription operation binding the contract event 0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7.

Solidity: event SetContentContract(address contentContractAddress)

func (*BaseContentFilterer) WatchSetContentType

func (_BaseContent *BaseContentFilterer) WatchSetContentType(opts *bind.WatchOpts, sink chan<- *BaseContentSetContentType) (event.Subscription, error)

WatchSetContentType is a free log subscription operation binding the contract event 0x4f692e87baf302f7281e83eec109053efc2ca8e7bddfc6ce88c579cd9767f71f.

Solidity: event SetContentType(address contentType, address contentContractAddress)

func (*BaseContentFilterer) WatchSetStatusCode

func (_BaseContent *BaseContentFilterer) WatchSetStatusCode(opts *bind.WatchOpts, sink chan<- *BaseContentSetStatusCode) (event.Subscription, error)

WatchSetStatusCode is a free log subscription operation binding the contract event 0xda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a2.

Solidity: event SetStatusCode(int256 statusCode)

func (*BaseContentFilterer) WatchUpdateRequest

func (_BaseContent *BaseContentFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseContentUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentFilterer) WatchVersionConfirm

func (_BaseContent *BaseContentFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseContentVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentFilterer) WatchVersionDelete

func (_BaseContent *BaseContentFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseContentVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentFilterer) WatchVisibilityChanged

func (_BaseContent *BaseContentFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseContentVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type BaseContentInsufficientFunds

type BaseContentInsufficientFunds struct {
	AccessCharge   *big.Int
	AmountProvided *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}

BaseContentInsufficientFunds represents a InsufficientFunds event raised by the BaseContent contract.

type BaseContentInsufficientFundsIterator

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

BaseContentInsufficientFundsIterator is returned from FilterInsufficientFunds and is used to iterate over the raw logs and unpacked data for InsufficientFunds events raised by the BaseContent contract.

func (*BaseContentInsufficientFundsIterator) Close

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

func (*BaseContentInsufficientFundsIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentInsufficientFundsIterator) 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 BaseContentLogPayment

type BaseContentLogPayment struct {
	RequestNonce *big.Int
	Label        string
	Payee        common.Address
	Amount       *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentLogPayment represents a LogPayment event raised by the BaseContent contract.

type BaseContentLogPaymentIterator

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

BaseContentLogPaymentIterator is returned from FilterLogPayment and is used to iterate over the raw logs and unpacked data for LogPayment events raised by the BaseContent contract.

func (*BaseContentLogPaymentIterator) Close

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

func (*BaseContentLogPaymentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentLogPaymentIterator) 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 BaseContentObjectMetaChanged

type BaseContentObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseContentObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseContent contract.

type BaseContentObjectMetaChangedIterator

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

BaseContentObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseContent contract.

func (*BaseContentObjectMetaChangedIterator) Close

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

func (*BaseContentObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentObjectMetaChangedIterator) 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 BaseContentPublish

type BaseContentPublish struct {
	RequestStatus bool
	StatusCode    *big.Int
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentPublish represents a Publish event raised by the BaseContent contract.

type BaseContentPublishIterator

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

BaseContentPublishIterator is returned from FilterPublish and is used to iterate over the raw logs and unpacked data for Publish events raised by the BaseContent contract.

func (*BaseContentPublishIterator) Close

func (it *BaseContentPublishIterator) Close() error

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

func (*BaseContentPublishIterator) Error

func (it *BaseContentPublishIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentPublishIterator) Next

func (it *BaseContentPublishIterator) 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 BaseContentSetAccessCharge

type BaseContentSetAccessCharge struct {
	AccessCharge *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentSetAccessCharge represents a SetAccessCharge event raised by the BaseContent contract.

type BaseContentSetAccessChargeIterator

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

BaseContentSetAccessChargeIterator is returned from FilterSetAccessCharge and is used to iterate over the raw logs and unpacked data for SetAccessCharge events raised by the BaseContent contract.

func (*BaseContentSetAccessChargeIterator) Close

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

func (*BaseContentSetAccessChargeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSetAccessChargeIterator) 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 BaseContentSetContentContract

type BaseContentSetContentContract struct {
	ContentContractAddress common.Address
	Raw                    types.Log // Blockchain specific contextual infos
}

BaseContentSetContentContract represents a SetContentContract event raised by the BaseContent contract.

type BaseContentSetContentContractIterator

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

BaseContentSetContentContractIterator is returned from FilterSetContentContract and is used to iterate over the raw logs and unpacked data for SetContentContract events raised by the BaseContent contract.

func (*BaseContentSetContentContractIterator) Close

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

func (*BaseContentSetContentContractIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSetContentContractIterator) 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 BaseContentSetContentType

type BaseContentSetContentType struct {
	ContentType            common.Address
	ContentContractAddress common.Address
	Raw                    types.Log // Blockchain specific contextual infos
}

BaseContentSetContentType represents a SetContentType event raised by the BaseContent contract.

type BaseContentSetContentTypeIterator

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

BaseContentSetContentTypeIterator is returned from FilterSetContentType and is used to iterate over the raw logs and unpacked data for SetContentType events raised by the BaseContent contract.

func (*BaseContentSetContentTypeIterator) Close

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

func (*BaseContentSetContentTypeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSetContentTypeIterator) 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 BaseContentSetStatusCode

type BaseContentSetStatusCode struct {
	StatusCode *big.Int
	Raw        types.Log // Blockchain specific contextual infos
}

BaseContentSetStatusCode represents a SetStatusCode event raised by the BaseContent contract.

type BaseContentSetStatusCodeIterator

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

BaseContentSetStatusCodeIterator is returned from FilterSetStatusCode and is used to iterate over the raw logs and unpacked data for SetStatusCode events raised by the BaseContent contract.

func (*BaseContentSetStatusCodeIterator) Close

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

func (*BaseContentSetStatusCodeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSetStatusCodeIterator) 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 BaseContentSpace

type BaseContentSpace struct {
	BaseContentSpaceCaller     // Read-only binding to the contract
	BaseContentSpaceTransactor // Write-only binding to the contract
	BaseContentSpaceFilterer   // Log filterer for contract events
}

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

func DeployBaseContentSpace

func DeployBaseContentSpace(auth *bind.TransactOpts, backend bind.ContractBackend, content_space_name string) (common.Address, *types.Transaction, *BaseContentSpace, error)

DeployBaseContentSpace deploys a new Ethereum contract, binding an instance of BaseContentSpace to it.

func NewBaseContentSpace

func NewBaseContentSpace(address common.Address, backend bind.ContractBackend) (*BaseContentSpace, error)

NewBaseContentSpace creates a new instance of BaseContentSpace, bound to a specific deployed contract.

type BaseContentSpaceAccessRequestV3

type BaseContentSpaceAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseContentSpaceAccessRequestV3 represents a AccessRequestV3 event raised by the BaseContentSpace contract.

type BaseContentSpaceAccessRequestV3Iterator

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

BaseContentSpaceAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseContentSpace contract.

func (*BaseContentSpaceAccessRequestV3Iterator) Close

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

func (*BaseContentSpaceAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceAccessRequestV3Iterator) 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 BaseContentSpaceAddNode

type BaseContentSpaceAddNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseContentSpaceAddNode represents a AddNode event raised by the BaseContentSpace contract.

type BaseContentSpaceAddNodeIterator

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

BaseContentSpaceAddNodeIterator is returned from FilterAddNode and is used to iterate over the raw logs and unpacked data for AddNode events raised by the BaseContentSpace contract.

func (*BaseContentSpaceAddNodeIterator) Close

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

func (*BaseContentSpaceAddNodeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceAddNodeIterator) 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 BaseContentSpaceBindUserWallet

type BaseContentSpaceBindUserWallet struct {
	Wallet   common.Address
	UserAddr common.Address
	Raw      types.Log // Blockchain specific contextual infos
}

BaseContentSpaceBindUserWallet represents a BindUserWallet event raised by the BaseContentSpace contract.

type BaseContentSpaceBindUserWalletIterator

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

BaseContentSpaceBindUserWalletIterator is returned from FilterBindUserWallet and is used to iterate over the raw logs and unpacked data for BindUserWallet events raised by the BaseContentSpace contract.

func (*BaseContentSpaceBindUserWalletIterator) Close

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

func (*BaseContentSpaceBindUserWalletIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceBindUserWalletIterator) 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 BaseContentSpaceCaller

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

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

func NewBaseContentSpaceCaller

func NewBaseContentSpaceCaller(address common.Address, caller bind.ContractCaller) (*BaseContentSpaceCaller, error)

NewBaseContentSpaceCaller creates a new read-only instance of BaseContentSpace, bound to a specific deployed contract.

func (*BaseContentSpaceCaller) ActiveNodeAddresses

func (_BaseContentSpace *BaseContentSpaceCaller) ActiveNodeAddresses(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ActiveNodeAddresses is a free data retrieval call binding the contract method 0x52f82dd8.

Solidity: function activeNodeAddresses(uint256 ) view returns(address)

func (*BaseContentSpaceCaller) ActiveNodeLocators

func (_BaseContentSpace *BaseContentSpaceCaller) ActiveNodeLocators(opts *bind.CallOpts, arg0 *big.Int) ([]byte, error)

ActiveNodeLocators is a free data retrieval call binding the contract method 0x5272ae17.

Solidity: function activeNodeLocators(uint256 ) view returns(bytes)

func (*BaseContentSpaceCaller) AddressKMS

func (_BaseContentSpace *BaseContentSpaceCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*BaseContentSpaceCaller) CANACCESS

func (_BaseContentSpace *BaseContentSpaceCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseContentSpaceCaller) CANEDIT

func (_BaseContentSpace *BaseContentSpaceCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseContentSpaceCaller) CANSEE

func (_BaseContentSpace *BaseContentSpaceCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseContentSpaceCaller) CanCommit

func (_BaseContentSpace *BaseContentSpaceCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseContentSpaceCaller) CanConfirm

func (_BaseContentSpace *BaseContentSpaceCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseContentSpaceCaller) CanContribute

func (_BaseContentSpace *BaseContentSpaceCaller) CanContribute(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanContribute is a free data retrieval call binding the contract method 0x0eaec2c5.

Solidity: function canContribute(address _candidate) view returns(bool)

func (*BaseContentSpaceCaller) CanEdit

func (_BaseContentSpace *BaseContentSpaceCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseContentSpaceCaller) CanNodePublish

func (_BaseContentSpace *BaseContentSpaceCaller) CanNodePublish(opts *bind.CallOpts, candidate common.Address) (bool, error)

CanNodePublish is a free data retrieval call binding the contract method 0x26683e14.

Solidity: function canNodePublish(address candidate) view returns(bool)

func (*BaseContentSpaceCaller) CanPublish

func (_BaseContentSpace *BaseContentSpaceCaller) CanPublish(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanPublish is a free data retrieval call binding the contract method 0x9b55f901.

Solidity: function canPublish(address _candidate) view returns(bool)

func (*BaseContentSpaceCaller) CanReview

func (_BaseContentSpace *BaseContentSpaceCaller) CanReview(opts *bind.CallOpts, arg0 common.Address) (bool, error)

CanReview is a free data retrieval call binding the contract method 0x29d00219.

Solidity: function canReview(address ) view returns(bool)

func (*BaseContentSpaceCaller) CheckKMS

func (_BaseContentSpace *BaseContentSpaceCaller) CheckKMS(opts *bind.CallOpts, _kmsIdStr string) (*big.Int, error)

CheckKMS is a free data retrieval call binding the contract method 0x8d2a23db.

Solidity: function checkKMS(string _kmsIdStr) view returns(uint256)

func (*BaseContentSpaceCaller) CheckKMSAddr

func (_BaseContentSpace *BaseContentSpaceCaller) CheckKMSAddr(opts *bind.CallOpts, _kmsAddr common.Address) (*big.Int, error)

CheckKMSAddr is a free data retrieval call binding the contract method 0xd6be0f49.

Solidity: function checkKMSAddr(address _kmsAddr) view returns(uint256)

func (*BaseContentSpaceCaller) CommitPending

func (_BaseContentSpace *BaseContentSpaceCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseContentSpaceCaller) ContentFactory

func (_BaseContentSpace *BaseContentSpaceCaller) ContentFactory(opts *bind.CallOpts) (common.Address, error)

ContentFactory is a free data retrieval call binding the contract method 0x904696a8.

Solidity: function contentFactory() view returns(address)

func (*BaseContentSpaceCaller) ContentSpace

func (_BaseContentSpace *BaseContentSpaceCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseContentSpaceCaller) ContentTypeContracts

func (_BaseContentSpace *BaseContentSpaceCaller) ContentTypeContracts(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

ContentTypeContracts is a free data retrieval call binding the contract method 0x1cdbee5a.

Solidity: function contentTypeContracts(address ) view returns(address)

func (*BaseContentSpaceCaller) ContentTypes

func (_BaseContentSpace *BaseContentSpaceCaller) ContentTypes(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ContentTypes is a free data retrieval call binding the contract method 0x991a3a7c.

Solidity: function contentTypes(uint256 ) view returns(address)

func (*BaseContentSpaceCaller) ContentTypesLength

func (_BaseContentSpace *BaseContentSpaceCaller) ContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

ContentTypesLength is a free data retrieval call binding the contract method 0xc65bcbe2.

Solidity: function contentTypesLength() view returns(uint256)

func (*BaseContentSpaceCaller) CountVersionHashes

func (_BaseContentSpace *BaseContentSpaceCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseContentSpaceCaller) Creator

func (_BaseContentSpace *BaseContentSpaceCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseContentSpaceCaller) Description

func (_BaseContentSpace *BaseContentSpaceCaller) Description(opts *bind.CallOpts) (string, error)

Description is a free data retrieval call binding the contract method 0x7284e416.

Solidity: function description() view returns(string)

func (*BaseContentSpaceCaller) Factory

func (_BaseContentSpace *BaseContentSpaceCaller) Factory(opts *bind.CallOpts) (common.Address, error)

Factory is a free data retrieval call binding the contract method 0xc45a0155.

Solidity: function factory() view returns(address)

func (*BaseContentSpaceCaller) FindTypeByHash

func (_BaseContentSpace *BaseContentSpaceCaller) FindTypeByHash(opts *bind.CallOpts, typeHash [32]byte) (common.Address, error)

FindTypeByHash is a free data retrieval call binding the contract method 0x1f2caaec.

Solidity: function findTypeByHash(bytes32 typeHash) view returns(address)

func (*BaseContentSpaceCaller) GetKMSID

func (_BaseContentSpace *BaseContentSpaceCaller) GetKMSID(opts *bind.CallOpts, _kmsAddr common.Address) (string, error)

GetKMSID is a free data retrieval call binding the contract method 0x589aafc1.

Solidity: function getKMSID(address _kmsAddr) view returns(string)

func (*BaseContentSpaceCaller) GetKMSInfo

func (_BaseContentSpace *BaseContentSpaceCaller) GetKMSInfo(opts *bind.CallOpts, _kmsID string, prefix []byte) (string, string, error)

GetKMSInfo is a free data retrieval call binding the contract method 0x268bfac4.

Solidity: function getKMSInfo(string _kmsID, bytes prefix) view returns(string, string)

func (*BaseContentSpaceCaller) GetMeta

func (_BaseContentSpace *BaseContentSpaceCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseContentSpaceCaller) GroupFactory

func (_BaseContentSpace *BaseContentSpaceCaller) GroupFactory(opts *bind.CallOpts) (common.Address, error)

GroupFactory is a free data retrieval call binding the contract method 0xb04b6caa.

Solidity: function groupFactory() view returns(address)

func (*BaseContentSpaceCaller) HasAccess

func (_BaseContentSpace *BaseContentSpaceCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseContentSpaceCaller) HasEditorRight

func (_BaseContentSpace *BaseContentSpaceCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseContentSpaceCaller) IndexCategory

func (_BaseContentSpace *BaseContentSpaceCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseContentSpaceCaller) IsAdmin

func (_BaseContentSpace *BaseContentSpaceCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseContentSpaceCaller) KmsManAddr

func (_BaseContentSpace *BaseContentSpaceCaller) KmsManAddr(opts *bind.CallOpts) (common.Address, error)

KmsManAddr is a free data retrieval call binding the contract method 0x9c9527f1.

Solidity: function kmsManAddr() view returns(address)

func (*BaseContentSpaceCaller) LibraryFactory

func (_BaseContentSpace *BaseContentSpaceCaller) LibraryFactory(opts *bind.CallOpts) (common.Address, error)

LibraryFactory is a free data retrieval call binding the contract method 0x441c5aa3.

Solidity: function libraryFactory() view returns(address)

func (*BaseContentSpaceCaller) Name

func (_BaseContentSpace *BaseContentSpaceCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*BaseContentSpaceCaller) NodeMapping

func (_BaseContentSpace *BaseContentSpaceCaller) NodeMapping(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

NodeMapping is a free data retrieval call binding the contract method 0xfbd1b4ce.

Solidity: function nodeMapping(address ) view returns(address)

func (*BaseContentSpaceCaller) NumActiveNodes

func (_BaseContentSpace *BaseContentSpaceCaller) NumActiveNodes(opts *bind.CallOpts) (*big.Int, error)

NumActiveNodes is a free data retrieval call binding the contract method 0x43f59ec7.

Solidity: function numActiveNodes() view returns(uint256)

func (*BaseContentSpaceCaller) NumPendingNodes

func (_BaseContentSpace *BaseContentSpaceCaller) NumPendingNodes(opts *bind.CallOpts) (*big.Int, error)

NumPendingNodes is a free data retrieval call binding the contract method 0xf41a1587.

Solidity: function numPendingNodes() view returns(uint256)

func (*BaseContentSpaceCaller) ObjectHash

func (_BaseContentSpace *BaseContentSpaceCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseContentSpaceCaller) ObjectTimestamp

func (_BaseContentSpace *BaseContentSpaceCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseContentSpaceCaller) Owner

func (_BaseContentSpace *BaseContentSpaceCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseContentSpaceCaller) ParentAddress

func (_BaseContentSpace *BaseContentSpaceCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseContentSpaceCaller) PendingHash

func (_BaseContentSpace *BaseContentSpaceCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseContentSpaceCaller) PendingNodeAddresses

func (_BaseContentSpace *BaseContentSpaceCaller) PendingNodeAddresses(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

PendingNodeAddresses is a free data retrieval call binding the contract method 0x6be9514c.

Solidity: function pendingNodeAddresses(uint256 ) view returns(address)

func (*BaseContentSpaceCaller) PendingNodeLocators

func (_BaseContentSpace *BaseContentSpaceCaller) PendingNodeLocators(opts *bind.CallOpts, arg0 *big.Int) ([]byte, error)

PendingNodeLocators is a free data retrieval call binding the contract method 0x69e30ff8.

Solidity: function pendingNodeLocators(uint256 ) view returns(bytes)

func (*BaseContentSpaceCaller) RequiresReview

func (_BaseContentSpace *BaseContentSpaceCaller) RequiresReview(opts *bind.CallOpts) (bool, error)

RequiresReview is a free data retrieval call binding the contract method 0x3dd71d99.

Solidity: function requiresReview() view returns(bool)

func (*BaseContentSpaceCaller) UserWallets

func (_BaseContentSpace *BaseContentSpaceCaller) UserWallets(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

UserWallets is a free data retrieval call binding the contract method 0x63e6ffdd.

Solidity: function userWallets(address ) view returns(address)

func (*BaseContentSpaceCaller) ValidType

func (_BaseContentSpace *BaseContentSpaceCaller) ValidType(opts *bind.CallOpts, content_type common.Address) (bool, error)

ValidType is a free data retrieval call binding the contract method 0x29dedde5.

Solidity: function validType(address content_type) view returns(bool)

func (*BaseContentSpaceCaller) Version

func (_BaseContentSpace *BaseContentSpaceCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseContentSpaceCaller) VersionAPI

func (_BaseContentSpace *BaseContentSpaceCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseContentSpaceCaller) VersionHashes

func (_BaseContentSpace *BaseContentSpaceCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseContentSpaceCaller) VersionTimestamp

func (_BaseContentSpace *BaseContentSpaceCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseContentSpaceCaller) Visibility

func (_BaseContentSpace *BaseContentSpaceCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

func (*BaseContentSpaceCaller) WalletFactory

func (_BaseContentSpace *BaseContentSpaceCaller) WalletFactory(opts *bind.CallOpts) (common.Address, error)

WalletFactory is a free data retrieval call binding the contract method 0xc5c03699.

Solidity: function walletFactory() view returns(address)

func (*BaseContentSpaceCaller) WhitelistedType

func (_BaseContentSpace *BaseContentSpaceCaller) WhitelistedType(opts *bind.CallOpts, content_type common.Address) (bool, error)

WhitelistedType is a free data retrieval call binding the contract method 0x9cb121ba.

Solidity: function whitelistedType(address content_type) view returns(bool)

type BaseContentSpaceCommitPending

type BaseContentSpaceCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCommitPending represents a CommitPending event raised by the BaseContentSpace contract.

type BaseContentSpaceCommitPendingIterator

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

BaseContentSpaceCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCommitPendingIterator) Close

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

func (*BaseContentSpaceCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCommitPendingIterator) 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 BaseContentSpaceContentTypeAdded

type BaseContentSpaceContentTypeAdded struct {
	ContentType     common.Address
	ContentContract common.Address
	Raw             types.Log // Blockchain specific contextual infos
}

BaseContentSpaceContentTypeAdded represents a ContentTypeAdded event raised by the BaseContentSpace contract.

type BaseContentSpaceContentTypeAddedIterator

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

BaseContentSpaceContentTypeAddedIterator is returned from FilterContentTypeAdded and is used to iterate over the raw logs and unpacked data for ContentTypeAdded events raised by the BaseContentSpace contract.

func (*BaseContentSpaceContentTypeAddedIterator) Close

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

func (*BaseContentSpaceContentTypeAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceContentTypeAddedIterator) 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 BaseContentSpaceContentTypeRemoved

type BaseContentSpaceContentTypeRemoved struct {
	ContentType common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseContentSpaceContentTypeRemoved represents a ContentTypeRemoved event raised by the BaseContentSpace contract.

type BaseContentSpaceContentTypeRemovedIterator

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

BaseContentSpaceContentTypeRemovedIterator is returned from FilterContentTypeRemoved and is used to iterate over the raw logs and unpacked data for ContentTypeRemoved events raised by the BaseContentSpace contract.

func (*BaseContentSpaceContentTypeRemovedIterator) Close

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

func (*BaseContentSpaceContentTypeRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceContentTypeRemovedIterator) 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 BaseContentSpaceCreateAccessWallet

type BaseContentSpaceCreateAccessWallet struct {
	Wallet common.Address
	Raw    types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateAccessWallet represents a CreateAccessWallet event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateAccessWalletIterator

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

BaseContentSpaceCreateAccessWalletIterator is returned from FilterCreateAccessWallet and is used to iterate over the raw logs and unpacked data for CreateAccessWallet events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateAccessWalletIterator) Close

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

func (*BaseContentSpaceCreateAccessWalletIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateAccessWalletIterator) 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 BaseContentSpaceCreateContent

type BaseContentSpaceCreateContent struct {
	ContentAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateContent represents a CreateContent event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateContentIterator

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

BaseContentSpaceCreateContentIterator is returned from FilterCreateContent and is used to iterate over the raw logs and unpacked data for CreateContent events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateContentIterator) Close

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

func (*BaseContentSpaceCreateContentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateContentIterator) 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 BaseContentSpaceCreateContentType

type BaseContentSpaceCreateContentType struct {
	ContentTypeAddress common.Address
	Raw                types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateContentType represents a CreateContentType event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateContentTypeIterator

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

BaseContentSpaceCreateContentTypeIterator is returned from FilterCreateContentType and is used to iterate over the raw logs and unpacked data for CreateContentType events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateContentTypeIterator) Close

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

func (*BaseContentSpaceCreateContentTypeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateContentTypeIterator) 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 BaseContentSpaceCreateGroup

type BaseContentSpaceCreateGroup struct {
	GroupAddress common.Address
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateGroup represents a CreateGroup event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateGroupIterator

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

BaseContentSpaceCreateGroupIterator is returned from FilterCreateGroup and is used to iterate over the raw logs and unpacked data for CreateGroup events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateGroupIterator) Close

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

func (*BaseContentSpaceCreateGroupIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateGroupIterator) 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 BaseContentSpaceCreateLibrary

type BaseContentSpaceCreateLibrary struct {
	LibraryAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateLibrary represents a CreateLibrary event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateLibraryIterator

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

BaseContentSpaceCreateLibraryIterator is returned from FilterCreateLibrary and is used to iterate over the raw logs and unpacked data for CreateLibrary events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateLibraryIterator) Close

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

func (*BaseContentSpaceCreateLibraryIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateLibraryIterator) 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 BaseContentSpaceCreateSpace

type BaseContentSpaceCreateSpace struct {
	Version [32]byte
	Owner   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

BaseContentSpaceCreateSpace represents a CreateSpace event raised by the BaseContentSpace contract.

type BaseContentSpaceCreateSpaceIterator

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

BaseContentSpaceCreateSpaceIterator is returned from FilterCreateSpace and is used to iterate over the raw logs and unpacked data for CreateSpace events raised by the BaseContentSpace contract.

func (*BaseContentSpaceCreateSpaceIterator) Close

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

func (*BaseContentSpaceCreateSpaceIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceCreateSpaceIterator) 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 BaseContentSpaceEngageAccountLibrary

type BaseContentSpaceEngageAccountLibrary struct {
	AccountAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseContentSpaceEngageAccountLibrary represents a EngageAccountLibrary event raised by the BaseContentSpace contract.

type BaseContentSpaceEngageAccountLibraryIterator

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

BaseContentSpaceEngageAccountLibraryIterator is returned from FilterEngageAccountLibrary and is used to iterate over the raw logs and unpacked data for EngageAccountLibrary events raised by the BaseContentSpace contract.

func (*BaseContentSpaceEngageAccountLibraryIterator) Close

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

func (*BaseContentSpaceEngageAccountLibraryIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceEngageAccountLibraryIterator) 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 BaseContentSpaceFilterer

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

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

func NewBaseContentSpaceFilterer

func NewBaseContentSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseContentSpaceFilterer, error)

NewBaseContentSpaceFilterer creates a new log filterer instance of BaseContentSpace, bound to a specific deployed contract.

func (*BaseContentSpaceFilterer) FilterAccessRequestV3

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseContentSpaceAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentSpaceFilterer) FilterAddNode

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterAddNode(opts *bind.FilterOpts) (*BaseContentSpaceAddNodeIterator, error)

FilterAddNode is a free log retrieval operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) FilterBindUserWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterBindUserWallet(opts *bind.FilterOpts) (*BaseContentSpaceBindUserWalletIterator, error)

FilterBindUserWallet is a free log retrieval operation binding the contract event 0x05e3f3adaf96d565bb326088a1d8e0d78497549df2c99a8ab681e5fbc7a9b3f2.

Solidity: event BindUserWallet(address wallet, address userAddr)

func (*BaseContentSpaceFilterer) FilterCommitPending

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseContentSpaceCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) FilterContentTypeAdded

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterContentTypeAdded(opts *bind.FilterOpts) (*BaseContentSpaceContentTypeAddedIterator, error)

FilterContentTypeAdded is a free log retrieval operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseContentSpaceFilterer) FilterContentTypeRemoved

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterContentTypeRemoved(opts *bind.FilterOpts) (*BaseContentSpaceContentTypeRemovedIterator, error)

FilterContentTypeRemoved is a free log retrieval operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseContentSpaceFilterer) FilterCreateAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateAccessWallet(opts *bind.FilterOpts) (*BaseContentSpaceCreateAccessWalletIterator, error)

FilterCreateAccessWallet is a free log retrieval operation binding the contract event 0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca.

Solidity: event CreateAccessWallet(address wallet)

func (*BaseContentSpaceFilterer) FilterCreateContent

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateContent(opts *bind.FilterOpts) (*BaseContentSpaceCreateContentIterator, error)

FilterCreateContent is a free log retrieval operation binding the contract event 0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce.

Solidity: event CreateContent(address contentAddress)

func (*BaseContentSpaceFilterer) FilterCreateContentType

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateContentType(opts *bind.FilterOpts) (*BaseContentSpaceCreateContentTypeIterator, error)

FilterCreateContentType is a free log retrieval operation binding the contract event 0x9e69777f30c55126be256664fa7beff4b796ac32ebceab94df5071b0148017f8.

Solidity: event CreateContentType(address contentTypeAddress)

func (*BaseContentSpaceFilterer) FilterCreateGroup

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateGroup(opts *bind.FilterOpts) (*BaseContentSpaceCreateGroupIterator, error)

FilterCreateGroup is a free log retrieval operation binding the contract event 0xa3b1fe71ae61bad8cffa485b230e24e518938f76182a30fa0d9979e7237ad159.

Solidity: event CreateGroup(address groupAddress)

func (*BaseContentSpaceFilterer) FilterCreateLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateLibrary(opts *bind.FilterOpts) (*BaseContentSpaceCreateLibraryIterator, error)

FilterCreateLibrary is a free log retrieval operation binding the contract event 0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571.

Solidity: event CreateLibrary(address libraryAddress)

func (*BaseContentSpaceFilterer) FilterCreateSpace

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterCreateSpace(opts *bind.FilterOpts) (*BaseContentSpaceCreateSpaceIterator, error)

FilterCreateSpace is a free log retrieval operation binding the contract event 0x599bb380c80b69455450a615c515544b8da3b09f2efa116a5f0567682203cf54.

Solidity: event CreateSpace(bytes32 version, address owner)

func (*BaseContentSpaceFilterer) FilterEngageAccountLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterEngageAccountLibrary(opts *bind.FilterOpts) (*BaseContentSpaceEngageAccountLibraryIterator, error)

FilterEngageAccountLibrary is a free log retrieval operation binding the contract event 0x53ce35a7383a3ea3f695bdf0f87d7e5485ba816b382673e849bfdd24e7f5e3ca.

Solidity: event EngageAccountLibrary(address accountAddress)

func (*BaseContentSpaceFilterer) FilterGetAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterGetAccessWallet(opts *bind.FilterOpts) (*BaseContentSpaceGetAccessWalletIterator, error)

FilterGetAccessWallet is a free log retrieval operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseContentSpaceFilterer) FilterNodeApproved

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterNodeApproved(opts *bind.FilterOpts) (*BaseContentSpaceNodeApprovedIterator, error)

FilterNodeApproved is a free log retrieval operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*BaseContentSpaceFilterer) FilterNodeSubmitted

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterNodeSubmitted(opts *bind.FilterOpts) (*BaseContentSpaceNodeSubmittedIterator, error)

FilterNodeSubmitted is a free log retrieval operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*BaseContentSpaceFilterer) FilterObjectMetaChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseContentSpaceObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentSpaceFilterer) FilterRemoveNode

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterRemoveNode(opts *bind.FilterOpts) (*BaseContentSpaceRemoveNodeIterator, error)

FilterRemoveNode is a free log retrieval operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) FilterSetFactory

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterSetFactory(opts *bind.FilterOpts) (*BaseContentSpaceSetFactoryIterator, error)

FilterSetFactory is a free log retrieval operation binding the contract event 0x1c893ef9379093af30f458b9e74d2aba13c499660b68dec5e29af7b199c188b9.

Solidity: event SetFactory(address factory)

func (*BaseContentSpaceFilterer) FilterUpdateRequest

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseContentSpaceUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentSpaceFilterer) FilterVersionConfirm

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseContentSpaceVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) FilterVersionDelete

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseContentSpaceVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentSpaceFilterer) FilterVisibilityChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseContentSpaceVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentSpaceFilterer) ParseAccessRequestV3

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseAccessRequestV3(log types.Log) (*BaseContentSpaceAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentSpaceFilterer) ParseAddNode

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseAddNode(log types.Log) (*BaseContentSpaceAddNode, error)

ParseAddNode is a log parse operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) ParseBindUserWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseBindUserWallet(log types.Log) (*BaseContentSpaceBindUserWallet, error)

ParseBindUserWallet is a log parse operation binding the contract event 0x05e3f3adaf96d565bb326088a1d8e0d78497549df2c99a8ab681e5fbc7a9b3f2.

Solidity: event BindUserWallet(address wallet, address userAddr)

func (*BaseContentSpaceFilterer) ParseCommitPending

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCommitPending(log types.Log) (*BaseContentSpaceCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) ParseContentTypeAdded

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseContentTypeAdded(log types.Log) (*BaseContentSpaceContentTypeAdded, error)

ParseContentTypeAdded is a log parse operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseContentSpaceFilterer) ParseContentTypeRemoved

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseContentTypeRemoved(log types.Log) (*BaseContentSpaceContentTypeRemoved, error)

ParseContentTypeRemoved is a log parse operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseContentSpaceFilterer) ParseCreateAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateAccessWallet(log types.Log) (*BaseContentSpaceCreateAccessWallet, error)

ParseCreateAccessWallet is a log parse operation binding the contract event 0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca.

Solidity: event CreateAccessWallet(address wallet)

func (*BaseContentSpaceFilterer) ParseCreateContent

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateContent(log types.Log) (*BaseContentSpaceCreateContent, error)

ParseCreateContent is a log parse operation binding the contract event 0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce.

Solidity: event CreateContent(address contentAddress)

func (*BaseContentSpaceFilterer) ParseCreateContentType

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateContentType(log types.Log) (*BaseContentSpaceCreateContentType, error)

ParseCreateContentType is a log parse operation binding the contract event 0x9e69777f30c55126be256664fa7beff4b796ac32ebceab94df5071b0148017f8.

Solidity: event CreateContentType(address contentTypeAddress)

func (*BaseContentSpaceFilterer) ParseCreateGroup

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateGroup(log types.Log) (*BaseContentSpaceCreateGroup, error)

ParseCreateGroup is a log parse operation binding the contract event 0xa3b1fe71ae61bad8cffa485b230e24e518938f76182a30fa0d9979e7237ad159.

Solidity: event CreateGroup(address groupAddress)

func (*BaseContentSpaceFilterer) ParseCreateLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateLibrary(log types.Log) (*BaseContentSpaceCreateLibrary, error)

ParseCreateLibrary is a log parse operation binding the contract event 0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571.

Solidity: event CreateLibrary(address libraryAddress)

func (*BaseContentSpaceFilterer) ParseCreateSpace

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseCreateSpace(log types.Log) (*BaseContentSpaceCreateSpace, error)

ParseCreateSpace is a log parse operation binding the contract event 0x599bb380c80b69455450a615c515544b8da3b09f2efa116a5f0567682203cf54.

Solidity: event CreateSpace(bytes32 version, address owner)

func (*BaseContentSpaceFilterer) ParseEngageAccountLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseEngageAccountLibrary(log types.Log) (*BaseContentSpaceEngageAccountLibrary, error)

ParseEngageAccountLibrary is a log parse operation binding the contract event 0x53ce35a7383a3ea3f695bdf0f87d7e5485ba816b382673e849bfdd24e7f5e3ca.

Solidity: event EngageAccountLibrary(address accountAddress)

func (*BaseContentSpaceFilterer) ParseGetAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseGetAccessWallet(log types.Log) (*BaseContentSpaceGetAccessWallet, error)

ParseGetAccessWallet is a log parse operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseContentSpaceFilterer) ParseNodeApproved

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseNodeApproved(log types.Log) (*BaseContentSpaceNodeApproved, error)

ParseNodeApproved is a log parse operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*BaseContentSpaceFilterer) ParseNodeSubmitted

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseNodeSubmitted(log types.Log) (*BaseContentSpaceNodeSubmitted, error)

ParseNodeSubmitted is a log parse operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*BaseContentSpaceFilterer) ParseObjectMetaChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseObjectMetaChanged(log types.Log) (*BaseContentSpaceObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentSpaceFilterer) ParseRemoveNode

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseRemoveNode(log types.Log) (*BaseContentSpaceRemoveNode, error)

ParseRemoveNode is a log parse operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) ParseSetFactory

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseSetFactory(log types.Log) (*BaseContentSpaceSetFactory, error)

ParseSetFactory is a log parse operation binding the contract event 0x1c893ef9379093af30f458b9e74d2aba13c499660b68dec5e29af7b199c188b9.

Solidity: event SetFactory(address factory)

func (*BaseContentSpaceFilterer) ParseUpdateRequest

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseUpdateRequest(log types.Log) (*BaseContentSpaceUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentSpaceFilterer) ParseVersionConfirm

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseVersionConfirm(log types.Log) (*BaseContentSpaceVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) ParseVersionDelete

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseVersionDelete(log types.Log) (*BaseContentSpaceVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentSpaceFilterer) ParseVisibilityChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) ParseVisibilityChanged(log types.Log) (*BaseContentSpaceVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentSpaceFilterer) WatchAccessRequestV3

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentSpaceFilterer) WatchAddNode

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchAddNode(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceAddNode) (event.Subscription, error)

WatchAddNode is a free log subscription operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) WatchBindUserWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchBindUserWallet(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceBindUserWallet) (event.Subscription, error)

WatchBindUserWallet is a free log subscription operation binding the contract event 0x05e3f3adaf96d565bb326088a1d8e0d78497549df2c99a8ab681e5fbc7a9b3f2.

Solidity: event BindUserWallet(address wallet, address userAddr)

func (*BaseContentSpaceFilterer) WatchCommitPending

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) WatchContentTypeAdded

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchContentTypeAdded(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceContentTypeAdded) (event.Subscription, error)

WatchContentTypeAdded is a free log subscription operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseContentSpaceFilterer) WatchContentTypeRemoved

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchContentTypeRemoved(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceContentTypeRemoved) (event.Subscription, error)

WatchContentTypeRemoved is a free log subscription operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseContentSpaceFilterer) WatchCreateAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateAccessWallet(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateAccessWallet) (event.Subscription, error)

WatchCreateAccessWallet is a free log subscription operation binding the contract event 0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca.

Solidity: event CreateAccessWallet(address wallet)

func (*BaseContentSpaceFilterer) WatchCreateContent

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateContent(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateContent) (event.Subscription, error)

WatchCreateContent is a free log subscription operation binding the contract event 0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce.

Solidity: event CreateContent(address contentAddress)

func (*BaseContentSpaceFilterer) WatchCreateContentType

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateContentType(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateContentType) (event.Subscription, error)

WatchCreateContentType is a free log subscription operation binding the contract event 0x9e69777f30c55126be256664fa7beff4b796ac32ebceab94df5071b0148017f8.

Solidity: event CreateContentType(address contentTypeAddress)

func (*BaseContentSpaceFilterer) WatchCreateGroup

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateGroup(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateGroup) (event.Subscription, error)

WatchCreateGroup is a free log subscription operation binding the contract event 0xa3b1fe71ae61bad8cffa485b230e24e518938f76182a30fa0d9979e7237ad159.

Solidity: event CreateGroup(address groupAddress)

func (*BaseContentSpaceFilterer) WatchCreateLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateLibrary(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateLibrary) (event.Subscription, error)

WatchCreateLibrary is a free log subscription operation binding the contract event 0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571.

Solidity: event CreateLibrary(address libraryAddress)

func (*BaseContentSpaceFilterer) WatchCreateSpace

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchCreateSpace(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceCreateSpace) (event.Subscription, error)

WatchCreateSpace is a free log subscription operation binding the contract event 0x599bb380c80b69455450a615c515544b8da3b09f2efa116a5f0567682203cf54.

Solidity: event CreateSpace(bytes32 version, address owner)

func (*BaseContentSpaceFilterer) WatchEngageAccountLibrary

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchEngageAccountLibrary(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceEngageAccountLibrary) (event.Subscription, error)

WatchEngageAccountLibrary is a free log subscription operation binding the contract event 0x53ce35a7383a3ea3f695bdf0f87d7e5485ba816b382673e849bfdd24e7f5e3ca.

Solidity: event EngageAccountLibrary(address accountAddress)

func (*BaseContentSpaceFilterer) WatchGetAccessWallet

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchGetAccessWallet(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceGetAccessWallet) (event.Subscription, error)

WatchGetAccessWallet is a free log subscription operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseContentSpaceFilterer) WatchNodeApproved

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchNodeApproved(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceNodeApproved) (event.Subscription, error)

WatchNodeApproved is a free log subscription operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*BaseContentSpaceFilterer) WatchNodeSubmitted

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchNodeSubmitted(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceNodeSubmitted) (event.Subscription, error)

WatchNodeSubmitted is a free log subscription operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*BaseContentSpaceFilterer) WatchObjectMetaChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseContentSpaceFilterer) WatchRemoveNode

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchRemoveNode(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceRemoveNode) (event.Subscription, error)

WatchRemoveNode is a free log subscription operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

func (*BaseContentSpaceFilterer) WatchSetFactory

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchSetFactory(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceSetFactory) (event.Subscription, error)

WatchSetFactory is a free log subscription operation binding the contract event 0x1c893ef9379093af30f458b9e74d2aba13c499660b68dec5e29af7b199c188b9.

Solidity: event SetFactory(address factory)

func (*BaseContentSpaceFilterer) WatchUpdateRequest

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentSpaceFilterer) WatchVersionConfirm

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentSpaceFilterer) WatchVersionDelete

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentSpaceFilterer) WatchVisibilityChanged

func (_BaseContentSpace *BaseContentSpaceFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseContentSpaceVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type BaseContentSpaceGetAccessWallet

type BaseContentSpaceGetAccessWallet struct {
	WalletAddress common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentSpaceGetAccessWallet represents a GetAccessWallet event raised by the BaseContentSpace contract.

type BaseContentSpaceGetAccessWalletIterator

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

BaseContentSpaceGetAccessWalletIterator is returned from FilterGetAccessWallet and is used to iterate over the raw logs and unpacked data for GetAccessWallet events raised by the BaseContentSpace contract.

func (*BaseContentSpaceGetAccessWalletIterator) Close

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

func (*BaseContentSpaceGetAccessWalletIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceGetAccessWalletIterator) 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 BaseContentSpaceNodeApproved

type BaseContentSpaceNodeApproved struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

BaseContentSpaceNodeApproved represents a NodeApproved event raised by the BaseContentSpace contract.

type BaseContentSpaceNodeApprovedIterator

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

BaseContentSpaceNodeApprovedIterator is returned from FilterNodeApproved and is used to iterate over the raw logs and unpacked data for NodeApproved events raised by the BaseContentSpace contract.

func (*BaseContentSpaceNodeApprovedIterator) Close

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

func (*BaseContentSpaceNodeApprovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceNodeApprovedIterator) 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 BaseContentSpaceNodeSubmitted

type BaseContentSpaceNodeSubmitted struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

BaseContentSpaceNodeSubmitted represents a NodeSubmitted event raised by the BaseContentSpace contract.

type BaseContentSpaceNodeSubmittedIterator

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

BaseContentSpaceNodeSubmittedIterator is returned from FilterNodeSubmitted and is used to iterate over the raw logs and unpacked data for NodeSubmitted events raised by the BaseContentSpace contract.

func (*BaseContentSpaceNodeSubmittedIterator) Close

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

func (*BaseContentSpaceNodeSubmittedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceNodeSubmittedIterator) 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 BaseContentSpaceObjectMetaChanged

type BaseContentSpaceObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseContentSpaceObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseContentSpace contract.

type BaseContentSpaceObjectMetaChangedIterator

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

BaseContentSpaceObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseContentSpace contract.

func (*BaseContentSpaceObjectMetaChangedIterator) Close

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

func (*BaseContentSpaceObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceObjectMetaChangedIterator) 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 BaseContentSpaceRemoveNode

type BaseContentSpaceRemoveNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseContentSpaceRemoveNode represents a RemoveNode event raised by the BaseContentSpace contract.

type BaseContentSpaceRemoveNodeIterator

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

BaseContentSpaceRemoveNodeIterator is returned from FilterRemoveNode and is used to iterate over the raw logs and unpacked data for RemoveNode events raised by the BaseContentSpace contract.

func (*BaseContentSpaceRemoveNodeIterator) Close

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

func (*BaseContentSpaceRemoveNodeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceRemoveNodeIterator) 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 BaseContentSpaceSetFactory

type BaseContentSpaceSetFactory struct {
	Factory common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

BaseContentSpaceSetFactory represents a SetFactory event raised by the BaseContentSpace contract.

type BaseContentSpaceSetFactoryIterator

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

BaseContentSpaceSetFactoryIterator is returned from FilterSetFactory and is used to iterate over the raw logs and unpacked data for SetFactory events raised by the BaseContentSpace contract.

func (*BaseContentSpaceSetFactoryIterator) Close

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

func (*BaseContentSpaceSetFactoryIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceSetFactoryIterator) 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 BaseContentSpaceTransactor

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

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

func NewBaseContentSpaceTransactor

func NewBaseContentSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseContentSpaceTransactor, error)

NewBaseContentSpaceTransactor creates a new write-only instance of BaseContentSpace, bound to a specific deployed contract.

func (*BaseContentSpaceTransactor) AccessRequestV3

func (_BaseContentSpace *BaseContentSpaceTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseContentSpaceTransactor) AddContentType

func (_BaseContentSpace *BaseContentSpaceTransactor) AddContentType(opts *bind.TransactOpts, content_type common.Address, content_contract common.Address) (*types.Transaction, error)

AddContentType is a paid mutator transaction binding the contract method 0x0f58a786.

Solidity: function addContentType(address content_type, address content_contract) returns()

func (*BaseContentSpaceTransactor) AddNode

func (_BaseContentSpace *BaseContentSpaceTransactor) AddNode(opts *bind.TransactOpts, _nodeAddr common.Address, _locator []byte) (*types.Transaction, error)

AddNode is a paid mutator transaction binding the contract method 0x64f0f050.

Solidity: function addNode(address _nodeAddr, bytes _locator) returns()

func (*BaseContentSpaceTransactor) ApproveNode

func (_BaseContentSpace *BaseContentSpaceTransactor) ApproveNode(opts *bind.TransactOpts, _nodeAddr common.Address) (*types.Transaction, error)

ApproveNode is a paid mutator transaction binding the contract method 0xdd4c97a0.

Solidity: function approveNode(address _nodeAddr) returns()

func (*BaseContentSpaceTransactor) ClearPending

func (_BaseContentSpace *BaseContentSpaceTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseContentSpaceTransactor) Commit

func (_BaseContentSpace *BaseContentSpaceTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseContentSpaceTransactor) ConfirmCommit

func (_BaseContentSpace *BaseContentSpaceTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseContentSpaceTransactor) CreateAccessWallet

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateAccessWallet(opts *bind.TransactOpts) (*types.Transaction, error)

CreateAccessWallet is a paid mutator transaction binding the contract method 0x7708bc41.

Solidity: function createAccessWallet() returns(address)

func (*BaseContentSpaceTransactor) CreateContent

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateContent(opts *bind.TransactOpts, lib common.Address, content_type common.Address) (*types.Transaction, error)

CreateContent is a paid mutator transaction binding the contract method 0xbf4e088f.

Solidity: function createContent(address lib, address content_type) returns(address)

func (*BaseContentSpaceTransactor) CreateContentType

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateContentType(opts *bind.TransactOpts) (*types.Transaction, error)

CreateContentType is a paid mutator transaction binding the contract method 0xb8cfaf05.

Solidity: function createContentType() returns(address)

func (*BaseContentSpaceTransactor) CreateGroup

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateGroup(opts *bind.TransactOpts) (*types.Transaction, error)

CreateGroup is a paid mutator transaction binding the contract method 0x575185ed.

Solidity: function createGroup() returns(address)

func (*BaseContentSpaceTransactor) CreateLibrary

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateLibrary(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

CreateLibrary is a paid mutator transaction binding the contract method 0x40b89f06.

Solidity: function createLibrary(address address_KMS) returns(address)

func (*BaseContentSpaceTransactor) CreateUserWallet

func (_BaseContentSpace *BaseContentSpaceTransactor) CreateUserWallet(opts *bind.TransactOpts, _user common.Address) (*types.Transaction, error)

CreateUserWallet is a paid mutator transaction binding the contract method 0xe7cf0c66.

Solidity: function createUserWallet(address _user) returns(address)

func (*BaseContentSpaceTransactor) DeleteVersion

func (_BaseContentSpace *BaseContentSpaceTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseContentSpaceTransactor) Fallback

func (_BaseContentSpace *BaseContentSpaceTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseContentSpaceTransactor) GetAccessWallet

func (_BaseContentSpace *BaseContentSpaceTransactor) GetAccessWallet(opts *bind.TransactOpts) (*types.Transaction, error)

GetAccessWallet is a paid mutator transaction binding the contract method 0xa2d67fcf.

Solidity: function getAccessWallet() returns(address)

func (*BaseContentSpaceTransactor) Kill

func (_BaseContentSpace *BaseContentSpaceTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseContentSpaceTransactor) Publish

func (_BaseContentSpace *BaseContentSpaceTransactor) Publish(opts *bind.TransactOpts, contentObj common.Address) (*types.Transaction, error)

Publish is a paid mutator transaction binding the contract method 0x2cf99422.

Solidity: function publish(address contentObj) returns(bool)

func (*BaseContentSpaceTransactor) PutMeta

func (_BaseContentSpace *BaseContentSpaceTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseContentSpaceTransactor) RemoveContentType

func (_BaseContentSpace *BaseContentSpaceTransactor) RemoveContentType(opts *bind.TransactOpts, content_type common.Address) (*types.Transaction, error)

RemoveContentType is a paid mutator transaction binding the contract method 0xfd089196.

Solidity: function removeContentType(address content_type) returns(bool)

func (*BaseContentSpaceTransactor) RemoveNode

func (_BaseContentSpace *BaseContentSpaceTransactor) RemoveNode(opts *bind.TransactOpts, _nodeAddr common.Address) (*types.Transaction, error)

RemoveNode is a paid mutator transaction binding the contract method 0xb2b99ec9.

Solidity: function removeNode(address _nodeAddr) returns()

func (*BaseContentSpaceTransactor) SetAddressKMS

func (_BaseContentSpace *BaseContentSpaceTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*BaseContentSpaceTransactor) SetContentFactory

func (_BaseContentSpace *BaseContentSpaceTransactor) SetContentFactory(opts *bind.TransactOpts, new_factory common.Address) (*types.Transaction, error)

SetContentFactory is a paid mutator transaction binding the contract method 0x85ce1df1.

Solidity: function setContentFactory(address new_factory) returns()

func (*BaseContentSpaceTransactor) SetDescription

func (_BaseContentSpace *BaseContentSpaceTransactor) SetDescription(opts *bind.TransactOpts, content_space_description string) (*types.Transaction, error)

SetDescription is a paid mutator transaction binding the contract method 0x90c3f38f.

Solidity: function setDescription(string content_space_description) returns()

func (*BaseContentSpaceTransactor) SetFactory

func (_BaseContentSpace *BaseContentSpaceTransactor) SetFactory(opts *bind.TransactOpts, new_factory common.Address) (*types.Transaction, error)

SetFactory is a paid mutator transaction binding the contract method 0x5bb47808.

Solidity: function setFactory(address new_factory) returns()

func (*BaseContentSpaceTransactor) SetGroupFactory

func (_BaseContentSpace *BaseContentSpaceTransactor) SetGroupFactory(opts *bind.TransactOpts, new_factory common.Address) (*types.Transaction, error)

SetGroupFactory is a paid mutator transaction binding the contract method 0x837b3b93.

Solidity: function setGroupFactory(address new_factory) returns()

func (*BaseContentSpaceTransactor) SetGroupRights

func (_BaseContentSpace *BaseContentSpaceTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseContentSpaceTransactor) SetKmsManager

func (_BaseContentSpace *BaseContentSpaceTransactor) SetKmsManager(opts *bind.TransactOpts, _kmsManAddr common.Address) (*types.Transaction, error)

SetKmsManager is a paid mutator transaction binding the contract method 0x87e38281.

Solidity: function setKmsManager(address _kmsManAddr) returns()

func (*BaseContentSpaceTransactor) SetLibraryFactory

func (_BaseContentSpace *BaseContentSpaceTransactor) SetLibraryFactory(opts *bind.TransactOpts, new_factory common.Address) (*types.Transaction, error)

SetLibraryFactory is a paid mutator transaction binding the contract method 0x9d05d18d.

Solidity: function setLibraryFactory(address new_factory) returns()

func (*BaseContentSpaceTransactor) SetRights

func (_BaseContentSpace *BaseContentSpaceTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseContentSpaceTransactor) SetVisibility

func (_BaseContentSpace *BaseContentSpaceTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseContentSpaceTransactor) SetWalletFactory

func (_BaseContentSpace *BaseContentSpaceTransactor) SetWalletFactory(opts *bind.TransactOpts, new_factory common.Address) (*types.Transaction, error)

SetWalletFactory is a paid mutator transaction binding the contract method 0x7ebf879c.

Solidity: function setWalletFactory(address new_factory) returns()

func (*BaseContentSpaceTransactor) SubmitNode

func (_BaseContentSpace *BaseContentSpaceTransactor) SubmitNode(opts *bind.TransactOpts, _locator []byte) (*types.Transaction, error)

SubmitNode is a paid mutator transaction binding the contract method 0x160eee74.

Solidity: function submitNode(bytes _locator) returns()

func (*BaseContentSpaceTransactor) TransferCreatorship

func (_BaseContentSpace *BaseContentSpaceTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseContentSpaceTransactor) TransferOwnership

func (_BaseContentSpace *BaseContentSpaceTransactor) 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()

func (*BaseContentSpaceTransactor) UpdateRequest

func (_BaseContentSpace *BaseContentSpaceTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseContentSpaceUpdateRequest

type BaseContentSpaceUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseContentSpaceUpdateRequest represents a UpdateRequest event raised by the BaseContentSpace contract.

type BaseContentSpaceUpdateRequestIterator

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

BaseContentSpaceUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseContentSpace contract.

func (*BaseContentSpaceUpdateRequestIterator) Close

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

func (*BaseContentSpaceUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceUpdateRequestIterator) 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 BaseContentSpaceVersionConfirm

type BaseContentSpaceVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentSpaceVersionConfirm represents a VersionConfirm event raised by the BaseContentSpace contract.

type BaseContentSpaceVersionConfirmIterator

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

BaseContentSpaceVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseContentSpace contract.

func (*BaseContentSpaceVersionConfirmIterator) Close

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

func (*BaseContentSpaceVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceVersionConfirmIterator) 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 BaseContentSpaceVersionDelete

type BaseContentSpaceVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentSpaceVersionDelete represents a VersionDelete event raised by the BaseContentSpace contract.

type BaseContentSpaceVersionDeleteIterator

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

BaseContentSpaceVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseContentSpace contract.

func (*BaseContentSpaceVersionDeleteIterator) Close

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

func (*BaseContentSpaceVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceVersionDeleteIterator) 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 BaseContentSpaceVisibilityChanged

type BaseContentSpaceVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentSpaceVisibilityChanged represents a VisibilityChanged event raised by the BaseContentSpace contract.

type BaseContentSpaceVisibilityChangedIterator

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

BaseContentSpaceVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseContentSpace contract.

func (*BaseContentSpaceVisibilityChangedIterator) Close

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

func (*BaseContentSpaceVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentSpaceVisibilityChangedIterator) 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 BaseContentTransactor

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

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

func NewBaseContentTransactor

func NewBaseContentTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseContentTransactor, error)

NewBaseContentTransactor creates a new write-only instance of BaseContent, bound to a specific deployed contract.

func (*BaseContentTransactor) AccessComplete

func (_BaseContent *BaseContentTransactor) AccessComplete(opts *bind.TransactOpts, request_ID *big.Int, score_pct *big.Int, arg2 *big.Int) (*types.Transaction, error)

AccessComplete is a paid mutator transaction binding the contract method 0x0593e335.

Solidity: function accessComplete(uint256 request_ID, uint256 score_pct, uint256 ) payable returns(bool)

func (*BaseContentTransactor) AccessCompleteContext

func (_BaseContent *BaseContentTransactor) AccessCompleteContext(opts *bind.TransactOpts, _requestNonce *big.Int, _contextHash [32]byte, _accessor common.Address, _request_timestamp *big.Int) (*types.Transaction, error)

AccessCompleteContext is a paid mutator transaction binding the contract method 0xbc7dba33.

Solidity: function accessCompleteContext(uint256 _requestNonce, bytes32 _contextHash, address _accessor, uint256 _request_timestamp) payable returns(bool)

func (*BaseContentTransactor) AccessCompleteInternal

func (_BaseContent *BaseContentTransactor) AccessCompleteInternal(opts *bind.TransactOpts, requestNonce *big.Int, customValues [][32]byte, stakeholders []common.Address) (*types.Transaction, error)

AccessCompleteInternal is a paid mutator transaction binding the contract method 0x484f4b3b.

Solidity: function accessCompleteInternal(uint256 requestNonce, bytes32[] customValues, address[] stakeholders) payable returns(bool)

func (*BaseContentTransactor) AccessCompleteV3

func (_BaseContent *BaseContentTransactor) AccessCompleteV3(opts *bind.TransactOpts, requestNonce *big.Int, customValues [][32]byte, stakeholders []common.Address) (*types.Transaction, error)

AccessCompleteV3 is a paid mutator transaction binding the contract method 0x45155f6e.

Solidity: function accessCompleteV3(uint256 requestNonce, bytes32[] customValues, address[] stakeholders) payable returns(bool)

func (*BaseContentTransactor) AccessRequest

func (_BaseContent *BaseContentTransactor) AccessRequest(opts *bind.TransactOpts, arg0 uint8, pkeRequestor string, pkeAFGH string, customValues [][32]byte, stakeholders []common.Address) (*types.Transaction, error)

AccessRequest is a paid mutator transaction binding the contract method 0xa1ff106e.

Solidity: function accessRequest(uint8 , string pkeRequestor, string pkeAFGH, bytes32[] customValues, address[] stakeholders) payable returns(uint256)

func (*BaseContentTransactor) AccessRequestContext

func (_BaseContent *BaseContentTransactor) AccessRequestContext(opts *bind.TransactOpts, requestNonce *big.Int, contextHash [32]byte, accessor common.Address, request_timestamp *big.Int) (*types.Transaction, error)

AccessRequestContext is a paid mutator transaction binding the contract method 0x78f52ffb.

Solidity: function accessRequestContext(uint256 requestNonce, bytes32 contextHash, address accessor, uint256 request_timestamp) payable returns(uint256)

func (*BaseContentTransactor) AccessRequestV3

func (_BaseContent *BaseContentTransactor) AccessRequestV3(opts *bind.TransactOpts, customValues [][32]byte, stakeholders []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] customValues, address[] stakeholders) payable returns(bool)

func (*BaseContentTransactor) ClearPending

func (_BaseContent *BaseContentTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseContentTransactor) Commit

func (_BaseContent *BaseContentTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseContentTransactor) ConfirmCommit

func (_BaseContent *BaseContentTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseContentTransactor) DeleteVersion

func (_BaseContent *BaseContentTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseContentTransactor) Fallback

func (_BaseContent *BaseContentTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseContentTransactor) Kill

func (_BaseContent *BaseContentTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseContentTransactor) ProcessRequestPayment

func (_BaseContent *BaseContentTransactor) ProcessRequestPayment(opts *bind.TransactOpts, requestNonce *big.Int, payee common.Address, label string, amount *big.Int) (*types.Transaction, error)

ProcessRequestPayment is a paid mutator transaction binding the contract method 0x0c6d3f93.

Solidity: function processRequestPayment(uint256 requestNonce, address payee, string label, uint256 amount) returns(bool)

func (*BaseContentTransactor) Publish

func (_BaseContent *BaseContentTransactor) Publish(opts *bind.TransactOpts) (*types.Transaction, error)

Publish is a paid mutator transaction binding the contract method 0x075d4782.

Solidity: function publish() payable returns(bool)

func (*BaseContentTransactor) PutMeta

func (_BaseContent *BaseContentTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseContentTransactor) SetAccessCharge

func (_BaseContent *BaseContentTransactor) SetAccessCharge(opts *bind.TransactOpts, charge *big.Int) (*types.Transaction, error)

SetAccessCharge is a paid mutator transaction binding the contract method 0xf4d9bae8.

Solidity: function setAccessCharge(uint256 charge) returns(uint256)

func (*BaseContentTransactor) SetAddressKMS

func (_BaseContent *BaseContentTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*BaseContentTransactor) SetContentContractAddress

func (_BaseContent *BaseContentTransactor) SetContentContractAddress(opts *bind.TransactOpts, addr common.Address) (*types.Transaction, error)

SetContentContractAddress is a paid mutator transaction binding the contract method 0xe5385303.

Solidity: function setContentContractAddress(address addr) returns()

func (*BaseContentTransactor) SetGroupRights

func (_BaseContent *BaseContentTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseContentTransactor) SetRights

func (_BaseContent *BaseContentTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseContentTransactor) SetStatusCode

func (_BaseContent *BaseContentTransactor) SetStatusCode(opts *bind.TransactOpts, status_code *big.Int) (*types.Transaction, error)

SetStatusCode is a paid mutator transaction binding the contract method 0x5267db44.

Solidity: function setStatusCode(int256 status_code) returns(int256)

func (*BaseContentTransactor) SetVisibility

func (_BaseContent *BaseContentTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseContentTransactor) TransferCreatorship

func (_BaseContent *BaseContentTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseContentTransactor) TransferOwnership

func (_BaseContent *BaseContentTransactor) 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()

func (*BaseContentTransactor) UpdateRequest

func (_BaseContent *BaseContentTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

func (*BaseContentTransactor) UpdateStatus

func (_BaseContent *BaseContentTransactor) UpdateStatus(opts *bind.TransactOpts, status_code *big.Int) (*types.Transaction, error)

UpdateStatus is a paid mutator transaction binding the contract method 0x8280dd8f.

Solidity: function updateStatus(int256 status_code) returns(int256)

type BaseContentType

type BaseContentType struct {
	BaseContentTypeCaller     // Read-only binding to the contract
	BaseContentTypeTransactor // Write-only binding to the contract
	BaseContentTypeFilterer   // Log filterer for contract events
}

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

func DeployBaseContentType

func DeployBaseContentType(auth *bind.TransactOpts, backend bind.ContractBackend, content_space common.Address) (common.Address, *types.Transaction, *BaseContentType, error)

DeployBaseContentType deploys a new Ethereum contract, binding an instance of BaseContentType to it.

func NewBaseContentType

func NewBaseContentType(address common.Address, backend bind.ContractBackend) (*BaseContentType, error)

NewBaseContentType creates a new instance of BaseContentType, bound to a specific deployed contract.

type BaseContentTypeAccessRequestV3

type BaseContentTypeAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseContentTypeAccessRequestV3 represents a AccessRequestV3 event raised by the BaseContentType contract.

type BaseContentTypeAccessRequestV3Iterator

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

BaseContentTypeAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseContentType contract.

func (*BaseContentTypeAccessRequestV3Iterator) Close

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

func (*BaseContentTypeAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeAccessRequestV3Iterator) 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 BaseContentTypeCaller

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

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

func NewBaseContentTypeCaller

func NewBaseContentTypeCaller(address common.Address, caller bind.ContractCaller) (*BaseContentTypeCaller, error)

NewBaseContentTypeCaller creates a new read-only instance of BaseContentType, bound to a specific deployed contract.

func (*BaseContentTypeCaller) CANACCESS

func (_BaseContentType *BaseContentTypeCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseContentTypeCaller) CANEDIT

func (_BaseContentType *BaseContentTypeCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseContentTypeCaller) CANSEE

func (_BaseContentType *BaseContentTypeCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseContentTypeCaller) CanCommit

func (_BaseContentType *BaseContentTypeCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseContentTypeCaller) CanConfirm

func (_BaseContentType *BaseContentTypeCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseContentTypeCaller) CanEdit

func (_BaseContentType *BaseContentTypeCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseContentTypeCaller) CommitPending

func (_BaseContentType *BaseContentTypeCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseContentTypeCaller) ContentSpace

func (_BaseContentType *BaseContentTypeCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseContentTypeCaller) CountVersionHashes

func (_BaseContentType *BaseContentTypeCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseContentTypeCaller) Creator

func (_BaseContentType *BaseContentTypeCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseContentTypeCaller) HasAccess

func (_BaseContentType *BaseContentTypeCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseContentTypeCaller) HasEditorRight

func (_BaseContentType *BaseContentTypeCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseContentTypeCaller) IndexCategory

func (_BaseContentType *BaseContentTypeCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseContentTypeCaller) ObjectHash

func (_BaseContentType *BaseContentTypeCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseContentTypeCaller) ObjectTimestamp

func (_BaseContentType *BaseContentTypeCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseContentTypeCaller) Owner

func (_BaseContentType *BaseContentTypeCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseContentTypeCaller) ParentAddress

func (_BaseContentType *BaseContentTypeCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseContentTypeCaller) PendingHash

func (_BaseContentType *BaseContentTypeCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseContentTypeCaller) Version

func (_BaseContentType *BaseContentTypeCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseContentTypeCaller) VersionAPI

func (_BaseContentType *BaseContentTypeCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseContentTypeCaller) VersionHashes

func (_BaseContentType *BaseContentTypeCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseContentTypeCaller) VersionTimestamp

func (_BaseContentType *BaseContentTypeCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseContentTypeCaller) Visibility

func (_BaseContentType *BaseContentTypeCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type BaseContentTypeCommitPending

type BaseContentTypeCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentTypeCommitPending represents a CommitPending event raised by the BaseContentType contract.

type BaseContentTypeCommitPendingIterator

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

BaseContentTypeCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseContentType contract.

func (*BaseContentTypeCommitPendingIterator) Close

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

func (*BaseContentTypeCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeCommitPendingIterator) 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 BaseContentTypeFilterer

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

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

func NewBaseContentTypeFilterer

func NewBaseContentTypeFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseContentTypeFilterer, error)

NewBaseContentTypeFilterer creates a new log filterer instance of BaseContentType, bound to a specific deployed contract.

func (*BaseContentTypeFilterer) FilterAccessRequestV3

func (_BaseContentType *BaseContentTypeFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseContentTypeAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentTypeFilterer) FilterCommitPending

func (_BaseContentType *BaseContentTypeFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseContentTypeCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) FilterUpdateRequest

func (_BaseContentType *BaseContentTypeFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseContentTypeUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentTypeFilterer) FilterVersionConfirm

func (_BaseContentType *BaseContentTypeFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseContentTypeVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) FilterVersionDelete

func (_BaseContentType *BaseContentTypeFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseContentTypeVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentTypeFilterer) FilterVisibilityChanged

func (_BaseContentType *BaseContentTypeFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseContentTypeVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentTypeFilterer) ParseAccessRequestV3

func (_BaseContentType *BaseContentTypeFilterer) ParseAccessRequestV3(log types.Log) (*BaseContentTypeAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentTypeFilterer) ParseCommitPending

func (_BaseContentType *BaseContentTypeFilterer) ParseCommitPending(log types.Log) (*BaseContentTypeCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) ParseUpdateRequest

func (_BaseContentType *BaseContentTypeFilterer) ParseUpdateRequest(log types.Log) (*BaseContentTypeUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentTypeFilterer) ParseVersionConfirm

func (_BaseContentType *BaseContentTypeFilterer) ParseVersionConfirm(log types.Log) (*BaseContentTypeVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) ParseVersionDelete

func (_BaseContentType *BaseContentTypeFilterer) ParseVersionDelete(log types.Log) (*BaseContentTypeVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentTypeFilterer) ParseVisibilityChanged

func (_BaseContentType *BaseContentTypeFilterer) ParseVisibilityChanged(log types.Log) (*BaseContentTypeVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseContentTypeFilterer) WatchAccessRequestV3

func (_BaseContentType *BaseContentTypeFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseContentTypeAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseContentTypeFilterer) WatchCommitPending

func (_BaseContentType *BaseContentTypeFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseContentTypeCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) WatchUpdateRequest

func (_BaseContentType *BaseContentTypeFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseContentTypeUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseContentTypeFilterer) WatchVersionConfirm

func (_BaseContentType *BaseContentTypeFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseContentTypeVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseContentTypeFilterer) WatchVersionDelete

func (_BaseContentType *BaseContentTypeFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseContentTypeVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseContentTypeFilterer) WatchVisibilityChanged

func (_BaseContentType *BaseContentTypeFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseContentTypeVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type BaseContentTypeTransactor

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

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

func NewBaseContentTypeTransactor

func NewBaseContentTypeTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseContentTypeTransactor, error)

NewBaseContentTypeTransactor creates a new write-only instance of BaseContentType, bound to a specific deployed contract.

func (*BaseContentTypeTransactor) AccessRequestV3

func (_BaseContentType *BaseContentTypeTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseContentTypeTransactor) ClearPending

func (_BaseContentType *BaseContentTypeTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseContentTypeTransactor) Commit

func (_BaseContentType *BaseContentTypeTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseContentTypeTransactor) ConfirmCommit

func (_BaseContentType *BaseContentTypeTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseContentTypeTransactor) DeleteVersion

func (_BaseContentType *BaseContentTypeTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseContentTypeTransactor) Fallback

func (_BaseContentType *BaseContentTypeTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseContentTypeTransactor) Kill

func (_BaseContentType *BaseContentTypeTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseContentTypeTransactor) SetGroupRights

func (_BaseContentType *BaseContentTypeTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseContentTypeTransactor) SetRights

func (_BaseContentType *BaseContentTypeTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseContentTypeTransactor) SetVisibility

func (_BaseContentType *BaseContentTypeTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseContentTypeTransactor) TransferCreatorship

func (_BaseContentType *BaseContentTypeTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseContentTypeTransactor) TransferOwnership

func (_BaseContentType *BaseContentTypeTransactor) 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()

func (*BaseContentTypeTransactor) UpdateRequest

func (_BaseContentType *BaseContentTypeTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseContentTypeUpdateRequest

type BaseContentTypeUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseContentTypeUpdateRequest represents a UpdateRequest event raised by the BaseContentType contract.

type BaseContentTypeUpdateRequestIterator

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

BaseContentTypeUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseContentType contract.

func (*BaseContentTypeUpdateRequestIterator) Close

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

func (*BaseContentTypeUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeUpdateRequestIterator) 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 BaseContentTypeVersionConfirm

type BaseContentTypeVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentTypeVersionConfirm represents a VersionConfirm event raised by the BaseContentType contract.

type BaseContentTypeVersionConfirmIterator

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

BaseContentTypeVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseContentType contract.

func (*BaseContentTypeVersionConfirmIterator) Close

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

func (*BaseContentTypeVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeVersionConfirmIterator) 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 BaseContentTypeVersionDelete

type BaseContentTypeVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentTypeVersionDelete represents a VersionDelete event raised by the BaseContentType contract.

type BaseContentTypeVersionDeleteIterator

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

BaseContentTypeVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseContentType contract.

func (*BaseContentTypeVersionDeleteIterator) Close

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

func (*BaseContentTypeVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeVersionDeleteIterator) 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 BaseContentTypeVisibilityChanged

type BaseContentTypeVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentTypeVisibilityChanged represents a VisibilityChanged event raised by the BaseContentType contract.

type BaseContentTypeVisibilityChangedIterator

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

BaseContentTypeVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseContentType contract.

func (*BaseContentTypeVisibilityChangedIterator) Close

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

func (*BaseContentTypeVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentTypeVisibilityChangedIterator) 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 BaseContentUpdateRequest

type BaseContentUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseContentUpdateRequest represents a UpdateRequest event raised by the BaseContent contract.

type BaseContentUpdateRequestIterator

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

BaseContentUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseContent contract.

func (*BaseContentUpdateRequestIterator) Close

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

func (*BaseContentUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentUpdateRequestIterator) 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 BaseContentVersionConfirm

type BaseContentVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentVersionConfirm represents a VersionConfirm event raised by the BaseContent contract.

type BaseContentVersionConfirmIterator

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

BaseContentVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseContent contract.

func (*BaseContentVersionConfirmIterator) Close

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

func (*BaseContentVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentVersionConfirmIterator) 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 BaseContentVersionDelete

type BaseContentVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseContentVersionDelete represents a VersionDelete event raised by the BaseContent contract.

type BaseContentVersionDeleteIterator

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

BaseContentVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseContent contract.

func (*BaseContentVersionDeleteIterator) Close

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

func (*BaseContentVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentVersionDeleteIterator) 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 BaseContentVisibilityChanged

type BaseContentVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseContentVisibilityChanged represents a VisibilityChanged event raised by the BaseContent contract.

type BaseContentVisibilityChangedIterator

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

BaseContentVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseContent contract.

func (*BaseContentVisibilityChangedIterator) Close

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

func (*BaseContentVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseContentVisibilityChangedIterator) 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 BaseGroupFactory

type BaseGroupFactory struct {
	BaseGroupFactoryCaller     // Read-only binding to the contract
	BaseGroupFactoryTransactor // Write-only binding to the contract
	BaseGroupFactoryFilterer   // Log filterer for contract events
}

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

func DeployBaseGroupFactory

func DeployBaseGroupFactory(auth *bind.TransactOpts, backend bind.ContractBackend, _spaceAddr common.Address) (common.Address, *types.Transaction, *BaseGroupFactory, error)

DeployBaseGroupFactory deploys a new Ethereum contract, binding an instance of BaseGroupFactory to it.

func NewBaseGroupFactory

func NewBaseGroupFactory(address common.Address, backend bind.ContractBackend) (*BaseGroupFactory, error)

NewBaseGroupFactory creates a new instance of BaseGroupFactory, bound to a specific deployed contract.

type BaseGroupFactoryCaller

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

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

func NewBaseGroupFactoryCaller

func NewBaseGroupFactoryCaller(address common.Address, caller bind.ContractCaller) (*BaseGroupFactoryCaller, error)

NewBaseGroupFactoryCaller creates a new read-only instance of BaseGroupFactory, bound to a specific deployed contract.

func (*BaseGroupFactoryCaller) ContentSpace

func (_BaseGroupFactory *BaseGroupFactoryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseGroupFactoryCaller) Creator

func (_BaseGroupFactory *BaseGroupFactoryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseGroupFactoryCaller) Owner

func (_BaseGroupFactory *BaseGroupFactoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseGroupFactoryCaller) Version

func (_BaseGroupFactory *BaseGroupFactoryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseGroupFactoryCaller) VersionAPI

func (_BaseGroupFactory *BaseGroupFactoryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type BaseGroupFactoryFilterer

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

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

func NewBaseGroupFactoryFilterer

func NewBaseGroupFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseGroupFactoryFilterer, error)

NewBaseGroupFactoryFilterer creates a new log filterer instance of BaseGroupFactory, bound to a specific deployed contract.

type BaseGroupFactoryTransactor

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

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

func NewBaseGroupFactoryTransactor

func NewBaseGroupFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseGroupFactoryTransactor, error)

NewBaseGroupFactoryTransactor creates a new write-only instance of BaseGroupFactory, bound to a specific deployed contract.

func (*BaseGroupFactoryTransactor) CreateGroup

func (_BaseGroupFactory *BaseGroupFactoryTransactor) CreateGroup(opts *bind.TransactOpts) (*types.Transaction, error)

CreateGroup is a paid mutator transaction binding the contract method 0x575185ed.

Solidity: function createGroup() returns(address)

func (*BaseGroupFactoryTransactor) Fallback

func (_BaseGroupFactory *BaseGroupFactoryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseGroupFactoryTransactor) Kill

func (_BaseGroupFactory *BaseGroupFactoryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseGroupFactoryTransactor) TransferCreatorship

func (_BaseGroupFactory *BaseGroupFactoryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseGroupFactoryTransactor) TransferOwnership

func (_BaseGroupFactory *BaseGroupFactoryTransactor) 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 BaseLibrary

type BaseLibrary struct {
	BaseLibraryCaller     // Read-only binding to the contract
	BaseLibraryTransactor // Write-only binding to the contract
	BaseLibraryFilterer   // Log filterer for contract events
}

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

func DeployBaseLibrary

func DeployBaseLibrary(auth *bind.TransactOpts, backend bind.ContractBackend, address_KMS common.Address, _content_space common.Address) (common.Address, *types.Transaction, *BaseLibrary, error)

DeployBaseLibrary deploys a new Ethereum contract, binding an instance of BaseLibrary to it.

func NewBaseLibrary

func NewBaseLibrary(address common.Address, backend bind.ContractBackend) (*BaseLibrary, error)

NewBaseLibrary creates a new instance of BaseLibrary, bound to a specific deployed contract.

type BaseLibraryAccessRequestV3

type BaseLibraryAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseLibraryAccessRequestV3 represents a AccessRequestV3 event raised by the BaseLibrary contract.

type BaseLibraryAccessRequestV3Iterator

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

BaseLibraryAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseLibrary contract.

func (*BaseLibraryAccessRequestV3Iterator) Close

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

func (*BaseLibraryAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryAccessRequestV3Iterator) 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 BaseLibraryAccessorGroupAdded

type BaseLibraryAccessorGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryAccessorGroupAdded represents a AccessorGroupAdded event raised by the BaseLibrary contract.

type BaseLibraryAccessorGroupAddedIterator

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

BaseLibraryAccessorGroupAddedIterator is returned from FilterAccessorGroupAdded and is used to iterate over the raw logs and unpacked data for AccessorGroupAdded events raised by the BaseLibrary contract.

func (*BaseLibraryAccessorGroupAddedIterator) Close

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

func (*BaseLibraryAccessorGroupAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryAccessorGroupAddedIterator) 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 BaseLibraryAccessorGroupRemoved

type BaseLibraryAccessorGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryAccessorGroupRemoved represents a AccessorGroupRemoved event raised by the BaseLibrary contract.

type BaseLibraryAccessorGroupRemovedIterator

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

BaseLibraryAccessorGroupRemovedIterator is returned from FilterAccessorGroupRemoved and is used to iterate over the raw logs and unpacked data for AccessorGroupRemoved events raised by the BaseLibrary contract.

func (*BaseLibraryAccessorGroupRemovedIterator) Close

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

func (*BaseLibraryAccessorGroupRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryAccessorGroupRemovedIterator) 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 BaseLibraryApproveContent

type BaseLibraryApproveContent struct {
	ContentAddress common.Address
	Approved       bool
	Note           string
	Raw            types.Log // Blockchain specific contextual infos
}

BaseLibraryApproveContent represents a ApproveContent event raised by the BaseLibrary contract.

type BaseLibraryApproveContentIterator

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

BaseLibraryApproveContentIterator is returned from FilterApproveContent and is used to iterate over the raw logs and unpacked data for ApproveContent events raised by the BaseLibrary contract.

func (*BaseLibraryApproveContentIterator) Close

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

func (*BaseLibraryApproveContentIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryApproveContentIterator) 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 BaseLibraryApproveContentRequest

type BaseLibraryApproveContentRequest struct {
	ContentAddress common.Address
	Submitter      common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseLibraryApproveContentRequest represents a ApproveContentRequest event raised by the BaseLibrary contract.

type BaseLibraryApproveContentRequestIterator

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

BaseLibraryApproveContentRequestIterator is returned from FilterApproveContentRequest and is used to iterate over the raw logs and unpacked data for ApproveContentRequest events raised by the BaseLibrary contract.

func (*BaseLibraryApproveContentRequestIterator) Close

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

func (*BaseLibraryApproveContentRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryApproveContentRequestIterator) 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 BaseLibraryCaller

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

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

func NewBaseLibraryCaller

func NewBaseLibraryCaller(address common.Address, caller bind.ContractCaller) (*BaseLibraryCaller, error)

NewBaseLibraryCaller creates a new read-only instance of BaseLibrary, bound to a specific deployed contract.

func (*BaseLibraryCaller) AccessorGroups

func (_BaseLibrary *BaseLibraryCaller) AccessorGroups(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

AccessorGroups is a free data retrieval call binding the contract method 0x2c11f392.

Solidity: function accessorGroups(uint256 ) view returns(address)

func (*BaseLibraryCaller) AccessorGroupsLength

func (_BaseLibrary *BaseLibraryCaller) AccessorGroupsLength(opts *bind.CallOpts) (*big.Int, error)

AccessorGroupsLength is a free data retrieval call binding the contract method 0xe5538fd2.

Solidity: function accessorGroupsLength() view returns(uint256)

func (*BaseLibraryCaller) AddressKMS

func (_BaseLibrary *BaseLibraryCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*BaseLibraryCaller) ApprovalRequests

func (_BaseLibrary *BaseLibraryCaller) ApprovalRequests(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ApprovalRequests is a free data retrieval call binding the contract method 0x8cb13c2e.

Solidity: function approvalRequests(uint256 ) view returns(address)

func (*BaseLibraryCaller) ApprovalRequestsLength

func (_BaseLibrary *BaseLibraryCaller) ApprovalRequestsLength(opts *bind.CallOpts) (*big.Int, error)

ApprovalRequestsLength is a free data retrieval call binding the contract method 0x16308394.

Solidity: function approvalRequestsLength() view returns(uint256)

func (*BaseLibraryCaller) CANACCESS

func (_BaseLibrary *BaseLibraryCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseLibraryCaller) CANEDIT

func (_BaseLibrary *BaseLibraryCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseLibraryCaller) CANSEE

func (_BaseLibrary *BaseLibraryCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseLibraryCaller) CanCommit

func (_BaseLibrary *BaseLibraryCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseLibraryCaller) CanConfirm

func (_BaseLibrary *BaseLibraryCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseLibraryCaller) CanContribute

func (_BaseLibrary *BaseLibraryCaller) CanContribute(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanContribute is a free data retrieval call binding the contract method 0x0eaec2c5.

Solidity: function canContribute(address _candidate) view returns(bool)

func (*BaseLibraryCaller) CanEdit

func (_BaseLibrary *BaseLibraryCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseLibraryCaller) CanPublish

func (_BaseLibrary *BaseLibraryCaller) CanPublish(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanPublish is a free data retrieval call binding the contract method 0x9b55f901.

Solidity: function canPublish(address _candidate) view returns(bool)

func (*BaseLibraryCaller) CanPublish0

func (_BaseLibrary *BaseLibraryCaller) CanPublish0(opts *bind.CallOpts) (bool, error)

CanPublish0 is a free data retrieval call binding the contract method 0xcbcd4461.

Solidity: function canPublish() view returns(bool)

func (*BaseLibraryCaller) CanReview

func (_BaseLibrary *BaseLibraryCaller) CanReview(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanReview is a free data retrieval call binding the contract method 0x29d00219.

Solidity: function canReview(address _candidate) view returns(bool)

func (*BaseLibraryCaller) CommitPending

func (_BaseLibrary *BaseLibraryCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseLibraryCaller) ContentSpace

func (_BaseLibrary *BaseLibraryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseLibraryCaller) ContentTypeContracts

func (_BaseLibrary *BaseLibraryCaller) ContentTypeContracts(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

ContentTypeContracts is a free data retrieval call binding the contract method 0x1cdbee5a.

Solidity: function contentTypeContracts(address ) view returns(address)

func (*BaseLibraryCaller) ContentTypes

func (_BaseLibrary *BaseLibraryCaller) ContentTypes(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ContentTypes is a free data retrieval call binding the contract method 0x991a3a7c.

Solidity: function contentTypes(uint256 ) view returns(address)

func (*BaseLibraryCaller) ContentTypesLength

func (_BaseLibrary *BaseLibraryCaller) ContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

ContentTypesLength is a free data retrieval call binding the contract method 0xc65bcbe2.

Solidity: function contentTypesLength() view returns(uint256)

func (*BaseLibraryCaller) ContributorGroups

func (_BaseLibrary *BaseLibraryCaller) ContributorGroups(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ContributorGroups is a free data retrieval call binding the contract method 0x2393553b.

Solidity: function contributorGroups(uint256 ) view returns(address)

func (*BaseLibraryCaller) ContributorGroupsLength

func (_BaseLibrary *BaseLibraryCaller) ContributorGroupsLength(opts *bind.CallOpts) (*big.Int, error)

ContributorGroupsLength is a free data retrieval call binding the contract method 0x470750bb.

Solidity: function contributorGroupsLength() view returns(uint256)

func (*BaseLibraryCaller) CountVersionHashes

func (_BaseLibrary *BaseLibraryCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseLibraryCaller) Creator

func (_BaseLibrary *BaseLibraryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseLibraryCaller) FindTypeByHash

func (_BaseLibrary *BaseLibraryCaller) FindTypeByHash(opts *bind.CallOpts, typeHash [32]byte) (common.Address, error)

FindTypeByHash is a free data retrieval call binding the contract method 0x1f2caaec.

Solidity: function findTypeByHash(bytes32 typeHash) view returns(address)

func (*BaseLibraryCaller) GetMeta

func (_BaseLibrary *BaseLibraryCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseLibraryCaller) GetPendingApprovalRequest

func (_BaseLibrary *BaseLibraryCaller) GetPendingApprovalRequest(opts *bind.CallOpts, index *big.Int) (common.Address, error)

GetPendingApprovalRequest is a free data retrieval call binding the contract method 0x63dab9d4.

Solidity: function getPendingApprovalRequest(uint256 index) view returns(address)

func (*BaseLibraryCaller) HasAccess

func (_BaseLibrary *BaseLibraryCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseLibraryCaller) HasEditorRight

func (_BaseLibrary *BaseLibraryCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseLibraryCaller) IndexCategory

func (_BaseLibrary *BaseLibraryCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseLibraryCaller) IsAdmin

func (_BaseLibrary *BaseLibraryCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseLibraryCaller) ObjectHash

func (_BaseLibrary *BaseLibraryCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseLibraryCaller) ObjectTimestamp

func (_BaseLibrary *BaseLibraryCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseLibraryCaller) Owner

func (_BaseLibrary *BaseLibraryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseLibraryCaller) ParentAddress

func (_BaseLibrary *BaseLibraryCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseLibraryCaller) PendingHash

func (_BaseLibrary *BaseLibraryCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseLibraryCaller) RequiresReview

func (_BaseLibrary *BaseLibraryCaller) RequiresReview(opts *bind.CallOpts) (bool, error)

RequiresReview is a free data retrieval call binding the contract method 0x3dd71d99.

Solidity: function requiresReview() view returns(bool)

func (*BaseLibraryCaller) ReviewerGroups

func (_BaseLibrary *BaseLibraryCaller) ReviewerGroups(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ReviewerGroups is a free data retrieval call binding the contract method 0x952e464b.

Solidity: function reviewerGroups(uint256 ) view returns(address)

func (*BaseLibraryCaller) ReviewerGroupsLength

func (_BaseLibrary *BaseLibraryCaller) ReviewerGroupsLength(opts *bind.CallOpts) (*big.Int, error)

ReviewerGroupsLength is a free data retrieval call binding the contract method 0x21770a84.

Solidity: function reviewerGroupsLength() view returns(uint256)

func (*BaseLibraryCaller) ValidType

func (_BaseLibrary *BaseLibraryCaller) ValidType(opts *bind.CallOpts, content_type common.Address) (bool, error)

ValidType is a free data retrieval call binding the contract method 0x29dedde5.

Solidity: function validType(address content_type) view returns(bool)

func (*BaseLibraryCaller) Version

func (_BaseLibrary *BaseLibraryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseLibraryCaller) VersionAPI

func (_BaseLibrary *BaseLibraryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseLibraryCaller) VersionHashes

func (_BaseLibrary *BaseLibraryCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseLibraryCaller) VersionTimestamp

func (_BaseLibrary *BaseLibraryCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseLibraryCaller) Visibility

func (_BaseLibrary *BaseLibraryCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

func (*BaseLibraryCaller) WhitelistedType

func (_BaseLibrary *BaseLibraryCaller) WhitelistedType(opts *bind.CallOpts, content_type common.Address) (bool, error)

WhitelistedType is a free data retrieval call binding the contract method 0x9cb121ba.

Solidity: function whitelistedType(address content_type) view returns(bool)

type BaseLibraryCommitPending

type BaseLibraryCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseLibraryCommitPending represents a CommitPending event raised by the BaseLibrary contract.

type BaseLibraryCommitPendingIterator

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

BaseLibraryCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseLibrary contract.

func (*BaseLibraryCommitPendingIterator) Close

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

func (*BaseLibraryCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryCommitPendingIterator) 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 BaseLibraryContentObjectCreated

type BaseLibraryContentObjectCreated struct {
	ContentAddress common.Address
	ContentType    common.Address
	SpaceAddress   common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseLibraryContentObjectCreated represents a ContentObjectCreated event raised by the BaseLibrary contract.

type BaseLibraryContentObjectCreatedIterator

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

BaseLibraryContentObjectCreatedIterator is returned from FilterContentObjectCreated and is used to iterate over the raw logs and unpacked data for ContentObjectCreated events raised by the BaseLibrary contract.

func (*BaseLibraryContentObjectCreatedIterator) Close

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

func (*BaseLibraryContentObjectCreatedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContentObjectCreatedIterator) 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 BaseLibraryContentObjectDeleted

type BaseLibraryContentObjectDeleted struct {
	ContentAddress common.Address
	SpaceAddress   common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

BaseLibraryContentObjectDeleted represents a ContentObjectDeleted event raised by the BaseLibrary contract.

type BaseLibraryContentObjectDeletedIterator

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

BaseLibraryContentObjectDeletedIterator is returned from FilterContentObjectDeleted and is used to iterate over the raw logs and unpacked data for ContentObjectDeleted events raised by the BaseLibrary contract.

func (*BaseLibraryContentObjectDeletedIterator) Close

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

func (*BaseLibraryContentObjectDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContentObjectDeletedIterator) 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 BaseLibraryContentTypeAdded

type BaseLibraryContentTypeAdded struct {
	ContentType     common.Address
	ContentContract common.Address
	Raw             types.Log // Blockchain specific contextual infos
}

BaseLibraryContentTypeAdded represents a ContentTypeAdded event raised by the BaseLibrary contract.

type BaseLibraryContentTypeAddedIterator

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

BaseLibraryContentTypeAddedIterator is returned from FilterContentTypeAdded and is used to iterate over the raw logs and unpacked data for ContentTypeAdded events raised by the BaseLibrary contract.

func (*BaseLibraryContentTypeAddedIterator) Close

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

func (*BaseLibraryContentTypeAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContentTypeAddedIterator) 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 BaseLibraryContentTypeRemoved

type BaseLibraryContentTypeRemoved struct {
	ContentType common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseLibraryContentTypeRemoved represents a ContentTypeRemoved event raised by the BaseLibrary contract.

type BaseLibraryContentTypeRemovedIterator

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

BaseLibraryContentTypeRemovedIterator is returned from FilterContentTypeRemoved and is used to iterate over the raw logs and unpacked data for ContentTypeRemoved events raised by the BaseLibrary contract.

func (*BaseLibraryContentTypeRemovedIterator) Close

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

func (*BaseLibraryContentTypeRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContentTypeRemovedIterator) 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 BaseLibraryContributorGroupAdded

type BaseLibraryContributorGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryContributorGroupAdded represents a ContributorGroupAdded event raised by the BaseLibrary contract.

type BaseLibraryContributorGroupAddedIterator

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

BaseLibraryContributorGroupAddedIterator is returned from FilterContributorGroupAdded and is used to iterate over the raw logs and unpacked data for ContributorGroupAdded events raised by the BaseLibrary contract.

func (*BaseLibraryContributorGroupAddedIterator) Close

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

func (*BaseLibraryContributorGroupAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContributorGroupAddedIterator) 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 BaseLibraryContributorGroupRemoved

type BaseLibraryContributorGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryContributorGroupRemoved represents a ContributorGroupRemoved event raised by the BaseLibrary contract.

type BaseLibraryContributorGroupRemovedIterator

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

BaseLibraryContributorGroupRemovedIterator is returned from FilterContributorGroupRemoved and is used to iterate over the raw logs and unpacked data for ContributorGroupRemoved events raised by the BaseLibrary contract.

func (*BaseLibraryContributorGroupRemovedIterator) Close

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

func (*BaseLibraryContributorGroupRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryContributorGroupRemovedIterator) 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 BaseLibraryFactory

type BaseLibraryFactory struct {
	BaseLibraryFactoryCaller     // Read-only binding to the contract
	BaseLibraryFactoryTransactor // Write-only binding to the contract
	BaseLibraryFactoryFilterer   // Log filterer for contract events
}

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

func DeployBaseLibraryFactory

func DeployBaseLibraryFactory(auth *bind.TransactOpts, backend bind.ContractBackend, _spaceAddr common.Address) (common.Address, *types.Transaction, *BaseLibraryFactory, error)

DeployBaseLibraryFactory deploys a new Ethereum contract, binding an instance of BaseLibraryFactory to it.

func NewBaseLibraryFactory

func NewBaseLibraryFactory(address common.Address, backend bind.ContractBackend) (*BaseLibraryFactory, error)

NewBaseLibraryFactory creates a new instance of BaseLibraryFactory, bound to a specific deployed contract.

type BaseLibraryFactoryCaller

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

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

func NewBaseLibraryFactoryCaller

func NewBaseLibraryFactoryCaller(address common.Address, caller bind.ContractCaller) (*BaseLibraryFactoryCaller, error)

NewBaseLibraryFactoryCaller creates a new read-only instance of BaseLibraryFactory, bound to a specific deployed contract.

func (*BaseLibraryFactoryCaller) ContentSpace

func (_BaseLibraryFactory *BaseLibraryFactoryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseLibraryFactoryCaller) Creator

func (_BaseLibraryFactory *BaseLibraryFactoryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseLibraryFactoryCaller) Owner

func (_BaseLibraryFactory *BaseLibraryFactoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseLibraryFactoryCaller) Version

func (_BaseLibraryFactory *BaseLibraryFactoryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseLibraryFactoryCaller) VersionAPI

func (_BaseLibraryFactory *BaseLibraryFactoryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type BaseLibraryFactoryFilterer

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

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

func NewBaseLibraryFactoryFilterer

func NewBaseLibraryFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseLibraryFactoryFilterer, error)

NewBaseLibraryFactoryFilterer creates a new log filterer instance of BaseLibraryFactory, bound to a specific deployed contract.

type BaseLibraryFactoryTransactor

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

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

func NewBaseLibraryFactoryTransactor

func NewBaseLibraryFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseLibraryFactoryTransactor, error)

NewBaseLibraryFactoryTransactor creates a new write-only instance of BaseLibraryFactory, bound to a specific deployed contract.

func (*BaseLibraryFactoryTransactor) CreateLibrary

func (_BaseLibraryFactory *BaseLibraryFactoryTransactor) CreateLibrary(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

CreateLibrary is a paid mutator transaction binding the contract method 0x40b89f06.

Solidity: function createLibrary(address address_KMS) returns(address)

func (*BaseLibraryFactoryTransactor) Fallback

func (_BaseLibraryFactory *BaseLibraryFactoryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseLibraryFactoryTransactor) Kill

func (_BaseLibraryFactory *BaseLibraryFactoryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseLibraryFactoryTransactor) TransferCreatorship

func (_BaseLibraryFactory *BaseLibraryFactoryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseLibraryFactoryTransactor) TransferOwnership

func (_BaseLibraryFactory *BaseLibraryFactoryTransactor) 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 BaseLibraryFilterer

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

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

func NewBaseLibraryFilterer

func NewBaseLibraryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseLibraryFilterer, error)

NewBaseLibraryFilterer creates a new log filterer instance of BaseLibrary, bound to a specific deployed contract.

func (*BaseLibraryFilterer) FilterAccessRequestV3

func (_BaseLibrary *BaseLibraryFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseLibraryAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseLibraryFilterer) FilterAccessorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) FilterAccessorGroupAdded(opts *bind.FilterOpts) (*BaseLibraryAccessorGroupAddedIterator, error)

FilterAccessorGroupAdded is a free log retrieval operation binding the contract event 0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411.

Solidity: event AccessorGroupAdded(address group)

func (*BaseLibraryFilterer) FilterAccessorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) FilterAccessorGroupRemoved(opts *bind.FilterOpts) (*BaseLibraryAccessorGroupRemovedIterator, error)

FilterAccessorGroupRemoved is a free log retrieval operation binding the contract event 0xc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f081.

Solidity: event AccessorGroupRemoved(address group)

func (*BaseLibraryFilterer) FilterApproveContent

func (_BaseLibrary *BaseLibraryFilterer) FilterApproveContent(opts *bind.FilterOpts) (*BaseLibraryApproveContentIterator, error)

FilterApproveContent is a free log retrieval operation binding the contract event 0x70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442.

Solidity: event ApproveContent(address contentAddress, bool approved, string note)

func (*BaseLibraryFilterer) FilterApproveContentRequest

func (_BaseLibrary *BaseLibraryFilterer) FilterApproveContentRequest(opts *bind.FilterOpts) (*BaseLibraryApproveContentRequestIterator, error)

FilterApproveContentRequest is a free log retrieval operation binding the contract event 0x0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a.

Solidity: event ApproveContentRequest(address contentAddress, address submitter)

func (*BaseLibraryFilterer) FilterCommitPending

func (_BaseLibrary *BaseLibraryFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseLibraryCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) FilterContentObjectCreated

func (_BaseLibrary *BaseLibraryFilterer) FilterContentObjectCreated(opts *bind.FilterOpts) (*BaseLibraryContentObjectCreatedIterator, error)

FilterContentObjectCreated is a free log retrieval operation binding the contract event 0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878.

Solidity: event ContentObjectCreated(address contentAddress, address content_type, address spaceAddress)

func (*BaseLibraryFilterer) FilterContentObjectDeleted

func (_BaseLibrary *BaseLibraryFilterer) FilterContentObjectDeleted(opts *bind.FilterOpts) (*BaseLibraryContentObjectDeletedIterator, error)

FilterContentObjectDeleted is a free log retrieval operation binding the contract event 0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e.

Solidity: event ContentObjectDeleted(address contentAddress, address spaceAddress)

func (*BaseLibraryFilterer) FilterContentTypeAdded

func (_BaseLibrary *BaseLibraryFilterer) FilterContentTypeAdded(opts *bind.FilterOpts) (*BaseLibraryContentTypeAddedIterator, error)

FilterContentTypeAdded is a free log retrieval operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseLibraryFilterer) FilterContentTypeRemoved

func (_BaseLibrary *BaseLibraryFilterer) FilterContentTypeRemoved(opts *bind.FilterOpts) (*BaseLibraryContentTypeRemovedIterator, error)

FilterContentTypeRemoved is a free log retrieval operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseLibraryFilterer) FilterContributorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) FilterContributorGroupAdded(opts *bind.FilterOpts) (*BaseLibraryContributorGroupAddedIterator, error)

FilterContributorGroupAdded is a free log retrieval operation binding the contract event 0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61.

Solidity: event ContributorGroupAdded(address group)

func (*BaseLibraryFilterer) FilterContributorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) FilterContributorGroupRemoved(opts *bind.FilterOpts) (*BaseLibraryContributorGroupRemovedIterator, error)

FilterContributorGroupRemoved is a free log retrieval operation binding the contract event 0xbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c.

Solidity: event ContributorGroupRemoved(address group)

func (*BaseLibraryFilterer) FilterObjectMetaChanged

func (_BaseLibrary *BaseLibraryFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseLibraryObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseLibraryFilterer) FilterReviewerGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) FilterReviewerGroupAdded(opts *bind.FilterOpts) (*BaseLibraryReviewerGroupAddedIterator, error)

FilterReviewerGroupAdded is a free log retrieval operation binding the contract event 0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb.

Solidity: event ReviewerGroupAdded(address group)

func (*BaseLibraryFilterer) FilterReviewerGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) FilterReviewerGroupRemoved(opts *bind.FilterOpts) (*BaseLibraryReviewerGroupRemovedIterator, error)

FilterReviewerGroupRemoved is a free log retrieval operation binding the contract event 0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb.

Solidity: event ReviewerGroupRemoved(address group)

func (*BaseLibraryFilterer) FilterUnauthorizedOperation

func (_BaseLibrary *BaseLibraryFilterer) FilterUnauthorizedOperation(opts *bind.FilterOpts) (*BaseLibraryUnauthorizedOperationIterator, error)

FilterUnauthorizedOperation is a free log retrieval operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseLibraryFilterer) FilterUpdateKmsAddress

func (_BaseLibrary *BaseLibraryFilterer) FilterUpdateKmsAddress(opts *bind.FilterOpts) (*BaseLibraryUpdateKmsAddressIterator, error)

FilterUpdateKmsAddress is a free log retrieval operation binding the contract event 0x74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608.

Solidity: event UpdateKmsAddress(address addressKms)

func (*BaseLibraryFilterer) FilterUpdateRequest

func (_BaseLibrary *BaseLibraryFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseLibraryUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseLibraryFilterer) FilterVersionConfirm

func (_BaseLibrary *BaseLibraryFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseLibraryVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) FilterVersionDelete

func (_BaseLibrary *BaseLibraryFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseLibraryVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseLibraryFilterer) FilterVisibilityChanged

func (_BaseLibrary *BaseLibraryFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseLibraryVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseLibraryFilterer) ParseAccessRequestV3

func (_BaseLibrary *BaseLibraryFilterer) ParseAccessRequestV3(log types.Log) (*BaseLibraryAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseLibraryFilterer) ParseAccessorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) ParseAccessorGroupAdded(log types.Log) (*BaseLibraryAccessorGroupAdded, error)

ParseAccessorGroupAdded is a log parse operation binding the contract event 0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411.

Solidity: event AccessorGroupAdded(address group)

func (*BaseLibraryFilterer) ParseAccessorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) ParseAccessorGroupRemoved(log types.Log) (*BaseLibraryAccessorGroupRemoved, error)

ParseAccessorGroupRemoved is a log parse operation binding the contract event 0xc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f081.

Solidity: event AccessorGroupRemoved(address group)

func (*BaseLibraryFilterer) ParseApproveContent

func (_BaseLibrary *BaseLibraryFilterer) ParseApproveContent(log types.Log) (*BaseLibraryApproveContent, error)

ParseApproveContent is a log parse operation binding the contract event 0x70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442.

Solidity: event ApproveContent(address contentAddress, bool approved, string note)

func (*BaseLibraryFilterer) ParseApproveContentRequest

func (_BaseLibrary *BaseLibraryFilterer) ParseApproveContentRequest(log types.Log) (*BaseLibraryApproveContentRequest, error)

ParseApproveContentRequest is a log parse operation binding the contract event 0x0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a.

Solidity: event ApproveContentRequest(address contentAddress, address submitter)

func (*BaseLibraryFilterer) ParseCommitPending

func (_BaseLibrary *BaseLibraryFilterer) ParseCommitPending(log types.Log) (*BaseLibraryCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) ParseContentObjectCreated

func (_BaseLibrary *BaseLibraryFilterer) ParseContentObjectCreated(log types.Log) (*BaseLibraryContentObjectCreated, error)

ParseContentObjectCreated is a log parse operation binding the contract event 0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878.

Solidity: event ContentObjectCreated(address contentAddress, address content_type, address spaceAddress)

func (*BaseLibraryFilterer) ParseContentObjectDeleted

func (_BaseLibrary *BaseLibraryFilterer) ParseContentObjectDeleted(log types.Log) (*BaseLibraryContentObjectDeleted, error)

ParseContentObjectDeleted is a log parse operation binding the contract event 0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e.

Solidity: event ContentObjectDeleted(address contentAddress, address spaceAddress)

func (*BaseLibraryFilterer) ParseContentTypeAdded

func (_BaseLibrary *BaseLibraryFilterer) ParseContentTypeAdded(log types.Log) (*BaseLibraryContentTypeAdded, error)

ParseContentTypeAdded is a log parse operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseLibraryFilterer) ParseContentTypeRemoved

func (_BaseLibrary *BaseLibraryFilterer) ParseContentTypeRemoved(log types.Log) (*BaseLibraryContentTypeRemoved, error)

ParseContentTypeRemoved is a log parse operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseLibraryFilterer) ParseContributorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) ParseContributorGroupAdded(log types.Log) (*BaseLibraryContributorGroupAdded, error)

ParseContributorGroupAdded is a log parse operation binding the contract event 0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61.

Solidity: event ContributorGroupAdded(address group)

func (*BaseLibraryFilterer) ParseContributorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) ParseContributorGroupRemoved(log types.Log) (*BaseLibraryContributorGroupRemoved, error)

ParseContributorGroupRemoved is a log parse operation binding the contract event 0xbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c.

Solidity: event ContributorGroupRemoved(address group)

func (*BaseLibraryFilterer) ParseObjectMetaChanged

func (_BaseLibrary *BaseLibraryFilterer) ParseObjectMetaChanged(log types.Log) (*BaseLibraryObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseLibraryFilterer) ParseReviewerGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) ParseReviewerGroupAdded(log types.Log) (*BaseLibraryReviewerGroupAdded, error)

ParseReviewerGroupAdded is a log parse operation binding the contract event 0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb.

Solidity: event ReviewerGroupAdded(address group)

func (*BaseLibraryFilterer) ParseReviewerGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) ParseReviewerGroupRemoved(log types.Log) (*BaseLibraryReviewerGroupRemoved, error)

ParseReviewerGroupRemoved is a log parse operation binding the contract event 0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb.

Solidity: event ReviewerGroupRemoved(address group)

func (*BaseLibraryFilterer) ParseUnauthorizedOperation

func (_BaseLibrary *BaseLibraryFilterer) ParseUnauthorizedOperation(log types.Log) (*BaseLibraryUnauthorizedOperation, error)

ParseUnauthorizedOperation is a log parse operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseLibraryFilterer) ParseUpdateKmsAddress

func (_BaseLibrary *BaseLibraryFilterer) ParseUpdateKmsAddress(log types.Log) (*BaseLibraryUpdateKmsAddress, error)

ParseUpdateKmsAddress is a log parse operation binding the contract event 0x74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608.

Solidity: event UpdateKmsAddress(address addressKms)

func (*BaseLibraryFilterer) ParseUpdateRequest

func (_BaseLibrary *BaseLibraryFilterer) ParseUpdateRequest(log types.Log) (*BaseLibraryUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseLibraryFilterer) ParseVersionConfirm

func (_BaseLibrary *BaseLibraryFilterer) ParseVersionConfirm(log types.Log) (*BaseLibraryVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) ParseVersionDelete

func (_BaseLibrary *BaseLibraryFilterer) ParseVersionDelete(log types.Log) (*BaseLibraryVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseLibraryFilterer) ParseVisibilityChanged

func (_BaseLibrary *BaseLibraryFilterer) ParseVisibilityChanged(log types.Log) (*BaseLibraryVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseLibraryFilterer) WatchAccessRequestV3

func (_BaseLibrary *BaseLibraryFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseLibraryAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseLibraryFilterer) WatchAccessorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) WatchAccessorGroupAdded(opts *bind.WatchOpts, sink chan<- *BaseLibraryAccessorGroupAdded) (event.Subscription, error)

WatchAccessorGroupAdded is a free log subscription operation binding the contract event 0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411.

Solidity: event AccessorGroupAdded(address group)

func (*BaseLibraryFilterer) WatchAccessorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) WatchAccessorGroupRemoved(opts *bind.WatchOpts, sink chan<- *BaseLibraryAccessorGroupRemoved) (event.Subscription, error)

WatchAccessorGroupRemoved is a free log subscription operation binding the contract event 0xc5224c4118417a068eeac7d714e6d8af6f99ec3fb611bc965185460b0e38f081.

Solidity: event AccessorGroupRemoved(address group)

func (*BaseLibraryFilterer) WatchApproveContent

func (_BaseLibrary *BaseLibraryFilterer) WatchApproveContent(opts *bind.WatchOpts, sink chan<- *BaseLibraryApproveContent) (event.Subscription, error)

WatchApproveContent is a free log subscription operation binding the contract event 0x70234ce475fee4ab40e5e55cf533f67f12b47ef4c860e62dd7affa84ead4b442.

Solidity: event ApproveContent(address contentAddress, bool approved, string note)

func (*BaseLibraryFilterer) WatchApproveContentRequest

func (_BaseLibrary *BaseLibraryFilterer) WatchApproveContentRequest(opts *bind.WatchOpts, sink chan<- *BaseLibraryApproveContentRequest) (event.Subscription, error)

WatchApproveContentRequest is a free log subscription operation binding the contract event 0x0588a34cf0de4e025d359c89ca4bacbcbf175440909952d91c814412d9da996a.

Solidity: event ApproveContentRequest(address contentAddress, address submitter)

func (*BaseLibraryFilterer) WatchCommitPending

func (_BaseLibrary *BaseLibraryFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseLibraryCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) WatchContentObjectCreated

func (_BaseLibrary *BaseLibraryFilterer) WatchContentObjectCreated(opts *bind.WatchOpts, sink chan<- *BaseLibraryContentObjectCreated) (event.Subscription, error)

WatchContentObjectCreated is a free log subscription operation binding the contract event 0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878.

Solidity: event ContentObjectCreated(address contentAddress, address content_type, address spaceAddress)

func (*BaseLibraryFilterer) WatchContentObjectDeleted

func (_BaseLibrary *BaseLibraryFilterer) WatchContentObjectDeleted(opts *bind.WatchOpts, sink chan<- *BaseLibraryContentObjectDeleted) (event.Subscription, error)

WatchContentObjectDeleted is a free log subscription operation binding the contract event 0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e.

Solidity: event ContentObjectDeleted(address contentAddress, address spaceAddress)

func (*BaseLibraryFilterer) WatchContentTypeAdded

func (_BaseLibrary *BaseLibraryFilterer) WatchContentTypeAdded(opts *bind.WatchOpts, sink chan<- *BaseLibraryContentTypeAdded) (event.Subscription, error)

WatchContentTypeAdded is a free log subscription operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*BaseLibraryFilterer) WatchContentTypeRemoved

func (_BaseLibrary *BaseLibraryFilterer) WatchContentTypeRemoved(opts *bind.WatchOpts, sink chan<- *BaseLibraryContentTypeRemoved) (event.Subscription, error)

WatchContentTypeRemoved is a free log subscription operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*BaseLibraryFilterer) WatchContributorGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) WatchContributorGroupAdded(opts *bind.WatchOpts, sink chan<- *BaseLibraryContributorGroupAdded) (event.Subscription, error)

WatchContributorGroupAdded is a free log subscription operation binding the contract event 0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61.

Solidity: event ContributorGroupAdded(address group)

func (*BaseLibraryFilterer) WatchContributorGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) WatchContributorGroupRemoved(opts *bind.WatchOpts, sink chan<- *BaseLibraryContributorGroupRemoved) (event.Subscription, error)

WatchContributorGroupRemoved is a free log subscription operation binding the contract event 0xbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c.

Solidity: event ContributorGroupRemoved(address group)

func (*BaseLibraryFilterer) WatchObjectMetaChanged

func (_BaseLibrary *BaseLibraryFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseLibraryObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseLibraryFilterer) WatchReviewerGroupAdded

func (_BaseLibrary *BaseLibraryFilterer) WatchReviewerGroupAdded(opts *bind.WatchOpts, sink chan<- *BaseLibraryReviewerGroupAdded) (event.Subscription, error)

WatchReviewerGroupAdded is a free log subscription operation binding the contract event 0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb.

Solidity: event ReviewerGroupAdded(address group)

func (*BaseLibraryFilterer) WatchReviewerGroupRemoved

func (_BaseLibrary *BaseLibraryFilterer) WatchReviewerGroupRemoved(opts *bind.WatchOpts, sink chan<- *BaseLibraryReviewerGroupRemoved) (event.Subscription, error)

WatchReviewerGroupRemoved is a free log subscription operation binding the contract event 0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb.

Solidity: event ReviewerGroupRemoved(address group)

func (*BaseLibraryFilterer) WatchUnauthorizedOperation

func (_BaseLibrary *BaseLibraryFilterer) WatchUnauthorizedOperation(opts *bind.WatchOpts, sink chan<- *BaseLibraryUnauthorizedOperation) (event.Subscription, error)

WatchUnauthorizedOperation is a free log subscription operation binding the contract event 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7.

Solidity: event UnauthorizedOperation(uint256 operationCode, address candidate)

func (*BaseLibraryFilterer) WatchUpdateKmsAddress

func (_BaseLibrary *BaseLibraryFilterer) WatchUpdateKmsAddress(opts *bind.WatchOpts, sink chan<- *BaseLibraryUpdateKmsAddress) (event.Subscription, error)

WatchUpdateKmsAddress is a free log subscription operation binding the contract event 0x74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608.

Solidity: event UpdateKmsAddress(address addressKms)

func (*BaseLibraryFilterer) WatchUpdateRequest

func (_BaseLibrary *BaseLibraryFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseLibraryUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseLibraryFilterer) WatchVersionConfirm

func (_BaseLibrary *BaseLibraryFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseLibraryVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseLibraryFilterer) WatchVersionDelete

func (_BaseLibrary *BaseLibraryFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseLibraryVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseLibraryFilterer) WatchVisibilityChanged

func (_BaseLibrary *BaseLibraryFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseLibraryVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type BaseLibraryObjectMetaChanged

type BaseLibraryObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseLibraryObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseLibrary contract.

type BaseLibraryObjectMetaChangedIterator

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

BaseLibraryObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseLibrary contract.

func (*BaseLibraryObjectMetaChangedIterator) Close

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

func (*BaseLibraryObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryObjectMetaChangedIterator) 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 BaseLibraryReviewerGroupAdded

type BaseLibraryReviewerGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryReviewerGroupAdded represents a ReviewerGroupAdded event raised by the BaseLibrary contract.

type BaseLibraryReviewerGroupAddedIterator

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

BaseLibraryReviewerGroupAddedIterator is returned from FilterReviewerGroupAdded and is used to iterate over the raw logs and unpacked data for ReviewerGroupAdded events raised by the BaseLibrary contract.

func (*BaseLibraryReviewerGroupAddedIterator) Close

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

func (*BaseLibraryReviewerGroupAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryReviewerGroupAddedIterator) 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 BaseLibraryReviewerGroupRemoved

type BaseLibraryReviewerGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

BaseLibraryReviewerGroupRemoved represents a ReviewerGroupRemoved event raised by the BaseLibrary contract.

type BaseLibraryReviewerGroupRemovedIterator

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

BaseLibraryReviewerGroupRemovedIterator is returned from FilterReviewerGroupRemoved and is used to iterate over the raw logs and unpacked data for ReviewerGroupRemoved events raised by the BaseLibrary contract.

func (*BaseLibraryReviewerGroupRemovedIterator) Close

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

func (*BaseLibraryReviewerGroupRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryReviewerGroupRemovedIterator) 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 BaseLibraryTransactor

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

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

func NewBaseLibraryTransactor

func NewBaseLibraryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseLibraryTransactor, error)

NewBaseLibraryTransactor creates a new write-only instance of BaseLibrary, bound to a specific deployed contract.

func (*BaseLibraryTransactor) AccessRequestV3

func (_BaseLibrary *BaseLibraryTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseLibraryTransactor) AddAccessorGroup

func (_BaseLibrary *BaseLibraryTransactor) AddAccessorGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

AddAccessorGroup is a paid mutator transaction binding the contract method 0x1d0f4351.

Solidity: function addAccessorGroup(address group) returns()

func (*BaseLibraryTransactor) AddContentType

func (_BaseLibrary *BaseLibraryTransactor) AddContentType(opts *bind.TransactOpts, content_type common.Address, content_contract common.Address) (*types.Transaction, error)

AddContentType is a paid mutator transaction binding the contract method 0x0f58a786.

Solidity: function addContentType(address content_type, address content_contract) returns()

func (*BaseLibraryTransactor) AddContributorGroup

func (_BaseLibrary *BaseLibraryTransactor) AddContributorGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

AddContributorGroup is a paid mutator transaction binding the contract method 0x679a9a3c.

Solidity: function addContributorGroup(address group) returns()

func (*BaseLibraryTransactor) AddReviewerGroup

func (_BaseLibrary *BaseLibraryTransactor) AddReviewerGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

AddReviewerGroup is a paid mutator transaction binding the contract method 0xdc3c29c0.

Solidity: function addReviewerGroup(address group) returns()

func (*BaseLibraryTransactor) ApproveContent

func (_BaseLibrary *BaseLibraryTransactor) ApproveContent(opts *bind.TransactOpts, content_contract common.Address, approved bool, note string) (*types.Transaction, error)

ApproveContent is a paid mutator transaction binding the contract method 0x87e86b2c.

Solidity: function approveContent(address content_contract, bool approved, string note) returns(bool)

func (*BaseLibraryTransactor) ClearPending

func (_BaseLibrary *BaseLibraryTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseLibraryTransactor) Commit

func (_BaseLibrary *BaseLibraryTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseLibraryTransactor) ConfirmCommit

func (_BaseLibrary *BaseLibraryTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseLibraryTransactor) CreateContent

func (_BaseLibrary *BaseLibraryTransactor) CreateContent(opts *bind.TransactOpts, content_type common.Address) (*types.Transaction, error)

CreateContent is a paid mutator transaction binding the contract method 0x1e35d8fa.

Solidity: function createContent(address content_type) returns(address)

func (*BaseLibraryTransactor) DeleteContent

func (_BaseLibrary *BaseLibraryTransactor) DeleteContent(opts *bind.TransactOpts, _contentAddr common.Address) (*types.Transaction, error)

DeleteContent is a paid mutator transaction binding the contract method 0x87fcd0b8.

Solidity: function deleteContent(address _contentAddr) returns()

func (*BaseLibraryTransactor) DeleteVersion

func (_BaseLibrary *BaseLibraryTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseLibraryTransactor) Fallback

func (_BaseLibrary *BaseLibraryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseLibraryTransactor) Kill

func (_BaseLibrary *BaseLibraryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseLibraryTransactor) Publish

func (_BaseLibrary *BaseLibraryTransactor) Publish(opts *bind.TransactOpts, contentObj common.Address) (*types.Transaction, error)

Publish is a paid mutator transaction binding the contract method 0x2cf99422.

Solidity: function publish(address contentObj) returns(bool)

func (*BaseLibraryTransactor) PutMeta

func (_BaseLibrary *BaseLibraryTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseLibraryTransactor) RemoveAccessorGroup

func (_BaseLibrary *BaseLibraryTransactor) RemoveAccessorGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

RemoveAccessorGroup is a paid mutator transaction binding the contract method 0xe8de515f.

Solidity: function removeAccessorGroup(address group) returns(bool)

func (*BaseLibraryTransactor) RemoveContentType

func (_BaseLibrary *BaseLibraryTransactor) RemoveContentType(opts *bind.TransactOpts, content_type common.Address) (*types.Transaction, error)

RemoveContentType is a paid mutator transaction binding the contract method 0xfd089196.

Solidity: function removeContentType(address content_type) returns(bool)

func (*BaseLibraryTransactor) RemoveContributorGroup

func (_BaseLibrary *BaseLibraryTransactor) RemoveContributorGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

RemoveContributorGroup is a paid mutator transaction binding the contract method 0x386493e0.

Solidity: function removeContributorGroup(address group) returns(bool)

func (*BaseLibraryTransactor) RemoveReviewerGroup

func (_BaseLibrary *BaseLibraryTransactor) RemoveReviewerGroup(opts *bind.TransactOpts, group common.Address) (*types.Transaction, error)

RemoveReviewerGroup is a paid mutator transaction binding the contract method 0x1b969895.

Solidity: function removeReviewerGroup(address group) returns(bool)

func (*BaseLibraryTransactor) SetAddressKMS

func (_BaseLibrary *BaseLibraryTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*BaseLibraryTransactor) SetGroupRights

func (_BaseLibrary *BaseLibraryTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseLibraryTransactor) SetRights

func (_BaseLibrary *BaseLibraryTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseLibraryTransactor) SetVisibility

func (_BaseLibrary *BaseLibraryTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseLibraryTransactor) SubmitApprovalRequest

func (_BaseLibrary *BaseLibraryTransactor) SubmitApprovalRequest(opts *bind.TransactOpts) (*types.Transaction, error)

SubmitApprovalRequest is a paid mutator transaction binding the contract method 0x49102e61.

Solidity: function submitApprovalRequest() returns(bool)

func (*BaseLibraryTransactor) TransferCreatorship

func (_BaseLibrary *BaseLibraryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseLibraryTransactor) TransferOwnership

func (_BaseLibrary *BaseLibraryTransactor) 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()

func (*BaseLibraryTransactor) UpdateAddressKMS

func (_BaseLibrary *BaseLibraryTransactor) UpdateAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

UpdateAddressKMS is a paid mutator transaction binding the contract method 0x011e01a5.

Solidity: function updateAddressKMS(address address_KMS) returns()

func (*BaseLibraryTransactor) UpdateRequest

func (_BaseLibrary *BaseLibraryTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseLibraryUnauthorizedOperation

type BaseLibraryUnauthorizedOperation struct {
	OperationCode *big.Int
	Candidate     common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

BaseLibraryUnauthorizedOperation represents a UnauthorizedOperation event raised by the BaseLibrary contract.

type BaseLibraryUnauthorizedOperationIterator

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

BaseLibraryUnauthorizedOperationIterator is returned from FilterUnauthorizedOperation and is used to iterate over the raw logs and unpacked data for UnauthorizedOperation events raised by the BaseLibrary contract.

func (*BaseLibraryUnauthorizedOperationIterator) Close

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

func (*BaseLibraryUnauthorizedOperationIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryUnauthorizedOperationIterator) 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 BaseLibraryUpdateKmsAddress

type BaseLibraryUpdateKmsAddress struct {
	AddressKms common.Address
	Raw        types.Log // Blockchain specific contextual infos
}

BaseLibraryUpdateKmsAddress represents a UpdateKmsAddress event raised by the BaseLibrary contract.

type BaseLibraryUpdateKmsAddressIterator

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

BaseLibraryUpdateKmsAddressIterator is returned from FilterUpdateKmsAddress and is used to iterate over the raw logs and unpacked data for UpdateKmsAddress events raised by the BaseLibrary contract.

func (*BaseLibraryUpdateKmsAddressIterator) Close

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

func (*BaseLibraryUpdateKmsAddressIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryUpdateKmsAddressIterator) 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 BaseLibraryUpdateRequest

type BaseLibraryUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseLibraryUpdateRequest represents a UpdateRequest event raised by the BaseLibrary contract.

type BaseLibraryUpdateRequestIterator

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

BaseLibraryUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseLibrary contract.

func (*BaseLibraryUpdateRequestIterator) Close

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

func (*BaseLibraryUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryUpdateRequestIterator) 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 BaseLibraryVersionConfirm

type BaseLibraryVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseLibraryVersionConfirm represents a VersionConfirm event raised by the BaseLibrary contract.

type BaseLibraryVersionConfirmIterator

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

BaseLibraryVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseLibrary contract.

func (*BaseLibraryVersionConfirmIterator) Close

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

func (*BaseLibraryVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryVersionConfirmIterator) 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 BaseLibraryVersionDelete

type BaseLibraryVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseLibraryVersionDelete represents a VersionDelete event raised by the BaseLibrary contract.

type BaseLibraryVersionDeleteIterator

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

BaseLibraryVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseLibrary contract.

func (*BaseLibraryVersionDeleteIterator) Close

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

func (*BaseLibraryVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryVersionDeleteIterator) 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 BaseLibraryVisibilityChanged

type BaseLibraryVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseLibraryVisibilityChanged represents a VisibilityChanged event raised by the BaseLibrary contract.

type BaseLibraryVisibilityChangedIterator

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

BaseLibraryVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseLibrary contract.

func (*BaseLibraryVisibilityChangedIterator) Close

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

func (*BaseLibraryVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseLibraryVisibilityChangedIterator) 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 BaseTenantConsumerGroup

type BaseTenantConsumerGroup struct {
	BaseTenantConsumerGroupCaller     // Read-only binding to the contract
	BaseTenantConsumerGroupTransactor // Write-only binding to the contract
	BaseTenantConsumerGroupFilterer   // Log filterer for contract events
}

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

func DeployBaseTenantConsumerGroup

func DeployBaseTenantConsumerGroup(auth *bind.TransactOpts, backend bind.ContractBackend, _tenantSpace common.Address) (common.Address, *types.Transaction, *BaseTenantConsumerGroup, error)

DeployBaseTenantConsumerGroup deploys a new Ethereum contract, binding an instance of BaseTenantConsumerGroup to it.

func NewBaseTenantConsumerGroup

func NewBaseTenantConsumerGroup(address common.Address, backend bind.ContractBackend) (*BaseTenantConsumerGroup, error)

NewBaseTenantConsumerGroup creates a new instance of BaseTenantConsumerGroup, bound to a specific deployed contract.

type BaseTenantConsumerGroupAccessRequestV3

type BaseTenantConsumerGroupAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupAccessRequestV3 represents a AccessRequestV3 event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupAccessRequestV3Iterator

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

BaseTenantConsumerGroupAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupAccessRequestV3Iterator) Close

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

func (*BaseTenantConsumerGroupAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupAccessRequestV3Iterator) 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 BaseTenantConsumerGroupBitSetAndGet

type BaseTenantConsumerGroupBitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupBitSetAndGet represents a BitSetAndGet event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupBitSetAndGetIterator

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

BaseTenantConsumerGroupBitSetAndGetIterator is returned from FilterBitSetAndGet and is used to iterate over the raw logs and unpacked data for BitSetAndGet events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupBitSetAndGetIterator) Close

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

func (*BaseTenantConsumerGroupBitSetAndGetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupBitSetAndGetIterator) 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 BaseTenantConsumerGroupCaller

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

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

func NewBaseTenantConsumerGroupCaller

func NewBaseTenantConsumerGroupCaller(address common.Address, caller bind.ContractCaller) (*BaseTenantConsumerGroupCaller, error)

NewBaseTenantConsumerGroupCaller creates a new read-only instance of BaseTenantConsumerGroup, bound to a specific deployed contract.

func (*BaseTenantConsumerGroupCaller) CANACCESS

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseTenantConsumerGroupCaller) CANEDIT

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseTenantConsumerGroupCaller) CANSEE

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseTenantConsumerGroupCaller) CanCommit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseTenantConsumerGroupCaller) CanConfirm

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseTenantConsumerGroupCaller) CanEdit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseTenantConsumerGroupCaller) CommitPending

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseTenantConsumerGroupCaller) ContentSpace

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseTenantConsumerGroupCaller) CountVersionHashes

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseTenantConsumerGroupCaller) Creator

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseTenantConsumerGroupCaller) GetBit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) GetBit(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (bool, error)

GetBit is a free data retrieval call binding the contract method 0x30f846a2.

Solidity: function getBit(bytes32 _ident, uint8 _ord) view returns(bool)

func (*BaseTenantConsumerGroupCaller) GetCounter

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) GetCounter(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (uint32, error)

GetCounter is a free data retrieval call binding the contract method 0xe1954b61.

Solidity: function getCounter(bytes32 _ident, uint8 _ord) view returns(uint32)

func (*BaseTenantConsumerGroupCaller) GetMeta

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseTenantConsumerGroupCaller) HasAccess

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseTenantConsumerGroupCaller) HasEditorRight

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseTenantConsumerGroupCaller) IndexCategory

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseTenantConsumerGroupCaller) IsAdmin

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseTenantConsumerGroupCaller) IsConsumerGroup

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) IsConsumerGroup(opts *bind.CallOpts) (bool, error)

IsConsumerGroup is a free data retrieval call binding the contract method 0xdde12828.

Solidity: function isConsumerGroup() view returns(bool)

func (*BaseTenantConsumerGroupCaller) MembersMap

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) MembersMap(opts *bind.CallOpts, arg0 common.Address) (bool, error)

MembersMap is a free data retrieval call binding the contract method 0x872ea68a.

Solidity: function membersMap(address ) view returns(bool)

func (*BaseTenantConsumerGroupCaller) MembersNum

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) MembersNum(opts *bind.CallOpts) (*big.Int, error)

MembersNum is a free data retrieval call binding the contract method 0x55277a5b.

Solidity: function membersNum() view returns(uint256)

func (*BaseTenantConsumerGroupCaller) ObjectHash

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseTenantConsumerGroupCaller) ObjectTimestamp

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseTenantConsumerGroupCaller) Owner

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseTenantConsumerGroupCaller) ParentAddress

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseTenantConsumerGroupCaller) PendingHash

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseTenantConsumerGroupCaller) Tenant

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) Tenant(opts *bind.CallOpts) (common.Address, error)

Tenant is a free data retrieval call binding the contract method 0xadf07791.

Solidity: function tenant() view returns(address)

func (*BaseTenantConsumerGroupCaller) Version

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseTenantConsumerGroupCaller) VersionAPI

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseTenantConsumerGroupCaller) VersionHashes

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseTenantConsumerGroupCaller) VersionTimestamp

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseTenantConsumerGroupCaller) Visibility

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type BaseTenantConsumerGroupCommitPending

type BaseTenantConsumerGroupCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupCommitPending represents a CommitPending event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupCommitPendingIterator

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

BaseTenantConsumerGroupCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupCommitPendingIterator) Close

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

func (*BaseTenantConsumerGroupCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupCommitPendingIterator) 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 BaseTenantConsumerGroupCounterIncremented

type BaseTenantConsumerGroupCounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupCounterIncremented represents a CounterIncremented event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupCounterIncrementedIterator

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

BaseTenantConsumerGroupCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupCounterIncrementedIterator) Close

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

func (*BaseTenantConsumerGroupCounterIncrementedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupCounterIncrementedIterator) 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 BaseTenantConsumerGroupFilterer

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

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

func NewBaseTenantConsumerGroupFilterer

func NewBaseTenantConsumerGroupFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseTenantConsumerGroupFilterer, error)

NewBaseTenantConsumerGroupFilterer creates a new log filterer instance of BaseTenantConsumerGroup, bound to a specific deployed contract.

func (*BaseTenantConsumerGroupFilterer) FilterAccessRequestV3

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseTenantConsumerGroupAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantConsumerGroupFilterer) FilterBitSetAndGet

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterBitSetAndGet(opts *bind.FilterOpts) (*BaseTenantConsumerGroupBitSetAndGetIterator, error)

FilterBitSetAndGet is a free log retrieval operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantConsumerGroupFilterer) FilterCommitPending

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseTenantConsumerGroupCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) FilterCounterIncremented

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterCounterIncremented(opts *bind.FilterOpts) (*BaseTenantConsumerGroupCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantConsumerGroupFilterer) FilterMemberAdded

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterMemberAdded(opts *bind.FilterOpts) (*BaseTenantConsumerGroupMemberAddedIterator, error)

FilterMemberAdded is a free log retrieval operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseTenantConsumerGroupFilterer) FilterMemberRevoked

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterMemberRevoked(opts *bind.FilterOpts) (*BaseTenantConsumerGroupMemberRevokedIterator, error)

FilterMemberRevoked is a free log retrieval operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseTenantConsumerGroupFilterer) FilterObjectMetaChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseTenantConsumerGroupObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantConsumerGroupFilterer) FilterUpdateRequest

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseTenantConsumerGroupUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantConsumerGroupFilterer) FilterVersionConfirm

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseTenantConsumerGroupVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) FilterVersionDelete

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseTenantConsumerGroupVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantConsumerGroupFilterer) FilterVisibilityChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseTenantConsumerGroupVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantConsumerGroupFilterer) FilterWordGroupDeleted

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) FilterWordGroupDeleted(opts *bind.FilterOpts) (*BaseTenantConsumerGroupWordGroupDeletedIterator, error)

FilterWordGroupDeleted is a free log retrieval operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseTenantConsumerGroupFilterer) ParseAccessRequestV3

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseAccessRequestV3(log types.Log) (*BaseTenantConsumerGroupAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantConsumerGroupFilterer) ParseBitSetAndGet

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseBitSetAndGet(log types.Log) (*BaseTenantConsumerGroupBitSetAndGet, error)

ParseBitSetAndGet is a log parse operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantConsumerGroupFilterer) ParseCommitPending

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseCommitPending(log types.Log) (*BaseTenantConsumerGroupCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) ParseCounterIncremented

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseCounterIncremented(log types.Log) (*BaseTenantConsumerGroupCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantConsumerGroupFilterer) ParseMemberAdded

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseMemberAdded(log types.Log) (*BaseTenantConsumerGroupMemberAdded, error)

ParseMemberAdded is a log parse operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseTenantConsumerGroupFilterer) ParseMemberRevoked

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseMemberRevoked(log types.Log) (*BaseTenantConsumerGroupMemberRevoked, error)

ParseMemberRevoked is a log parse operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseTenantConsumerGroupFilterer) ParseObjectMetaChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseObjectMetaChanged(log types.Log) (*BaseTenantConsumerGroupObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantConsumerGroupFilterer) ParseUpdateRequest

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseUpdateRequest(log types.Log) (*BaseTenantConsumerGroupUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantConsumerGroupFilterer) ParseVersionConfirm

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseVersionConfirm(log types.Log) (*BaseTenantConsumerGroupVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) ParseVersionDelete

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseVersionDelete(log types.Log) (*BaseTenantConsumerGroupVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantConsumerGroupFilterer) ParseVisibilityChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseVisibilityChanged(log types.Log) (*BaseTenantConsumerGroupVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantConsumerGroupFilterer) ParseWordGroupDeleted

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) ParseWordGroupDeleted(log types.Log) (*BaseTenantConsumerGroupWordGroupDeleted, error)

ParseWordGroupDeleted is a log parse operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseTenantConsumerGroupFilterer) WatchAccessRequestV3

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantConsumerGroupFilterer) WatchBitSetAndGet

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchBitSetAndGet(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupBitSetAndGet) (event.Subscription, error)

WatchBitSetAndGet is a free log subscription operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantConsumerGroupFilterer) WatchCommitPending

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) WatchCounterIncremented

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupCounterIncremented) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantConsumerGroupFilterer) WatchMemberAdded

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchMemberAdded(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupMemberAdded) (event.Subscription, error)

WatchMemberAdded is a free log subscription operation binding the contract event 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914.

Solidity: event MemberAdded(address candidate)

func (*BaseTenantConsumerGroupFilterer) WatchMemberRevoked

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchMemberRevoked(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupMemberRevoked) (event.Subscription, error)

WatchMemberRevoked is a free log subscription operation binding the contract event 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c.

Solidity: event MemberRevoked(address candidate)

func (*BaseTenantConsumerGroupFilterer) WatchObjectMetaChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantConsumerGroupFilterer) WatchUpdateRequest

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantConsumerGroupFilterer) WatchVersionConfirm

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantConsumerGroupFilterer) WatchVersionDelete

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantConsumerGroupFilterer) WatchVisibilityChanged

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantConsumerGroupFilterer) WatchWordGroupDeleted

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupFilterer) WatchWordGroupDeleted(opts *bind.WatchOpts, sink chan<- *BaseTenantConsumerGroupWordGroupDeleted) (event.Subscription, error)

WatchWordGroupDeleted is a free log subscription operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

type BaseTenantConsumerGroupMemberAdded

type BaseTenantConsumerGroupMemberAdded struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupMemberAdded represents a MemberAdded event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupMemberAddedIterator

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

BaseTenantConsumerGroupMemberAddedIterator is returned from FilterMemberAdded and is used to iterate over the raw logs and unpacked data for MemberAdded events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupMemberAddedIterator) Close

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

func (*BaseTenantConsumerGroupMemberAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupMemberAddedIterator) 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 BaseTenantConsumerGroupMemberRevoked

type BaseTenantConsumerGroupMemberRevoked struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupMemberRevoked represents a MemberRevoked event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupMemberRevokedIterator

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

BaseTenantConsumerGroupMemberRevokedIterator is returned from FilterMemberRevoked and is used to iterate over the raw logs and unpacked data for MemberRevoked events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupMemberRevokedIterator) Close

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

func (*BaseTenantConsumerGroupMemberRevokedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupMemberRevokedIterator) 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 BaseTenantConsumerGroupObjectMetaChanged

type BaseTenantConsumerGroupObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupObjectMetaChangedIterator

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

BaseTenantConsumerGroupObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupObjectMetaChangedIterator) Close

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

func (*BaseTenantConsumerGroupObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupObjectMetaChangedIterator) 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 BaseTenantConsumerGroupTransactor

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

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

func NewBaseTenantConsumerGroupTransactor

func NewBaseTenantConsumerGroupTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseTenantConsumerGroupTransactor, error)

NewBaseTenantConsumerGroupTransactor creates a new write-only instance of BaseTenantConsumerGroup, bound to a specific deployed contract.

func (*BaseTenantConsumerGroupTransactor) AccessRequestV3

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseTenantConsumerGroupTransactor) ClearPending

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseTenantConsumerGroupTransactor) Commit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseTenantConsumerGroupTransactor) ConfirmCommit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseTenantConsumerGroupTransactor) DeleteGroup

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) DeleteGroup(opts *bind.TransactOpts, _ident [32]byte) (*types.Transaction, error)

DeleteGroup is a paid mutator transaction binding the contract method 0xe57097c9.

Solidity: function deleteGroup(bytes32 _ident) returns()

func (*BaseTenantConsumerGroupTransactor) DeleteVersion

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseTenantConsumerGroupTransactor) Fallback

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseTenantConsumerGroupTransactor) GrantAccess

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) GrantAccess(opts *bind.TransactOpts, candidate common.Address) (*types.Transaction, error)

GrantAccess is a paid mutator transaction binding the contract method 0x0ae5e739.

Solidity: function grantAccess(address candidate) returns()

func (*BaseTenantConsumerGroupTransactor) GrantAccessMany

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) GrantAccessMany(opts *bind.TransactOpts, candidates []common.Address) (*types.Transaction, error)

GrantAccessMany is a paid mutator transaction binding the contract method 0x9602a0b3.

Solidity: function grantAccessMany(address[] candidates) returns()

func (*BaseTenantConsumerGroupTransactor) IncrementCounter

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) IncrementCounter(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

IncrementCounter is a paid mutator transaction binding the contract method 0x7558cbf0.

Solidity: function incrementCounter(bytes32 _ident, uint8 _ord) returns()

func (*BaseTenantConsumerGroupTransactor) Kill

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseTenantConsumerGroupTransactor) PutMeta

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseTenantConsumerGroupTransactor) RevokeAccess

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) RevokeAccess(opts *bind.TransactOpts, candidate common.Address) (*types.Transaction, error)

RevokeAccess is a paid mutator transaction binding the contract method 0x85e68531.

Solidity: function revokeAccess(address candidate) returns()

func (*BaseTenantConsumerGroupTransactor) SetAndGetBit

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) SetAndGetBit(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

SetAndGetBit is a paid mutator transaction binding the contract method 0x24d7c18d.

Solidity: function setAndGetBit(bytes32 _ident, uint8 _ord) returns(bool)

func (*BaseTenantConsumerGroupTransactor) SetGroupRights

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseTenantConsumerGroupTransactor) SetRights

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseTenantConsumerGroupTransactor) SetVisibility

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseTenantConsumerGroupTransactor) TransferCreatorship

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseTenantConsumerGroupTransactor) TransferOwnership

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) 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()

func (*BaseTenantConsumerGroupTransactor) UpdateRequest

func (_BaseTenantConsumerGroup *BaseTenantConsumerGroupTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseTenantConsumerGroupUpdateRequest

type BaseTenantConsumerGroupUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupUpdateRequest represents a UpdateRequest event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupUpdateRequestIterator

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

BaseTenantConsumerGroupUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupUpdateRequestIterator) Close

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

func (*BaseTenantConsumerGroupUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupUpdateRequestIterator) 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 BaseTenantConsumerGroupVersionConfirm

type BaseTenantConsumerGroupVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupVersionConfirm represents a VersionConfirm event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupVersionConfirmIterator

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

BaseTenantConsumerGroupVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupVersionConfirmIterator) Close

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

func (*BaseTenantConsumerGroupVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupVersionConfirmIterator) 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 BaseTenantConsumerGroupVersionDelete

type BaseTenantConsumerGroupVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupVersionDelete represents a VersionDelete event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupVersionDeleteIterator

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

BaseTenantConsumerGroupVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupVersionDeleteIterator) Close

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

func (*BaseTenantConsumerGroupVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupVersionDeleteIterator) 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 BaseTenantConsumerGroupVisibilityChanged

type BaseTenantConsumerGroupVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupVisibilityChanged represents a VisibilityChanged event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupVisibilityChangedIterator

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

BaseTenantConsumerGroupVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupVisibilityChangedIterator) Close

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

func (*BaseTenantConsumerGroupVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupVisibilityChangedIterator) 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 BaseTenantConsumerGroupWordGroupDeleted

type BaseTenantConsumerGroupWordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantConsumerGroupWordGroupDeleted represents a WordGroupDeleted event raised by the BaseTenantConsumerGroup contract.

type BaseTenantConsumerGroupWordGroupDeletedIterator

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

BaseTenantConsumerGroupWordGroupDeletedIterator is returned from FilterWordGroupDeleted and is used to iterate over the raw logs and unpacked data for WordGroupDeleted events raised by the BaseTenantConsumerGroup contract.

func (*BaseTenantConsumerGroupWordGroupDeletedIterator) Close

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

func (*BaseTenantConsumerGroupWordGroupDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantConsumerGroupWordGroupDeletedIterator) 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 BaseTenantSpace

type BaseTenantSpace struct {
	BaseTenantSpaceCaller     // Read-only binding to the contract
	BaseTenantSpaceTransactor // Write-only binding to the contract
	BaseTenantSpaceFilterer   // Log filterer for contract events
}

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

func DeployBaseTenantSpace

func DeployBaseTenantSpace(auth *bind.TransactOpts, backend bind.ContractBackend, _contentSpace common.Address, _tenantName string, _kmsAddr common.Address) (common.Address, *types.Transaction, *BaseTenantSpace, error)

DeployBaseTenantSpace deploys a new Ethereum contract, binding an instance of BaseTenantSpace to it.

func NewBaseTenantSpace

func NewBaseTenantSpace(address common.Address, backend bind.ContractBackend) (*BaseTenantSpace, error)

NewBaseTenantSpace creates a new instance of BaseTenantSpace, bound to a specific deployed contract.

type BaseTenantSpaceAccessRequestV3

type BaseTenantSpaceAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceAccessRequestV3 represents a AccessRequestV3 event raised by the BaseTenantSpace contract.

type BaseTenantSpaceAccessRequestV3Iterator

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

BaseTenantSpaceAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceAccessRequestV3Iterator) Close

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

func (*BaseTenantSpaceAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceAccessRequestV3Iterator) 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 BaseTenantSpaceAddTenantGroup

type BaseTenantSpaceAddTenantGroup struct {
	GroupId   [32]byte
	GroupAddr common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceAddTenantGroup represents a AddTenantGroup event raised by the BaseTenantSpace contract.

type BaseTenantSpaceAddTenantGroupIterator

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

BaseTenantSpaceAddTenantGroupIterator is returned from FilterAddTenantGroup and is used to iterate over the raw logs and unpacked data for AddTenantGroup events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceAddTenantGroupIterator) Close

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

func (*BaseTenantSpaceAddTenantGroupIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceAddTenantGroupIterator) 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 BaseTenantSpaceBitSetAndGet

type BaseTenantSpaceBitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceBitSetAndGet represents a BitSetAndGet event raised by the BaseTenantSpace contract.

type BaseTenantSpaceBitSetAndGetIterator

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

BaseTenantSpaceBitSetAndGetIterator is returned from FilterBitSetAndGet and is used to iterate over the raw logs and unpacked data for BitSetAndGet events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceBitSetAndGetIterator) Close

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

func (*BaseTenantSpaceBitSetAndGetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceBitSetAndGetIterator) 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 BaseTenantSpaceCaller

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

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

func NewBaseTenantSpaceCaller

func NewBaseTenantSpaceCaller(address common.Address, caller bind.ContractCaller) (*BaseTenantSpaceCaller, error)

NewBaseTenantSpaceCaller creates a new read-only instance of BaseTenantSpace, bound to a specific deployed contract.

func (*BaseTenantSpaceCaller) AddressKMS

func (_BaseTenantSpace *BaseTenantSpaceCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*BaseTenantSpaceCaller) CANACCESS

func (_BaseTenantSpace *BaseTenantSpaceCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*BaseTenantSpaceCaller) CANEDIT

func (_BaseTenantSpace *BaseTenantSpaceCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*BaseTenantSpaceCaller) CANSEE

func (_BaseTenantSpace *BaseTenantSpaceCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*BaseTenantSpaceCaller) CanCommit

func (_BaseTenantSpace *BaseTenantSpaceCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*BaseTenantSpaceCaller) CanConfirm

func (_BaseTenantSpace *BaseTenantSpaceCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*BaseTenantSpaceCaller) CanEdit

func (_BaseTenantSpace *BaseTenantSpaceCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*BaseTenantSpaceCaller) CanNodePublish

func (_BaseTenantSpace *BaseTenantSpaceCaller) CanNodePublish(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanNodePublish is a free data retrieval call binding the contract method 0x26683e14.

Solidity: function canNodePublish(address _candidate) view returns(bool)

func (*BaseTenantSpaceCaller) CheckCallFunc

func (_BaseTenantSpace *BaseTenantSpaceCaller) CheckCallFunc(opts *bind.CallOpts, _func4Bytes [4]byte, _encAuthToken []byte, _v uint8, _r [32]byte, _s [32]byte) (bool, error)

CheckCallFunc is a free data retrieval call binding the contract method 0xed1f6456.

Solidity: function checkCallFunc(bytes4 _func4Bytes, bytes _encAuthToken, uint8 _v, bytes32 _r, bytes32 _s) view returns(bool)

func (*BaseTenantSpaceCaller) CheckKMS

func (_BaseTenantSpace *BaseTenantSpaceCaller) CheckKMS(opts *bind.CallOpts, _kmsIdStr string) (*big.Int, error)

CheckKMS is a free data retrieval call binding the contract method 0x8d2a23db.

Solidity: function checkKMS(string _kmsIdStr) view returns(uint256)

func (*BaseTenantSpaceCaller) CheckKMSAddr

func (_BaseTenantSpace *BaseTenantSpaceCaller) CheckKMSAddr(opts *bind.CallOpts, _kmsAddr common.Address) (*big.Int, error)

CheckKMSAddr is a free data retrieval call binding the contract method 0xd6be0f49.

Solidity: function checkKMSAddr(address _kmsAddr) view returns(uint256)

func (*BaseTenantSpaceCaller) CommitPending

func (_BaseTenantSpace *BaseTenantSpaceCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*BaseTenantSpaceCaller) ContentSpace

func (_BaseTenantSpace *BaseTenantSpaceCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseTenantSpaceCaller) CountVersionHashes

func (_BaseTenantSpace *BaseTenantSpaceCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*BaseTenantSpaceCaller) Creator

func (_BaseTenantSpace *BaseTenantSpaceCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseTenantSpaceCaller) DefLeewaySecs

func (_BaseTenantSpace *BaseTenantSpaceCaller) DefLeewaySecs(opts *bind.CallOpts) (*big.Int, error)

DefLeewaySecs is a free data retrieval call binding the contract method 0xd21a8c94.

Solidity: function defLeewaySecs() view returns(uint256)

func (*BaseTenantSpaceCaller) DefTokenExpSecs

func (_BaseTenantSpace *BaseTenantSpaceCaller) DefTokenExpSecs(opts *bind.CallOpts) (*big.Int, error)

DefTokenExpSecs is a free data retrieval call binding the contract method 0xf1df8140.

Solidity: function defTokenExpSecs() view returns(uint256)

func (*BaseTenantSpaceCaller) Description

func (_BaseTenantSpace *BaseTenantSpaceCaller) Description(opts *bind.CallOpts) (string, error)

Description is a free data retrieval call binding the contract method 0x7284e416.

Solidity: function description() view returns(string)

func (*BaseTenantSpaceCaller) FactoryManager

func (_BaseTenantSpace *BaseTenantSpaceCaller) FactoryManager(opts *bind.CallOpts) (common.Address, error)

FactoryManager is a free data retrieval call binding the contract method 0x032b5a73.

Solidity: function factoryManager() view returns(address)

func (*BaseTenantSpaceCaller) FuncMapping

func (_BaseTenantSpace *BaseTenantSpaceCaller) FuncMapping(opts *bind.CallOpts, arg0 [4]byte) (common.Address, error)

FuncMapping is a free data retrieval call binding the contract method 0xc2a21f14.

Solidity: function funcMapping(bytes4 ) view returns(address)

func (*BaseTenantSpaceCaller) GROUPIDADMIN

func (_BaseTenantSpace *BaseTenantSpaceCaller) GROUPIDADMIN(opts *bind.CallOpts) ([32]byte, error)

GROUPIDADMIN is a free data retrieval call binding the contract method 0x58d40b25.

Solidity: function GROUP_ID_ADMIN() view returns(bytes32)

func (*BaseTenantSpaceCaller) GetBit

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetBit(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (bool, error)

GetBit is a free data retrieval call binding the contract method 0x30f846a2.

Solidity: function getBit(bytes32 _ident, uint8 _ord) view returns(bool)

func (*BaseTenantSpaceCaller) GetCounter

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetCounter(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (uint32, error)

GetCounter is a free data retrieval call binding the contract method 0xe1954b61.

Solidity: function getCounter(bytes32 _ident, uint8 _ord) view returns(uint32)

func (*BaseTenantSpaceCaller) GetKMSID

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetKMSID(opts *bind.CallOpts, _kmsAddr common.Address) (string, error)

GetKMSID is a free data retrieval call binding the contract method 0x589aafc1.

Solidity: function getKMSID(address _kmsAddr) view returns(string)

func (*BaseTenantSpaceCaller) GetKMSInfo

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetKMSInfo(opts *bind.CallOpts, _kmsID string, _prefix []byte) (string, string, error)

GetKMSInfo is a free data retrieval call binding the contract method 0x268bfac4.

Solidity: function getKMSInfo(string _kmsID, bytes _prefix) view returns(string, string)

func (*BaseTenantSpaceCaller) GetMeta

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*BaseTenantSpaceCaller) GetTenantID

func (_BaseTenantSpace *BaseTenantSpaceCaller) GetTenantID(opts *bind.CallOpts) (string, error)

GetTenantID is a free data retrieval call binding the contract method 0x401262c8.

Solidity: function getTenantID() view returns(string)

func (*BaseTenantSpaceCaller) GroupIds

func (_BaseTenantSpace *BaseTenantSpaceCaller) GroupIds(opts *bind.CallOpts, arg0 *big.Int) ([32]byte, error)

GroupIds is a free data retrieval call binding the contract method 0x4093d7a1.

Solidity: function groupIds(uint256 ) view returns(bytes32)

func (*BaseTenantSpaceCaller) GroupsMapping

func (_BaseTenantSpace *BaseTenantSpaceCaller) GroupsMapping(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (common.Address, error)

GroupsMapping is a free data retrieval call binding the contract method 0xea8a3ed8.

Solidity: function groupsMapping(bytes32 , uint256 ) view returns(address)

func (*BaseTenantSpaceCaller) HasAccess

func (_BaseTenantSpace *BaseTenantSpaceCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*BaseTenantSpaceCaller) HasEditorRight

func (_BaseTenantSpace *BaseTenantSpaceCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*BaseTenantSpaceCaller) IndexCategory

func (_BaseTenantSpace *BaseTenantSpaceCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*BaseTenantSpaceCaller) IsAdmin

func (_BaseTenantSpace *BaseTenantSpaceCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*BaseTenantSpaceCaller) KmsManager

func (_BaseTenantSpace *BaseTenantSpaceCaller) KmsManager(opts *bind.CallOpts) (common.Address, error)

KmsManager is a free data retrieval call binding the contract method 0xac65b649.

Solidity: function kmsManager() view returns(address)

func (*BaseTenantSpaceCaller) ListLength

func (_BaseTenantSpace *BaseTenantSpaceCaller) ListLength(opts *bind.CallOpts, listKey [32]byte) (*big.Int, error)

ListLength is a free data retrieval call binding the contract method 0x11a3fa38.

Solidity: function listLength(bytes32 listKey) view returns(uint256)

func (*BaseTenantSpaceCaller) ListsMapping

func (_BaseTenantSpace *BaseTenantSpaceCaller) ListsMapping(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (string, error)

ListsMapping is a free data retrieval call binding the contract method 0x4d368f10.

Solidity: function listsMapping(bytes32 , uint256 ) view returns(string)

func (*BaseTenantSpaceCaller) Name

func (_BaseTenantSpace *BaseTenantSpaceCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*BaseTenantSpaceCaller) NodeManager

func (_BaseTenantSpace *BaseTenantSpaceCaller) NodeManager(opts *bind.CallOpts) (common.Address, error)

NodeManager is a free data retrieval call binding the contract method 0x9bb5cd3f.

Solidity: function nodeManager() view returns(address)

func (*BaseTenantSpaceCaller) ObjectHash

func (_BaseTenantSpace *BaseTenantSpaceCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*BaseTenantSpaceCaller) ObjectTimestamp

func (_BaseTenantSpace *BaseTenantSpaceCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*BaseTenantSpaceCaller) Owner

func (_BaseTenantSpace *BaseTenantSpaceCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseTenantSpaceCaller) ParentAddress

func (_BaseTenantSpace *BaseTenantSpaceCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*BaseTenantSpaceCaller) PendingHash

func (_BaseTenantSpace *BaseTenantSpaceCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*BaseTenantSpaceCaller) UserManager

func (_BaseTenantSpace *BaseTenantSpaceCaller) UserManager(opts *bind.CallOpts) (common.Address, error)

UserManager is a free data retrieval call binding the contract method 0x5c8a7687.

Solidity: function userManager() view returns(address)

func (*BaseTenantSpaceCaller) UserWallets

func (_BaseTenantSpace *BaseTenantSpaceCaller) UserWallets(opts *bind.CallOpts, _userAddr common.Address) (common.Address, error)

UserWallets is a free data retrieval call binding the contract method 0x63e6ffdd.

Solidity: function userWallets(address _userAddr) view returns(address)

func (*BaseTenantSpaceCaller) Version

func (_BaseTenantSpace *BaseTenantSpaceCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseTenantSpaceCaller) VersionAPI

func (_BaseTenantSpace *BaseTenantSpaceCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*BaseTenantSpaceCaller) VersionHashes

func (_BaseTenantSpace *BaseTenantSpaceCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*BaseTenantSpaceCaller) VersionTimestamp

func (_BaseTenantSpace *BaseTenantSpaceCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*BaseTenantSpaceCaller) Visibility

func (_BaseTenantSpace *BaseTenantSpaceCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type BaseTenantSpaceCommitPending

type BaseTenantSpaceCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceCommitPending represents a CommitPending event raised by the BaseTenantSpace contract.

type BaseTenantSpaceCommitPendingIterator

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

BaseTenantSpaceCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceCommitPendingIterator) Close

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

func (*BaseTenantSpaceCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceCommitPendingIterator) 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 BaseTenantSpaceCounterIncremented

type BaseTenantSpaceCounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceCounterIncremented represents a CounterIncremented event raised by the BaseTenantSpace contract.

type BaseTenantSpaceCounterIncrementedIterator

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

BaseTenantSpaceCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceCounterIncrementedIterator) Close

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

func (*BaseTenantSpaceCounterIncrementedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceCounterIncrementedIterator) 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 BaseTenantSpaceCreateTenant

type BaseTenantSpaceCreateTenant struct {
	Version [32]byte
	Owner   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceCreateTenant represents a CreateTenant event raised by the BaseTenantSpace contract.

type BaseTenantSpaceCreateTenantIterator

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

BaseTenantSpaceCreateTenantIterator is returned from FilterCreateTenant and is used to iterate over the raw logs and unpacked data for CreateTenant events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceCreateTenantIterator) Close

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

func (*BaseTenantSpaceCreateTenantIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceCreateTenantIterator) 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 BaseTenantSpaceFilterer

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

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

func NewBaseTenantSpaceFilterer

func NewBaseTenantSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseTenantSpaceFilterer, error)

NewBaseTenantSpaceFilterer creates a new log filterer instance of BaseTenantSpace, bound to a specific deployed contract.

func (*BaseTenantSpaceFilterer) FilterAccessRequestV3

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*BaseTenantSpaceAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantSpaceFilterer) FilterAddTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterAddTenantGroup(opts *bind.FilterOpts) (*BaseTenantSpaceAddTenantGroupIterator, error)

FilterAddTenantGroup is a free log retrieval operation binding the contract event 0x145b7e243e91890686f5ba84dd1254f7497f549ffb955f4871b3d27d4137d471.

Solidity: event AddTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) FilterBitSetAndGet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterBitSetAndGet(opts *bind.FilterOpts) (*BaseTenantSpaceBitSetAndGetIterator, error)

FilterBitSetAndGet is a free log retrieval operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantSpaceFilterer) FilterCommitPending

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterCommitPending(opts *bind.FilterOpts) (*BaseTenantSpaceCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) FilterCounterIncremented

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterCounterIncremented(opts *bind.FilterOpts) (*BaseTenantSpaceCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantSpaceFilterer) FilterCreateTenant

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterCreateTenant(opts *bind.FilterOpts) (*BaseTenantSpaceCreateTenantIterator, error)

FilterCreateTenant is a free log retrieval operation binding the contract event 0xc2fe67ac699789805c53a93eea70eb0e316deaf8db4b810382d2412ba4fcb4c8.

Solidity: event CreateTenant(bytes32 version, address owner)

func (*BaseTenantSpaceFilterer) FilterFunctionsAdded

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterFunctionsAdded(opts *bind.FilterOpts) (*BaseTenantSpaceFunctionsAddedIterator, error)

FilterFunctionsAdded is a free log retrieval operation binding the contract event 0x2fd37118a7338c6d45366419ced87ba93589ba1cca2489e8fb42b55de8874266.

Solidity: event FunctionsAdded(bytes4[] func4Bytes, address funcAddr)

func (*BaseTenantSpaceFilterer) FilterGetAccessWallet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterGetAccessWallet(opts *bind.FilterOpts) (*BaseTenantSpaceGetAccessWalletIterator, error)

FilterGetAccessWallet is a free log retrieval operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseTenantSpaceFilterer) FilterObjectMetaChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*BaseTenantSpaceObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantSpaceFilterer) FilterRemoveTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterRemoveTenantGroup(opts *bind.FilterOpts) (*BaseTenantSpaceRemoveTenantGroupIterator, error)

FilterRemoveTenantGroup is a free log retrieval operation binding the contract event 0xa4ba7d16ec48ae0b1af6cf3707ad062b11503d59527bca97e68886e7f6991456.

Solidity: event RemoveTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) FilterSetFactoryManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterSetFactoryManager(opts *bind.FilterOpts) (*BaseTenantSpaceSetFactoryManagerIterator, error)

FilterSetFactoryManager is a free log retrieval operation binding the contract event 0xfa2af382c197e27affb4e04f89f42556c71015346416b56be15b3aee3c87f661.

Solidity: event SetFactoryManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) FilterSetKmsManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterSetKmsManager(opts *bind.FilterOpts) (*BaseTenantSpaceSetKmsManagerIterator, error)

FilterSetKmsManager is a free log retrieval operation binding the contract event 0x78cf028637abb89c0df6a78afd3d4403d03e5eb532390543d498bb346ee96477.

Solidity: event SetKmsManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) FilterSetNodeManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterSetNodeManager(opts *bind.FilterOpts) (*BaseTenantSpaceSetNodeManagerIterator, error)

FilterSetNodeManager is a free log retrieval operation binding the contract event 0x9b77357b839fea8829ce30918f67eb91de08caa0e5272af43a86af5334b56177.

Solidity: event SetNodeManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) FilterSetUserManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterSetUserManager(opts *bind.FilterOpts) (*BaseTenantSpaceSetUserManagerIterator, error)

FilterSetUserManager is a free log retrieval operation binding the contract event 0xc104e41939e1b09c10a83f97ac30b2d1f48605f4630aa8c64633501740ce0299.

Solidity: event SetUserManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) FilterUpdateRequest

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*BaseTenantSpaceUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantSpaceFilterer) FilterVersionConfirm

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*BaseTenantSpaceVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) FilterVersionDelete

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*BaseTenantSpaceVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantSpaceFilterer) FilterVisibilityChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*BaseTenantSpaceVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantSpaceFilterer) FilterWordGroupDeleted

func (_BaseTenantSpace *BaseTenantSpaceFilterer) FilterWordGroupDeleted(opts *bind.FilterOpts) (*BaseTenantSpaceWordGroupDeletedIterator, error)

FilterWordGroupDeleted is a free log retrieval operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseTenantSpaceFilterer) ParseAccessRequestV3

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseAccessRequestV3(log types.Log) (*BaseTenantSpaceAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantSpaceFilterer) ParseAddTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseAddTenantGroup(log types.Log) (*BaseTenantSpaceAddTenantGroup, error)

ParseAddTenantGroup is a log parse operation binding the contract event 0x145b7e243e91890686f5ba84dd1254f7497f549ffb955f4871b3d27d4137d471.

Solidity: event AddTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) ParseBitSetAndGet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseBitSetAndGet(log types.Log) (*BaseTenantSpaceBitSetAndGet, error)

ParseBitSetAndGet is a log parse operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantSpaceFilterer) ParseCommitPending

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseCommitPending(log types.Log) (*BaseTenantSpaceCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) ParseCounterIncremented

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseCounterIncremented(log types.Log) (*BaseTenantSpaceCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantSpaceFilterer) ParseCreateTenant

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseCreateTenant(log types.Log) (*BaseTenantSpaceCreateTenant, error)

ParseCreateTenant is a log parse operation binding the contract event 0xc2fe67ac699789805c53a93eea70eb0e316deaf8db4b810382d2412ba4fcb4c8.

Solidity: event CreateTenant(bytes32 version, address owner)

func (*BaseTenantSpaceFilterer) ParseFunctionsAdded

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseFunctionsAdded(log types.Log) (*BaseTenantSpaceFunctionsAdded, error)

ParseFunctionsAdded is a log parse operation binding the contract event 0x2fd37118a7338c6d45366419ced87ba93589ba1cca2489e8fb42b55de8874266.

Solidity: event FunctionsAdded(bytes4[] func4Bytes, address funcAddr)

func (*BaseTenantSpaceFilterer) ParseGetAccessWallet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseGetAccessWallet(log types.Log) (*BaseTenantSpaceGetAccessWallet, error)

ParseGetAccessWallet is a log parse operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseTenantSpaceFilterer) ParseObjectMetaChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseObjectMetaChanged(log types.Log) (*BaseTenantSpaceObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantSpaceFilterer) ParseRemoveTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseRemoveTenantGroup(log types.Log) (*BaseTenantSpaceRemoveTenantGroup, error)

ParseRemoveTenantGroup is a log parse operation binding the contract event 0xa4ba7d16ec48ae0b1af6cf3707ad062b11503d59527bca97e68886e7f6991456.

Solidity: event RemoveTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) ParseSetFactoryManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseSetFactoryManager(log types.Log) (*BaseTenantSpaceSetFactoryManager, error)

ParseSetFactoryManager is a log parse operation binding the contract event 0xfa2af382c197e27affb4e04f89f42556c71015346416b56be15b3aee3c87f661.

Solidity: event SetFactoryManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) ParseSetKmsManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseSetKmsManager(log types.Log) (*BaseTenantSpaceSetKmsManager, error)

ParseSetKmsManager is a log parse operation binding the contract event 0x78cf028637abb89c0df6a78afd3d4403d03e5eb532390543d498bb346ee96477.

Solidity: event SetKmsManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) ParseSetNodeManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseSetNodeManager(log types.Log) (*BaseTenantSpaceSetNodeManager, error)

ParseSetNodeManager is a log parse operation binding the contract event 0x9b77357b839fea8829ce30918f67eb91de08caa0e5272af43a86af5334b56177.

Solidity: event SetNodeManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) ParseSetUserManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseSetUserManager(log types.Log) (*BaseTenantSpaceSetUserManager, error)

ParseSetUserManager is a log parse operation binding the contract event 0xc104e41939e1b09c10a83f97ac30b2d1f48605f4630aa8c64633501740ce0299.

Solidity: event SetUserManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) ParseUpdateRequest

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseUpdateRequest(log types.Log) (*BaseTenantSpaceUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantSpaceFilterer) ParseVersionConfirm

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseVersionConfirm(log types.Log) (*BaseTenantSpaceVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) ParseVersionDelete

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseVersionDelete(log types.Log) (*BaseTenantSpaceVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantSpaceFilterer) ParseVisibilityChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseVisibilityChanged(log types.Log) (*BaseTenantSpaceVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantSpaceFilterer) ParseWordGroupDeleted

func (_BaseTenantSpace *BaseTenantSpaceFilterer) ParseWordGroupDeleted(log types.Log) (*BaseTenantSpaceWordGroupDeleted, error)

ParseWordGroupDeleted is a log parse operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*BaseTenantSpaceFilterer) WatchAccessRequestV3

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*BaseTenantSpaceFilterer) WatchAddTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchAddTenantGroup(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceAddTenantGroup) (event.Subscription, error)

WatchAddTenantGroup is a free log subscription operation binding the contract event 0x145b7e243e91890686f5ba84dd1254f7497f549ffb955f4871b3d27d4137d471.

Solidity: event AddTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) WatchBitSetAndGet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchBitSetAndGet(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceBitSetAndGet) (event.Subscription, error)

WatchBitSetAndGet is a free log subscription operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*BaseTenantSpaceFilterer) WatchCommitPending

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) WatchCounterIncremented

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceCounterIncremented) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*BaseTenantSpaceFilterer) WatchCreateTenant

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchCreateTenant(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceCreateTenant) (event.Subscription, error)

WatchCreateTenant is a free log subscription operation binding the contract event 0xc2fe67ac699789805c53a93eea70eb0e316deaf8db4b810382d2412ba4fcb4c8.

Solidity: event CreateTenant(bytes32 version, address owner)

func (*BaseTenantSpaceFilterer) WatchFunctionsAdded

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchFunctionsAdded(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceFunctionsAdded) (event.Subscription, error)

WatchFunctionsAdded is a free log subscription operation binding the contract event 0x2fd37118a7338c6d45366419ced87ba93589ba1cca2489e8fb42b55de8874266.

Solidity: event FunctionsAdded(bytes4[] func4Bytes, address funcAddr)

func (*BaseTenantSpaceFilterer) WatchGetAccessWallet

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchGetAccessWallet(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceGetAccessWallet) (event.Subscription, error)

WatchGetAccessWallet is a free log subscription operation binding the contract event 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157.

Solidity: event GetAccessWallet(address walletAddress)

func (*BaseTenantSpaceFilterer) WatchObjectMetaChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*BaseTenantSpaceFilterer) WatchRemoveTenantGroup

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchRemoveTenantGroup(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceRemoveTenantGroup) (event.Subscription, error)

WatchRemoveTenantGroup is a free log subscription operation binding the contract event 0xa4ba7d16ec48ae0b1af6cf3707ad062b11503d59527bca97e68886e7f6991456.

Solidity: event RemoveTenantGroup(bytes32 groupId, address groupAddr)

func (*BaseTenantSpaceFilterer) WatchSetFactoryManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchSetFactoryManager(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceSetFactoryManager) (event.Subscription, error)

WatchSetFactoryManager is a free log subscription operation binding the contract event 0xfa2af382c197e27affb4e04f89f42556c71015346416b56be15b3aee3c87f661.

Solidity: event SetFactoryManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) WatchSetKmsManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchSetKmsManager(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceSetKmsManager) (event.Subscription, error)

WatchSetKmsManager is a free log subscription operation binding the contract event 0x78cf028637abb89c0df6a78afd3d4403d03e5eb532390543d498bb346ee96477.

Solidity: event SetKmsManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) WatchSetNodeManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchSetNodeManager(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceSetNodeManager) (event.Subscription, error)

WatchSetNodeManager is a free log subscription operation binding the contract event 0x9b77357b839fea8829ce30918f67eb91de08caa0e5272af43a86af5334b56177.

Solidity: event SetNodeManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) WatchSetUserManager

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchSetUserManager(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceSetUserManager) (event.Subscription, error)

WatchSetUserManager is a free log subscription operation binding the contract event 0xc104e41939e1b09c10a83f97ac30b2d1f48605f4630aa8c64633501740ce0299.

Solidity: event SetUserManager(address newManager, address prevManager)

func (*BaseTenantSpaceFilterer) WatchUpdateRequest

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*BaseTenantSpaceFilterer) WatchVersionConfirm

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*BaseTenantSpaceFilterer) WatchVersionDelete

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*BaseTenantSpaceFilterer) WatchVisibilityChanged

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*BaseTenantSpaceFilterer) WatchWordGroupDeleted

func (_BaseTenantSpace *BaseTenantSpaceFilterer) WatchWordGroupDeleted(opts *bind.WatchOpts, sink chan<- *BaseTenantSpaceWordGroupDeleted) (event.Subscription, error)

WatchWordGroupDeleted is a free log subscription operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

type BaseTenantSpaceFunctionsAdded

type BaseTenantSpaceFunctionsAdded struct {
	Func4Bytes [][4]byte
	FuncAddr   common.Address
	Raw        types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceFunctionsAdded represents a FunctionsAdded event raised by the BaseTenantSpace contract.

type BaseTenantSpaceFunctionsAddedIterator

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

BaseTenantSpaceFunctionsAddedIterator is returned from FilterFunctionsAdded and is used to iterate over the raw logs and unpacked data for FunctionsAdded events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceFunctionsAddedIterator) Close

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

func (*BaseTenantSpaceFunctionsAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceFunctionsAddedIterator) 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 BaseTenantSpaceGetAccessWallet

type BaseTenantSpaceGetAccessWallet struct {
	WalletAddress common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceGetAccessWallet represents a GetAccessWallet event raised by the BaseTenantSpace contract.

type BaseTenantSpaceGetAccessWalletIterator

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

BaseTenantSpaceGetAccessWalletIterator is returned from FilterGetAccessWallet and is used to iterate over the raw logs and unpacked data for GetAccessWallet events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceGetAccessWalletIterator) Close

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

func (*BaseTenantSpaceGetAccessWalletIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceGetAccessWalletIterator) 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 BaseTenantSpaceObjectMetaChanged

type BaseTenantSpaceObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceObjectMetaChanged represents a ObjectMetaChanged event raised by the BaseTenantSpace contract.

type BaseTenantSpaceObjectMetaChangedIterator

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

BaseTenantSpaceObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceObjectMetaChangedIterator) Close

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

func (*BaseTenantSpaceObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceObjectMetaChangedIterator) 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 BaseTenantSpaceRemoveTenantGroup

type BaseTenantSpaceRemoveTenantGroup struct {
	GroupId   [32]byte
	GroupAddr common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceRemoveTenantGroup represents a RemoveTenantGroup event raised by the BaseTenantSpace contract.

type BaseTenantSpaceRemoveTenantGroupIterator

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

BaseTenantSpaceRemoveTenantGroupIterator is returned from FilterRemoveTenantGroup and is used to iterate over the raw logs and unpacked data for RemoveTenantGroup events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceRemoveTenantGroupIterator) Close

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

func (*BaseTenantSpaceRemoveTenantGroupIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceRemoveTenantGroupIterator) 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 BaseTenantSpaceSetFactoryManager

type BaseTenantSpaceSetFactoryManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceSetFactoryManager represents a SetFactoryManager event raised by the BaseTenantSpace contract.

type BaseTenantSpaceSetFactoryManagerIterator

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

BaseTenantSpaceSetFactoryManagerIterator is returned from FilterSetFactoryManager and is used to iterate over the raw logs and unpacked data for SetFactoryManager events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceSetFactoryManagerIterator) Close

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

func (*BaseTenantSpaceSetFactoryManagerIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceSetFactoryManagerIterator) 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 BaseTenantSpaceSetKmsManager

type BaseTenantSpaceSetKmsManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceSetKmsManager represents a SetKmsManager event raised by the BaseTenantSpace contract.

type BaseTenantSpaceSetKmsManagerIterator

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

BaseTenantSpaceSetKmsManagerIterator is returned from FilterSetKmsManager and is used to iterate over the raw logs and unpacked data for SetKmsManager events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceSetKmsManagerIterator) Close

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

func (*BaseTenantSpaceSetKmsManagerIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceSetKmsManagerIterator) 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 BaseTenantSpaceSetNodeManager

type BaseTenantSpaceSetNodeManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceSetNodeManager represents a SetNodeManager event raised by the BaseTenantSpace contract.

type BaseTenantSpaceSetNodeManagerIterator

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

BaseTenantSpaceSetNodeManagerIterator is returned from FilterSetNodeManager and is used to iterate over the raw logs and unpacked data for SetNodeManager events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceSetNodeManagerIterator) Close

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

func (*BaseTenantSpaceSetNodeManagerIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceSetNodeManagerIterator) 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 BaseTenantSpaceSetUserManager

type BaseTenantSpaceSetUserManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceSetUserManager represents a SetUserManager event raised by the BaseTenantSpace contract.

type BaseTenantSpaceSetUserManagerIterator

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

BaseTenantSpaceSetUserManagerIterator is returned from FilterSetUserManager and is used to iterate over the raw logs and unpacked data for SetUserManager events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceSetUserManagerIterator) Close

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

func (*BaseTenantSpaceSetUserManagerIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceSetUserManagerIterator) 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 BaseTenantSpaceTransactor

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

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

func NewBaseTenantSpaceTransactor

func NewBaseTenantSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseTenantSpaceTransactor, error)

NewBaseTenantSpaceTransactor creates a new write-only instance of BaseTenantSpace, bound to a specific deployed contract.

func (*BaseTenantSpaceTransactor) AccessRequestV3

func (_BaseTenantSpace *BaseTenantSpaceTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*BaseTenantSpaceTransactor) AddFuncs

func (_BaseTenantSpace *BaseTenantSpaceTransactor) AddFuncs(opts *bind.TransactOpts, _func4Bytes [][4]byte, _funcAddr common.Address) (*types.Transaction, error)

AddFuncs is a paid mutator transaction binding the contract method 0x0a581edc.

Solidity: function addFuncs(bytes4[] _func4Bytes, address _funcAddr) returns()

func (*BaseTenantSpaceTransactor) AddGroup

func (_BaseTenantSpace *BaseTenantSpaceTransactor) AddGroup(opts *bind.TransactOpts, _id [32]byte, _groupAddr common.Address) (*types.Transaction, error)

AddGroup is a paid mutator transaction binding the contract method 0x65d8dd34.

Solidity: function addGroup(bytes32 _id, address _groupAddr) returns()

func (*BaseTenantSpaceTransactor) AddListItem

func (_BaseTenantSpace *BaseTenantSpaceTransactor) AddListItem(opts *bind.TransactOpts, listKey [32]byte, itemVal string) (*types.Transaction, error)

AddListItem is a paid mutator transaction binding the contract method 0x74daf3a0.

Solidity: function addListItem(bytes32 listKey, string itemVal) returns()

func (*BaseTenantSpaceTransactor) CallFuncUintAddr

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CallFuncUintAddr(opts *bind.TransactOpts, _func4Bytes [4]byte, _p1 *big.Int, _p2 common.Address, _encAuthToken []byte, _v uint8, _r [32]byte, _s [32]byte) (*types.Transaction, error)

CallFuncUintAddr is a paid mutator transaction binding the contract method 0x9c075d67.

Solidity: function callFuncUintAddr(bytes4 _func4Bytes, uint256 _p1, address _p2, bytes _encAuthToken, uint8 _v, bytes32 _r, bytes32 _s) returns()

func (*BaseTenantSpaceTransactor) ClearPending

func (_BaseTenantSpace *BaseTenantSpaceTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*BaseTenantSpaceTransactor) Commit

func (_BaseTenantSpace *BaseTenantSpaceTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*BaseTenantSpaceTransactor) ConfirmCommit

func (_BaseTenantSpace *BaseTenantSpaceTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*BaseTenantSpaceTransactor) CreateContent

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CreateContent(opts *bind.TransactOpts, _lib common.Address, _contentType common.Address) (*types.Transaction, error)

CreateContent is a paid mutator transaction binding the contract method 0xbf4e088f.

Solidity: function createContent(address _lib, address _contentType) returns(address)

func (*BaseTenantSpaceTransactor) CreateContentType

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CreateContentType(opts *bind.TransactOpts) (*types.Transaction, error)

CreateContentType is a paid mutator transaction binding the contract method 0xb8cfaf05.

Solidity: function createContentType() returns(address)

func (*BaseTenantSpaceTransactor) CreateGroup

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CreateGroup(opts *bind.TransactOpts) (*types.Transaction, error)

CreateGroup is a paid mutator transaction binding the contract method 0x575185ed.

Solidity: function createGroup() returns(address)

func (*BaseTenantSpaceTransactor) CreateLibrary

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CreateLibrary(opts *bind.TransactOpts, _kmsAddress common.Address) (*types.Transaction, error)

CreateLibrary is a paid mutator transaction binding the contract method 0x40b89f06.

Solidity: function createLibrary(address _kmsAddress) returns(address)

func (*BaseTenantSpaceTransactor) CreateUserWallet

func (_BaseTenantSpace *BaseTenantSpaceTransactor) CreateUserWallet(opts *bind.TransactOpts, _userAddr common.Address) (*types.Transaction, error)

CreateUserWallet is a paid mutator transaction binding the contract method 0xe7cf0c66.

Solidity: function createUserWallet(address _userAddr) returns(address)

func (*BaseTenantSpaceTransactor) DeleteGroup

func (_BaseTenantSpace *BaseTenantSpaceTransactor) DeleteGroup(opts *bind.TransactOpts, _ident [32]byte) (*types.Transaction, error)

DeleteGroup is a paid mutator transaction binding the contract method 0xe57097c9.

Solidity: function deleteGroup(bytes32 _ident) returns()

func (*BaseTenantSpaceTransactor) DeleteVersion

func (_BaseTenantSpace *BaseTenantSpaceTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*BaseTenantSpaceTransactor) Fallback

func (_BaseTenantSpace *BaseTenantSpaceTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseTenantSpaceTransactor) IncrementCounter

func (_BaseTenantSpace *BaseTenantSpaceTransactor) IncrementCounter(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

IncrementCounter is a paid mutator transaction binding the contract method 0x7558cbf0.

Solidity: function incrementCounter(bytes32 _ident, uint8 _ord) returns()

func (*BaseTenantSpaceTransactor) Kill

func (_BaseTenantSpace *BaseTenantSpaceTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseTenantSpaceTransactor) PutMeta

func (_BaseTenantSpace *BaseTenantSpaceTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*BaseTenantSpaceTransactor) RemoveGroup

func (_BaseTenantSpace *BaseTenantSpaceTransactor) RemoveGroup(opts *bind.TransactOpts, _id [32]byte, _groupAddr common.Address) (*types.Transaction, error)

RemoveGroup is a paid mutator transaction binding the contract method 0xcb3899b3.

Solidity: function removeGroup(bytes32 _id, address _groupAddr) returns()

func (*BaseTenantSpaceTransactor) RemoveListOrd

func (_BaseTenantSpace *BaseTenantSpaceTransactor) RemoveListOrd(opts *bind.TransactOpts, listKey [32]byte, itemOrd *big.Int) (*types.Transaction, error)

RemoveListOrd is a paid mutator transaction binding the contract method 0x1fa12f11.

Solidity: function removeListOrd(bytes32 listKey, uint256 itemOrd) returns()

func (*BaseTenantSpaceTransactor) SetAddressKMS

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*BaseTenantSpaceTransactor) SetAndGetBit

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetAndGetBit(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

SetAndGetBit is a paid mutator transaction binding the contract method 0x24d7c18d.

Solidity: function setAndGetBit(bytes32 _ident, uint8 _ord) returns(bool)

func (*BaseTenantSpaceTransactor) SetDescription

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetDescription(opts *bind.TransactOpts, _desc string) (*types.Transaction, error)

SetDescription is a paid mutator transaction binding the contract method 0x90c3f38f.

Solidity: function setDescription(string _desc) returns()

func (*BaseTenantSpaceTransactor) SetFactoryManager

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetFactoryManager(opts *bind.TransactOpts, _factMan common.Address) (*types.Transaction, error)

SetFactoryManager is a paid mutator transaction binding the contract method 0x430e621e.

Solidity: function setFactoryManager(address _factMan) returns()

func (*BaseTenantSpaceTransactor) SetGroupRights

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*BaseTenantSpaceTransactor) SetKmsManager

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetKmsManager(opts *bind.TransactOpts, _kmsMan common.Address) (*types.Transaction, error)

SetKmsManager is a paid mutator transaction binding the contract method 0x87e38281.

Solidity: function setKmsManager(address _kmsMan) returns()

func (*BaseTenantSpaceTransactor) SetNodeManager

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetNodeManager(opts *bind.TransactOpts, _nodeMan common.Address) (*types.Transaction, error)

SetNodeManager is a paid mutator transaction binding the contract method 0x1319e7e1.

Solidity: function setNodeManager(address _nodeMan) returns()

func (*BaseTenantSpaceTransactor) SetRights

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*BaseTenantSpaceTransactor) SetUserManager

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetUserManager(opts *bind.TransactOpts, _userMan common.Address) (*types.Transaction, error)

SetUserManager is a paid mutator transaction binding the contract method 0x97d0b02c.

Solidity: function setUserManager(address _userMan) returns()

func (*BaseTenantSpaceTransactor) SetVisibility

func (_BaseTenantSpace *BaseTenantSpaceTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*BaseTenantSpaceTransactor) Transfer

func (_BaseTenantSpace *BaseTenantSpaceTransactor) Transfer(opts *bind.TransactOpts, _to common.Address, _amount *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address _to, uint256 _amount) returns()

func (*BaseTenantSpaceTransactor) TransferCreatorship

func (_BaseTenantSpace *BaseTenantSpaceTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseTenantSpaceTransactor) TransferOwnership

func (_BaseTenantSpace *BaseTenantSpaceTransactor) 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()

func (*BaseTenantSpaceTransactor) UpdateRequest

func (_BaseTenantSpace *BaseTenantSpaceTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type BaseTenantSpaceUpdateRequest

type BaseTenantSpaceUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceUpdateRequest represents a UpdateRequest event raised by the BaseTenantSpace contract.

type BaseTenantSpaceUpdateRequestIterator

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

BaseTenantSpaceUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceUpdateRequestIterator) Close

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

func (*BaseTenantSpaceUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceUpdateRequestIterator) 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 BaseTenantSpaceVersionConfirm

type BaseTenantSpaceVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceVersionConfirm represents a VersionConfirm event raised by the BaseTenantSpace contract.

type BaseTenantSpaceVersionConfirmIterator

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

BaseTenantSpaceVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceVersionConfirmIterator) Close

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

func (*BaseTenantSpaceVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceVersionConfirmIterator) 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 BaseTenantSpaceVersionDelete

type BaseTenantSpaceVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceVersionDelete represents a VersionDelete event raised by the BaseTenantSpace contract.

type BaseTenantSpaceVersionDeleteIterator

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

BaseTenantSpaceVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceVersionDeleteIterator) Close

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

func (*BaseTenantSpaceVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceVersionDeleteIterator) 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 BaseTenantSpaceVisibilityChanged

type BaseTenantSpaceVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceVisibilityChanged represents a VisibilityChanged event raised by the BaseTenantSpace contract.

type BaseTenantSpaceVisibilityChangedIterator

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

BaseTenantSpaceVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceVisibilityChangedIterator) Close

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

func (*BaseTenantSpaceVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceVisibilityChangedIterator) 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 BaseTenantSpaceWordGroupDeleted

type BaseTenantSpaceWordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

BaseTenantSpaceWordGroupDeleted represents a WordGroupDeleted event raised by the BaseTenantSpace contract.

type BaseTenantSpaceWordGroupDeletedIterator

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

BaseTenantSpaceWordGroupDeletedIterator is returned from FilterWordGroupDeleted and is used to iterate over the raw logs and unpacked data for WordGroupDeleted events raised by the BaseTenantSpace contract.

func (*BaseTenantSpaceWordGroupDeletedIterator) Close

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

func (*BaseTenantSpaceWordGroupDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*BaseTenantSpaceWordGroupDeletedIterator) 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 BaseTypeFactory

type BaseTypeFactory struct {
	BaseTypeFactoryCaller     // Read-only binding to the contract
	BaseTypeFactoryTransactor // Write-only binding to the contract
	BaseTypeFactoryFilterer   // Log filterer for contract events
}

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

func DeployBaseTypeFactory

func DeployBaseTypeFactory(auth *bind.TransactOpts, backend bind.ContractBackend, _spaceAddr common.Address) (common.Address, *types.Transaction, *BaseTypeFactory, error)

DeployBaseTypeFactory deploys a new Ethereum contract, binding an instance of BaseTypeFactory to it.

func NewBaseTypeFactory

func NewBaseTypeFactory(address common.Address, backend bind.ContractBackend) (*BaseTypeFactory, error)

NewBaseTypeFactory creates a new instance of BaseTypeFactory, bound to a specific deployed contract.

type BaseTypeFactoryCaller

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

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

func NewBaseTypeFactoryCaller

func NewBaseTypeFactoryCaller(address common.Address, caller bind.ContractCaller) (*BaseTypeFactoryCaller, error)

NewBaseTypeFactoryCaller creates a new read-only instance of BaseTypeFactory, bound to a specific deployed contract.

func (*BaseTypeFactoryCaller) ContentSpace

func (_BaseTypeFactory *BaseTypeFactoryCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*BaseTypeFactoryCaller) Creator

func (_BaseTypeFactory *BaseTypeFactoryCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*BaseTypeFactoryCaller) Owner

func (_BaseTypeFactory *BaseTypeFactoryCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*BaseTypeFactoryCaller) Version

func (_BaseTypeFactory *BaseTypeFactoryCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*BaseTypeFactoryCaller) VersionAPI

func (_BaseTypeFactory *BaseTypeFactoryCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type BaseTypeFactoryFilterer

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

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

func NewBaseTypeFactoryFilterer

func NewBaseTypeFactoryFilterer(address common.Address, filterer bind.ContractFilterer) (*BaseTypeFactoryFilterer, error)

NewBaseTypeFactoryFilterer creates a new log filterer instance of BaseTypeFactory, bound to a specific deployed contract.

type BaseTypeFactoryTransactor

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

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

func NewBaseTypeFactoryTransactor

func NewBaseTypeFactoryTransactor(address common.Address, transactor bind.ContractTransactor) (*BaseTypeFactoryTransactor, error)

NewBaseTypeFactoryTransactor creates a new write-only instance of BaseTypeFactory, bound to a specific deployed contract.

func (*BaseTypeFactoryTransactor) CreateContentType

func (_BaseTypeFactory *BaseTypeFactoryTransactor) CreateContentType(opts *bind.TransactOpts) (*types.Transaction, error)

CreateContentType is a paid mutator transaction binding the contract method 0xb8cfaf05.

Solidity: function createContentType() returns(address)

func (*BaseTypeFactoryTransactor) CreateNode

func (_BaseTypeFactory *BaseTypeFactoryTransactor) CreateNode(opts *bind.TransactOpts, _owner common.Address) (*types.Transaction, error)

CreateNode is a paid mutator transaction binding the contract method 0x5c6dc219.

Solidity: function createNode(address _owner) returns(address)

func (*BaseTypeFactoryTransactor) Fallback

func (_BaseTypeFactory *BaseTypeFactoryTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*BaseTypeFactoryTransactor) Kill

func (_BaseTypeFactory *BaseTypeFactoryTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*BaseTypeFactoryTransactor) TransferCreatorship

func (_BaseTypeFactory *BaseTypeFactoryTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*BaseTypeFactoryTransactor) TransferOwnership

func (_BaseTypeFactory *BaseTypeFactoryTransactor) 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 BindUserWallet

type BindUserWallet struct {
	Wallet   common.Address
	UserAddr common.Address
	Raw      types.Log // Blockchain specific contextual infos
}

BindUserWallet event with ID 0x05e3f3adaf96d565bb326088a1d8e0d78497549df2c99a8ab681e5fbc7a9b3f2

type BitSetAndGet

type BitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

BitSetAndGet event with ID 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d

type CommitPending

type CommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

CommitPending event with ID 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75

type Container

type Container struct {
	ContainerCaller     // Read-only binding to the contract
	ContainerTransactor // Write-only binding to the contract
	ContainerFilterer   // Log filterer for contract events
}

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

func DeployContainer

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

DeployContainer deploys a new Ethereum contract, binding an instance of Container to it.

func NewContainer

func NewContainer(address common.Address, backend bind.ContractBackend) (*Container, error)

NewContainer creates a new instance of Container, bound to a specific deployed contract.

type ContainerAccessRequestV3

type ContainerAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

ContainerAccessRequestV3 represents a AccessRequestV3 event raised by the Container contract.

type ContainerAccessRequestV3Iterator

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

ContainerAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the Container contract.

func (*ContainerAccessRequestV3Iterator) Close

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

func (*ContainerAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerAccessRequestV3Iterator) 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 ContainerCaller

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

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

func NewContainerCaller

func NewContainerCaller(address common.Address, caller bind.ContractCaller) (*ContainerCaller, error)

NewContainerCaller creates a new read-only instance of Container, bound to a specific deployed contract.

func (*ContainerCaller) AddressKMS

func (_Container *ContainerCaller) AddressKMS(opts *bind.CallOpts) (common.Address, error)

AddressKMS is a free data retrieval call binding the contract method 0x32eaf21b.

Solidity: function addressKMS() view returns(address)

func (*ContainerCaller) CANACCESS

func (_Container *ContainerCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*ContainerCaller) CANEDIT

func (_Container *ContainerCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*ContainerCaller) CANSEE

func (_Container *ContainerCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*ContainerCaller) CanCommit

func (_Container *ContainerCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*ContainerCaller) CanConfirm

func (_Container *ContainerCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*ContainerCaller) CanContribute

func (_Container *ContainerCaller) CanContribute(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanContribute is a free data retrieval call binding the contract method 0x0eaec2c5.

Solidity: function canContribute(address _candidate) view returns(bool)

func (*ContainerCaller) CanEdit

func (_Container *ContainerCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*ContainerCaller) CanPublish

func (_Container *ContainerCaller) CanPublish(opts *bind.CallOpts, _candidate common.Address) (bool, error)

CanPublish is a free data retrieval call binding the contract method 0x9b55f901.

Solidity: function canPublish(address _candidate) view returns(bool)

func (*ContainerCaller) CanReview

func (_Container *ContainerCaller) CanReview(opts *bind.CallOpts, arg0 common.Address) (bool, error)

CanReview is a free data retrieval call binding the contract method 0x29d00219.

Solidity: function canReview(address ) view returns(bool)

func (*ContainerCaller) CommitPending

func (_Container *ContainerCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*ContainerCaller) ContentSpace

func (_Container *ContainerCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*ContainerCaller) ContentTypeContracts

func (_Container *ContainerCaller) ContentTypeContracts(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

ContentTypeContracts is a free data retrieval call binding the contract method 0x1cdbee5a.

Solidity: function contentTypeContracts(address ) view returns(address)

func (*ContainerCaller) ContentTypes

func (_Container *ContainerCaller) ContentTypes(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ContentTypes is a free data retrieval call binding the contract method 0x991a3a7c.

Solidity: function contentTypes(uint256 ) view returns(address)

func (*ContainerCaller) ContentTypesLength

func (_Container *ContainerCaller) ContentTypesLength(opts *bind.CallOpts) (*big.Int, error)

ContentTypesLength is a free data retrieval call binding the contract method 0xc65bcbe2.

Solidity: function contentTypesLength() view returns(uint256)

func (*ContainerCaller) CountVersionHashes

func (_Container *ContainerCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*ContainerCaller) Creator

func (_Container *ContainerCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*ContainerCaller) FindTypeByHash

func (_Container *ContainerCaller) FindTypeByHash(opts *bind.CallOpts, typeHash [32]byte) (common.Address, error)

FindTypeByHash is a free data retrieval call binding the contract method 0x1f2caaec.

Solidity: function findTypeByHash(bytes32 typeHash) view returns(address)

func (*ContainerCaller) HasAccess

func (_Container *ContainerCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*ContainerCaller) HasEditorRight

func (_Container *ContainerCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*ContainerCaller) IndexCategory

func (_Container *ContainerCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*ContainerCaller) ObjectHash

func (_Container *ContainerCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*ContainerCaller) ObjectTimestamp

func (_Container *ContainerCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*ContainerCaller) Owner

func (_Container *ContainerCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*ContainerCaller) ParentAddress

func (_Container *ContainerCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*ContainerCaller) PendingHash

func (_Container *ContainerCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*ContainerCaller) RequiresReview

func (_Container *ContainerCaller) RequiresReview(opts *bind.CallOpts) (bool, error)

RequiresReview is a free data retrieval call binding the contract method 0x3dd71d99.

Solidity: function requiresReview() view returns(bool)

func (*ContainerCaller) ValidType

func (_Container *ContainerCaller) ValidType(opts *bind.CallOpts, content_type common.Address) (bool, error)

ValidType is a free data retrieval call binding the contract method 0x29dedde5.

Solidity: function validType(address content_type) view returns(bool)

func (*ContainerCaller) Version

func (_Container *ContainerCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*ContainerCaller) VersionAPI

func (_Container *ContainerCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*ContainerCaller) VersionHashes

func (_Container *ContainerCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*ContainerCaller) VersionTimestamp

func (_Container *ContainerCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*ContainerCaller) Visibility

func (_Container *ContainerCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

func (*ContainerCaller) WhitelistedType

func (_Container *ContainerCaller) WhitelistedType(opts *bind.CallOpts, content_type common.Address) (bool, error)

WhitelistedType is a free data retrieval call binding the contract method 0x9cb121ba.

Solidity: function whitelistedType(address content_type) view returns(bool)

type ContainerCommitPending

type ContainerCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

ContainerCommitPending represents a CommitPending event raised by the Container contract.

type ContainerCommitPendingIterator

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

ContainerCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the Container contract.

func (*ContainerCommitPendingIterator) Close

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

func (*ContainerCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerCommitPendingIterator) 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 ContainerContentTypeAdded

type ContainerContentTypeAdded struct {
	ContentType     common.Address
	ContentContract common.Address
	Raw             types.Log // Blockchain specific contextual infos
}

ContainerContentTypeAdded represents a ContentTypeAdded event raised by the Container contract.

type ContainerContentTypeAddedIterator

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

ContainerContentTypeAddedIterator is returned from FilterContentTypeAdded and is used to iterate over the raw logs and unpacked data for ContentTypeAdded events raised by the Container contract.

func (*ContainerContentTypeAddedIterator) Close

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

func (*ContainerContentTypeAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerContentTypeAddedIterator) 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 ContainerContentTypeRemoved

type ContainerContentTypeRemoved struct {
	ContentType common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

ContainerContentTypeRemoved represents a ContentTypeRemoved event raised by the Container contract.

type ContainerContentTypeRemovedIterator

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

ContainerContentTypeRemovedIterator is returned from FilterContentTypeRemoved and is used to iterate over the raw logs and unpacked data for ContentTypeRemoved events raised by the Container contract.

func (*ContainerContentTypeRemovedIterator) Close

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

func (*ContainerContentTypeRemovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerContentTypeRemovedIterator) 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 ContainerFilterer

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

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

func NewContainerFilterer

func NewContainerFilterer(address common.Address, filterer bind.ContractFilterer) (*ContainerFilterer, error)

NewContainerFilterer creates a new log filterer instance of Container, bound to a specific deployed contract.

func (*ContainerFilterer) FilterAccessRequestV3

func (_Container *ContainerFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*ContainerAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*ContainerFilterer) FilterCommitPending

func (_Container *ContainerFilterer) FilterCommitPending(opts *bind.FilterOpts) (*ContainerCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) FilterContentTypeAdded

func (_Container *ContainerFilterer) FilterContentTypeAdded(opts *bind.FilterOpts) (*ContainerContentTypeAddedIterator, error)

FilterContentTypeAdded is a free log retrieval operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*ContainerFilterer) FilterContentTypeRemoved

func (_Container *ContainerFilterer) FilterContentTypeRemoved(opts *bind.FilterOpts) (*ContainerContentTypeRemovedIterator, error)

FilterContentTypeRemoved is a free log retrieval operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*ContainerFilterer) FilterUpdateRequest

func (_Container *ContainerFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*ContainerUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*ContainerFilterer) FilterVersionConfirm

func (_Container *ContainerFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*ContainerVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) FilterVersionDelete

func (_Container *ContainerFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*ContainerVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*ContainerFilterer) FilterVisibilityChanged

func (_Container *ContainerFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*ContainerVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*ContainerFilterer) ParseAccessRequestV3

func (_Container *ContainerFilterer) ParseAccessRequestV3(log types.Log) (*ContainerAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*ContainerFilterer) ParseCommitPending

func (_Container *ContainerFilterer) ParseCommitPending(log types.Log) (*ContainerCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) ParseContentTypeAdded

func (_Container *ContainerFilterer) ParseContentTypeAdded(log types.Log) (*ContainerContentTypeAdded, error)

ParseContentTypeAdded is a log parse operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*ContainerFilterer) ParseContentTypeRemoved

func (_Container *ContainerFilterer) ParseContentTypeRemoved(log types.Log) (*ContainerContentTypeRemoved, error)

ParseContentTypeRemoved is a log parse operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*ContainerFilterer) ParseUpdateRequest

func (_Container *ContainerFilterer) ParseUpdateRequest(log types.Log) (*ContainerUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*ContainerFilterer) ParseVersionConfirm

func (_Container *ContainerFilterer) ParseVersionConfirm(log types.Log) (*ContainerVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) ParseVersionDelete

func (_Container *ContainerFilterer) ParseVersionDelete(log types.Log) (*ContainerVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*ContainerFilterer) ParseVisibilityChanged

func (_Container *ContainerFilterer) ParseVisibilityChanged(log types.Log) (*ContainerVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*ContainerFilterer) WatchAccessRequestV3

func (_Container *ContainerFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *ContainerAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*ContainerFilterer) WatchCommitPending

func (_Container *ContainerFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *ContainerCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) WatchContentTypeAdded

func (_Container *ContainerFilterer) WatchContentTypeAdded(opts *bind.WatchOpts, sink chan<- *ContainerContentTypeAdded) (event.Subscription, error)

WatchContentTypeAdded is a free log subscription operation binding the contract event 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7.

Solidity: event ContentTypeAdded(address contentType, address contentContract)

func (*ContainerFilterer) WatchContentTypeRemoved

func (_Container *ContainerFilterer) WatchContentTypeRemoved(opts *bind.WatchOpts, sink chan<- *ContainerContentTypeRemoved) (event.Subscription, error)

WatchContentTypeRemoved is a free log subscription operation binding the contract event 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2.

Solidity: event ContentTypeRemoved(address contentType)

func (*ContainerFilterer) WatchUpdateRequest

func (_Container *ContainerFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *ContainerUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*ContainerFilterer) WatchVersionConfirm

func (_Container *ContainerFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *ContainerVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*ContainerFilterer) WatchVersionDelete

func (_Container *ContainerFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *ContainerVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*ContainerFilterer) WatchVisibilityChanged

func (_Container *ContainerFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *ContainerVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type ContainerTransactor

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

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

func NewContainerTransactor

func NewContainerTransactor(address common.Address, transactor bind.ContractTransactor) (*ContainerTransactor, error)

NewContainerTransactor creates a new write-only instance of Container, bound to a specific deployed contract.

func (*ContainerTransactor) AccessRequestV3

func (_Container *ContainerTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*ContainerTransactor) AddContentType

func (_Container *ContainerTransactor) AddContentType(opts *bind.TransactOpts, content_type common.Address, content_contract common.Address) (*types.Transaction, error)

AddContentType is a paid mutator transaction binding the contract method 0x0f58a786.

Solidity: function addContentType(address content_type, address content_contract) returns()

func (*ContainerTransactor) ClearPending

func (_Container *ContainerTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*ContainerTransactor) Commit

func (_Container *ContainerTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*ContainerTransactor) ConfirmCommit

func (_Container *ContainerTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*ContainerTransactor) DeleteVersion

func (_Container *ContainerTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*ContainerTransactor) Fallback

func (_Container *ContainerTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*ContainerTransactor) Kill

func (_Container *ContainerTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*ContainerTransactor) Publish

func (_Container *ContainerTransactor) Publish(opts *bind.TransactOpts, contentObj common.Address) (*types.Transaction, error)

Publish is a paid mutator transaction binding the contract method 0x2cf99422.

Solidity: function publish(address contentObj) returns(bool)

func (*ContainerTransactor) RemoveContentType

func (_Container *ContainerTransactor) RemoveContentType(opts *bind.TransactOpts, content_type common.Address) (*types.Transaction, error)

RemoveContentType is a paid mutator transaction binding the contract method 0xfd089196.

Solidity: function removeContentType(address content_type) returns(bool)

func (*ContainerTransactor) SetAddressKMS

func (_Container *ContainerTransactor) SetAddressKMS(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

SetAddressKMS is a paid mutator transaction binding the contract method 0xc9e8e72d.

Solidity: function setAddressKMS(address address_KMS) returns()

func (*ContainerTransactor) SetGroupRights

func (_Container *ContainerTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*ContainerTransactor) SetRights

func (_Container *ContainerTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*ContainerTransactor) SetVisibility

func (_Container *ContainerTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*ContainerTransactor) TransferCreatorship

func (_Container *ContainerTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*ContainerTransactor) TransferOwnership

func (_Container *ContainerTransactor) 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()

func (*ContainerTransactor) UpdateRequest

func (_Container *ContainerTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type ContainerUpdateRequest

type ContainerUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

ContainerUpdateRequest represents a UpdateRequest event raised by the Container contract.

type ContainerUpdateRequestIterator

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

ContainerUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the Container contract.

func (*ContainerUpdateRequestIterator) Close

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

func (*ContainerUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerUpdateRequestIterator) 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 ContainerVersionConfirm

type ContainerVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

ContainerVersionConfirm represents a VersionConfirm event raised by the Container contract.

type ContainerVersionConfirmIterator

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

ContainerVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the Container contract.

func (*ContainerVersionConfirmIterator) Close

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

func (*ContainerVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerVersionConfirmIterator) 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 ContainerVersionDelete

type ContainerVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

ContainerVersionDelete represents a VersionDelete event raised by the Container contract.

type ContainerVersionDeleteIterator

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

ContainerVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the Container contract.

func (*ContainerVersionDeleteIterator) Close

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

func (*ContainerVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerVersionDeleteIterator) 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 ContainerVisibilityChanged

type ContainerVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

ContainerVisibilityChanged represents a VisibilityChanged event raised by the Container contract.

type ContainerVisibilityChangedIterator

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

ContainerVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the Container contract.

func (*ContainerVisibilityChangedIterator) Close

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

func (*ContainerVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContainerVisibilityChangedIterator) 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 Content

type Content struct {
	ContentCaller     // Read-only binding to the contract
	ContentTransactor // Write-only binding to the contract
	ContentFilterer   // Log filterer for contract events
}

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

func DeployContent

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

DeployContent deploys a new Ethereum contract, binding an instance of Content to it.

func NewContent

func NewContent(address common.Address, backend bind.ContractBackend) (*Content, error)

NewContent creates a new instance of Content, bound to a specific deployed contract.

type ContentCaller

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

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

func NewContentCaller

func NewContentCaller(address common.Address, caller bind.ContractCaller) (*ContentCaller, error)

NewContentCaller creates a new read-only instance of Content, bound to a specific deployed contract.

func (*ContentCaller) ContentSpace

func (_Content *ContentCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*ContentCaller) Creator

func (_Content *ContentCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*ContentCaller) DEFAULTACCESS

func (_Content *ContentCaller) DEFAULTACCESS(opts *bind.CallOpts) (uint8, error)

DEFAULTACCESS is a free data retrieval call binding the contract method 0x6af27417.

Solidity: function DEFAULT_ACCESS() view returns(uint8)

func (*ContentCaller) DEFAULTCHARGE

func (_Content *ContentCaller) DEFAULTCHARGE(opts *bind.CallOpts) (uint8, error)

DEFAULTCHARGE is a free data retrieval call binding the contract method 0xf185db0c.

Solidity: function DEFAULT_CHARGE() view returns(uint8)

func (*ContentCaller) DEFAULTSEE

func (_Content *ContentCaller) DEFAULTSEE(opts *bind.CallOpts) (uint8, error)

DEFAULTSEE is a free data retrieval call binding the contract method 0xb535b03e.

Solidity: function DEFAULT_SEE() view returns(uint8)

func (*ContentCaller) Owner

func (_Content *ContentCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*ContentCaller) RunAccessInfo

func (_Content *ContentCaller) RunAccessInfo(opts *bind.CallOpts, arg0 [][32]byte, arg1 []common.Address, arg2 common.Address) (uint8, uint8, uint8, *big.Int, error)

RunAccessInfo is a free data retrieval call binding the contract method 0x74ba4609.

Solidity: function runAccessInfo(bytes32[] , address[] , address ) view returns(uint8, uint8, uint8, uint256)

func (*ContentCaller) RunDescribeStatus

func (_Content *ContentCaller) RunDescribeStatus(opts *bind.CallOpts, arg0 *big.Int) ([32]byte, error)

RunDescribeStatus is a free data retrieval call binding the contract method 0x45080442.

Solidity: function runDescribeStatus(int256 ) view returns(bytes32)

func (*ContentCaller) Version

func (_Content *ContentCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*ContentCaller) VersionAPI

func (_Content *ContentCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type ContentFactoryHelper

type ContentFactoryHelper struct {
	ContentFactoryHelperCaller     // Read-only binding to the contract
	ContentFactoryHelperTransactor // Write-only binding to the contract
	ContentFactoryHelperFilterer   // Log filterer for contract events
}

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

func DeployContentFactoryHelper

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

DeployContentFactoryHelper deploys a new Ethereum contract, binding an instance of ContentFactoryHelper to it.

func NewContentFactoryHelper

func NewContentFactoryHelper(address common.Address, backend bind.ContractBackend) (*ContentFactoryHelper, error)

NewContentFactoryHelper creates a new instance of ContentFactoryHelper, bound to a specific deployed contract.

type ContentFactoryHelperCaller

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

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

func NewContentFactoryHelperCaller

func NewContentFactoryHelperCaller(address common.Address, caller bind.ContractCaller) (*ContentFactoryHelperCaller, error)

NewContentFactoryHelperCaller creates a new read-only instance of ContentFactoryHelper, bound to a specific deployed contract.

func (*ContentFactoryHelperCaller) GetContentObjectBin

func (_ContentFactoryHelper *ContentFactoryHelperCaller) GetContentObjectBin(opts *bind.CallOpts) ([]byte, error)

GetContentObjectBin is a free data retrieval call binding the contract method 0x0b9b0870.

Solidity: function getContentObjectBin() pure returns(bytes)

type ContentFactoryHelperFilterer

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

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

func NewContentFactoryHelperFilterer

func NewContentFactoryHelperFilterer(address common.Address, filterer bind.ContractFilterer) (*ContentFactoryHelperFilterer, error)

NewContentFactoryHelperFilterer creates a new log filterer instance of ContentFactoryHelper, bound to a specific deployed contract.

type ContentFactoryHelperTransactor

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

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

func NewContentFactoryHelperTransactor

func NewContentFactoryHelperTransactor(address common.Address, transactor bind.ContractTransactor) (*ContentFactoryHelperTransactor, error)

NewContentFactoryHelperTransactor creates a new write-only instance of ContentFactoryHelper, bound to a specific deployed contract.

type ContentFilterer

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

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

func NewContentFilterer

func NewContentFilterer(address common.Address, filterer bind.ContractFilterer) (*ContentFilterer, error)

NewContentFilterer creates a new log filterer instance of Content, bound to a specific deployed contract.

func (*ContentFilterer) FilterLog

func (_Content *ContentFilterer) FilterLog(opts *bind.FilterOpts) (*ContentLogIterator, error)

FilterLog is a free log retrieval operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*ContentFilterer) FilterLogAddress

func (_Content *ContentFilterer) FilterLogAddress(opts *bind.FilterOpts) (*ContentLogAddressIterator, error)

FilterLogAddress is a free log retrieval operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*ContentFilterer) FilterLogBool

func (_Content *ContentFilterer) FilterLogBool(opts *bind.FilterOpts) (*ContentLogBoolIterator, error)

FilterLogBool is a free log retrieval operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*ContentFilterer) FilterLogBytes32

func (_Content *ContentFilterer) FilterLogBytes32(opts *bind.FilterOpts) (*ContentLogBytes32Iterator, error)

FilterLogBytes32 is a free log retrieval operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*ContentFilterer) FilterLogInt256

func (_Content *ContentFilterer) FilterLogInt256(opts *bind.FilterOpts) (*ContentLogInt256Iterator, error)

FilterLogInt256 is a free log retrieval operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*ContentFilterer) FilterLogPayment

func (_Content *ContentFilterer) FilterLogPayment(opts *bind.FilterOpts) (*ContentLogPaymentIterator, error)

FilterLogPayment is a free log retrieval operation binding the contract event 0x6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a.

Solidity: event LogPayment(string label, address payee, uint256 amount)

func (*ContentFilterer) FilterLogUint256

func (_Content *ContentFilterer) FilterLogUint256(opts *bind.FilterOpts) (*ContentLogUint256Iterator, error)

FilterLogUint256 is a free log retrieval operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

func (*ContentFilterer) FilterRunAccess

func (_Content *ContentFilterer) FilterRunAccess(opts *bind.FilterOpts) (*ContentRunAccessIterator, error)

FilterRunAccess is a free log retrieval operation binding the contract event 0x3e68dc35f88d76818f276322c37f5021ee00e232fe0d27a93c02801aec4d9c58.

Solidity: event RunAccess(uint256 requestNonce, uint256 result)

func (*ContentFilterer) FilterRunAccessCharge

func (_Content *ContentFilterer) FilterRunAccessCharge(opts *bind.FilterOpts) (*ContentRunAccessChargeIterator, error)

FilterRunAccessCharge is a free log retrieval operation binding the contract event 0xe1f170f83120da6c17cd0ed37a683fc996637c63d2c94a60c806d4cb7466f47b.

Solidity: event RunAccessCharge(int256 calculatedAccessCharge)

func (*ContentFilterer) FilterRunCreate

func (_Content *ContentFilterer) FilterRunCreate(opts *bind.FilterOpts) (*ContentRunCreateIterator, error)

FilterRunCreate is a free log retrieval operation binding the contract event 0x9df71221e13c480b974b5d5bd7591b30b7ea3bfff8a56dfa7fde810a14c1c39b.

Solidity: event RunCreate(uint256 result)

func (*ContentFilterer) FilterRunFinalize

func (_Content *ContentFilterer) FilterRunFinalize(opts *bind.FilterOpts) (*ContentRunFinalizeIterator, error)

FilterRunFinalize is a free log retrieval operation binding the contract event 0xbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891.

Solidity: event RunFinalize(uint256 requestNonce, uint256 result)

func (*ContentFilterer) FilterRunKill

func (_Content *ContentFilterer) FilterRunKill(opts *bind.FilterOpts) (*ContentRunKillIterator, error)

FilterRunKill is a free log retrieval operation binding the contract event 0x6d0dbfc3805aef247651b04b50fc717599f7e0b66c6b022ae1544406f7bf8f86.

Solidity: event RunKill(uint256 result)

func (*ContentFilterer) FilterRunStatusChange

func (_Content *ContentFilterer) FilterRunStatusChange(opts *bind.FilterOpts) (*ContentRunStatusChangeIterator, error)

FilterRunStatusChange is a free log retrieval operation binding the contract event 0xb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff.

Solidity: event RunStatusChange(int256 proposedStatusCode, int256 returnStatusCode)

func (*ContentFilterer) ParseLog

func (_Content *ContentFilterer) ParseLog(log types.Log) (*ContentLog, error)

ParseLog is a log parse operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*ContentFilterer) ParseLogAddress

func (_Content *ContentFilterer) ParseLogAddress(log types.Log) (*ContentLogAddress, error)

ParseLogAddress is a log parse operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*ContentFilterer) ParseLogBool

func (_Content *ContentFilterer) ParseLogBool(log types.Log) (*ContentLogBool, error)

ParseLogBool is a log parse operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*ContentFilterer) ParseLogBytes32

func (_Content *ContentFilterer) ParseLogBytes32(log types.Log) (*ContentLogBytes32, error)

ParseLogBytes32 is a log parse operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*ContentFilterer) ParseLogInt256

func (_Content *ContentFilterer) ParseLogInt256(log types.Log) (*ContentLogInt256, error)

ParseLogInt256 is a log parse operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*ContentFilterer) ParseLogPayment

func (_Content *ContentFilterer) ParseLogPayment(log types.Log) (*ContentLogPayment, error)

ParseLogPayment is a log parse operation binding the contract event 0x6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a.

Solidity: event LogPayment(string label, address payee, uint256 amount)

func (*ContentFilterer) ParseLogUint256

func (_Content *ContentFilterer) ParseLogUint256(log types.Log) (*ContentLogUint256, error)

ParseLogUint256 is a log parse operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

func (*ContentFilterer) ParseRunAccess

func (_Content *ContentFilterer) ParseRunAccess(log types.Log) (*ContentRunAccess, error)

ParseRunAccess is a log parse operation binding the contract event 0x3e68dc35f88d76818f276322c37f5021ee00e232fe0d27a93c02801aec4d9c58.

Solidity: event RunAccess(uint256 requestNonce, uint256 result)

func (*ContentFilterer) ParseRunAccessCharge

func (_Content *ContentFilterer) ParseRunAccessCharge(log types.Log) (*ContentRunAccessCharge, error)

ParseRunAccessCharge is a log parse operation binding the contract event 0xe1f170f83120da6c17cd0ed37a683fc996637c63d2c94a60c806d4cb7466f47b.

Solidity: event RunAccessCharge(int256 calculatedAccessCharge)

func (*ContentFilterer) ParseRunCreate

func (_Content *ContentFilterer) ParseRunCreate(log types.Log) (*ContentRunCreate, error)

ParseRunCreate is a log parse operation binding the contract event 0x9df71221e13c480b974b5d5bd7591b30b7ea3bfff8a56dfa7fde810a14c1c39b.

Solidity: event RunCreate(uint256 result)

func (*ContentFilterer) ParseRunFinalize

func (_Content *ContentFilterer) ParseRunFinalize(log types.Log) (*ContentRunFinalize, error)

ParseRunFinalize is a log parse operation binding the contract event 0xbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891.

Solidity: event RunFinalize(uint256 requestNonce, uint256 result)

func (*ContentFilterer) ParseRunKill

func (_Content *ContentFilterer) ParseRunKill(log types.Log) (*ContentRunKill, error)

ParseRunKill is a log parse operation binding the contract event 0x6d0dbfc3805aef247651b04b50fc717599f7e0b66c6b022ae1544406f7bf8f86.

Solidity: event RunKill(uint256 result)

func (*ContentFilterer) ParseRunStatusChange

func (_Content *ContentFilterer) ParseRunStatusChange(log types.Log) (*ContentRunStatusChange, error)

ParseRunStatusChange is a log parse operation binding the contract event 0xb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff.

Solidity: event RunStatusChange(int256 proposedStatusCode, int256 returnStatusCode)

func (*ContentFilterer) WatchLog

func (_Content *ContentFilterer) WatchLog(opts *bind.WatchOpts, sink chan<- *ContentLog) (event.Subscription, error)

WatchLog is a free log subscription operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*ContentFilterer) WatchLogAddress

func (_Content *ContentFilterer) WatchLogAddress(opts *bind.WatchOpts, sink chan<- *ContentLogAddress) (event.Subscription, error)

WatchLogAddress is a free log subscription operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*ContentFilterer) WatchLogBool

func (_Content *ContentFilterer) WatchLogBool(opts *bind.WatchOpts, sink chan<- *ContentLogBool) (event.Subscription, error)

WatchLogBool is a free log subscription operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*ContentFilterer) WatchLogBytes32

func (_Content *ContentFilterer) WatchLogBytes32(opts *bind.WatchOpts, sink chan<- *ContentLogBytes32) (event.Subscription, error)

WatchLogBytes32 is a free log subscription operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*ContentFilterer) WatchLogInt256

func (_Content *ContentFilterer) WatchLogInt256(opts *bind.WatchOpts, sink chan<- *ContentLogInt256) (event.Subscription, error)

WatchLogInt256 is a free log subscription operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*ContentFilterer) WatchLogPayment

func (_Content *ContentFilterer) WatchLogPayment(opts *bind.WatchOpts, sink chan<- *ContentLogPayment) (event.Subscription, error)

WatchLogPayment is a free log subscription operation binding the contract event 0x6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a.

Solidity: event LogPayment(string label, address payee, uint256 amount)

func (*ContentFilterer) WatchLogUint256

func (_Content *ContentFilterer) WatchLogUint256(opts *bind.WatchOpts, sink chan<- *ContentLogUint256) (event.Subscription, error)

WatchLogUint256 is a free log subscription operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

func (*ContentFilterer) WatchRunAccess

func (_Content *ContentFilterer) WatchRunAccess(opts *bind.WatchOpts, sink chan<- *ContentRunAccess) (event.Subscription, error)

WatchRunAccess is a free log subscription operation binding the contract event 0x3e68dc35f88d76818f276322c37f5021ee00e232fe0d27a93c02801aec4d9c58.

Solidity: event RunAccess(uint256 requestNonce, uint256 result)

func (*ContentFilterer) WatchRunAccessCharge

func (_Content *ContentFilterer) WatchRunAccessCharge(opts *bind.WatchOpts, sink chan<- *ContentRunAccessCharge) (event.Subscription, error)

WatchRunAccessCharge is a free log subscription operation binding the contract event 0xe1f170f83120da6c17cd0ed37a683fc996637c63d2c94a60c806d4cb7466f47b.

Solidity: event RunAccessCharge(int256 calculatedAccessCharge)

func (*ContentFilterer) WatchRunCreate

func (_Content *ContentFilterer) WatchRunCreate(opts *bind.WatchOpts, sink chan<- *ContentRunCreate) (event.Subscription, error)

WatchRunCreate is a free log subscription operation binding the contract event 0x9df71221e13c480b974b5d5bd7591b30b7ea3bfff8a56dfa7fde810a14c1c39b.

Solidity: event RunCreate(uint256 result)

func (*ContentFilterer) WatchRunFinalize

func (_Content *ContentFilterer) WatchRunFinalize(opts *bind.WatchOpts, sink chan<- *ContentRunFinalize) (event.Subscription, error)

WatchRunFinalize is a free log subscription operation binding the contract event 0xbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891.

Solidity: event RunFinalize(uint256 requestNonce, uint256 result)

func (*ContentFilterer) WatchRunKill

func (_Content *ContentFilterer) WatchRunKill(opts *bind.WatchOpts, sink chan<- *ContentRunKill) (event.Subscription, error)

WatchRunKill is a free log subscription operation binding the contract event 0x6d0dbfc3805aef247651b04b50fc717599f7e0b66c6b022ae1544406f7bf8f86.

Solidity: event RunKill(uint256 result)

func (*ContentFilterer) WatchRunStatusChange

func (_Content *ContentFilterer) WatchRunStatusChange(opts *bind.WatchOpts, sink chan<- *ContentRunStatusChange) (event.Subscription, error)

WatchRunStatusChange is a free log subscription operation binding the contract event 0xb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff.

Solidity: event RunStatusChange(int256 proposedStatusCode, int256 returnStatusCode)

type ContentLog

type ContentLog struct {
	Label string
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLog represents a Log event raised by the Content contract.

type ContentLogAddress

type ContentLogAddress struct {
	Label string
	A     common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLogAddress represents a LogAddress event raised by the Content contract.

type ContentLogAddressIterator

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

ContentLogAddressIterator is returned from FilterLogAddress and is used to iterate over the raw logs and unpacked data for LogAddress events raised by the Content contract.

func (*ContentLogAddressIterator) Close

func (it *ContentLogAddressIterator) Close() error

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

func (*ContentLogAddressIterator) Error

func (it *ContentLogAddressIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogAddressIterator) Next

func (it *ContentLogAddressIterator) 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 ContentLogBool

type ContentLogBool struct {
	Label string
	B     bool
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLogBool represents a LogBool event raised by the Content contract.

type ContentLogBoolIterator

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

ContentLogBoolIterator is returned from FilterLogBool and is used to iterate over the raw logs and unpacked data for LogBool events raised by the Content contract.

func (*ContentLogBoolIterator) Close

func (it *ContentLogBoolIterator) Close() error

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

func (*ContentLogBoolIterator) Error

func (it *ContentLogBoolIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogBoolIterator) Next

func (it *ContentLogBoolIterator) 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 ContentLogBytes32

type ContentLogBytes32 struct {
	Label string
	B     [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLogBytes32 represents a LogBytes32 event raised by the Content contract.

type ContentLogBytes32Iterator

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

ContentLogBytes32Iterator is returned from FilterLogBytes32 and is used to iterate over the raw logs and unpacked data for LogBytes32 events raised by the Content contract.

func (*ContentLogBytes32Iterator) Close

func (it *ContentLogBytes32Iterator) Close() error

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

func (*ContentLogBytes32Iterator) Error

func (it *ContentLogBytes32Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogBytes32Iterator) Next

func (it *ContentLogBytes32Iterator) 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 ContentLogInt256

type ContentLogInt256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLogInt256 represents a LogInt256 event raised by the Content contract.

type ContentLogInt256Iterator

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

ContentLogInt256Iterator is returned from FilterLogInt256 and is used to iterate over the raw logs and unpacked data for LogInt256 events raised by the Content contract.

func (*ContentLogInt256Iterator) Close

func (it *ContentLogInt256Iterator) Close() error

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

func (*ContentLogInt256Iterator) Error

func (it *ContentLogInt256Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogInt256Iterator) Next

func (it *ContentLogInt256Iterator) 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 ContentLogIterator

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

ContentLogIterator is returned from FilterLog and is used to iterate over the raw logs and unpacked data for Log events raised by the Content contract.

func (*ContentLogIterator) Close

func (it *ContentLogIterator) Close() error

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

func (*ContentLogIterator) Error

func (it *ContentLogIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogIterator) Next

func (it *ContentLogIterator) 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 ContentLogPayment

type ContentLogPayment struct {
	Label  string
	Payee  common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

ContentLogPayment represents a LogPayment event raised by the Content contract.

type ContentLogPaymentIterator

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

ContentLogPaymentIterator is returned from FilterLogPayment and is used to iterate over the raw logs and unpacked data for LogPayment events raised by the Content contract.

func (*ContentLogPaymentIterator) Close

func (it *ContentLogPaymentIterator) Close() error

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

func (*ContentLogPaymentIterator) Error

func (it *ContentLogPaymentIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogPaymentIterator) Next

func (it *ContentLogPaymentIterator) 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 ContentLogUint256

type ContentLogUint256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

ContentLogUint256 represents a LogUint256 event raised by the Content contract.

type ContentLogUint256Iterator

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

ContentLogUint256Iterator is returned from FilterLogUint256 and is used to iterate over the raw logs and unpacked data for LogUint256 events raised by the Content contract.

func (*ContentLogUint256Iterator) Close

func (it *ContentLogUint256Iterator) Close() error

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

func (*ContentLogUint256Iterator) Error

func (it *ContentLogUint256Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentLogUint256Iterator) Next

func (it *ContentLogUint256Iterator) 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 ContentObjectCreate

type ContentObjectCreate struct {
	ContainingLibrary common.Address
	Raw               types.Log // Blockchain specific contextual infos
}

ContentObjectCreate event with ID 0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19

type ContentObjectCreated

type ContentObjectCreated struct {
	ContentAddress common.Address
	ContentType    common.Address
	SpaceAddress   common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

ContentObjectCreated event with ID 0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878

type ContentObjectDeleted

type ContentObjectDeleted struct {
	ContentAddress common.Address
	SpaceAddress   common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

ContentObjectDeleted event with ID 0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e

type ContentRunAccess

type ContentRunAccess struct {
	RequestNonce *big.Int
	Result       *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

ContentRunAccess represents a RunAccess event raised by the Content contract.

type ContentRunAccessCharge

type ContentRunAccessCharge struct {
	CalculatedAccessCharge *big.Int
	Raw                    types.Log // Blockchain specific contextual infos
}

ContentRunAccessCharge represents a RunAccessCharge event raised by the Content contract.

type ContentRunAccessChargeIterator

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

ContentRunAccessChargeIterator is returned from FilterRunAccessCharge and is used to iterate over the raw logs and unpacked data for RunAccessCharge events raised by the Content contract.

func (*ContentRunAccessChargeIterator) Close

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

func (*ContentRunAccessChargeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunAccessChargeIterator) 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 ContentRunAccessIterator

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

ContentRunAccessIterator is returned from FilterRunAccess and is used to iterate over the raw logs and unpacked data for RunAccess events raised by the Content contract.

func (*ContentRunAccessIterator) Close

func (it *ContentRunAccessIterator) Close() error

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

func (*ContentRunAccessIterator) Error

func (it *ContentRunAccessIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunAccessIterator) Next

func (it *ContentRunAccessIterator) 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 ContentRunCreate

type ContentRunCreate struct {
	Result *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

ContentRunCreate represents a RunCreate event raised by the Content contract.

type ContentRunCreateIterator

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

ContentRunCreateIterator is returned from FilterRunCreate and is used to iterate over the raw logs and unpacked data for RunCreate events raised by the Content contract.

func (*ContentRunCreateIterator) Close

func (it *ContentRunCreateIterator) Close() error

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

func (*ContentRunCreateIterator) Error

func (it *ContentRunCreateIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunCreateIterator) Next

func (it *ContentRunCreateIterator) 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 ContentRunFinalize

type ContentRunFinalize struct {
	RequestNonce *big.Int
	Result       *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

ContentRunFinalize represents a RunFinalize event raised by the Content contract.

type ContentRunFinalizeIterator

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

ContentRunFinalizeIterator is returned from FilterRunFinalize and is used to iterate over the raw logs and unpacked data for RunFinalize events raised by the Content contract.

func (*ContentRunFinalizeIterator) Close

func (it *ContentRunFinalizeIterator) Close() error

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

func (*ContentRunFinalizeIterator) Error

func (it *ContentRunFinalizeIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunFinalizeIterator) Next

func (it *ContentRunFinalizeIterator) 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 ContentRunKill

type ContentRunKill struct {
	Result *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

ContentRunKill represents a RunKill event raised by the Content contract.

type ContentRunKillIterator

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

ContentRunKillIterator is returned from FilterRunKill and is used to iterate over the raw logs and unpacked data for RunKill events raised by the Content contract.

func (*ContentRunKillIterator) Close

func (it *ContentRunKillIterator) Close() error

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

func (*ContentRunKillIterator) Error

func (it *ContentRunKillIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunKillIterator) Next

func (it *ContentRunKillIterator) 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 ContentRunStatusChange

type ContentRunStatusChange struct {
	ProposedStatusCode *big.Int
	ReturnStatusCode   *big.Int
	Raw                types.Log // Blockchain specific contextual infos
}

ContentRunStatusChange represents a RunStatusChange event raised by the Content contract.

type ContentRunStatusChangeIterator

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

ContentRunStatusChangeIterator is returned from FilterRunStatusChange and is used to iterate over the raw logs and unpacked data for RunStatusChange events raised by the Content contract.

func (*ContentRunStatusChangeIterator) Close

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

func (*ContentRunStatusChangeIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ContentRunStatusChangeIterator) 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 ContentTransactor

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

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

func NewContentTransactor

func NewContentTransactor(address common.Address, transactor bind.ContractTransactor) (*ContentTransactor, error)

NewContentTransactor creates a new write-only instance of Content, bound to a specific deployed contract.

func (*ContentTransactor) CommandKill

func (_Content *ContentTransactor) CommandKill(opts *bind.TransactOpts) (*types.Transaction, error)

CommandKill is a paid mutator transaction binding the contract method 0x2de3ecd1.

Solidity: function commandKill() returns()

func (*ContentTransactor) Fallback

func (_Content *ContentTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*ContentTransactor) Kill

func (_Content *ContentTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*ContentTransactor) RunAccess

func (_Content *ContentTransactor) RunAccess(opts *bind.TransactOpts, arg0 *big.Int, arg1 [][32]byte, arg2 []common.Address, arg3 common.Address) (*types.Transaction, error)

RunAccess is a paid mutator transaction binding the contract method 0xf9b4aa02.

Solidity: function runAccess(uint256 , bytes32[] , address[] , address ) payable returns(uint256)

func (*ContentTransactor) RunCreate

func (_Content *ContentTransactor) RunCreate(opts *bind.TransactOpts) (*types.Transaction, error)

RunCreate is a paid mutator transaction binding the contract method 0x7b1cdb3e.

Solidity: function runCreate() payable returns(uint256)

func (*ContentTransactor) RunEdit

func (_Content *ContentTransactor) RunEdit(opts *bind.TransactOpts) (*types.Transaction, error)

RunEdit is a paid mutator transaction binding the contract method 0xc9f3d94c.

Solidity: function runEdit() returns(uint256)

func (*ContentTransactor) RunFinalize

func (_Content *ContentTransactor) RunFinalize(opts *bind.TransactOpts, arg0 *big.Int, arg1 [][32]byte, arg2 []common.Address, arg3 common.Address) (*types.Transaction, error)

RunFinalize is a paid mutator transaction binding the contract method 0x1a485ccd.

Solidity: function runFinalize(uint256 , bytes32[] , address[] , address ) payable returns(uint256)

func (*ContentTransactor) RunKill

func (_Content *ContentTransactor) RunKill(opts *bind.TransactOpts) (*types.Transaction, error)

RunKill is a paid mutator transaction binding the contract method 0x9e99bbea.

Solidity: function runKill() payable returns(uint256)

func (*ContentTransactor) RunKillExt

func (_Content *ContentTransactor) RunKillExt(opts *bind.TransactOpts) (*types.Transaction, error)

RunKillExt is a paid mutator transaction binding the contract method 0x860b2492.

Solidity: function runKillExt() payable returns(uint256)

func (*ContentTransactor) RunStatusChange

func (_Content *ContentTransactor) RunStatusChange(opts *bind.TransactOpts, proposed_status_code *big.Int) (*types.Transaction, error)

RunStatusChange is a paid mutator transaction binding the contract method 0x3513a805.

Solidity: function runStatusChange(int256 proposed_status_code) payable returns(int256)

func (*ContentTransactor) TransferCreatorship

func (_Content *ContentTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*ContentTransactor) TransferOwnership

func (_Content *ContentTransactor) 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 ContentTypeAdded

type ContentTypeAdded struct {
	ContentType     common.Address
	ContentContract common.Address
	Raw             types.Log // Blockchain specific contextual infos
}

ContentTypeAdded event with ID 0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7

type ContentTypeRemoved

type ContentTypeRemoved struct {
	ContentType common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

ContentTypeRemoved event with ID 0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2

type ContributorGroupAdded

type ContributorGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

ContributorGroupAdded event with ID 0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61

type ContributorGroupRemoved

type ContributorGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

ContributorGroupRemoved event with ID 0xbbd97daa1862eb12f77ed128a557406737cee07b131b1e2d7140dff2005e197c

type CounterIncremented

type CounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

CounterIncremented event with ID 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f

type CounterObject

type CounterObject struct {
	CounterObjectCaller     // Read-only binding to the contract
	CounterObjectTransactor // Write-only binding to the contract
	CounterObjectFilterer   // Log filterer for contract events
}

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

func DeployCounterObject

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

DeployCounterObject deploys a new Ethereum contract, binding an instance of CounterObject to it.

func NewCounterObject

func NewCounterObject(address common.Address, backend bind.ContractBackend) (*CounterObject, error)

NewCounterObject creates a new instance of CounterObject, bound to a specific deployed contract.

type CounterObjectBitSetAndGet

type CounterObjectBitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

CounterObjectBitSetAndGet represents a BitSetAndGet event raised by the CounterObject contract.

type CounterObjectBitSetAndGetIterator

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

CounterObjectBitSetAndGetIterator is returned from FilterBitSetAndGet and is used to iterate over the raw logs and unpacked data for BitSetAndGet events raised by the CounterObject contract.

func (*CounterObjectBitSetAndGetIterator) Close

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

func (*CounterObjectBitSetAndGetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CounterObjectBitSetAndGetIterator) 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 CounterObjectCaller

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

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

func NewCounterObjectCaller

func NewCounterObjectCaller(address common.Address, caller bind.ContractCaller) (*CounterObjectCaller, error)

NewCounterObjectCaller creates a new read-only instance of CounterObject, bound to a specific deployed contract.

func (*CounterObjectCaller) ContentSpace

func (_CounterObject *CounterObjectCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*CounterObjectCaller) Creator

func (_CounterObject *CounterObjectCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*CounterObjectCaller) GetBit

func (_CounterObject *CounterObjectCaller) GetBit(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (bool, error)

GetBit is a free data retrieval call binding the contract method 0x30f846a2.

Solidity: function getBit(bytes32 _ident, uint8 _ord) view returns(bool)

func (*CounterObjectCaller) GetCounter

func (_CounterObject *CounterObjectCaller) GetCounter(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (uint32, error)

GetCounter is a free data retrieval call binding the contract method 0xe1954b61.

Solidity: function getCounter(bytes32 _ident, uint8 _ord) view returns(uint32)

func (*CounterObjectCaller) IsAdmin

func (_CounterObject *CounterObjectCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*CounterObjectCaller) Owner

func (_CounterObject *CounterObjectCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*CounterObjectCaller) Version

func (_CounterObject *CounterObjectCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*CounterObjectCaller) VersionAPI

func (_CounterObject *CounterObjectCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type CounterObjectCounterIncremented

type CounterObjectCounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

CounterObjectCounterIncremented represents a CounterIncremented event raised by the CounterObject contract.

type CounterObjectCounterIncrementedIterator

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

CounterObjectCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the CounterObject contract.

func (*CounterObjectCounterIncrementedIterator) Close

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

func (*CounterObjectCounterIncrementedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CounterObjectCounterIncrementedIterator) 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 CounterObjectFilterer

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

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

func NewCounterObjectFilterer

func NewCounterObjectFilterer(address common.Address, filterer bind.ContractFilterer) (*CounterObjectFilterer, error)

NewCounterObjectFilterer creates a new log filterer instance of CounterObject, bound to a specific deployed contract.

func (*CounterObjectFilterer) FilterBitSetAndGet

func (_CounterObject *CounterObjectFilterer) FilterBitSetAndGet(opts *bind.FilterOpts) (*CounterObjectBitSetAndGetIterator, error)

FilterBitSetAndGet is a free log retrieval operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*CounterObjectFilterer) FilterCounterIncremented

func (_CounterObject *CounterObjectFilterer) FilterCounterIncremented(opts *bind.FilterOpts) (*CounterObjectCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*CounterObjectFilterer) FilterWordGroupDeleted

func (_CounterObject *CounterObjectFilterer) FilterWordGroupDeleted(opts *bind.FilterOpts) (*CounterObjectWordGroupDeletedIterator, error)

FilterWordGroupDeleted is a free log retrieval operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*CounterObjectFilterer) ParseBitSetAndGet

func (_CounterObject *CounterObjectFilterer) ParseBitSetAndGet(log types.Log) (*CounterObjectBitSetAndGet, error)

ParseBitSetAndGet is a log parse operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*CounterObjectFilterer) ParseCounterIncremented

func (_CounterObject *CounterObjectFilterer) ParseCounterIncremented(log types.Log) (*CounterObjectCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*CounterObjectFilterer) ParseWordGroupDeleted

func (_CounterObject *CounterObjectFilterer) ParseWordGroupDeleted(log types.Log) (*CounterObjectWordGroupDeleted, error)

ParseWordGroupDeleted is a log parse operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*CounterObjectFilterer) WatchBitSetAndGet

func (_CounterObject *CounterObjectFilterer) WatchBitSetAndGet(opts *bind.WatchOpts, sink chan<- *CounterObjectBitSetAndGet) (event.Subscription, error)

WatchBitSetAndGet is a free log subscription operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*CounterObjectFilterer) WatchCounterIncremented

func (_CounterObject *CounterObjectFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *CounterObjectCounterIncremented) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*CounterObjectFilterer) WatchWordGroupDeleted

func (_CounterObject *CounterObjectFilterer) WatchWordGroupDeleted(opts *bind.WatchOpts, sink chan<- *CounterObjectWordGroupDeleted) (event.Subscription, error)

WatchWordGroupDeleted is a free log subscription operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

type CounterObjectTransactor

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

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

func NewCounterObjectTransactor

func NewCounterObjectTransactor(address common.Address, transactor bind.ContractTransactor) (*CounterObjectTransactor, error)

NewCounterObjectTransactor creates a new write-only instance of CounterObject, bound to a specific deployed contract.

func (*CounterObjectTransactor) DeleteGroup

func (_CounterObject *CounterObjectTransactor) DeleteGroup(opts *bind.TransactOpts, _ident [32]byte) (*types.Transaction, error)

DeleteGroup is a paid mutator transaction binding the contract method 0xe57097c9.

Solidity: function deleteGroup(bytes32 _ident) returns()

func (*CounterObjectTransactor) Fallback

func (_CounterObject *CounterObjectTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*CounterObjectTransactor) IncrementCounter

func (_CounterObject *CounterObjectTransactor) IncrementCounter(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

IncrementCounter is a paid mutator transaction binding the contract method 0x7558cbf0.

Solidity: function incrementCounter(bytes32 _ident, uint8 _ord) returns()

func (*CounterObjectTransactor) Kill

func (_CounterObject *CounterObjectTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*CounterObjectTransactor) SetAndGetBit

func (_CounterObject *CounterObjectTransactor) SetAndGetBit(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

SetAndGetBit is a paid mutator transaction binding the contract method 0x24d7c18d.

Solidity: function setAndGetBit(bytes32 _ident, uint8 _ord) returns(bool)

func (*CounterObjectTransactor) TransferCreatorship

func (_CounterObject *CounterObjectTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*CounterObjectTransactor) TransferOwnership

func (_CounterObject *CounterObjectTransactor) 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 CounterObjectWordGroupDeleted

type CounterObjectWordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

CounterObjectWordGroupDeleted represents a WordGroupDeleted event raised by the CounterObject contract.

type CounterObjectWordGroupDeletedIterator

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

CounterObjectWordGroupDeletedIterator is returned from FilterWordGroupDeleted and is used to iterate over the raw logs and unpacked data for WordGroupDeleted events raised by the CounterObject contract.

func (*CounterObjectWordGroupDeletedIterator) Close

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

func (*CounterObjectWordGroupDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CounterObjectWordGroupDeletedIterator) 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 CreateAccessWallet

type CreateAccessWallet struct {
	Wallet common.Address
	Raw    types.Log // Blockchain specific contextual infos
}

CreateAccessWallet event with ID 0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca

type CreateContent

type CreateContent struct {
	ContentAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

CreateContent event with ID 0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce

type CreateContentType

type CreateContentType struct {
	ContentTypeAddress common.Address
	Raw                types.Log // Blockchain specific contextual infos
}

CreateContentType event with ID 0x9e69777f30c55126be256664fa7beff4b796ac32ebceab94df5071b0148017f8

type CreateGroup

type CreateGroup struct {
	GroupAddress common.Address
	Raw          types.Log // Blockchain specific contextual infos
}

CreateGroup event with ID 0xa3b1fe71ae61bad8cffa485b230e24e518938f76182a30fa0d9979e7237ad159

type CreateLibrary

type CreateLibrary struct {
	LibraryAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

CreateLibrary event with ID 0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571

type CreateSpace

type CreateSpace struct {
	Version [32]byte
	Owner   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

CreateSpace event with ID 0x599bb380c80b69455450a615c515544b8da3b09f2efa116a5f0567682203cf54

type CreateTenant

type CreateTenant struct {
	Version [32]byte
	Owner   common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

CreateTenant event with ID 0xc2fe67ac699789805c53a93eea70eb0e316deaf8db4b810382d2412ba4fcb4c8

type ERC721Proxy

type ERC721Proxy struct {
	ERC721ProxyCaller     // Read-only binding to the contract
	ERC721ProxyTransactor // Write-only binding to the contract
	ERC721ProxyFilterer   // Log filterer for contract events
}

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

func DeployERC721Proxy

func DeployERC721Proxy(auth *bind.TransactOpts, backend bind.ContractBackend, _extAddr common.Address, _configName string) (common.Address, *types.Transaction, *ERC721Proxy, error)

DeployERC721Proxy deploys a new Ethereum contract, binding an instance of ERC721Proxy to it.

func NewERC721Proxy

func NewERC721Proxy(address common.Address, backend bind.ContractBackend) (*ERC721Proxy, error)

NewERC721Proxy creates a new instance of ERC721Proxy, bound to a specific deployed contract.

type ERC721ProxyCaller

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

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

func NewERC721ProxyCaller

func NewERC721ProxyCaller(address common.Address, caller bind.ContractCaller) (*ERC721ProxyCaller, error)

NewERC721ProxyCaller creates a new read-only instance of ERC721Proxy, bound to a specific deployed contract.

func (*ERC721ProxyCaller) BalanceOf

func (_ERC721Proxy *ERC721ProxyCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256 balance)

func (*ERC721ProxyCaller) ConfigName

func (_ERC721Proxy *ERC721ProxyCaller) ConfigName(opts *bind.CallOpts) (string, error)

ConfigName is a free data retrieval call binding the contract method 0x7bed7493.

Solidity: function configName() view returns(string)

func (*ERC721ProxyCaller) ExternalAddress

func (_ERC721Proxy *ERC721ProxyCaller) ExternalAddress(opts *bind.CallOpts) (common.Address, error)

ExternalAddress is a free data retrieval call binding the contract method 0xe70347bb.

Solidity: function externalAddress() view returns(address)

func (*ERC721ProxyCaller) Version

func (_ERC721Proxy *ERC721ProxyCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

type ERC721ProxyFilterer

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

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

func NewERC721ProxyFilterer

func NewERC721ProxyFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721ProxyFilterer, error)

NewERC721ProxyFilterer creates a new log filterer instance of ERC721Proxy, bound to a specific deployed contract.

type ERC721ProxyTransactor

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

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

func NewERC721ProxyTransactor

func NewERC721ProxyTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721ProxyTransactor, error)

NewERC721ProxyTransactor creates a new write-only instance of ERC721Proxy, bound to a specific deployed contract.

type Editable

type Editable struct {
	EditableCaller     // Read-only binding to the contract
	EditableTransactor // Write-only binding to the contract
	EditableFilterer   // Log filterer for contract events
}

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

func DeployEditable

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

DeployEditable deploys a new Ethereum contract, binding an instance of Editable to it.

func NewEditable

func NewEditable(address common.Address, backend bind.ContractBackend) (*Editable, error)

NewEditable creates a new instance of Editable, bound to a specific deployed contract.

type EditableAccessRequestV3

type EditableAccessRequestV3 struct {
	RequestNonce     *big.Int
	ParentAddress    common.Address
	ContextHash      [32]byte
	Accessor         common.Address
	RequestTimestamp *big.Int
	Raw              types.Log // Blockchain specific contextual infos
}

EditableAccessRequestV3 represents a AccessRequestV3 event raised by the Editable contract.

type EditableAccessRequestV3Iterator

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

EditableAccessRequestV3Iterator is returned from FilterAccessRequestV3 and is used to iterate over the raw logs and unpacked data for AccessRequestV3 events raised by the Editable contract.

func (*EditableAccessRequestV3Iterator) Close

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

func (*EditableAccessRequestV3Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableAccessRequestV3Iterator) 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 EditableCaller

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

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

func NewEditableCaller

func NewEditableCaller(address common.Address, caller bind.ContractCaller) (*EditableCaller, error)

NewEditableCaller creates a new read-only instance of Editable, bound to a specific deployed contract.

func (*EditableCaller) CANACCESS

func (_Editable *EditableCaller) CANACCESS(opts *bind.CallOpts) (uint8, error)

CANACCESS is a free data retrieval call binding the contract method 0x97ac4fd2.

Solidity: function CAN_ACCESS() view returns(uint8)

func (*EditableCaller) CANEDIT

func (_Editable *EditableCaller) CANEDIT(opts *bind.CallOpts) (uint8, error)

CANEDIT is a free data retrieval call binding the contract method 0xef1d7dc2.

Solidity: function CAN_EDIT() view returns(uint8)

func (*EditableCaller) CANSEE

func (_Editable *EditableCaller) CANSEE(opts *bind.CallOpts) (uint8, error)

CANSEE is a free data retrieval call binding the contract method 0x100508a2.

Solidity: function CAN_SEE() view returns(uint8)

func (*EditableCaller) CanCommit

func (_Editable *EditableCaller) CanCommit(opts *bind.CallOpts) (bool, error)

CanCommit is a free data retrieval call binding the contract method 0x6e375427.

Solidity: function canCommit() view returns(bool)

func (*EditableCaller) CanConfirm

func (_Editable *EditableCaller) CanConfirm(opts *bind.CallOpts) (bool, error)

CanConfirm is a free data retrieval call binding the contract method 0x14cfabb3.

Solidity: function canConfirm() view returns(bool)

func (*EditableCaller) CanEdit

func (_Editable *EditableCaller) CanEdit(opts *bind.CallOpts) (bool, error)

CanEdit is a free data retrieval call binding the contract method 0x81beeb64.

Solidity: function canEdit() view returns(bool)

func (*EditableCaller) CommitPending

func (_Editable *EditableCaller) CommitPending(opts *bind.CallOpts) (bool, error)

CommitPending is a free data retrieval call binding the contract method 0x375a6e7c.

Solidity: function commitPending() view returns(bool)

func (*EditableCaller) ContentSpace

func (_Editable *EditableCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*EditableCaller) CountVersionHashes

func (_Editable *EditableCaller) CountVersionHashes(opts *bind.CallOpts) (*big.Int, error)

CountVersionHashes is a free data retrieval call binding the contract method 0x331b86c0.

Solidity: function countVersionHashes() view returns(uint256)

func (*EditableCaller) Creator

func (_Editable *EditableCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*EditableCaller) HasAccess

func (_Editable *EditableCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

func (*EditableCaller) HasEditorRight

func (_Editable *EditableCaller) HasEditorRight(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasEditorRight is a free data retrieval call binding the contract method 0x67e5c3bf.

Solidity: function hasEditorRight(address candidate) view returns(bool)

func (*EditableCaller) IndexCategory

func (_Editable *EditableCaller) IndexCategory(opts *bind.CallOpts) (uint8, error)

IndexCategory is a free data retrieval call binding the contract method 0x6380501f.

Solidity: function indexCategory() view returns(uint8)

func (*EditableCaller) ObjectHash

func (_Editable *EditableCaller) ObjectHash(opts *bind.CallOpts) (string, error)

ObjectHash is a free data retrieval call binding the contract method 0xe02dd9c2.

Solidity: function objectHash() view returns(string)

func (*EditableCaller) ObjectTimestamp

func (_Editable *EditableCaller) ObjectTimestamp(opts *bind.CallOpts) (*big.Int, error)

ObjectTimestamp is a free data retrieval call binding the contract method 0x40b87a26.

Solidity: function objectTimestamp() view returns(uint256)

func (*EditableCaller) Owner

func (_Editable *EditableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*EditableCaller) ParentAddress

func (_Editable *EditableCaller) ParentAddress(opts *bind.CallOpts) (common.Address, error)

ParentAddress is a free data retrieval call binding the contract method 0x00821de3.

Solidity: function parentAddress() view returns(address)

func (*EditableCaller) PendingHash

func (_Editable *EditableCaller) PendingHash(opts *bind.CallOpts) (string, error)

PendingHash is a free data retrieval call binding the contract method 0x628449fd.

Solidity: function pendingHash() view returns(string)

func (*EditableCaller) Version

func (_Editable *EditableCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*EditableCaller) VersionAPI

func (_Editable *EditableCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

func (*EditableCaller) VersionHashes

func (_Editable *EditableCaller) VersionHashes(opts *bind.CallOpts, arg0 *big.Int) (string, error)

VersionHashes is a free data retrieval call binding the contract method 0x7ca8f618.

Solidity: function versionHashes(uint256 ) view returns(string)

func (*EditableCaller) VersionTimestamp

func (_Editable *EditableCaller) VersionTimestamp(opts *bind.CallOpts, arg0 *big.Int) (*big.Int, error)

VersionTimestamp is a free data retrieval call binding the contract method 0x7886f747.

Solidity: function versionTimestamp(uint256 ) view returns(uint256)

func (*EditableCaller) Visibility

func (_Editable *EditableCaller) Visibility(opts *bind.CallOpts) (uint8, error)

Visibility is a free data retrieval call binding the contract method 0x29adec14.

Solidity: function visibility() view returns(uint8)

type EditableCommitPending

type EditableCommitPending struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

EditableCommitPending represents a CommitPending event raised by the Editable contract.

type EditableCommitPendingIterator

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

EditableCommitPendingIterator is returned from FilterCommitPending and is used to iterate over the raw logs and unpacked data for CommitPending events raised by the Editable contract.

func (*EditableCommitPendingIterator) Close

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

func (*EditableCommitPendingIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableCommitPendingIterator) 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 EditableFilterer

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

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

func NewEditableFilterer

func NewEditableFilterer(address common.Address, filterer bind.ContractFilterer) (*EditableFilterer, error)

NewEditableFilterer creates a new log filterer instance of Editable, bound to a specific deployed contract.

func (*EditableFilterer) FilterAccessRequestV3

func (_Editable *EditableFilterer) FilterAccessRequestV3(opts *bind.FilterOpts) (*EditableAccessRequestV3Iterator, error)

FilterAccessRequestV3 is a free log retrieval operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*EditableFilterer) FilterCommitPending

func (_Editable *EditableFilterer) FilterCommitPending(opts *bind.FilterOpts) (*EditableCommitPendingIterator, error)

FilterCommitPending is a free log retrieval operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) FilterUpdateRequest

func (_Editable *EditableFilterer) FilterUpdateRequest(opts *bind.FilterOpts) (*EditableUpdateRequestIterator, error)

FilterUpdateRequest is a free log retrieval operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*EditableFilterer) FilterVersionConfirm

func (_Editable *EditableFilterer) FilterVersionConfirm(opts *bind.FilterOpts) (*EditableVersionConfirmIterator, error)

FilterVersionConfirm is a free log retrieval operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) FilterVersionDelete

func (_Editable *EditableFilterer) FilterVersionDelete(opts *bind.FilterOpts) (*EditableVersionDeleteIterator, error)

FilterVersionDelete is a free log retrieval operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*EditableFilterer) FilterVisibilityChanged

func (_Editable *EditableFilterer) FilterVisibilityChanged(opts *bind.FilterOpts) (*EditableVisibilityChangedIterator, error)

FilterVisibilityChanged is a free log retrieval operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*EditableFilterer) ParseAccessRequestV3

func (_Editable *EditableFilterer) ParseAccessRequestV3(log types.Log) (*EditableAccessRequestV3, error)

ParseAccessRequestV3 is a log parse operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*EditableFilterer) ParseCommitPending

func (_Editable *EditableFilterer) ParseCommitPending(log types.Log) (*EditableCommitPending, error)

ParseCommitPending is a log parse operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) ParseUpdateRequest

func (_Editable *EditableFilterer) ParseUpdateRequest(log types.Log) (*EditableUpdateRequest, error)

ParseUpdateRequest is a log parse operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*EditableFilterer) ParseVersionConfirm

func (_Editable *EditableFilterer) ParseVersionConfirm(log types.Log) (*EditableVersionConfirm, error)

ParseVersionConfirm is a log parse operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) ParseVersionDelete

func (_Editable *EditableFilterer) ParseVersionDelete(log types.Log) (*EditableVersionDelete, error)

ParseVersionDelete is a log parse operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*EditableFilterer) ParseVisibilityChanged

func (_Editable *EditableFilterer) ParseVisibilityChanged(log types.Log) (*EditableVisibilityChanged, error)

ParseVisibilityChanged is a log parse operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

func (*EditableFilterer) WatchAccessRequestV3

func (_Editable *EditableFilterer) WatchAccessRequestV3(opts *bind.WatchOpts, sink chan<- *EditableAccessRequestV3) (event.Subscription, error)

WatchAccessRequestV3 is a free log subscription operation binding the contract event 0x545ceffc5093a8300777a74bb094968fbd62d128313df01eb72fd5350ec659c7.

Solidity: event AccessRequestV3(uint256 requestNonce, address parentAddress, bytes32 contextHash, address accessor, uint256 requestTimestamp)

func (*EditableFilterer) WatchCommitPending

func (_Editable *EditableFilterer) WatchCommitPending(opts *bind.WatchOpts, sink chan<- *EditableCommitPending) (event.Subscription, error)

WatchCommitPending is a free log subscription operation binding the contract event 0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75.

Solidity: event CommitPending(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) WatchUpdateRequest

func (_Editable *EditableFilterer) WatchUpdateRequest(opts *bind.WatchOpts, sink chan<- *EditableUpdateRequest) (event.Subscription, error)

WatchUpdateRequest is a free log subscription operation binding the contract event 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65.

Solidity: event UpdateRequest(string objectHash)

func (*EditableFilterer) WatchVersionConfirm

func (_Editable *EditableFilterer) WatchVersionConfirm(opts *bind.WatchOpts, sink chan<- *EditableVersionConfirm) (event.Subscription, error)

WatchVersionConfirm is a free log subscription operation binding the contract event 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df.

Solidity: event VersionConfirm(address spaceAddress, address parentAddress, string objectHash)

func (*EditableFilterer) WatchVersionDelete

func (_Editable *EditableFilterer) WatchVersionDelete(opts *bind.WatchOpts, sink chan<- *EditableVersionDelete) (event.Subscription, error)

WatchVersionDelete is a free log subscription operation binding the contract event 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51.

Solidity: event VersionDelete(address spaceAddress, string versionHash, int256 index)

func (*EditableFilterer) WatchVisibilityChanged

func (_Editable *EditableFilterer) WatchVisibilityChanged(opts *bind.WatchOpts, sink chan<- *EditableVisibilityChanged) (event.Subscription, error)

WatchVisibilityChanged is a free log subscription operation binding the contract event 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500.

Solidity: event VisibilityChanged(address contentSpace, address parentAddress, uint8 visibility)

type EditableTransactor

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

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

func NewEditableTransactor

func NewEditableTransactor(address common.Address, transactor bind.ContractTransactor) (*EditableTransactor, error)

NewEditableTransactor creates a new write-only instance of Editable, bound to a specific deployed contract.

func (*EditableTransactor) AccessRequestV3

func (_Editable *EditableTransactor) AccessRequestV3(opts *bind.TransactOpts, arg0 [][32]byte, arg1 []common.Address) (*types.Transaction, error)

AccessRequestV3 is a paid mutator transaction binding the contract method 0x1bf7a912.

Solidity: function accessRequestV3(bytes32[] , address[] ) payable returns(bool)

func (*EditableTransactor) ClearPending

func (_Editable *EditableTransactor) ClearPending(opts *bind.TransactOpts) (*types.Transaction, error)

ClearPending is a paid mutator transaction binding the contract method 0x5f6a1301.

Solidity: function clearPending() returns()

func (*EditableTransactor) Commit

func (_Editable *EditableTransactor) Commit(opts *bind.TransactOpts, _objectHash string) (*types.Transaction, error)

Commit is a paid mutator transaction binding the contract method 0x9867db74.

Solidity: function commit(string _objectHash) returns()

func (*EditableTransactor) ConfirmCommit

func (_Editable *EditableTransactor) ConfirmCommit(opts *bind.TransactOpts) (*types.Transaction, error)

ConfirmCommit is a paid mutator transaction binding the contract method 0x446e8826.

Solidity: function confirmCommit() payable returns(bool)

func (*EditableTransactor) DeleteVersion

func (_Editable *EditableTransactor) DeleteVersion(opts *bind.TransactOpts, _versionHash string) (*types.Transaction, error)

DeleteVersion is a paid mutator transaction binding the contract method 0xe1a70717.

Solidity: function deleteVersion(string _versionHash) returns(int256)

func (*EditableTransactor) Fallback

func (_Editable *EditableTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*EditableTransactor) Kill

func (_Editable *EditableTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*EditableTransactor) SetGroupRights

func (_Editable *EditableTransactor) SetGroupRights(opts *bind.TransactOpts, group common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetGroupRights is a paid mutator transaction binding the contract method 0x22e564eb.

Solidity: function setGroupRights(address group, uint8 access_type, uint8 access) returns()

func (*EditableTransactor) SetRights

func (_Editable *EditableTransactor) SetRights(opts *bind.TransactOpts, stakeholder common.Address, access_type uint8, access uint8) (*types.Transaction, error)

SetRights is a paid mutator transaction binding the contract method 0x0fe1b5a2.

Solidity: function setRights(address stakeholder, uint8 access_type, uint8 access) returns()

func (*EditableTransactor) SetVisibility

func (_Editable *EditableTransactor) SetVisibility(opts *bind.TransactOpts, _visibility_code uint8) (*types.Transaction, error)

SetVisibility is a paid mutator transaction binding the contract method 0xaa024e8b.

Solidity: function setVisibility(uint8 _visibility_code) returns()

func (*EditableTransactor) TransferCreatorship

func (_Editable *EditableTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*EditableTransactor) TransferOwnership

func (_Editable *EditableTransactor) 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()

func (*EditableTransactor) UpdateRequest

func (_Editable *EditableTransactor) UpdateRequest(opts *bind.TransactOpts) (*types.Transaction, error)

UpdateRequest is a paid mutator transaction binding the contract method 0xc287e0ed.

Solidity: function updateRequest() returns()

type EditableUpdateRequest

type EditableUpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

EditableUpdateRequest represents a UpdateRequest event raised by the Editable contract.

type EditableUpdateRequestIterator

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

EditableUpdateRequestIterator is returned from FilterUpdateRequest and is used to iterate over the raw logs and unpacked data for UpdateRequest events raised by the Editable contract.

func (*EditableUpdateRequestIterator) Close

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

func (*EditableUpdateRequestIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableUpdateRequestIterator) 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 EditableVersionConfirm

type EditableVersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

EditableVersionConfirm represents a VersionConfirm event raised by the Editable contract.

type EditableVersionConfirmIterator

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

EditableVersionConfirmIterator is returned from FilterVersionConfirm and is used to iterate over the raw logs and unpacked data for VersionConfirm events raised by the Editable contract.

func (*EditableVersionConfirmIterator) Close

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

func (*EditableVersionConfirmIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableVersionConfirmIterator) 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 EditableVersionDelete

type EditableVersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

EditableVersionDelete represents a VersionDelete event raised by the Editable contract.

type EditableVersionDeleteIterator

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

EditableVersionDeleteIterator is returned from FilterVersionDelete and is used to iterate over the raw logs and unpacked data for VersionDelete events raised by the Editable contract.

func (*EditableVersionDeleteIterator) Close

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

func (*EditableVersionDeleteIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableVersionDeleteIterator) 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 EditableVisibilityChanged

type EditableVisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

EditableVisibilityChanged represents a VisibilityChanged event raised by the Editable contract.

type EditableVisibilityChangedIterator

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

EditableVisibilityChangedIterator is returned from FilterVisibilityChanged and is used to iterate over the raw logs and unpacked data for VisibilityChanged events raised by the Editable contract.

func (*EditableVisibilityChangedIterator) Close

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

func (*EditableVisibilityChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*EditableVisibilityChangedIterator) 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 EncToken

type EncToken struct {
	EncTokenCaller     // Read-only binding to the contract
	EncTokenTransactor // Write-only binding to the contract
	EncTokenFilterer   // Log filterer for contract events
}

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

func DeployEncToken

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

DeployEncToken deploys a new Ethereum contract, binding an instance of EncToken to it.

func NewEncToken

func NewEncToken(address common.Address, backend bind.ContractBackend) (*EncToken, error)

NewEncToken creates a new instance of EncToken, bound to a specific deployed contract.

type EncTokenCaller

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

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

func NewEncTokenCaller

func NewEncTokenCaller(address common.Address, caller bind.ContractCaller) (*EncTokenCaller, error)

NewEncTokenCaller creates a new read-only instance of EncToken, bound to a specific deployed contract.

type EncTokenFilterer

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

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

func NewEncTokenFilterer

func NewEncTokenFilterer(address common.Address, filterer bind.ContractFilterer) (*EncTokenFilterer, error)

NewEncTokenFilterer creates a new log filterer instance of EncToken, bound to a specific deployed contract.

type EncTokenTransactor

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

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

func NewEncTokenTransactor

func NewEncTokenTransactor(address common.Address, transactor bind.ContractTransactor) (*EncTokenTransactor, error)

NewEncTokenTransactor creates a new write-only instance of EncToken, bound to a specific deployed contract.

type EngageAccountLibrary

type EngageAccountLibrary struct {
	AccountAddress common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

EngageAccountLibrary event with ID 0x53ce35a7383a3ea3f695bdf0f87d7e5485ba816b382673e849bfdd24e7f5e3ca

type EventInfo

type EventInfo = c.EventInfo

type EventType

type EventType = c.EventType

type ExecStatus

type ExecStatus struct {
	Guarantor common.Address
	Code      *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}

ExecStatus event with ID 0x583d8312ef7016406c7ea8ba9796b9e55ac1fdc22455754cbc93869509faefad

type ExternalCall

type ExternalCall struct {
	ExternalCallCaller     // Read-only binding to the contract
	ExternalCallTransactor // Write-only binding to the contract
	ExternalCallFilterer   // Log filterer for contract events
}

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

func DeployExternalCall

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

DeployExternalCall deploys a new Ethereum contract, binding an instance of ExternalCall to it.

func NewExternalCall

func NewExternalCall(address common.Address, backend bind.ContractBackend) (*ExternalCall, error)

NewExternalCall creates a new instance of ExternalCall, bound to a specific deployed contract.

type ExternalCallCaller

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

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

func NewExternalCallCaller

func NewExternalCallCaller(address common.Address, caller bind.ContractCaller) (*ExternalCallCaller, error)

NewExternalCallCaller creates a new read-only instance of ExternalCall, bound to a specific deployed contract.

type ExternalCallFilterer

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

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

func NewExternalCallFilterer

func NewExternalCallFilterer(address common.Address, filterer bind.ContractFilterer) (*ExternalCallFilterer, error)

NewExternalCallFilterer creates a new log filterer instance of ExternalCall, bound to a specific deployed contract.

type ExternalCallTransactor

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

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

func NewExternalCallTransactor

func NewExternalCallTransactor(address common.Address, transactor bind.ContractTransactor) (*ExternalCallTransactor, error)

NewExternalCallTransactor creates a new write-only instance of ExternalCall, bound to a specific deployed contract.

type FunctionsAdded

type FunctionsAdded struct {
	Func4Bytes [][4]byte
	FuncAddr   common.Address
	Raw        types.Log // Blockchain specific contextual infos
}

FunctionsAdded event with ID 0x2fd37118a7338c6d45366419ced87ba93589ba1cca2489e8fb42b55de8874266

type GetAccessWallet

type GetAccessWallet struct {
	WalletAddress common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

GetAccessWallet event with ID 0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157

type IAdmin

type IAdmin struct {
	IAdminCaller     // Read-only binding to the contract
	IAdminTransactor // Write-only binding to the contract
	IAdminFilterer   // Log filterer for contract events
}

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

func NewIAdmin

func NewIAdmin(address common.Address, backend bind.ContractBackend) (*IAdmin, error)

NewIAdmin creates a new instance of IAdmin, bound to a specific deployed contract.

type IAdminCaller

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

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

func NewIAdminCaller

func NewIAdminCaller(address common.Address, caller bind.ContractCaller) (*IAdminCaller, error)

NewIAdminCaller creates a new read-only instance of IAdmin, bound to a specific deployed contract.

func (*IAdminCaller) IsAdmin

func (_IAdmin *IAdminCaller) IsAdmin(opts *bind.CallOpts, _adminAddr common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _adminAddr) view returns(bool)

type IAdminFilterer

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

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

func NewIAdminFilterer

func NewIAdminFilterer(address common.Address, filterer bind.ContractFilterer) (*IAdminFilterer, error)

NewIAdminFilterer creates a new log filterer instance of IAdmin, bound to a specific deployed contract.

type IAdminTransactor

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

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

func NewIAdminTransactor

func NewIAdminTransactor(address common.Address, transactor bind.ContractTransactor) (*IAdminTransactor, error)

NewIAdminTransactor creates a new write-only instance of IAdmin, bound to a specific deployed contract.

type ICheckAccess

type ICheckAccess struct {
	ICheckAccessCaller     // Read-only binding to the contract
	ICheckAccessTransactor // Write-only binding to the contract
	ICheckAccessFilterer   // Log filterer for contract events
}

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

func NewICheckAccess

func NewICheckAccess(address common.Address, backend bind.ContractBackend) (*ICheckAccess, error)

NewICheckAccess creates a new instance of ICheckAccess, bound to a specific deployed contract.

type ICheckAccessCaller

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

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

func NewICheckAccessCaller

func NewICheckAccessCaller(address common.Address, caller bind.ContractCaller) (*ICheckAccessCaller, error)

NewICheckAccessCaller creates a new read-only instance of ICheckAccess, bound to a specific deployed contract.

func (*ICheckAccessCaller) HasAccess

func (_ICheckAccess *ICheckAccessCaller) HasAccess(opts *bind.CallOpts, candidate common.Address) (bool, error)

HasAccess is a free data retrieval call binding the contract method 0x95a078e8.

Solidity: function hasAccess(address candidate) view returns(bool)

type ICheckAccessFilterer

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

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

func NewICheckAccessFilterer

func NewICheckAccessFilterer(address common.Address, filterer bind.ContractFilterer) (*ICheckAccessFilterer, error)

NewICheckAccessFilterer creates a new log filterer instance of ICheckAccess, bound to a specific deployed contract.

type ICheckAccessTransactor

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

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

func NewICheckAccessTransactor

func NewICheckAccessTransactor(address common.Address, transactor bind.ContractTransactor) (*ICheckAccessTransactor, error)

NewICheckAccessTransactor creates a new write-only instance of ICheckAccess, bound to a specific deployed contract.

type IFactorySpace

type IFactorySpace struct {
	IFactorySpaceCaller     // Read-only binding to the contract
	IFactorySpaceTransactor // Write-only binding to the contract
	IFactorySpaceFilterer   // Log filterer for contract events
}

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

func NewIFactorySpace

func NewIFactorySpace(address common.Address, backend bind.ContractBackend) (*IFactorySpace, error)

NewIFactorySpace creates a new instance of IFactorySpace, bound to a specific deployed contract.

type IFactorySpaceCaller

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

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

func NewIFactorySpaceCaller

func NewIFactorySpaceCaller(address common.Address, caller bind.ContractCaller) (*IFactorySpaceCaller, error)

NewIFactorySpaceCaller creates a new read-only instance of IFactorySpace, bound to a specific deployed contract.

type IFactorySpaceFilterer

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

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

func NewIFactorySpaceFilterer

func NewIFactorySpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*IFactorySpaceFilterer, error)

NewIFactorySpaceFilterer creates a new log filterer instance of IFactorySpace, bound to a specific deployed contract.

type IFactorySpaceTransactor

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

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

func NewIFactorySpaceTransactor

func NewIFactorySpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*IFactorySpaceTransactor, error)

NewIFactorySpaceTransactor creates a new write-only instance of IFactorySpace, bound to a specific deployed contract.

func (*IFactorySpaceTransactor) CreateContent

func (_IFactorySpace *IFactorySpaceTransactor) CreateContent(opts *bind.TransactOpts, lib common.Address, content_type common.Address) (*types.Transaction, error)

CreateContent is a paid mutator transaction binding the contract method 0xbf4e088f.

Solidity: function createContent(address lib, address content_type) returns(address)

func (*IFactorySpaceTransactor) CreateContentType

func (_IFactorySpace *IFactorySpaceTransactor) CreateContentType(opts *bind.TransactOpts) (*types.Transaction, error)

CreateContentType is a paid mutator transaction binding the contract method 0xb8cfaf05.

Solidity: function createContentType() returns(address)

func (*IFactorySpaceTransactor) CreateGroup

func (_IFactorySpace *IFactorySpaceTransactor) CreateGroup(opts *bind.TransactOpts) (*types.Transaction, error)

CreateGroup is a paid mutator transaction binding the contract method 0x575185ed.

Solidity: function createGroup() returns(address)

func (*IFactorySpaceTransactor) CreateLibrary

func (_IFactorySpace *IFactorySpaceTransactor) CreateLibrary(opts *bind.TransactOpts, address_KMS common.Address) (*types.Transaction, error)

CreateLibrary is a paid mutator transaction binding the contract method 0x40b89f06.

Solidity: function createLibrary(address address_KMS) returns(address)

type IKmsSpace

type IKmsSpace struct {
	IKmsSpaceCaller     // Read-only binding to the contract
	IKmsSpaceTransactor // Write-only binding to the contract
	IKmsSpaceFilterer   // Log filterer for contract events
}

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

func NewIKmsSpace

func NewIKmsSpace(address common.Address, backend bind.ContractBackend) (*IKmsSpace, error)

NewIKmsSpace creates a new instance of IKmsSpace, bound to a specific deployed contract.

type IKmsSpaceCaller

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

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

func NewIKmsSpaceCaller

func NewIKmsSpaceCaller(address common.Address, caller bind.ContractCaller) (*IKmsSpaceCaller, error)

NewIKmsSpaceCaller creates a new read-only instance of IKmsSpace, bound to a specific deployed contract.

func (*IKmsSpaceCaller) CheckKMS

func (_IKmsSpace *IKmsSpaceCaller) CheckKMS(opts *bind.CallOpts, _kmsIdStr string) (*big.Int, error)

CheckKMS is a free data retrieval call binding the contract method 0x8d2a23db.

Solidity: function checkKMS(string _kmsIdStr) view returns(uint256)

func (*IKmsSpaceCaller) CheckKMSAddr

func (_IKmsSpace *IKmsSpaceCaller) CheckKMSAddr(opts *bind.CallOpts, _kmsAddr common.Address) (*big.Int, error)

CheckKMSAddr is a free data retrieval call binding the contract method 0xd6be0f49.

Solidity: function checkKMSAddr(address _kmsAddr) view returns(uint256)

func (*IKmsSpaceCaller) GetKMSID

func (_IKmsSpace *IKmsSpaceCaller) GetKMSID(opts *bind.CallOpts, _kmsAddr common.Address) (string, error)

GetKMSID is a free data retrieval call binding the contract method 0x589aafc1.

Solidity: function getKMSID(address _kmsAddr) view returns(string)

func (*IKmsSpaceCaller) GetKMSInfo

func (_IKmsSpace *IKmsSpaceCaller) GetKMSInfo(opts *bind.CallOpts, _kmsID string, prefix []byte) (string, string, error)

GetKMSInfo is a free data retrieval call binding the contract method 0x268bfac4.

Solidity: function getKMSInfo(string _kmsID, bytes prefix) view returns(string, string)

type IKmsSpaceFilterer

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

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

func NewIKmsSpaceFilterer

func NewIKmsSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*IKmsSpaceFilterer, error)

NewIKmsSpaceFilterer creates a new log filterer instance of IKmsSpace, bound to a specific deployed contract.

type IKmsSpaceTransactor

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

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

func NewIKmsSpaceTransactor

func NewIKmsSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*IKmsSpaceTransactor, error)

NewIKmsSpaceTransactor creates a new write-only instance of IKmsSpace, bound to a specific deployed contract.

type INodeSpace

type INodeSpace struct {
	INodeSpaceCaller     // Read-only binding to the contract
	INodeSpaceTransactor // Write-only binding to the contract
	INodeSpaceFilterer   // Log filterer for contract events
}

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

func NewINodeSpace

func NewINodeSpace(address common.Address, backend bind.ContractBackend) (*INodeSpace, error)

NewINodeSpace creates a new instance of INodeSpace, bound to a specific deployed contract.

type INodeSpaceCaller

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

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

func NewINodeSpaceCaller

func NewINodeSpaceCaller(address common.Address, caller bind.ContractCaller) (*INodeSpaceCaller, error)

NewINodeSpaceCaller creates a new read-only instance of INodeSpace, bound to a specific deployed contract.

func (*INodeSpaceCaller) CanNodePublish

func (_INodeSpace *INodeSpaceCaller) CanNodePublish(opts *bind.CallOpts, candidate common.Address) (bool, error)

CanNodePublish is a free data retrieval call binding the contract method 0x26683e14.

Solidity: function canNodePublish(address candidate) view returns(bool)

type INodeSpaceFilterer

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

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

func NewINodeSpaceFilterer

func NewINodeSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*INodeSpaceFilterer, error)

NewINodeSpaceFilterer creates a new log filterer instance of INodeSpace, bound to a specific deployed contract.

type INodeSpaceTransactor

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

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

func NewINodeSpaceTransactor

func NewINodeSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*INodeSpaceTransactor, error)

NewINodeSpaceTransactor creates a new write-only instance of INodeSpace, bound to a specific deployed contract.

type IUserSpace

type IUserSpace struct {
	IUserSpaceCaller     // Read-only binding to the contract
	IUserSpaceTransactor // Write-only binding to the contract
	IUserSpaceFilterer   // Log filterer for contract events
}

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

func NewIUserSpace

func NewIUserSpace(address common.Address, backend bind.ContractBackend) (*IUserSpace, error)

NewIUserSpace creates a new instance of IUserSpace, bound to a specific deployed contract.

type IUserSpaceCaller

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

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

func NewIUserSpaceCaller

func NewIUserSpaceCaller(address common.Address, caller bind.ContractCaller) (*IUserSpaceCaller, error)

NewIUserSpaceCaller creates a new read-only instance of IUserSpace, bound to a specific deployed contract.

func (*IUserSpaceCaller) UserWallets

func (_IUserSpace *IUserSpaceCaller) UserWallets(opts *bind.CallOpts, _userAddr common.Address) (common.Address, error)

UserWallets is a free data retrieval call binding the contract method 0x63e6ffdd.

Solidity: function userWallets(address _userAddr) view returns(address)

type IUserSpaceFilterer

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

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

func NewIUserSpaceFilterer

func NewIUserSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*IUserSpaceFilterer, error)

NewIUserSpaceFilterer creates a new log filterer instance of IUserSpace, bound to a specific deployed contract.

type IUserSpaceTransactor

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

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

func NewIUserSpaceTransactor

func NewIUserSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*IUserSpaceTransactor, error)

NewIUserSpaceTransactor creates a new write-only instance of IUserSpace, bound to a specific deployed contract.

func (*IUserSpaceTransactor) CreateUserWallet

func (_IUserSpace *IUserSpaceTransactor) CreateUserWallet(opts *bind.TransactOpts, _user common.Address) (*types.Transaction, error)

CreateUserWallet is a paid mutator transaction binding the contract method 0xe7cf0c66.

Solidity: function createUserWallet(address _user) returns(address)

type InsufficientFunds

type InsufficientFunds struct {
	AccessCharge   *big.Int
	AmountProvided *big.Int
	Raw            types.Log // Blockchain specific contextual infos
}

InsufficientFunds event with ID 0x03eb8b54a949acec2cd08fdb6d6bd4647a1f2c907d75d6900648effa92eb147f

type KmsManager

type KmsManager struct {
	KmsManagerCaller     // Read-only binding to the contract
	KmsManagerTransactor // Write-only binding to the contract
	KmsManagerFilterer   // Log filterer for contract events
}

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

func DeployKmsManager

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

DeployKmsManager deploys a new Ethereum contract, binding an instance of KmsManager to it.

func NewKmsManager

func NewKmsManager(address common.Address, backend bind.ContractBackend) (*KmsManager, error)

NewKmsManager creates a new instance of KmsManager, bound to a specific deployed contract.

type KmsManagerAddKMSLocator

type KmsManagerAddKMSLocator struct {
	Sender common.Address
	Status *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

KmsManagerAddKMSLocator represents a AddKMSLocator event raised by the KmsManager contract.

type KmsManagerAddKMSLocatorIterator

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

KmsManagerAddKMSLocatorIterator is returned from FilterAddKMSLocator and is used to iterate over the raw logs and unpacked data for AddKMSLocator events raised by the KmsManager contract.

func (*KmsManagerAddKMSLocatorIterator) Close

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

func (*KmsManagerAddKMSLocatorIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*KmsManagerAddKMSLocatorIterator) 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 KmsManagerCaller

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

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

func NewKmsManagerCaller

func NewKmsManagerCaller(address common.Address, caller bind.ContractCaller) (*KmsManagerCaller, error)

NewKmsManagerCaller creates a new read-only instance of KmsManager, bound to a specific deployed contract.

func (*KmsManagerCaller) CheckKMS

func (_KmsManager *KmsManagerCaller) CheckKMS(opts *bind.CallOpts, _kmsIdStr string) (*big.Int, error)

CheckKMS is a free data retrieval call binding the contract method 0x8d2a23db.

Solidity: function checkKMS(string _kmsIdStr) view returns(uint256)

func (*KmsManagerCaller) CheckKMSAddr

func (_KmsManager *KmsManagerCaller) CheckKMSAddr(opts *bind.CallOpts, _kmsAddr common.Address) (*big.Int, error)

CheckKMSAddr is a free data retrieval call binding the contract method 0xd6be0f49.

Solidity: function checkKMSAddr(address _kmsAddr) view returns(uint256)

func (*KmsManagerCaller) ContentSpace

func (_KmsManager *KmsManagerCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*KmsManagerCaller) Creator

func (_KmsManager *KmsManagerCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*KmsManagerCaller) GetKMSID

func (_KmsManager *KmsManagerCaller) GetKMSID(opts *bind.CallOpts, _kmsAddr common.Address) (string, error)

GetKMSID is a free data retrieval call binding the contract method 0x589aafc1.

Solidity: function getKMSID(address _kmsAddr) view returns(string)

func (*KmsManagerCaller) GetKMSInfo

func (_KmsManager *KmsManagerCaller) GetKMSInfo(opts *bind.CallOpts, _kmsID string, prefix []byte) (string, string, error)

GetKMSInfo is a free data retrieval call binding the contract method 0x268bfac4.

Solidity: function getKMSInfo(string _kmsID, bytes prefix) view returns(string, string)

func (*KmsManagerCaller) Owner

func (_KmsManager *KmsManagerCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*KmsManagerCaller) Version

func (_KmsManager *KmsManagerCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*KmsManagerCaller) VersionAPI

func (_KmsManager *KmsManagerCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type KmsManagerFilterer

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

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

func NewKmsManagerFilterer

func NewKmsManagerFilterer(address common.Address, filterer bind.ContractFilterer) (*KmsManagerFilterer, error)

NewKmsManagerFilterer creates a new log filterer instance of KmsManager, bound to a specific deployed contract.

func (*KmsManagerFilterer) FilterAddKMSLocator

func (_KmsManager *KmsManagerFilterer) FilterAddKMSLocator(opts *bind.FilterOpts) (*KmsManagerAddKMSLocatorIterator, error)

FilterAddKMSLocator is a free log retrieval operation binding the contract event 0xdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319.

Solidity: event AddKMSLocator(address sender, uint256 status)

func (*KmsManagerFilterer) FilterRemoveKMSLocator

func (_KmsManager *KmsManagerFilterer) FilterRemoveKMSLocator(opts *bind.FilterOpts) (*KmsManagerRemoveKMSLocatorIterator, error)

FilterRemoveKMSLocator is a free log retrieval operation binding the contract event 0x5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c.

Solidity: event RemoveKMSLocator(address sender, uint256 status)

func (*KmsManagerFilterer) ParseAddKMSLocator

func (_KmsManager *KmsManagerFilterer) ParseAddKMSLocator(log types.Log) (*KmsManagerAddKMSLocator, error)

ParseAddKMSLocator is a log parse operation binding the contract event 0xdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319.

Solidity: event AddKMSLocator(address sender, uint256 status)

func (*KmsManagerFilterer) ParseRemoveKMSLocator

func (_KmsManager *KmsManagerFilterer) ParseRemoveKMSLocator(log types.Log) (*KmsManagerRemoveKMSLocator, error)

ParseRemoveKMSLocator is a log parse operation binding the contract event 0x5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c.

Solidity: event RemoveKMSLocator(address sender, uint256 status)

func (*KmsManagerFilterer) WatchAddKMSLocator

func (_KmsManager *KmsManagerFilterer) WatchAddKMSLocator(opts *bind.WatchOpts, sink chan<- *KmsManagerAddKMSLocator) (event.Subscription, error)

WatchAddKMSLocator is a free log subscription operation binding the contract event 0xdf8127994c229011ce9c4764bdc0375bb71c06cf1544f034cd81a42f37233319.

Solidity: event AddKMSLocator(address sender, uint256 status)

func (*KmsManagerFilterer) WatchRemoveKMSLocator

func (_KmsManager *KmsManagerFilterer) WatchRemoveKMSLocator(opts *bind.WatchOpts, sink chan<- *KmsManagerRemoveKMSLocator) (event.Subscription, error)

WatchRemoveKMSLocator is a free log subscription operation binding the contract event 0x5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c.

Solidity: event RemoveKMSLocator(address sender, uint256 status)

type KmsManagerRemoveKMSLocator

type KmsManagerRemoveKMSLocator struct {
	Sender common.Address
	Status *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

KmsManagerRemoveKMSLocator represents a RemoveKMSLocator event raised by the KmsManager contract.

type KmsManagerRemoveKMSLocatorIterator

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

KmsManagerRemoveKMSLocatorIterator is returned from FilterRemoveKMSLocator and is used to iterate over the raw logs and unpacked data for RemoveKMSLocator events raised by the KmsManager contract.

func (*KmsManagerRemoveKMSLocatorIterator) Close

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

func (*KmsManagerRemoveKMSLocatorIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*KmsManagerRemoveKMSLocatorIterator) 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 KmsManagerTransactor

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

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

func NewKmsManagerTransactor

func NewKmsManagerTransactor(address common.Address, transactor bind.ContractTransactor) (*KmsManagerTransactor, error)

NewKmsManagerTransactor creates a new write-only instance of KmsManager, bound to a specific deployed contract.

func (*KmsManagerTransactor) AddKMSLocator

func (_KmsManager *KmsManagerTransactor) AddKMSLocator(opts *bind.TransactOpts, _kmsID string, _locator []byte) (*types.Transaction, error)

AddKMSLocator is a paid mutator transaction binding the contract method 0x653a92f6.

Solidity: function addKMSLocator(string _kmsID, bytes _locator) returns(bool)

func (*KmsManagerTransactor) Fallback

func (_KmsManager *KmsManagerTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*KmsManagerTransactor) Kill

func (_KmsManager *KmsManagerTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*KmsManagerTransactor) RemoveKMSLocator

func (_KmsManager *KmsManagerTransactor) RemoveKMSLocator(opts *bind.TransactOpts, _kmsID string, _locator []byte) (*types.Transaction, error)

RemoveKMSLocator is a paid mutator transaction binding the contract method 0xfe7ac19f.

Solidity: function removeKMSLocator(string _kmsID, bytes _locator) returns(bool)

func (*KmsManagerTransactor) SetKMSPublicKey

func (_KmsManager *KmsManagerTransactor) SetKMSPublicKey(opts *bind.TransactOpts, _kmsID string, _pubKey string) (*types.Transaction, error)

SetKMSPublicKey is a paid mutator transaction binding the contract method 0xa69cb734.

Solidity: function setKMSPublicKey(string _kmsID, string _pubKey) returns()

func (*KmsManagerTransactor) TransferCreatorship

func (_KmsManager *KmsManagerTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*KmsManagerTransactor) TransferOwnership

func (_KmsManager *KmsManagerTransactor) 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 Log

type Log struct {
	Label string
	Raw   types.Log // Blockchain specific contextual infos
}

Log event with ID 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab

type LogAddress

type LogAddress struct {
	Label string
	A     common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

LogAddress event with ID 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e

type LogBool

type LogBool struct {
	Label string
	B     bool
	Raw   types.Log // Blockchain specific contextual infos
}

LogBool event with ID 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47

type LogBytes32

type LogBytes32 struct {
	Label string
	B     [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

LogBytes32 event with ID 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7

type LogInt256

type LogInt256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

LogInt256 event with ID 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22

type LogUint256

type LogUint256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

LogUint256 event with ID 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d

type ManagerAccessGranted

type ManagerAccessGranted struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

ManagerAccessGranted event with ID 0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117

type ManagerAccessRevoked

type ManagerAccessRevoked struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

ManagerAccessRevoked event with ID 0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95

type MemberAdded

type MemberAdded struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

MemberAdded event with ID 0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914

type MemberRevoked

type MemberRevoked struct {
	Candidate common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

MemberRevoked event with ID 0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c

type MetaObject

type MetaObject struct {
	MetaObjectCaller     // Read-only binding to the contract
	MetaObjectTransactor // Write-only binding to the contract
	MetaObjectFilterer   // Log filterer for contract events
}

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

func DeployMetaObject

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

DeployMetaObject deploys a new Ethereum contract, binding an instance of MetaObject to it.

func NewMetaObject

func NewMetaObject(address common.Address, backend bind.ContractBackend) (*MetaObject, error)

NewMetaObject creates a new instance of MetaObject, bound to a specific deployed contract.

type MetaObjectCaller

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

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

func NewMetaObjectCaller

func NewMetaObjectCaller(address common.Address, caller bind.ContractCaller) (*MetaObjectCaller, error)

NewMetaObjectCaller creates a new read-only instance of MetaObject, bound to a specific deployed contract.

func (*MetaObjectCaller) ContentSpace

func (_MetaObject *MetaObjectCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*MetaObjectCaller) Creator

func (_MetaObject *MetaObjectCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*MetaObjectCaller) GetMeta

func (_MetaObject *MetaObjectCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*MetaObjectCaller) IsAdmin

func (_MetaObject *MetaObjectCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*MetaObjectCaller) Owner

func (_MetaObject *MetaObjectCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*MetaObjectCaller) Version

func (_MetaObject *MetaObjectCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*MetaObjectCaller) VersionAPI

func (_MetaObject *MetaObjectCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type MetaObjectFilterer

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

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

func NewMetaObjectFilterer

func NewMetaObjectFilterer(address common.Address, filterer bind.ContractFilterer) (*MetaObjectFilterer, error)

NewMetaObjectFilterer creates a new log filterer instance of MetaObject, bound to a specific deployed contract.

func (*MetaObjectFilterer) FilterObjectMetaChanged

func (_MetaObject *MetaObjectFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*MetaObjectObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*MetaObjectFilterer) ParseObjectMetaChanged

func (_MetaObject *MetaObjectFilterer) ParseObjectMetaChanged(log types.Log) (*MetaObjectObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*MetaObjectFilterer) WatchObjectMetaChanged

func (_MetaObject *MetaObjectFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *MetaObjectObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

type MetaObjectObjectMetaChanged

type MetaObjectObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

MetaObjectObjectMetaChanged represents a ObjectMetaChanged event raised by the MetaObject contract.

type MetaObjectObjectMetaChangedIterator

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

MetaObjectObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the MetaObject contract.

func (*MetaObjectObjectMetaChangedIterator) Close

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

func (*MetaObjectObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*MetaObjectObjectMetaChangedIterator) 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 MetaObjectTransactor

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

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

func NewMetaObjectTransactor

func NewMetaObjectTransactor(address common.Address, transactor bind.ContractTransactor) (*MetaObjectTransactor, error)

NewMetaObjectTransactor creates a new write-only instance of MetaObject, bound to a specific deployed contract.

func (*MetaObjectTransactor) Fallback

func (_MetaObject *MetaObjectTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*MetaObjectTransactor) Kill

func (_MetaObject *MetaObjectTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*MetaObjectTransactor) PutMeta

func (_MetaObject *MetaObjectTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*MetaObjectTransactor) TransferCreatorship

func (_MetaObject *MetaObjectTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*MetaObjectTransactor) TransferOwnership

func (_MetaObject *MetaObjectTransactor) 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 Node

type Node struct {
	NodeCaller     // Read-only binding to the contract
	NodeTransactor // Write-only binding to the contract
	NodeFilterer   // Log filterer for contract events
}

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

func DeployNode

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

DeployNode deploys a new Ethereum contract, binding an instance of Node to it.

func NewNode

func NewNode(address common.Address, backend bind.ContractBackend) (*Node, error)

NewNode creates a new instance of Node, bound to a specific deployed contract.

type NodeApproved

type NodeApproved struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

NodeApproved event with ID 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54

type NodeCaller

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

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

func NewNodeCaller

func NewNodeCaller(address common.Address, caller bind.ContractCaller) (*NodeCaller, error)

NewNodeCaller creates a new read-only instance of Node, bound to a specific deployed contract.

func (*NodeCaller) ContentSpace

func (_Node *NodeCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*NodeCaller) Creator

func (_Node *NodeCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*NodeCaller) Owner

func (_Node *NodeCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*NodeCaller) Version

func (_Node *NodeCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*NodeCaller) VersionAPI

func (_Node *NodeCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type NodeFilterer

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

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

func NewNodeFilterer

func NewNodeFilterer(address common.Address, filterer bind.ContractFilterer) (*NodeFilterer, error)

NewNodeFilterer creates a new log filterer instance of Node, bound to a specific deployed contract.

func (*NodeFilterer) FilterLog

func (_Node *NodeFilterer) FilterLog(opts *bind.FilterOpts) (*NodeLogIterator, error)

FilterLog is a free log retrieval operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*NodeFilterer) FilterLogAddress

func (_Node *NodeFilterer) FilterLogAddress(opts *bind.FilterOpts) (*NodeLogAddressIterator, error)

FilterLogAddress is a free log retrieval operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*NodeFilterer) FilterLogBool

func (_Node *NodeFilterer) FilterLogBool(opts *bind.FilterOpts) (*NodeLogBoolIterator, error)

FilterLogBool is a free log retrieval operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*NodeFilterer) FilterLogBytes32

func (_Node *NodeFilterer) FilterLogBytes32(opts *bind.FilterOpts) (*NodeLogBytes32Iterator, error)

FilterLogBytes32 is a free log retrieval operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*NodeFilterer) FilterLogInt256

func (_Node *NodeFilterer) FilterLogInt256(opts *bind.FilterOpts) (*NodeLogInt256Iterator, error)

FilterLogInt256 is a free log retrieval operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*NodeFilterer) FilterLogUint256

func (_Node *NodeFilterer) FilterLogUint256(opts *bind.FilterOpts) (*NodeLogUint256Iterator, error)

FilterLogUint256 is a free log retrieval operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

func (*NodeFilterer) ParseLog

func (_Node *NodeFilterer) ParseLog(log types.Log) (*NodeLog, error)

ParseLog is a log parse operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*NodeFilterer) ParseLogAddress

func (_Node *NodeFilterer) ParseLogAddress(log types.Log) (*NodeLogAddress, error)

ParseLogAddress is a log parse operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*NodeFilterer) ParseLogBool

func (_Node *NodeFilterer) ParseLogBool(log types.Log) (*NodeLogBool, error)

ParseLogBool is a log parse operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*NodeFilterer) ParseLogBytes32

func (_Node *NodeFilterer) ParseLogBytes32(log types.Log) (*NodeLogBytes32, error)

ParseLogBytes32 is a log parse operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*NodeFilterer) ParseLogInt256

func (_Node *NodeFilterer) ParseLogInt256(log types.Log) (*NodeLogInt256, error)

ParseLogInt256 is a log parse operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*NodeFilterer) ParseLogUint256

func (_Node *NodeFilterer) ParseLogUint256(log types.Log) (*NodeLogUint256, error)

ParseLogUint256 is a log parse operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

func (*NodeFilterer) WatchLog

func (_Node *NodeFilterer) WatchLog(opts *bind.WatchOpts, sink chan<- *NodeLog) (event.Subscription, error)

WatchLog is a free log subscription operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string label)

func (*NodeFilterer) WatchLogAddress

func (_Node *NodeFilterer) WatchLogAddress(opts *bind.WatchOpts, sink chan<- *NodeLogAddress) (event.Subscription, error)

WatchLogAddress is a free log subscription operation binding the contract event 0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e.

Solidity: event LogAddress(string label, address a)

func (*NodeFilterer) WatchLogBool

func (_Node *NodeFilterer) WatchLogBool(opts *bind.WatchOpts, sink chan<- *NodeLogBool) (event.Subscription, error)

WatchLogBool is a free log subscription operation binding the contract event 0x4c34c2f9a78632f29fa59aaed5514cb742fd9fbcfd7ccc2c03c85f2bbc621c47.

Solidity: event LogBool(string label, bool b)

func (*NodeFilterer) WatchLogBytes32

func (_Node *NodeFilterer) WatchLogBytes32(opts *bind.WatchOpts, sink chan<- *NodeLogBytes32) (event.Subscription, error)

WatchLogBytes32 is a free log subscription operation binding the contract event 0x02d93529bba9d141e5e06733c52c7e6fbcb1149586adb5c24064b522ab26f1d7.

Solidity: event LogBytes32(string label, bytes32 b)

func (*NodeFilterer) WatchLogInt256

func (_Node *NodeFilterer) WatchLogInt256(opts *bind.WatchOpts, sink chan<- *NodeLogInt256) (event.Subscription, error)

WatchLogInt256 is a free log subscription operation binding the contract event 0x3d9b341774178bb033613e3a7a1cadb2244b3bcbb1372905d2ba24dca38aeb22.

Solidity: event LogInt256(string label, int256 u)

func (*NodeFilterer) WatchLogUint256

func (_Node *NodeFilterer) WatchLogUint256(opts *bind.WatchOpts, sink chan<- *NodeLogUint256) (event.Subscription, error)

WatchLogUint256 is a free log subscription operation binding the contract event 0x31c369d7029afba34b21369bcf9a6ac132fb2621c34558b914859b768d05232d.

Solidity: event LogUint256(string label, uint256 u)

type NodeLog

type NodeLog struct {
	Label string
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLog represents a Log event raised by the Node contract.

type NodeLogAddress

type NodeLogAddress struct {
	Label string
	A     common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLogAddress represents a LogAddress event raised by the Node contract.

type NodeLogAddressIterator

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

NodeLogAddressIterator is returned from FilterLogAddress and is used to iterate over the raw logs and unpacked data for LogAddress events raised by the Node contract.

func (*NodeLogAddressIterator) Close

func (it *NodeLogAddressIterator) Close() error

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

func (*NodeLogAddressIterator) Error

func (it *NodeLogAddressIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogAddressIterator) Next

func (it *NodeLogAddressIterator) 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 NodeLogBool

type NodeLogBool struct {
	Label string
	B     bool
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLogBool represents a LogBool event raised by the Node contract.

type NodeLogBoolIterator

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

NodeLogBoolIterator is returned from FilterLogBool and is used to iterate over the raw logs and unpacked data for LogBool events raised by the Node contract.

func (*NodeLogBoolIterator) Close

func (it *NodeLogBoolIterator) Close() error

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

func (*NodeLogBoolIterator) Error

func (it *NodeLogBoolIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogBoolIterator) Next

func (it *NodeLogBoolIterator) 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 NodeLogBytes32

type NodeLogBytes32 struct {
	Label string
	B     [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLogBytes32 represents a LogBytes32 event raised by the Node contract.

type NodeLogBytes32Iterator

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

NodeLogBytes32Iterator is returned from FilterLogBytes32 and is used to iterate over the raw logs and unpacked data for LogBytes32 events raised by the Node contract.

func (*NodeLogBytes32Iterator) Close

func (it *NodeLogBytes32Iterator) Close() error

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

func (*NodeLogBytes32Iterator) Error

func (it *NodeLogBytes32Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogBytes32Iterator) Next

func (it *NodeLogBytes32Iterator) 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 NodeLogInt256

type NodeLogInt256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLogInt256 represents a LogInt256 event raised by the Node contract.

type NodeLogInt256Iterator

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

NodeLogInt256Iterator is returned from FilterLogInt256 and is used to iterate over the raw logs and unpacked data for LogInt256 events raised by the Node contract.

func (*NodeLogInt256Iterator) Close

func (it *NodeLogInt256Iterator) Close() error

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

func (*NodeLogInt256Iterator) Error

func (it *NodeLogInt256Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogInt256Iterator) Next

func (it *NodeLogInt256Iterator) 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 NodeLogIterator

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

NodeLogIterator is returned from FilterLog and is used to iterate over the raw logs and unpacked data for Log events raised by the Node contract.

func (*NodeLogIterator) Close

func (it *NodeLogIterator) Close() error

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

func (*NodeLogIterator) Error

func (it *NodeLogIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogIterator) Next

func (it *NodeLogIterator) 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 NodeLogUint256

type NodeLogUint256 struct {
	Label string
	U     *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

NodeLogUint256 represents a LogUint256 event raised by the Node contract.

type NodeLogUint256Iterator

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

NodeLogUint256Iterator is returned from FilterLogUint256 and is used to iterate over the raw logs and unpacked data for LogUint256 events raised by the Node contract.

func (*NodeLogUint256Iterator) Close

func (it *NodeLogUint256Iterator) Close() error

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

func (*NodeLogUint256Iterator) Error

func (it *NodeLogUint256Iterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeLogUint256Iterator) Next

func (it *NodeLogUint256Iterator) 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 NodeSpace

type NodeSpace struct {
	NodeSpaceCaller     // Read-only binding to the contract
	NodeSpaceTransactor // Write-only binding to the contract
	NodeSpaceFilterer   // Log filterer for contract events
}

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

func DeployNodeSpace

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

DeployNodeSpace deploys a new Ethereum contract, binding an instance of NodeSpace to it.

func NewNodeSpace

func NewNodeSpace(address common.Address, backend bind.ContractBackend) (*NodeSpace, error)

NewNodeSpace creates a new instance of NodeSpace, bound to a specific deployed contract.

type NodeSpaceAddNode

type NodeSpaceAddNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

NodeSpaceAddNode represents a AddNode event raised by the NodeSpace contract.

type NodeSpaceAddNodeIterator

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

NodeSpaceAddNodeIterator is returned from FilterAddNode and is used to iterate over the raw logs and unpacked data for AddNode events raised by the NodeSpace contract.

func (*NodeSpaceAddNodeIterator) Close

func (it *NodeSpaceAddNodeIterator) Close() error

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

func (*NodeSpaceAddNodeIterator) Error

func (it *NodeSpaceAddNodeIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeSpaceAddNodeIterator) Next

func (it *NodeSpaceAddNodeIterator) 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 NodeSpaceCaller

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

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

func NewNodeSpaceCaller

func NewNodeSpaceCaller(address common.Address, caller bind.ContractCaller) (*NodeSpaceCaller, error)

NewNodeSpaceCaller creates a new read-only instance of NodeSpace, bound to a specific deployed contract.

func (*NodeSpaceCaller) ActiveNodeAddresses

func (_NodeSpace *NodeSpaceCaller) ActiveNodeAddresses(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

ActiveNodeAddresses is a free data retrieval call binding the contract method 0x52f82dd8.

Solidity: function activeNodeAddresses(uint256 ) view returns(address)

func (*NodeSpaceCaller) ActiveNodeLocators

func (_NodeSpace *NodeSpaceCaller) ActiveNodeLocators(opts *bind.CallOpts, arg0 *big.Int) ([]byte, error)

ActiveNodeLocators is a free data retrieval call binding the contract method 0x5272ae17.

Solidity: function activeNodeLocators(uint256 ) view returns(bytes)

func (*NodeSpaceCaller) CanNodePublish

func (_NodeSpace *NodeSpaceCaller) CanNodePublish(opts *bind.CallOpts, candidate common.Address) (bool, error)

CanNodePublish is a free data retrieval call binding the contract method 0x26683e14.

Solidity: function canNodePublish(address candidate) view returns(bool)

func (*NodeSpaceCaller) ContentSpace

func (_NodeSpace *NodeSpaceCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*NodeSpaceCaller) Creator

func (_NodeSpace *NodeSpaceCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*NodeSpaceCaller) NumActiveNodes

func (_NodeSpace *NodeSpaceCaller) NumActiveNodes(opts *bind.CallOpts) (*big.Int, error)

NumActiveNodes is a free data retrieval call binding the contract method 0x43f59ec7.

Solidity: function numActiveNodes() view returns(uint256)

func (*NodeSpaceCaller) NumPendingNodes

func (_NodeSpace *NodeSpaceCaller) NumPendingNodes(opts *bind.CallOpts) (*big.Int, error)

NumPendingNodes is a free data retrieval call binding the contract method 0xf41a1587.

Solidity: function numPendingNodes() view returns(uint256)

func (*NodeSpaceCaller) Owner

func (_NodeSpace *NodeSpaceCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*NodeSpaceCaller) PendingNodeAddresses

func (_NodeSpace *NodeSpaceCaller) PendingNodeAddresses(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

PendingNodeAddresses is a free data retrieval call binding the contract method 0x6be9514c.

Solidity: function pendingNodeAddresses(uint256 ) view returns(address)

func (*NodeSpaceCaller) PendingNodeLocators

func (_NodeSpace *NodeSpaceCaller) PendingNodeLocators(opts *bind.CallOpts, arg0 *big.Int) ([]byte, error)

PendingNodeLocators is a free data retrieval call binding the contract method 0x69e30ff8.

Solidity: function pendingNodeLocators(uint256 ) view returns(bytes)

func (*NodeSpaceCaller) Version

func (_NodeSpace *NodeSpaceCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*NodeSpaceCaller) VersionAPI

func (_NodeSpace *NodeSpaceCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type NodeSpaceFilterer

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

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

func NewNodeSpaceFilterer

func NewNodeSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*NodeSpaceFilterer, error)

NewNodeSpaceFilterer creates a new log filterer instance of NodeSpace, bound to a specific deployed contract.

func (*NodeSpaceFilterer) FilterAddNode

func (_NodeSpace *NodeSpaceFilterer) FilterAddNode(opts *bind.FilterOpts) (*NodeSpaceAddNodeIterator, error)

FilterAddNode is a free log retrieval operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*NodeSpaceFilterer) FilterNodeApproved

func (_NodeSpace *NodeSpaceFilterer) FilterNodeApproved(opts *bind.FilterOpts) (*NodeSpaceNodeApprovedIterator, error)

FilterNodeApproved is a free log retrieval operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*NodeSpaceFilterer) FilterNodeSubmitted

func (_NodeSpace *NodeSpaceFilterer) FilterNodeSubmitted(opts *bind.FilterOpts) (*NodeSpaceNodeSubmittedIterator, error)

FilterNodeSubmitted is a free log retrieval operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*NodeSpaceFilterer) FilterRemoveNode

func (_NodeSpace *NodeSpaceFilterer) FilterRemoveNode(opts *bind.FilterOpts) (*NodeSpaceRemoveNodeIterator, error)

FilterRemoveNode is a free log retrieval operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

func (*NodeSpaceFilterer) ParseAddNode

func (_NodeSpace *NodeSpaceFilterer) ParseAddNode(log types.Log) (*NodeSpaceAddNode, error)

ParseAddNode is a log parse operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*NodeSpaceFilterer) ParseNodeApproved

func (_NodeSpace *NodeSpaceFilterer) ParseNodeApproved(log types.Log) (*NodeSpaceNodeApproved, error)

ParseNodeApproved is a log parse operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*NodeSpaceFilterer) ParseNodeSubmitted

func (_NodeSpace *NodeSpaceFilterer) ParseNodeSubmitted(log types.Log) (*NodeSpaceNodeSubmitted, error)

ParseNodeSubmitted is a log parse operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*NodeSpaceFilterer) ParseRemoveNode

func (_NodeSpace *NodeSpaceFilterer) ParseRemoveNode(log types.Log) (*NodeSpaceRemoveNode, error)

ParseRemoveNode is a log parse operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

func (*NodeSpaceFilterer) WatchAddNode

func (_NodeSpace *NodeSpaceFilterer) WatchAddNode(opts *bind.WatchOpts, sink chan<- *NodeSpaceAddNode) (event.Subscription, error)

WatchAddNode is a free log subscription operation binding the contract event 0x2bb0f9ba138ffddb5a8f974e9885b65a7814d3002654f1cf3f2d3f619a4006c4.

Solidity: event AddNode(address ownerAddr, address nodeAddr)

func (*NodeSpaceFilterer) WatchNodeApproved

func (_NodeSpace *NodeSpaceFilterer) WatchNodeApproved(opts *bind.WatchOpts, sink chan<- *NodeSpaceNodeApproved) (event.Subscription, error)

WatchNodeApproved is a free log subscription operation binding the contract event 0xd644c8164f225d3b7fdbcc404f279bb1e823ef0d93f88dd4b24e85d0e7bc6a54.

Solidity: event NodeApproved(address addr, bytes locator)

func (*NodeSpaceFilterer) WatchNodeSubmitted

func (_NodeSpace *NodeSpaceFilterer) WatchNodeSubmitted(opts *bind.WatchOpts, sink chan<- *NodeSpaceNodeSubmitted) (event.Subscription, error)

WatchNodeSubmitted is a free log subscription operation binding the contract event 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d.

Solidity: event NodeSubmitted(address addr, bytes locator)

func (*NodeSpaceFilterer) WatchRemoveNode

func (_NodeSpace *NodeSpaceFilterer) WatchRemoveNode(opts *bind.WatchOpts, sink chan<- *NodeSpaceRemoveNode) (event.Subscription, error)

WatchRemoveNode is a free log subscription operation binding the contract event 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d.

Solidity: event RemoveNode(address ownerAddr, address nodeAddr)

type NodeSpaceNodeApproved

type NodeSpaceNodeApproved struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

NodeSpaceNodeApproved represents a NodeApproved event raised by the NodeSpace contract.

type NodeSpaceNodeApprovedIterator

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

NodeSpaceNodeApprovedIterator is returned from FilterNodeApproved and is used to iterate over the raw logs and unpacked data for NodeApproved events raised by the NodeSpace contract.

func (*NodeSpaceNodeApprovedIterator) Close

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

func (*NodeSpaceNodeApprovedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeSpaceNodeApprovedIterator) 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 NodeSpaceNodeSubmitted

type NodeSpaceNodeSubmitted struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

NodeSpaceNodeSubmitted represents a NodeSubmitted event raised by the NodeSpace contract.

type NodeSpaceNodeSubmittedIterator

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

NodeSpaceNodeSubmittedIterator is returned from FilterNodeSubmitted and is used to iterate over the raw logs and unpacked data for NodeSubmitted events raised by the NodeSpace contract.

func (*NodeSpaceNodeSubmittedIterator) Close

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

func (*NodeSpaceNodeSubmittedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeSpaceNodeSubmittedIterator) 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 NodeSpaceRemoveNode

type NodeSpaceRemoveNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

NodeSpaceRemoveNode represents a RemoveNode event raised by the NodeSpace contract.

type NodeSpaceRemoveNodeIterator

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

NodeSpaceRemoveNodeIterator is returned from FilterRemoveNode and is used to iterate over the raw logs and unpacked data for RemoveNode events raised by the NodeSpace contract.

func (*NodeSpaceRemoveNodeIterator) Close

func (it *NodeSpaceRemoveNodeIterator) Close() error

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

func (*NodeSpaceRemoveNodeIterator) Error

func (it *NodeSpaceRemoveNodeIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*NodeSpaceRemoveNodeIterator) Next

func (it *NodeSpaceRemoveNodeIterator) 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 NodeSpaceTransactor

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

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

func NewNodeSpaceTransactor

func NewNodeSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*NodeSpaceTransactor, error)

NewNodeSpaceTransactor creates a new write-only instance of NodeSpace, bound to a specific deployed contract.

func (*NodeSpaceTransactor) AddNode

func (_NodeSpace *NodeSpaceTransactor) AddNode(opts *bind.TransactOpts, _nodeAddr common.Address, _locator []byte) (*types.Transaction, error)

AddNode is a paid mutator transaction binding the contract method 0x64f0f050.

Solidity: function addNode(address _nodeAddr, bytes _locator) returns()

func (*NodeSpaceTransactor) ApproveNode

func (_NodeSpace *NodeSpaceTransactor) ApproveNode(opts *bind.TransactOpts, _nodeAddr common.Address) (*types.Transaction, error)

ApproveNode is a paid mutator transaction binding the contract method 0xdd4c97a0.

Solidity: function approveNode(address _nodeAddr) returns()

func (*NodeSpaceTransactor) Fallback

func (_NodeSpace *NodeSpaceTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*NodeSpaceTransactor) Kill

func (_NodeSpace *NodeSpaceTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*NodeSpaceTransactor) RemoveNode

func (_NodeSpace *NodeSpaceTransactor) RemoveNode(opts *bind.TransactOpts, _nodeAddr common.Address) (*types.Transaction, error)

RemoveNode is a paid mutator transaction binding the contract method 0xb2b99ec9.

Solidity: function removeNode(address _nodeAddr) returns()

func (*NodeSpaceTransactor) SubmitNode

func (_NodeSpace *NodeSpaceTransactor) SubmitNode(opts *bind.TransactOpts, _locator []byte) (*types.Transaction, error)

SubmitNode is a paid mutator transaction binding the contract method 0x160eee74.

Solidity: function submitNode(bytes _locator) returns()

func (*NodeSpaceTransactor) TransferCreatorship

func (_NodeSpace *NodeSpaceTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*NodeSpaceTransactor) TransferOwnership

func (_NodeSpace *NodeSpaceTransactor) 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 NodeSubmitted

type NodeSubmitted struct {
	Addr    common.Address
	Locator []byte
	Raw     types.Log // Blockchain specific contextual infos
}

NodeSubmitted event with ID 0xae5645569f32b946f7a747113c64094a29a6b84c5ddf55816ef4381ce8a3a46d

type NodeTransactor

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

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

func NewNodeTransactor

func NewNodeTransactor(address common.Address, transactor bind.ContractTransactor) (*NodeTransactor, error)

NewNodeTransactor creates a new write-only instance of Node, bound to a specific deployed contract.

func (*NodeTransactor) Fallback

func (_Node *NodeTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*NodeTransactor) Kill

func (_Node *NodeTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*NodeTransactor) Log

func (_Node *NodeTransactor) Log(opts *bind.TransactOpts, label string) (*types.Transaction, error)

Log is a paid mutator transaction binding the contract method 0x41304fac.

Solidity: function log(string label) returns()

func (*NodeTransactor) TransferCreatorship

func (_Node *NodeTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*NodeTransactor) TransferOwnership

func (_Node *NodeTransactor) 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 OAuthStatusChanged

type OAuthStatusChanged struct {
	Enabled bool
	Raw     types.Log // Blockchain specific contextual infos
}

OAuthStatusChanged event with ID 0x04c71e53d136838eea703132a77007b0526b9a7691cdb7a6017a93673f865cbb

type ObjectMetaChanged

type ObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

ObjectMetaChanged event with ID 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c

type Ownable

type Ownable struct {
	OwnableCaller     // Read-only binding to the contract
	OwnableTransactor // Write-only binding to the contract
	OwnableFilterer   // Log filterer for contract events
}

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

func DeployOwnable

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

DeployOwnable deploys a new Ethereum contract, binding an instance of Ownable to it.

func NewOwnable

func NewOwnable(address common.Address, backend bind.ContractBackend) (*Ownable, error)

NewOwnable creates a new instance of Ownable, bound to a specific deployed contract.

type OwnableCaller

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

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

func NewOwnableCaller

func NewOwnableCaller(address common.Address, caller bind.ContractCaller) (*OwnableCaller, error)

NewOwnableCaller creates a new read-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableCaller) ContentSpace

func (_Ownable *OwnableCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*OwnableCaller) Creator

func (_Ownable *OwnableCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*OwnableCaller) Owner

func (_Ownable *OwnableCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*OwnableCaller) Version

func (_Ownable *OwnableCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*OwnableCaller) VersionAPI

func (_Ownable *OwnableCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type OwnableFilterer

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

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

func NewOwnableFilterer

func NewOwnableFilterer(address common.Address, filterer bind.ContractFilterer) (*OwnableFilterer, error)

NewOwnableFilterer creates a new log filterer instance of Ownable, bound to a specific deployed contract.

type OwnableTransactor

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

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

func NewOwnableTransactor

func NewOwnableTransactor(address common.Address, transactor bind.ContractTransactor) (*OwnableTransactor, error)

NewOwnableTransactor creates a new write-only instance of Ownable, bound to a specific deployed contract.

func (*OwnableTransactor) Fallback

func (_Ownable *OwnableTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*OwnableTransactor) Kill

func (_Ownable *OwnableTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*OwnableTransactor) TransferCreatorship

func (_Ownable *OwnableTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*OwnableTransactor) TransferOwnership

func (_Ownable *OwnableTransactor) 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 Precompile

type Precompile struct {
	PrecompileCaller     // Read-only binding to the contract
	PrecompileTransactor // Write-only binding to the contract
	PrecompileFilterer   // Log filterer for contract events
}

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

func DeployPrecompile

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

DeployPrecompile deploys a new Ethereum contract, binding an instance of Precompile to it.

func NewPrecompile

func NewPrecompile(address common.Address, backend bind.ContractBackend) (*Precompile, error)

NewPrecompile creates a new instance of Precompile, bound to a specific deployed contract.

type PrecompileCaller

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

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

func NewPrecompileCaller

func NewPrecompileCaller(address common.Address, caller bind.ContractCaller) (*PrecompileCaller, error)

NewPrecompileCaller creates a new read-only instance of Precompile, bound to a specific deployed contract.

func (*PrecompileCaller) KMS

func (_Precompile *PrecompileCaller) KMS(opts *bind.CallOpts) (*big.Int, error)

KMS is a free data retrieval call binding the contract method 0xa6ca541e.

Solidity: function KMS() view returns(int256)

func (*PrecompileCaller) TEN

func (_Precompile *PrecompileCaller) TEN(opts *bind.CallOpts) (*big.Int, error)

TEN is a free data retrieval call binding the contract method 0xee2f3a05.

Solidity: function TEN() view returns(int256)

type PrecompileFilterer

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

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

func NewPrecompileFilterer

func NewPrecompileFilterer(address common.Address, filterer bind.ContractFilterer) (*PrecompileFilterer, error)

NewPrecompileFilterer creates a new log filterer instance of Precompile, bound to a specific deployed contract.

type PrecompileTransactor

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

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

func NewPrecompileTransactor

func NewPrecompileTransactor(address common.Address, transactor bind.ContractTransactor) (*PrecompileTransactor, error)

NewPrecompileTransactor creates a new write-only instance of Precompile, bound to a specific deployed contract.

type Publish

type Publish struct {
	RequestStatus bool
	StatusCode    *big.Int
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

Publish event with ID 0xad9c5eacc073b2e1767affc883e050347e1dd379c9799cb5ac0a17bde80f5cf4

type RemoveKMSLocator

type RemoveKMSLocator struct {
	Sender common.Address
	Status *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

RemoveKMSLocator event with ID 0x5f463eb53cddf646852b82c0d9bdb1d1ec215c3802b780e8b7beea8b6e99f94c

type RemoveNode

type RemoveNode struct {
	OwnerAddr common.Address
	NodeAddr  common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

RemoveNode event with ID 0x41ec5b9efdbf61871df6a18b687e04bea93d5793af5f8c8b4626e155b23dc19d

type RemoveTenantGroup

type RemoveTenantGroup struct {
	GroupId   [32]byte
	GroupAddr common.Address
	Raw       types.Log // Blockchain specific contextual infos
}

RemoveTenantGroup event with ID 0xa4ba7d16ec48ae0b1af6cf3707ad062b11503d59527bca97e68886e7f6991456

type ReviewerGroupAdded

type ReviewerGroupAdded struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

ReviewerGroupAdded event with ID 0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb

type ReviewerGroupRemoved

type ReviewerGroupRemoved struct {
	Group common.Address
	Raw   types.Log // Blockchain specific contextual infos
}

ReviewerGroupRemoved event with ID 0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb

type RightsChanged

type RightsChanged struct {
	Principal common.Address
	Entity    common.Address
	Aggregate uint8
	Raw       types.Log // Blockchain specific contextual infos
}

RightsChanged event with ID 0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4

type RunAccess

type RunAccess struct {
	RequestNonce *big.Int
	Result       *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

RunAccess event with ID 0x3e68dc35f88d76818f276322c37f5021ee00e232fe0d27a93c02801aec4d9c58

type RunAccessCharge

type RunAccessCharge struct {
	CalculatedAccessCharge *big.Int
	Raw                    types.Log // Blockchain specific contextual infos
}

RunAccessCharge event with ID 0xe1f170f83120da6c17cd0ed37a683fc996637c63d2c94a60c806d4cb7466f47b

type RunCreate

type RunCreate struct {
	Result *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

RunCreate event with ID 0x9df71221e13c480b974b5d5bd7591b30b7ea3bfff8a56dfa7fde810a14c1c39b

type RunFinalize

type RunFinalize struct {
	RequestNonce *big.Int
	Result       *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

RunFinalize event with ID 0xbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891

type RunKill

type RunKill struct {
	Result *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

RunKill event with ID 0x6d0dbfc3805aef247651b04b50fc717599f7e0b66c6b022ae1544406f7bf8f86

type RunStatusChange

type RunStatusChange struct {
	ProposedStatusCode *big.Int
	ReturnStatusCode   *big.Int
	Raw                types.Log // Blockchain specific contextual infos
}

RunStatusChange event with ID 0xb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff

type SetAccessCharge

type SetAccessCharge struct {
	AccessCharge *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

SetAccessCharge event with ID 0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3

type SetContentContract

type SetContentContract struct {
	ContentContractAddress common.Address
	Raw                    types.Log // Blockchain specific contextual infos
}

SetContentContract event with ID 0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7

type SetContentType

type SetContentType struct {
	ContentType            common.Address
	ContentContractAddress common.Address
	Raw                    types.Log // Blockchain specific contextual infos
}

SetContentType event with ID 0x4f692e87baf302f7281e83eec109053efc2ca8e7bddfc6ce88c579cd9767f71f

type SetFactory

type SetFactory struct {
	Factory common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

SetFactory event with ID 0x1c893ef9379093af30f458b9e74d2aba13c499660b68dec5e29af7b199c188b9

type SetFactoryManager

type SetFactoryManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

SetFactoryManager event with ID 0xfa2af382c197e27affb4e04f89f42556c71015346416b56be15b3aee3c87f661

type SetKmsManager

type SetKmsManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

SetKmsManager event with ID 0x78cf028637abb89c0df6a78afd3d4403d03e5eb532390543d498bb346ee96477

type SetNodeManager

type SetNodeManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

SetNodeManager event with ID 0x9b77357b839fea8829ce30918f67eb91de08caa0e5272af43a86af5334b56177

type SetStatusCode

type SetStatusCode struct {
	StatusCode *big.Int
	Raw        types.Log // Blockchain specific contextual infos
}

SetStatusCode event with ID 0xda4f34b30fa0ba8a73fedb922f4d28e2a10a5d68e53cf8e942abce3ac09158a2

type SetUserManager

type SetUserManager struct {
	NewManager  common.Address
	PrevManager common.Address
	Raw         types.Log // Blockchain specific contextual infos
}

SetUserManager event with ID 0xc104e41939e1b09c10a83f97ac30b2d1f48605f4630aa8c64633501740ce0299

type TenantFuncsBase

type TenantFuncsBase struct {
	TenantFuncsBaseCaller     // Read-only binding to the contract
	TenantFuncsBaseTransactor // Write-only binding to the contract
	TenantFuncsBaseFilterer   // Log filterer for contract events
}

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

func DeployTenantFuncsBase

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

DeployTenantFuncsBase deploys a new Ethereum contract, binding an instance of TenantFuncsBase to it.

func NewTenantFuncsBase

func NewTenantFuncsBase(address common.Address, backend bind.ContractBackend) (*TenantFuncsBase, error)

NewTenantFuncsBase creates a new instance of TenantFuncsBase, bound to a specific deployed contract.

type TenantFuncsBaseApplyGroups

type TenantFuncsBaseApplyGroups struct {
	To        common.Address
	NumGroups *big.Int
	Raw       types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseApplyGroups represents a ApplyGroups event raised by the TenantFuncsBase contract.

type TenantFuncsBaseApplyGroupsIterator

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

TenantFuncsBaseApplyGroupsIterator is returned from FilterApplyGroups and is used to iterate over the raw logs and unpacked data for ApplyGroups events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseApplyGroupsIterator) Close

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

func (*TenantFuncsBaseApplyGroupsIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseApplyGroupsIterator) 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 TenantFuncsBaseBitSetAndGet

type TenantFuncsBaseBitSetAndGet struct {
	Ident [32]byte
	Ord   uint8
	Prev  bool
	Raw   types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseBitSetAndGet represents a BitSetAndGet event raised by the TenantFuncsBase contract.

type TenantFuncsBaseBitSetAndGetIterator

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

TenantFuncsBaseBitSetAndGetIterator is returned from FilterBitSetAndGet and is used to iterate over the raw logs and unpacked data for BitSetAndGet events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseBitSetAndGetIterator) Close

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

func (*TenantFuncsBaseBitSetAndGetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseBitSetAndGetIterator) 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 TenantFuncsBaseCaller

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

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

func NewTenantFuncsBaseCaller

func NewTenantFuncsBaseCaller(address common.Address, caller bind.ContractCaller) (*TenantFuncsBaseCaller, error)

NewTenantFuncsBaseCaller creates a new read-only instance of TenantFuncsBase, bound to a specific deployed contract.

func (*TenantFuncsBaseCaller) ContentSpace

func (_TenantFuncsBase *TenantFuncsBaseCaller) ContentSpace(opts *bind.CallOpts) (common.Address, error)

ContentSpace is a free data retrieval call binding the contract method 0xaf570c04.

Solidity: function contentSpace() view returns(address)

func (*TenantFuncsBaseCaller) Creator

func (_TenantFuncsBase *TenantFuncsBaseCaller) Creator(opts *bind.CallOpts) (common.Address, error)

Creator is a free data retrieval call binding the contract method 0x02d05d3f.

Solidity: function creator() view returns(address)

func (*TenantFuncsBaseCaller) GetBit

func (_TenantFuncsBase *TenantFuncsBaseCaller) GetBit(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (bool, error)

GetBit is a free data retrieval call binding the contract method 0x30f846a2.

Solidity: function getBit(bytes32 _ident, uint8 _ord) view returns(bool)

func (*TenantFuncsBaseCaller) GetCounter

func (_TenantFuncsBase *TenantFuncsBaseCaller) GetCounter(opts *bind.CallOpts, _ident [32]byte, _ord uint8) (uint32, error)

GetCounter is a free data retrieval call binding the contract method 0xe1954b61.

Solidity: function getCounter(bytes32 _ident, uint8 _ord) view returns(uint32)

func (*TenantFuncsBaseCaller) GetMeta

func (_TenantFuncsBase *TenantFuncsBaseCaller) GetMeta(opts *bind.CallOpts, key []byte) ([]byte, error)

GetMeta is a free data retrieval call binding the contract method 0xac55c906.

Solidity: function getMeta(bytes key) view returns(bytes)

func (*TenantFuncsBaseCaller) IsAdmin

func (_TenantFuncsBase *TenantFuncsBaseCaller) IsAdmin(opts *bind.CallOpts, _candidate common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address _candidate) view returns(bool)

func (*TenantFuncsBaseCaller) Owner

func (_TenantFuncsBase *TenantFuncsBaseCaller) Owner(opts *bind.CallOpts) (common.Address, error)

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

Solidity: function owner() view returns(address)

func (*TenantFuncsBaseCaller) Version

func (_TenantFuncsBase *TenantFuncsBaseCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

func (*TenantFuncsBaseCaller) VersionAPI

func (_TenantFuncsBase *TenantFuncsBaseCaller) VersionAPI(opts *bind.CallOpts) ([32]byte, error)

VersionAPI is a free data retrieval call binding the contract method 0x5f4fcae1.

Solidity: function versionAPI() view returns(bytes32)

type TenantFuncsBaseCounterIncremented

type TenantFuncsBaseCounterIncremented struct {
	Ident [32]byte
	Slot  uint8
	Val   uint32
	Raw   types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseCounterIncremented represents a CounterIncremented event raised by the TenantFuncsBase contract.

type TenantFuncsBaseCounterIncrementedIterator

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

TenantFuncsBaseCounterIncrementedIterator is returned from FilterCounterIncremented and is used to iterate over the raw logs and unpacked data for CounterIncremented events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseCounterIncrementedIterator) Close

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

func (*TenantFuncsBaseCounterIncrementedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseCounterIncrementedIterator) 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 TenantFuncsBaseFilterer

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

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

func NewTenantFuncsBaseFilterer

func NewTenantFuncsBaseFilterer(address common.Address, filterer bind.ContractFilterer) (*TenantFuncsBaseFilterer, error)

NewTenantFuncsBaseFilterer creates a new log filterer instance of TenantFuncsBase, bound to a specific deployed contract.

func (*TenantFuncsBaseFilterer) FilterApplyGroups

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterApplyGroups(opts *bind.FilterOpts) (*TenantFuncsBaseApplyGroupsIterator, error)

FilterApplyGroups is a free log retrieval operation binding the contract event 0xaf51ac2c635b218e7e5205267ea152c8c9f51fc74f818c332dcf630e82a3dc3f.

Solidity: event ApplyGroups(address to, uint256 numGroups)

func (*TenantFuncsBaseFilterer) FilterBitSetAndGet

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterBitSetAndGet(opts *bind.FilterOpts) (*TenantFuncsBaseBitSetAndGetIterator, error)

FilterBitSetAndGet is a free log retrieval operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*TenantFuncsBaseFilterer) FilterCounterIncremented

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterCounterIncremented(opts *bind.FilterOpts) (*TenantFuncsBaseCounterIncrementedIterator, error)

FilterCounterIncremented is a free log retrieval operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*TenantFuncsBaseFilterer) FilterObjectMetaChanged

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterObjectMetaChanged(opts *bind.FilterOpts) (*TenantFuncsBaseObjectMetaChangedIterator, error)

FilterObjectMetaChanged is a free log retrieval operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*TenantFuncsBaseFilterer) FilterTenantTransfer

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterTenantTransfer(opts *bind.FilterOpts) (*TenantFuncsBaseTenantTransferIterator, error)

FilterTenantTransfer is a free log retrieval operation binding the contract event 0x59d13df91c02dfa098820027bd861986b2712e8fa2e7e431fea189243656aebd.

Solidity: event TenantTransfer(address to, uint256 amount)

func (*TenantFuncsBaseFilterer) FilterWordGroupDeleted

func (_TenantFuncsBase *TenantFuncsBaseFilterer) FilterWordGroupDeleted(opts *bind.FilterOpts) (*TenantFuncsBaseWordGroupDeletedIterator, error)

FilterWordGroupDeleted is a free log retrieval operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*TenantFuncsBaseFilterer) ParseApplyGroups

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseApplyGroups(log types.Log) (*TenantFuncsBaseApplyGroups, error)

ParseApplyGroups is a log parse operation binding the contract event 0xaf51ac2c635b218e7e5205267ea152c8c9f51fc74f818c332dcf630e82a3dc3f.

Solidity: event ApplyGroups(address to, uint256 numGroups)

func (*TenantFuncsBaseFilterer) ParseBitSetAndGet

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseBitSetAndGet(log types.Log) (*TenantFuncsBaseBitSetAndGet, error)

ParseBitSetAndGet is a log parse operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*TenantFuncsBaseFilterer) ParseCounterIncremented

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseCounterIncremented(log types.Log) (*TenantFuncsBaseCounterIncremented, error)

ParseCounterIncremented is a log parse operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*TenantFuncsBaseFilterer) ParseObjectMetaChanged

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseObjectMetaChanged(log types.Log) (*TenantFuncsBaseObjectMetaChanged, error)

ParseObjectMetaChanged is a log parse operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*TenantFuncsBaseFilterer) ParseTenantTransfer

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseTenantTransfer(log types.Log) (*TenantFuncsBaseTenantTransfer, error)

ParseTenantTransfer is a log parse operation binding the contract event 0x59d13df91c02dfa098820027bd861986b2712e8fa2e7e431fea189243656aebd.

Solidity: event TenantTransfer(address to, uint256 amount)

func (*TenantFuncsBaseFilterer) ParseWordGroupDeleted

func (_TenantFuncsBase *TenantFuncsBaseFilterer) ParseWordGroupDeleted(log types.Log) (*TenantFuncsBaseWordGroupDeleted, error)

ParseWordGroupDeleted is a log parse operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

func (*TenantFuncsBaseFilterer) WatchApplyGroups

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchApplyGroups(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseApplyGroups) (event.Subscription, error)

WatchApplyGroups is a free log subscription operation binding the contract event 0xaf51ac2c635b218e7e5205267ea152c8c9f51fc74f818c332dcf630e82a3dc3f.

Solidity: event ApplyGroups(address to, uint256 numGroups)

func (*TenantFuncsBaseFilterer) WatchBitSetAndGet

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchBitSetAndGet(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseBitSetAndGet) (event.Subscription, error)

WatchBitSetAndGet is a free log subscription operation binding the contract event 0x4d04842102a74d85e502eec18f3048954c6d6e1d1c368c7bc49edcdcd45e9c3d.

Solidity: event BitSetAndGet(bytes32 ident, uint8 ord, bool prev)

func (*TenantFuncsBaseFilterer) WatchCounterIncremented

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchCounterIncremented(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseCounterIncremented) (event.Subscription, error)

WatchCounterIncremented is a free log subscription operation binding the contract event 0x77a2025a71f0f345cfd7e8a699b42215025b6ab4706dcfaa29393790aa63383f.

Solidity: event CounterIncremented(bytes32 ident, uint8 slot, uint32 val)

func (*TenantFuncsBaseFilterer) WatchObjectMetaChanged

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchObjectMetaChanged(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseObjectMetaChanged) (event.Subscription, error)

WatchObjectMetaChanged is a free log subscription operation binding the contract event 0xe2b310ec9dabdc05229a748e07666c3bc9c46c6ef465cce30d0aa3aa64a0644c.

Solidity: event ObjectMetaChanged(bytes key)

func (*TenantFuncsBaseFilterer) WatchTenantTransfer

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchTenantTransfer(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseTenantTransfer) (event.Subscription, error)

WatchTenantTransfer is a free log subscription operation binding the contract event 0x59d13df91c02dfa098820027bd861986b2712e8fa2e7e431fea189243656aebd.

Solidity: event TenantTransfer(address to, uint256 amount)

func (*TenantFuncsBaseFilterer) WatchWordGroupDeleted

func (_TenantFuncsBase *TenantFuncsBaseFilterer) WatchWordGroupDeleted(opts *bind.WatchOpts, sink chan<- *TenantFuncsBaseWordGroupDeleted) (event.Subscription, error)

WatchWordGroupDeleted is a free log subscription operation binding the contract event 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f.

Solidity: event WordGroupDeleted(bytes32 ident)

type TenantFuncsBaseObjectMetaChanged

type TenantFuncsBaseObjectMetaChanged struct {
	Key []byte
	Raw types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseObjectMetaChanged represents a ObjectMetaChanged event raised by the TenantFuncsBase contract.

type TenantFuncsBaseObjectMetaChangedIterator

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

TenantFuncsBaseObjectMetaChangedIterator is returned from FilterObjectMetaChanged and is used to iterate over the raw logs and unpacked data for ObjectMetaChanged events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseObjectMetaChangedIterator) Close

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

func (*TenantFuncsBaseObjectMetaChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseObjectMetaChangedIterator) 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 TenantFuncsBaseTenantTransfer

type TenantFuncsBaseTenantTransfer struct {
	To     common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseTenantTransfer represents a TenantTransfer event raised by the TenantFuncsBase contract.

type TenantFuncsBaseTenantTransferIterator

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

TenantFuncsBaseTenantTransferIterator is returned from FilterTenantTransfer and is used to iterate over the raw logs and unpacked data for TenantTransfer events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseTenantTransferIterator) Close

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

func (*TenantFuncsBaseTenantTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseTenantTransferIterator) 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 TenantFuncsBaseTransactor

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

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

func NewTenantFuncsBaseTransactor

func NewTenantFuncsBaseTransactor(address common.Address, transactor bind.ContractTransactor) (*TenantFuncsBaseTransactor, error)

NewTenantFuncsBaseTransactor creates a new write-only instance of TenantFuncsBase, bound to a specific deployed contract.

func (*TenantFuncsBaseTransactor) ApplyGroups

func (_TenantFuncsBase *TenantFuncsBaseTransactor) ApplyGroups(opts *bind.TransactOpts, _encToken []byte, arg1 *big.Int, _to common.Address) (*types.Transaction, error)

ApplyGroups is a paid mutator transaction binding the contract method 0xd2771dee.

Solidity: function applyGroups(bytes _encToken, uint256 , address _to) returns()

func (*TenantFuncsBaseTransactor) DeleteGroup

func (_TenantFuncsBase *TenantFuncsBaseTransactor) DeleteGroup(opts *bind.TransactOpts, _ident [32]byte) (*types.Transaction, error)

DeleteGroup is a paid mutator transaction binding the contract method 0xe57097c9.

Solidity: function deleteGroup(bytes32 _ident) returns()

func (*TenantFuncsBaseTransactor) Fallback

func (_TenantFuncsBase *TenantFuncsBaseTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)

Fallback is a paid mutator transaction binding the contract fallback function.

Solidity: fallback() payable returns()

func (*TenantFuncsBaseTransactor) IncrementCounter

func (_TenantFuncsBase *TenantFuncsBaseTransactor) IncrementCounter(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

IncrementCounter is a paid mutator transaction binding the contract method 0x7558cbf0.

Solidity: function incrementCounter(bytes32 _ident, uint8 _ord) returns()

func (*TenantFuncsBaseTransactor) Kill

func (_TenantFuncsBase *TenantFuncsBaseTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error)

Kill is a paid mutator transaction binding the contract method 0x41c0e1b5.

Solidity: function kill() returns()

func (*TenantFuncsBaseTransactor) PutMeta

func (_TenantFuncsBase *TenantFuncsBaseTransactor) PutMeta(opts *bind.TransactOpts, key []byte, value []byte) (*types.Transaction, error)

PutMeta is a paid mutator transaction binding the contract method 0xe542b7cb.

Solidity: function putMeta(bytes key, bytes value) returns()

func (*TenantFuncsBaseTransactor) SetAndGetBit

func (_TenantFuncsBase *TenantFuncsBaseTransactor) SetAndGetBit(opts *bind.TransactOpts, _ident [32]byte, _ord uint8) (*types.Transaction, error)

SetAndGetBit is a paid mutator transaction binding the contract method 0x24d7c18d.

Solidity: function setAndGetBit(bytes32 _ident, uint8 _ord) returns(bool)

func (*TenantFuncsBaseTransactor) TransferCreatorship

func (_TenantFuncsBase *TenantFuncsBaseTransactor) TransferCreatorship(opts *bind.TransactOpts, newCreator common.Address) (*types.Transaction, error)

TransferCreatorship is a paid mutator transaction binding the contract method 0x6d2e4b1b.

Solidity: function transferCreatorship(address newCreator) returns()

func (*TenantFuncsBaseTransactor) TransferOwnership

func (_TenantFuncsBase *TenantFuncsBaseTransactor) 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()

func (*TenantFuncsBaseTransactor) TransferToken

func (_TenantFuncsBase *TenantFuncsBaseTransactor) TransferToken(opts *bind.TransactOpts, _encAuthToken []byte, _amount *big.Int, _to common.Address) (*types.Transaction, error)

TransferToken is a paid mutator transaction binding the contract method 0xc2153d2c.

Solidity: function transferToken(bytes _encAuthToken, uint256 _amount, address _to) returns()

type TenantFuncsBaseWordGroupDeleted

type TenantFuncsBaseWordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

TenantFuncsBaseWordGroupDeleted represents a WordGroupDeleted event raised by the TenantFuncsBase contract.

type TenantFuncsBaseWordGroupDeletedIterator

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

TenantFuncsBaseWordGroupDeletedIterator is returned from FilterWordGroupDeleted and is used to iterate over the raw logs and unpacked data for WordGroupDeleted events raised by the TenantFuncsBase contract.

func (*TenantFuncsBaseWordGroupDeletedIterator) Close

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

func (*TenantFuncsBaseWordGroupDeletedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*TenantFuncsBaseWordGroupDeletedIterator) 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 TenantTransfer

type TenantTransfer struct {
	To     common.Address
	Amount *big.Int
	Raw    types.Log // Blockchain specific contextual infos
}

TenantTransfer event with ID 0x59d13df91c02dfa098820027bd861986b2712e8fa2e7e431fea189243656aebd

type Transactable

type Transactable struct {
	TransactableCaller     // Read-only binding to the contract
	TransactableTransactor // Write-only binding to the contract
	TransactableFilterer   // Log filterer for contract events
}

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

func NewTransactable

func NewTransactable(address common.Address, backend bind.ContractBackend) (*Transactable, error)

NewTransactable creates a new instance of Transactable, bound to a specific deployed contract.

type TransactableCaller

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

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

func NewTransactableCaller

func NewTransactableCaller(address common.Address, caller bind.ContractCaller) (*TransactableCaller, error)

NewTransactableCaller creates a new read-only instance of Transactable, bound to a specific deployed contract.

func (*TransactableCaller) ValidateTimestamp

func (_Transactable *TransactableCaller) ValidateTimestamp(opts *bind.CallOpts, _ts *big.Int) (bool, error)

ValidateTimestamp is a free data retrieval call binding the contract method 0xf50b2efe.

Solidity: function validateTimestamp(uint256 _ts) view returns(bool)

func (*TransactableCaller) ValidateTransaction

func (_Transactable *TransactableCaller) ValidateTransaction(opts *bind.CallOpts, _v uint8, _r [32]byte, _s [32]byte, _dest common.Address, _value *big.Int, _ts *big.Int) (bool, error)

ValidateTransaction is a free data retrieval call binding the contract method 0x763d5ee6.

Solidity: function validateTransaction(uint8 _v, bytes32 _r, bytes32 _s, address _dest, uint256 _value, uint256 _ts) view returns(bool)

type TransactableFilterer

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

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

func NewTransactableFilterer

func NewTransactableFilterer(address common.Address, filterer bind.ContractFilterer) (*TransactableFilterer, error)

NewTransactableFilterer creates a new log filterer instance of Transactable, bound to a specific deployed contract.

type TransactableTransactor

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

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

func NewTransactableTransactor

func NewTransactableTransactor(address common.Address, transactor bind.ContractTransactor) (*TransactableTransactor, error)

NewTransactableTransactor creates a new write-only instance of Transactable, bound to a specific deployed contract.

func (*TransactableTransactor) Execute

func (_Transactable *TransactableTransactor) Execute(opts *bind.TransactOpts, _guarantor common.Address, _v uint8, _r [32]byte, _s [32]byte, _dest common.Address, _value *big.Int, _ts *big.Int) (*types.Transaction, error)

Execute is a paid mutator transaction binding the contract method 0x508ad278.

Solidity: function execute(address _guarantor, uint8 _v, bytes32 _r, bytes32 _s, address _dest, uint256 _value, uint256 _ts) returns(bool)

type UnauthorizedOperation

type UnauthorizedOperation struct {
	OperationCode *big.Int
	Candidate     common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

UnauthorizedOperation event with ID 0x23de2adc3e22f171f66b3e5a333e17feb9dc30ba9570933bd259cb6c13ef7ab7

type UpdateKmsAddress

type UpdateKmsAddress struct {
	AddressKms common.Address
	Raw        types.Log // Blockchain specific contextual infos
}

UpdateKmsAddress event with ID 0x74538e2fbd034afddf32b42c5939d211ce86c7683f9768f1a4969746f81f8608

type UpdateRequest

type UpdateRequest struct {
	ObjectHash string
	Raw        types.Log // Blockchain specific contextual infos
}

UpdateRequest event with ID 0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65

type UserSpace

type UserSpace struct {
	UserSpaceCaller     // Read-only binding to the contract
	UserSpaceTransactor // Write-only binding to the contract
	UserSpaceFilterer   // Log filterer for contract events
}

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

func DeployUserSpace

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

DeployUserSpace deploys a new Ethereum contract, binding an instance of UserSpace to it.

func NewUserSpace

func NewUserSpace(address common.Address, backend bind.ContractBackend) (*UserSpace, error)

NewUserSpace creates a new instance of UserSpace, bound to a specific deployed contract.

type UserSpaceCaller

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

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

func NewUserSpaceCaller

func NewUserSpaceCaller(address common.Address, caller bind.ContractCaller) (*UserSpaceCaller, error)

NewUserSpaceCaller creates a new read-only instance of UserSpace, bound to a specific deployed contract.

func (*UserSpaceCaller) UserWallets

func (_UserSpace *UserSpaceCaller) UserWallets(opts *bind.CallOpts, arg0 common.Address) (common.Address, error)

UserWallets is a free data retrieval call binding the contract method 0x63e6ffdd.

Solidity: function userWallets(address ) view returns(address)

func (*UserSpaceCaller) Version

func (_UserSpace *UserSpaceCaller) Version(opts *bind.CallOpts) ([32]byte, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() view returns(bytes32)

type UserSpaceFilterer

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

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

func NewUserSpaceFilterer

func NewUserSpaceFilterer(address common.Address, filterer bind.ContractFilterer) (*UserSpaceFilterer, error)

NewUserSpaceFilterer creates a new log filterer instance of UserSpace, bound to a specific deployed contract.

type UserSpaceTransactor

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

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

func NewUserSpaceTransactor

func NewUserSpaceTransactor(address common.Address, transactor bind.ContractTransactor) (*UserSpaceTransactor, error)

NewUserSpaceTransactor creates a new write-only instance of UserSpace, bound to a specific deployed contract.

func (*UserSpaceTransactor) CreateUserWallet

func (_UserSpace *UserSpaceTransactor) CreateUserWallet(opts *bind.TransactOpts, arg0 common.Address) (*types.Transaction, error)

CreateUserWallet is a paid mutator transaction binding the contract method 0xe7cf0c66.

Solidity: function createUserWallet(address ) returns(address)

type Utils

type Utils struct {
	UtilsCaller     // Read-only binding to the contract
	UtilsTransactor // Write-only binding to the contract
	UtilsFilterer   // Log filterer for contract events
}

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

func DeployUtils

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

DeployUtils deploys a new Ethereum contract, binding an instance of Utils to it.

func NewUtils

func NewUtils(address common.Address, backend bind.ContractBackend) (*Utils, error)

NewUtils creates a new instance of Utils, bound to a specific deployed contract.

type UtilsCaller

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

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

func NewUtilsCaller

func NewUtilsCaller(address common.Address, caller bind.ContractCaller) (*UtilsCaller, error)

NewUtilsCaller creates a new read-only instance of Utils, bound to a specific deployed contract.

type UtilsFilterer

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

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

func NewUtilsFilterer

func NewUtilsFilterer(address common.Address, filterer bind.ContractFilterer) (*UtilsFilterer, error)

NewUtilsFilterer creates a new log filterer instance of Utils, bound to a specific deployed contract.

type UtilsTransactor

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

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

func NewUtilsTransactor

func NewUtilsTransactor(address common.Address, transactor bind.ContractTransactor) (*UtilsTransactor, error)

NewUtilsTransactor creates a new write-only instance of Utils, bound to a specific deployed contract.

type Verifier

type Verifier struct {
	VerifierCaller     // Read-only binding to the contract
	VerifierTransactor // Write-only binding to the contract
	VerifierFilterer   // Log filterer for contract events
}

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

func DeployVerifier

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

DeployVerifier deploys a new Ethereum contract, binding an instance of Verifier to it.

func NewVerifier

func NewVerifier(address common.Address, backend bind.ContractBackend) (*Verifier, error)

NewVerifier creates a new instance of Verifier, bound to a specific deployed contract.

type VerifierCaller

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

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

func NewVerifierCaller

func NewVerifierCaller(address common.Address, caller bind.ContractCaller) (*VerifierCaller, error)

NewVerifierCaller creates a new read-only instance of Verifier, bound to a specific deployed contract.

func (*VerifierCaller) IsSigned

func (_Verifier *VerifierCaller) IsSigned(opts *bind.CallOpts, _addr common.Address, msgHash [32]byte, v uint8, r [32]byte, s [32]byte) (bool, error)

IsSigned is a free data retrieval call binding the contract method 0x8677ebe8.

Solidity: function isSigned(address _addr, bytes32 msgHash, uint8 v, bytes32 r, bytes32 s) pure returns(bool)

func (*VerifierCaller) RecoverAddr

func (_Verifier *VerifierCaller) RecoverAddr(opts *bind.CallOpts, msgHash [32]byte, v uint8, r [32]byte, s [32]byte) (common.Address, error)

RecoverAddr is a free data retrieval call binding the contract method 0xe5df669f.

Solidity: function recoverAddr(bytes32 msgHash, uint8 v, bytes32 r, bytes32 s) pure returns(address)

type VerifierFilterer

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

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

func NewVerifierFilterer

func NewVerifierFilterer(address common.Address, filterer bind.ContractFilterer) (*VerifierFilterer, error)

NewVerifierFilterer creates a new log filterer instance of Verifier, bound to a specific deployed contract.

type VerifierTransactor

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

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

func NewVerifierTransactor

func NewVerifierTransactor(address common.Address, transactor bind.ContractTransactor) (*VerifierTransactor, error)

NewVerifierTransactor creates a new write-only instance of Verifier, bound to a specific deployed contract.

type VersionConfirm

type VersionConfirm struct {
	SpaceAddress  common.Address
	ParentAddress common.Address
	ObjectHash    string
	Raw           types.Log // Blockchain specific contextual infos
}

VersionConfirm event with ID 0xbdaffceabaaa783aa187fea6c2e815541d29e2290bf3f7d3c4fc53672b68f7df

type VersionDelete

type VersionDelete struct {
	SpaceAddress common.Address
	VersionHash  string
	Index        *big.Int
	Raw          types.Log // Blockchain specific contextual infos
}

VersionDelete event with ID 0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51

type VisibilityChanged

type VisibilityChanged struct {
	ContentSpace  common.Address
	ParentAddress common.Address
	Visibility    uint8
	Raw           types.Log // Blockchain specific contextual infos
}

VisibilityChanged event with ID 0x369a336baa7895746725663e717b3523139ebabfff8c32bc4b13e8f88e502500

type WordGroupDeleted

type WordGroupDeleted struct {
	Ident [32]byte
	Raw   types.Log // Blockchain specific contextual infos
}

WordGroupDeleted event with ID 0x87d0c300430cf9ba25931ff8bf37f633abe097e533463927bbfdc1e9ae1d0e9f

Jump to

Keyboard shortcuts

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