Documentation
¶
Index ¶
- Variables
- type LilypadModuleDirectory
- type LilypadModuleDirectoryCaller
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetLilypadUser(opts *bind.CallOpts) (common.Address, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetOwnedModules(opts *bind.CallOpts, moduleOwner common.Address) ([]SharedStructsModule, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetVersion(opts *bind.CallOpts) (string, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) IsTransferApproved(opts *bind.CallOpts, moduleOwner common.Address, moduleName string, ...) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) Version(opts *bind.CallOpts) (string, error)
- type LilypadModuleDirectoryCallerRaw
- type LilypadModuleDirectoryCallerSession
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetLilypadUser() (common.Address, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetOwnedModules(moduleOwner common.Address) ([]SharedStructsModule, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetVersion() (string, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) IsTransferApproved(moduleOwner common.Address, moduleName string, purchaser common.Address) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) Version() (string, error)
- type LilypadModuleDirectoryFilterer
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterInitialized(opts *bind.FilterOpts) (*LilypadModuleDirectoryInitializedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryLilypadUserUpdated(opts *bind.FilterOpts, lilypadUser []common.Address, caller []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleCreatorRegistered(opts *bind.FilterOpts, moduleCreator []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator, ...)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleNameUpdated(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleRegistered(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferApproved(opts *bind.FilterOpts, owner []common.Address, purchaser []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator, ...)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferRevoked(opts *bind.FilterOpts, owner []common.Address, revokedFrom []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator, ...)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferred(opts *bind.FilterOpts, newOwner []common.Address, ...) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleUrlUpdated(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, ...) (*LilypadModuleDirectoryRoleAdminChangedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*LilypadModuleDirectoryRoleGrantedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*LilypadModuleDirectoryRoleRevokedIterator, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseInitialized(log types.Log) (*LilypadModuleDirectoryInitialized, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryLilypadUserUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleCreatorRegistered(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleNameUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleRegistered(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferApproved(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferRevoked(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferred(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleUrlUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleAdminChanged(log types.Log) (*LilypadModuleDirectoryRoleAdminChanged, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleGranted(log types.Log) (*LilypadModuleDirectoryRoleGranted, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleRevoked(log types.Log) (*LilypadModuleDirectoryRoleRevoked, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryInitialized) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryLilypadUserUpdated(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleCreatorRegistered(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleNameUpdated(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleRegistered(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferApproved(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferRevoked(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferred(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleUrlUpdated(opts *bind.WatchOpts, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleAdminChanged, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleGranted, ...) (event.Subscription, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleRevoked, ...) (event.Subscription, error)
- type LilypadModuleDirectoryInitialized
- type LilypadModuleDirectoryInitializedIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated
- type LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator
- func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Close() error
- func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Error() error
- func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Next() bool
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated
- type LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator
- type LilypadModuleDirectoryRaw
- func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type LilypadModuleDirectoryRoleAdminChanged
- type LilypadModuleDirectoryRoleAdminChangedIterator
- type LilypadModuleDirectoryRoleGranted
- type LilypadModuleDirectoryRoleGrantedIterator
- type LilypadModuleDirectoryRoleRevoked
- type LilypadModuleDirectoryRoleRevokedIterator
- type LilypadModuleDirectorySession
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) ApproveTransfer(moduleOwner common.Address, newOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) DEFAULTADMINROLE() ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetLilypadUser() (common.Address, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetOwnedModules(moduleOwner common.Address) ([]SharedStructsModule, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetVersion() (string, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) Initialize(_lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) IsTransferApproved(moduleOwner common.Address, moduleName string, purchaser common.Address) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RegisterModuleCreator(moduleCreator common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RegisterModuleForCreator(moduleOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RevokeTransferApproval(moduleOwner common.Address, moduleName string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) SetLilypadUser(_lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) SupportsInterface(interfaceId [4]byte) (bool, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) TransferModuleOwnership(moduleOwner common.Address, newOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) UpdateModuleName(moduleOwner common.Address, moduleName string, newModuleName string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) UpdateModuleUrl(moduleOwner common.Address, moduleName string, newModuleUrl string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectorySession) Version() (string, error)
- type LilypadModuleDirectoryTransactor
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) ApproveTransfer(opts *bind.TransactOpts, moduleOwner common.Address, newOwner common.Address, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) Initialize(opts *bind.TransactOpts, _lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RegisterModuleCreator(opts *bind.TransactOpts, moduleCreator common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RegisterModuleForCreator(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RevokeTransferApproval(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) SetLilypadUser(opts *bind.TransactOpts, _lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) TransferModuleOwnership(opts *bind.TransactOpts, moduleOwner common.Address, newOwner common.Address, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) UpdateModuleName(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) UpdateModuleUrl(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- type LilypadModuleDirectoryTransactorRaw
- type LilypadModuleDirectoryTransactorSession
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) ApproveTransfer(moduleOwner common.Address, newOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) Initialize(_lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RegisterModuleCreator(moduleCreator common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RegisterModuleForCreator(moduleOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RevokeTransferApproval(moduleOwner common.Address, moduleName string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) SetLilypadUser(_lilypadUser common.Address) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) TransferModuleOwnership(moduleOwner common.Address, newOwner common.Address, moduleName string, ...) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) UpdateModuleName(moduleOwner common.Address, moduleName string, newModuleName string) (*types.Transaction, error)
- func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) UpdateModuleUrl(moduleOwner common.Address, moduleName string, newModuleUrl string) (*types.Transaction, error)
- type SharedStructsModule
Constants ¶
This section is empty.
Variables ¶
var LilypadModuleDirectoryABI = LilypadModuleDirectoryMetaData.ABI
LilypadModuleDirectoryABI is the input ABI used to generate the binding from. Deprecated: Use LilypadModuleDirectoryMetaData.ABI instead.
var LilypadModuleDirectoryMetaData = &bind.MetaData{
ABI: "[{\"type\":\"constructor\",\"inputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"DEFAULT_ADMIN_ROLE\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"approveTransfer\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"getLilypadUser\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getOwnedModules\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"tuple[]\",\"internalType\":\"structSharedStructs.Module[]\",\"components\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"internalType\":\"string\"}]}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getRoleAdmin\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getVersion\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"grantRole\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"hasRole\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"_lilypadUser\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isTransferApproved\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"purchaser\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"registerModuleCreator\",\"inputs\":[{\"name\":\"moduleCreator\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"registerModuleForCreator\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"renounceRole\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"callerConfirmation\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"revokeRole\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"revokeTransferApproval\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setLilypadUser\",\"inputs\":[{\"name\":\"_lilypadUser\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"supportsInterface\",\"inputs\":[{\"name\":\"interfaceId\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferModuleOwnership\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateModuleName\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"newModuleName\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"updateModuleUrl\",\"inputs\":[{\"name\":\"moduleOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"newModuleUrl\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__LilypadUserUpdated\",\"inputs\":[{\"name\":\"lilypadUser\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"caller\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleCreatorRegistered\",\"inputs\":[{\"name\":\"moduleCreator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleNameUpdated\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"oldModuleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"newModuleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleRegistered\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleTransferApproved\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"purchaser\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleTransferRevoked\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"revokedFrom\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleTransferred\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"moduleUrl\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"LilypadModuleDirectory__ModuleUrlUpdated\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"moduleName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"newModuleUrl\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RoleAdminChanged\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"previousAdminRole\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"newAdminRole\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RoleGranted\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"sender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"RoleRevoked\",\"inputs\":[{\"name\":\"role\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"account\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"sender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"AccessControlBadConfirmation\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"AccessControlUnauthorizedAccount\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"neededRole\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"type\":\"error\",\"name\":\"InvalidInitialization\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__EmptyModuleName\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__EmptyModuleUrl\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__InvalidAddress\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__InvalidAddressForLilypadUser\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__ModuleAlreadyExists\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__ModuleCreatorAlreadyExists\",\"inputs\":[{\"name\":\"moduleCreator\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__ModuleNotFound\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__NotController\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__NotModuleOwner\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__SameOwnerAddress\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__TransferNotApproved\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"LilypadModuleDirectory__ZeroAddressNotAllowed\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotInitializing\",\"inputs\":[]}]",
}
LilypadModuleDirectoryMetaData contains all meta data concerning the LilypadModuleDirectory contract.
Functions ¶
This section is empty.
Types ¶
type LilypadModuleDirectory ¶
type LilypadModuleDirectory struct {
LilypadModuleDirectoryCaller // Read-only binding to the contract
LilypadModuleDirectoryTransactor // Write-only binding to the contract
LilypadModuleDirectoryFilterer // Log filterer for contract events
}
LilypadModuleDirectory is an auto generated Go binding around an Ethereum contract.
func NewLilypadModuleDirectory ¶
func NewLilypadModuleDirectory(address common.Address, backend bind.ContractBackend) (*LilypadModuleDirectory, error)
NewLilypadModuleDirectory creates a new instance of LilypadModuleDirectory, bound to a specific deployed contract.
type LilypadModuleDirectoryCaller ¶
type LilypadModuleDirectoryCaller struct {
// contains filtered or unexported fields
}
LilypadModuleDirectoryCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewLilypadModuleDirectoryCaller ¶
func NewLilypadModuleDirectoryCaller(address common.Address, caller bind.ContractCaller) (*LilypadModuleDirectoryCaller, error)
NewLilypadModuleDirectoryCaller creates a new read-only instance of LilypadModuleDirectory, bound to a specific deployed contract.
func (*LilypadModuleDirectoryCaller) DEFAULTADMINROLE ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*LilypadModuleDirectoryCaller) GetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetLilypadUser(opts *bind.CallOpts) (common.Address, error)
GetLilypadUser is a free data retrieval call binding the contract method 0x14dd1d2e.
Solidity: function getLilypadUser() view returns(address)
func (*LilypadModuleDirectoryCaller) GetOwnedModules ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetOwnedModules(opts *bind.CallOpts, moduleOwner common.Address) ([]SharedStructsModule, error)
GetOwnedModules is a free data retrieval call binding the contract method 0x6fabef35.
Solidity: function getOwnedModules(address moduleOwner) view returns((address,string,string)[])
func (*LilypadModuleDirectoryCaller) GetRoleAdmin ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*LilypadModuleDirectoryCaller) GetVersion ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) GetVersion(opts *bind.CallOpts) (string, error)
GetVersion is a free data retrieval call binding the contract method 0x0d8e6e2c.
Solidity: function getVersion() view returns(string)
func (*LilypadModuleDirectoryCaller) HasRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*LilypadModuleDirectoryCaller) IsTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) IsTransferApproved(opts *bind.CallOpts, moduleOwner common.Address, moduleName string, purchaser common.Address) (bool, error)
IsTransferApproved is a free data retrieval call binding the contract method 0xcafebf56.
Solidity: function isTransferApproved(address moduleOwner, string moduleName, address purchaser) view returns(bool)
func (*LilypadModuleDirectoryCaller) SupportsInterface ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
type LilypadModuleDirectoryCallerRaw ¶
type LilypadModuleDirectoryCallerRaw struct {
Contract *LilypadModuleDirectoryCaller // Generic read-only contract binding to access the raw methods on
}
LilypadModuleDirectoryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*LilypadModuleDirectoryCallerRaw) Call ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type LilypadModuleDirectoryCallerSession ¶
type LilypadModuleDirectoryCallerSession struct {
Contract *LilypadModuleDirectoryCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
LilypadModuleDirectoryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*LilypadModuleDirectoryCallerSession) DEFAULTADMINROLE ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*LilypadModuleDirectoryCallerSession) GetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetLilypadUser() (common.Address, error)
GetLilypadUser is a free data retrieval call binding the contract method 0x14dd1d2e.
Solidity: function getLilypadUser() view returns(address)
func (*LilypadModuleDirectoryCallerSession) GetOwnedModules ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetOwnedModules(moduleOwner common.Address) ([]SharedStructsModule, error)
GetOwnedModules is a free data retrieval call binding the contract method 0x6fabef35.
Solidity: function getOwnedModules(address moduleOwner) view returns((address,string,string)[])
func (*LilypadModuleDirectoryCallerSession) GetRoleAdmin ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*LilypadModuleDirectoryCallerSession) GetVersion ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) GetVersion() (string, error)
GetVersion is a free data retrieval call binding the contract method 0x0d8e6e2c.
Solidity: function getVersion() view returns(string)
func (*LilypadModuleDirectoryCallerSession) HasRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*LilypadModuleDirectoryCallerSession) IsTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) IsTransferApproved(moduleOwner common.Address, moduleName string, purchaser common.Address) (bool, error)
IsTransferApproved is a free data retrieval call binding the contract method 0xcafebf56.
Solidity: function isTransferApproved(address moduleOwner, string moduleName, address purchaser) view returns(bool)
func (*LilypadModuleDirectoryCallerSession) SupportsInterface ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*LilypadModuleDirectoryCallerSession) Version ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryCallerSession) Version() (string, error)
Version is a free data retrieval call binding the contract method 0x54fd4d50.
Solidity: function version() view returns(string)
type LilypadModuleDirectoryFilterer ¶
type LilypadModuleDirectoryFilterer struct {
// contains filtered or unexported fields
}
LilypadModuleDirectoryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewLilypadModuleDirectoryFilterer ¶
func NewLilypadModuleDirectoryFilterer(address common.Address, filterer bind.ContractFilterer) (*LilypadModuleDirectoryFilterer, error)
NewLilypadModuleDirectoryFilterer creates a new log filterer instance of LilypadModuleDirectory, bound to a specific deployed contract.
func (*LilypadModuleDirectoryFilterer) FilterInitialized ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterInitialized(opts *bind.FilterOpts) (*LilypadModuleDirectoryInitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryLilypadUserUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryLilypadUserUpdated(opts *bind.FilterOpts, lilypadUser []common.Address, caller []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator, error)
FilterLilypadModuleDirectoryLilypadUserUpdated is a free log retrieval operation binding the contract event 0xe6c2ee42f256f2bb1bc0bbe151f8c780426cfcb8d702a13c776e9e57bd0f6762.
Solidity: event LilypadModuleDirectory__LilypadUserUpdated(address indexed lilypadUser, address indexed caller)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleCreatorRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleCreatorRegistered(opts *bind.FilterOpts, moduleCreator []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator, error)
FilterLilypadModuleDirectoryModuleCreatorRegistered is a free log retrieval operation binding the contract event 0x48391147531cad00caac8f4787b4e7b2b9993d44110a2ff1419ae33812ce27e0.
Solidity: event LilypadModuleDirectory__ModuleCreatorRegistered(address indexed moduleCreator)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleNameUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleNameUpdated(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator, error)
FilterLilypadModuleDirectoryModuleNameUpdated is a free log retrieval operation binding the contract event 0x64d5584871d4e36223536000f2a6fcdf9777c12e31e88671f032d0ba5b34d27e.
Solidity: event LilypadModuleDirectory__ModuleNameUpdated(address indexed owner, string oldModuleName, string newModuleName)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleRegistered(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator, error)
FilterLilypadModuleDirectoryModuleRegistered is a free log retrieval operation binding the contract event 0xba4f6fb1694d21cafaecdc84bf64dcd60229b4b1e93c88325dc875fb3a7ac3b3.
Solidity: event LilypadModuleDirectory__ModuleRegistered(address indexed owner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferApproved(opts *bind.FilterOpts, owner []common.Address, purchaser []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator, error)
FilterLilypadModuleDirectoryModuleTransferApproved is a free log retrieval operation binding the contract event 0xbce1bd154986092afc92370dcd98072885be653515b462a9bc5d9217a824cfe6.
Solidity: event LilypadModuleDirectory__ModuleTransferApproved(address indexed owner, address indexed purchaser, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferRevoked(opts *bind.FilterOpts, owner []common.Address, revokedFrom []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator, error)
FilterLilypadModuleDirectoryModuleTransferRevoked is a free log retrieval operation binding the contract event 0xf6078793aacb510d74514d4bbed67a3b0be79fa862f5a8dab6fee8f7d1d9612d.
Solidity: event LilypadModuleDirectory__ModuleTransferRevoked(address indexed owner, address indexed revokedFrom, string moduleName)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferred ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleTransferred(opts *bind.FilterOpts, newOwner []common.Address, previousOwner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator, error)
FilterLilypadModuleDirectoryModuleTransferred is a free log retrieval operation binding the contract event 0xe056b787162beedd119835ebe75422503530c7dd16da5304c3893551b180d2cd.
Solidity: event LilypadModuleDirectory__ModuleTransferred(address indexed newOwner, address indexed previousOwner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleUrlUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterLilypadModuleDirectoryModuleUrlUpdated(opts *bind.FilterOpts, owner []common.Address) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator, error)
FilterLilypadModuleDirectoryModuleUrlUpdated is a free log retrieval operation binding the contract event 0xd002b7b619e16e3e9e93faff3fda6a96a8420d0a7e48f23e69745507a9971c62.
Solidity: event LilypadModuleDirectory__ModuleUrlUpdated(address indexed owner, string moduleName, string newModuleUrl)
func (*LilypadModuleDirectoryFilterer) FilterRoleAdminChanged ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*LilypadModuleDirectoryRoleAdminChangedIterator, error)
FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*LilypadModuleDirectoryFilterer) FilterRoleGranted ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*LilypadModuleDirectoryRoleGrantedIterator, error)
FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*LilypadModuleDirectoryFilterer) FilterRoleRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*LilypadModuleDirectoryRoleRevokedIterator, error)
FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*LilypadModuleDirectoryFilterer) ParseInitialized ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseInitialized(log types.Log) (*LilypadModuleDirectoryInitialized, error)
ParseInitialized is a log parse operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryLilypadUserUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryLilypadUserUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated, error)
ParseLilypadModuleDirectoryLilypadUserUpdated is a log parse operation binding the contract event 0xe6c2ee42f256f2bb1bc0bbe151f8c780426cfcb8d702a13c776e9e57bd0f6762.
Solidity: event LilypadModuleDirectory__LilypadUserUpdated(address indexed lilypadUser, address indexed caller)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleCreatorRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleCreatorRegistered(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered, error)
ParseLilypadModuleDirectoryModuleCreatorRegistered is a log parse operation binding the contract event 0x48391147531cad00caac8f4787b4e7b2b9993d44110a2ff1419ae33812ce27e0.
Solidity: event LilypadModuleDirectory__ModuleCreatorRegistered(address indexed moduleCreator)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleNameUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleNameUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated, error)
ParseLilypadModuleDirectoryModuleNameUpdated is a log parse operation binding the contract event 0x64d5584871d4e36223536000f2a6fcdf9777c12e31e88671f032d0ba5b34d27e.
Solidity: event LilypadModuleDirectory__ModuleNameUpdated(address indexed owner, string oldModuleName, string newModuleName)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleRegistered(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered, error)
ParseLilypadModuleDirectoryModuleRegistered is a log parse operation binding the contract event 0xba4f6fb1694d21cafaecdc84bf64dcd60229b4b1e93c88325dc875fb3a7ac3b3.
Solidity: event LilypadModuleDirectory__ModuleRegistered(address indexed owner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferApproved(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved, error)
ParseLilypadModuleDirectoryModuleTransferApproved is a log parse operation binding the contract event 0xbce1bd154986092afc92370dcd98072885be653515b462a9bc5d9217a824cfe6.
Solidity: event LilypadModuleDirectory__ModuleTransferApproved(address indexed owner, address indexed purchaser, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferRevoked(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked, error)
ParseLilypadModuleDirectoryModuleTransferRevoked is a log parse operation binding the contract event 0xf6078793aacb510d74514d4bbed67a3b0be79fa862f5a8dab6fee8f7d1d9612d.
Solidity: event LilypadModuleDirectory__ModuleTransferRevoked(address indexed owner, address indexed revokedFrom, string moduleName)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferred ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleTransferred(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred, error)
ParseLilypadModuleDirectoryModuleTransferred is a log parse operation binding the contract event 0xe056b787162beedd119835ebe75422503530c7dd16da5304c3893551b180d2cd.
Solidity: event LilypadModuleDirectory__ModuleTransferred(address indexed newOwner, address indexed previousOwner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleUrlUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseLilypadModuleDirectoryModuleUrlUpdated(log types.Log) (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated, error)
ParseLilypadModuleDirectoryModuleUrlUpdated is a log parse operation binding the contract event 0xd002b7b619e16e3e9e93faff3fda6a96a8420d0a7e48f23e69745507a9971c62.
Solidity: event LilypadModuleDirectory__ModuleUrlUpdated(address indexed owner, string moduleName, string newModuleUrl)
func (*LilypadModuleDirectoryFilterer) ParseRoleAdminChanged ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleAdminChanged(log types.Log) (*LilypadModuleDirectoryRoleAdminChanged, error)
ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*LilypadModuleDirectoryFilterer) ParseRoleGranted ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleGranted(log types.Log) (*LilypadModuleDirectoryRoleGranted, error)
ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*LilypadModuleDirectoryFilterer) ParseRoleRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) ParseRoleRevoked(log types.Log) (*LilypadModuleDirectoryRoleRevoked, error)
ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*LilypadModuleDirectoryFilterer) WatchInitialized ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryInitialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryLilypadUserUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryLilypadUserUpdated(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated, lilypadUser []common.Address, caller []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryLilypadUserUpdated is a free log subscription operation binding the contract event 0xe6c2ee42f256f2bb1bc0bbe151f8c780426cfcb8d702a13c776e9e57bd0f6762.
Solidity: event LilypadModuleDirectory__LilypadUserUpdated(address indexed lilypadUser, address indexed caller)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleCreatorRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleCreatorRegistered(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered, moduleCreator []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleCreatorRegistered is a free log subscription operation binding the contract event 0x48391147531cad00caac8f4787b4e7b2b9993d44110a2ff1419ae33812ce27e0.
Solidity: event LilypadModuleDirectory__ModuleCreatorRegistered(address indexed moduleCreator)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleNameUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleNameUpdated(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated, owner []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleNameUpdated is a free log subscription operation binding the contract event 0x64d5584871d4e36223536000f2a6fcdf9777c12e31e88671f032d0ba5b34d27e.
Solidity: event LilypadModuleDirectory__ModuleNameUpdated(address indexed owner, string oldModuleName, string newModuleName)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleRegistered ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleRegistered(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered, owner []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleRegistered is a free log subscription operation binding the contract event 0xba4f6fb1694d21cafaecdc84bf64dcd60229b4b1e93c88325dc875fb3a7ac3b3.
Solidity: event LilypadModuleDirectory__ModuleRegistered(address indexed owner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferApproved(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved, owner []common.Address, purchaser []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleTransferApproved is a free log subscription operation binding the contract event 0xbce1bd154986092afc92370dcd98072885be653515b462a9bc5d9217a824cfe6.
Solidity: event LilypadModuleDirectory__ModuleTransferApproved(address indexed owner, address indexed purchaser, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferRevoked(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked, owner []common.Address, revokedFrom []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleTransferRevoked is a free log subscription operation binding the contract event 0xf6078793aacb510d74514d4bbed67a3b0be79fa862f5a8dab6fee8f7d1d9612d.
Solidity: event LilypadModuleDirectory__ModuleTransferRevoked(address indexed owner, address indexed revokedFrom, string moduleName)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferred ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleTransferred(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred, newOwner []common.Address, previousOwner []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleTransferred is a free log subscription operation binding the contract event 0xe056b787162beedd119835ebe75422503530c7dd16da5304c3893551b180d2cd.
Solidity: event LilypadModuleDirectory__ModuleTransferred(address indexed newOwner, address indexed previousOwner, string moduleName, string moduleUrl)
func (*LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleUrlUpdated ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchLilypadModuleDirectoryModuleUrlUpdated(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated, owner []common.Address) (event.Subscription, error)
WatchLilypadModuleDirectoryModuleUrlUpdated is a free log subscription operation binding the contract event 0xd002b7b619e16e3e9e93faff3fda6a96a8420d0a7e48f23e69745507a9971c62.
Solidity: event LilypadModuleDirectory__ModuleUrlUpdated(address indexed owner, string moduleName, string newModuleUrl)
func (*LilypadModuleDirectoryFilterer) WatchRoleAdminChanged ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)
WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*LilypadModuleDirectoryFilterer) WatchRoleGranted ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*LilypadModuleDirectoryFilterer) WatchRoleRevoked ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *LilypadModuleDirectoryRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
type LilypadModuleDirectoryInitialized ¶
type LilypadModuleDirectoryInitialized struct {
Version uint64
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryInitialized represents a Initialized event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryInitializedIterator ¶
type LilypadModuleDirectoryInitializedIterator struct {
Event *LilypadModuleDirectoryInitialized // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryInitializedIterator) Close ¶
func (it *LilypadModuleDirectoryInitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryInitializedIterator) Error ¶
func (it *LilypadModuleDirectoryInitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryInitializedIterator) Next ¶
func (it *LilypadModuleDirectoryInitializedIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated ¶
type LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated struct {
LilypadUser common.Address
Caller common.Address
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated represents a LilypadModuleDirectoryLilypadUserUpdated event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdated // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator is returned from FilterLilypadModuleDirectoryLilypadUserUpdated and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryLilypadUserUpdated events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) Next ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryLilypadUserUpdatedIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered struct {
ModuleCreator common.Address
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered represents a LilypadModuleDirectoryModuleCreatorRegistered event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegistered // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator is returned from FilterLilypadModuleDirectoryModuleCreatorRegistered and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleCreatorRegistered events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleCreatorRegisteredIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated struct {
Owner common.Address
OldModuleName string
NewModuleName string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated represents a LilypadModuleDirectoryModuleNameUpdated event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdated // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator is returned from FilterLilypadModuleDirectoryModuleNameUpdated and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleNameUpdated events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) Next ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleNameUpdatedIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered struct {
Owner common.Address
ModuleName string
ModuleUrl string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered represents a LilypadModuleDirectoryModuleRegistered event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleRegistered // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator is returned from FilterLilypadModuleDirectoryModuleRegistered and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleRegistered events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) Next ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleRegisteredIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved struct {
Owner common.Address
Purchaser common.Address
ModuleName string
ModuleUrl string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved represents a LilypadModuleDirectoryModuleTransferApproved event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApproved // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator is returned from FilterLilypadModuleDirectoryModuleTransferApproved and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleTransferApproved events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferApprovedIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked struct {
Owner common.Address
RevokedFrom common.Address
ModuleName string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked represents a LilypadModuleDirectoryModuleTransferRevoked event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevoked // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator is returned from FilterLilypadModuleDirectoryModuleTransferRevoked and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleTransferRevoked events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferRevokedIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred struct {
NewOwner common.Address
PreviousOwner common.Address
ModuleName string
ModuleUrl string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred represents a LilypadModuleDirectoryModuleTransferred event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferred // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator is returned from FilterLilypadModuleDirectoryModuleTransferred and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleTransferred events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) Next ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleTransferredIterator) 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 LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated struct {
Owner common.Address
ModuleName string
NewModuleUrl string
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated represents a LilypadModuleDirectoryModuleUrlUpdated event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator ¶
type LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator struct {
Event *LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdated // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator is returned from FilterLilypadModuleDirectoryModuleUrlUpdated and is used to iterate over the raw logs and unpacked data for LilypadModuleDirectoryModuleUrlUpdated events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) Close ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) Error ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) Next ¶
func (it *LilypadModuleDirectoryLilypadModuleDirectoryModuleUrlUpdatedIterator) 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 LilypadModuleDirectoryRaw ¶
type LilypadModuleDirectoryRaw struct {
Contract *LilypadModuleDirectory // Generic contract binding to access the raw methods on
}
LilypadModuleDirectoryRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*LilypadModuleDirectoryRaw) Call ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*LilypadModuleDirectoryRaw) Transact ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*LilypadModuleDirectoryRaw) Transfer ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type LilypadModuleDirectoryRoleAdminChanged ¶
type LilypadModuleDirectoryRoleAdminChanged struct {
Role [32]byte
PreviousAdminRole [32]byte
NewAdminRole [32]byte
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryRoleAdminChanged represents a RoleAdminChanged event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryRoleAdminChangedIterator ¶
type LilypadModuleDirectoryRoleAdminChangedIterator struct {
Event *LilypadModuleDirectoryRoleAdminChanged // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryRoleAdminChangedIterator) Close ¶
func (it *LilypadModuleDirectoryRoleAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryRoleAdminChangedIterator) Error ¶
func (it *LilypadModuleDirectoryRoleAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryRoleAdminChangedIterator) Next ¶
func (it *LilypadModuleDirectoryRoleAdminChangedIterator) 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 LilypadModuleDirectoryRoleGranted ¶
type LilypadModuleDirectoryRoleGranted struct {
Role [32]byte
Account common.Address
Sender common.Address
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryRoleGranted represents a RoleGranted event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryRoleGrantedIterator ¶
type LilypadModuleDirectoryRoleGrantedIterator struct {
Event *LilypadModuleDirectoryRoleGranted // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryRoleGrantedIterator) Close ¶
func (it *LilypadModuleDirectoryRoleGrantedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryRoleGrantedIterator) Error ¶
func (it *LilypadModuleDirectoryRoleGrantedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryRoleGrantedIterator) Next ¶
func (it *LilypadModuleDirectoryRoleGrantedIterator) 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 LilypadModuleDirectoryRoleRevoked ¶
type LilypadModuleDirectoryRoleRevoked struct {
Role [32]byte
Account common.Address
Sender common.Address
Raw types.Log // Blockchain specific contextual infos
}
LilypadModuleDirectoryRoleRevoked represents a RoleRevoked event raised by the LilypadModuleDirectory contract.
type LilypadModuleDirectoryRoleRevokedIterator ¶
type LilypadModuleDirectoryRoleRevokedIterator struct {
Event *LilypadModuleDirectoryRoleRevoked // Event containing the contract specifics and raw log
// contains filtered or unexported fields
}
LilypadModuleDirectoryRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the LilypadModuleDirectory contract.
func (*LilypadModuleDirectoryRoleRevokedIterator) Close ¶
func (it *LilypadModuleDirectoryRoleRevokedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*LilypadModuleDirectoryRoleRevokedIterator) Error ¶
func (it *LilypadModuleDirectoryRoleRevokedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*LilypadModuleDirectoryRoleRevokedIterator) Next ¶
func (it *LilypadModuleDirectoryRoleRevokedIterator) 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 LilypadModuleDirectorySession ¶
type LilypadModuleDirectorySession struct {
Contract *LilypadModuleDirectory // Generic contract binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
LilypadModuleDirectorySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*LilypadModuleDirectorySession) ApproveTransfer ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) ApproveTransfer(moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
ApproveTransfer is a paid mutator transaction binding the contract method 0x3c189c9c.
Solidity: function approveTransfer(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectorySession) DEFAULTADMINROLE ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*LilypadModuleDirectorySession) GetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetLilypadUser() (common.Address, error)
GetLilypadUser is a free data retrieval call binding the contract method 0x14dd1d2e.
Solidity: function getLilypadUser() view returns(address)
func (*LilypadModuleDirectorySession) GetOwnedModules ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetOwnedModules(moduleOwner common.Address) ([]SharedStructsModule, error)
GetOwnedModules is a free data retrieval call binding the contract method 0x6fabef35.
Solidity: function getOwnedModules(address moduleOwner) view returns((address,string,string)[])
func (*LilypadModuleDirectorySession) GetRoleAdmin ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*LilypadModuleDirectorySession) GetVersion ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GetVersion() (string, error)
GetVersion is a free data retrieval call binding the contract method 0x0d8e6e2c.
Solidity: function getVersion() view returns(string)
func (*LilypadModuleDirectorySession) GrantRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectorySession) HasRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*LilypadModuleDirectorySession) Initialize ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) Initialize(_lilypadUser common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address _lilypadUser) returns()
func (*LilypadModuleDirectorySession) IsTransferApproved ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) IsTransferApproved(moduleOwner common.Address, moduleName string, purchaser common.Address) (bool, error)
IsTransferApproved is a free data retrieval call binding the contract method 0xcafebf56.
Solidity: function isTransferApproved(address moduleOwner, string moduleName, address purchaser) view returns(bool)
func (*LilypadModuleDirectorySession) RegisterModuleCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RegisterModuleCreator(moduleCreator common.Address) (*types.Transaction, error)
RegisterModuleCreator is a paid mutator transaction binding the contract method 0x334cc8bb.
Solidity: function registerModuleCreator(address moduleCreator) returns(bool)
func (*LilypadModuleDirectorySession) RegisterModuleForCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RegisterModuleForCreator(moduleOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
RegisterModuleForCreator is a paid mutator transaction binding the contract method 0x0ba123c5.
Solidity: function registerModuleForCreator(address moduleOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectorySession) RenounceRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*LilypadModuleDirectorySession) RevokeRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectorySession) RevokeTransferApproval ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) RevokeTransferApproval(moduleOwner common.Address, moduleName string) (*types.Transaction, error)
RevokeTransferApproval is a paid mutator transaction binding the contract method 0xf842f717.
Solidity: function revokeTransferApproval(address moduleOwner, string moduleName) returns(bool)
func (*LilypadModuleDirectorySession) SetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) SetLilypadUser(_lilypadUser common.Address) (*types.Transaction, error)
SetLilypadUser is a paid mutator transaction binding the contract method 0xf30e1383.
Solidity: function setLilypadUser(address _lilypadUser) returns(bool)
func (*LilypadModuleDirectorySession) SupportsInterface ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
func (*LilypadModuleDirectorySession) TransferModuleOwnership ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) TransferModuleOwnership(moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
TransferModuleOwnership is a paid mutator transaction binding the contract method 0xfc7d0fb8.
Solidity: function transferModuleOwnership(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectorySession) UpdateModuleName ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) UpdateModuleName(moduleOwner common.Address, moduleName string, newModuleName string) (*types.Transaction, error)
UpdateModuleName is a paid mutator transaction binding the contract method 0x2718e7ee.
Solidity: function updateModuleName(address moduleOwner, string moduleName, string newModuleName) returns(bool)
func (*LilypadModuleDirectorySession) UpdateModuleUrl ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) UpdateModuleUrl(moduleOwner common.Address, moduleName string, newModuleUrl string) (*types.Transaction, error)
UpdateModuleUrl is a paid mutator transaction binding the contract method 0x45fe5e00.
Solidity: function updateModuleUrl(address moduleOwner, string moduleName, string newModuleUrl) returns(bool)
func (*LilypadModuleDirectorySession) Version ¶
func (_LilypadModuleDirectory *LilypadModuleDirectorySession) Version() (string, error)
Version is a free data retrieval call binding the contract method 0x54fd4d50.
Solidity: function version() view returns(string)
type LilypadModuleDirectoryTransactor ¶
type LilypadModuleDirectoryTransactor struct {
// contains filtered or unexported fields
}
LilypadModuleDirectoryTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewLilypadModuleDirectoryTransactor ¶
func NewLilypadModuleDirectoryTransactor(address common.Address, transactor bind.ContractTransactor) (*LilypadModuleDirectoryTransactor, error)
NewLilypadModuleDirectoryTransactor creates a new write-only instance of LilypadModuleDirectory, bound to a specific deployed contract.
func (*LilypadModuleDirectoryTransactor) ApproveTransfer ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) ApproveTransfer(opts *bind.TransactOpts, moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
ApproveTransfer is a paid mutator transaction binding the contract method 0x3c189c9c.
Solidity: function approveTransfer(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactor) GrantRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectoryTransactor) Initialize ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) Initialize(opts *bind.TransactOpts, _lilypadUser common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address _lilypadUser) returns()
func (*LilypadModuleDirectoryTransactor) RegisterModuleCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RegisterModuleCreator(opts *bind.TransactOpts, moduleCreator common.Address) (*types.Transaction, error)
RegisterModuleCreator is a paid mutator transaction binding the contract method 0x334cc8bb.
Solidity: function registerModuleCreator(address moduleCreator) returns(bool)
func (*LilypadModuleDirectoryTransactor) RegisterModuleForCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RegisterModuleForCreator(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
RegisterModuleForCreator is a paid mutator transaction binding the contract method 0x0ba123c5.
Solidity: function registerModuleForCreator(address moduleOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactor) RenounceRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*LilypadModuleDirectoryTransactor) RevokeRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectoryTransactor) RevokeTransferApproval ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) RevokeTransferApproval(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string) (*types.Transaction, error)
RevokeTransferApproval is a paid mutator transaction binding the contract method 0xf842f717.
Solidity: function revokeTransferApproval(address moduleOwner, string moduleName) returns(bool)
func (*LilypadModuleDirectoryTransactor) SetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) SetLilypadUser(opts *bind.TransactOpts, _lilypadUser common.Address) (*types.Transaction, error)
SetLilypadUser is a paid mutator transaction binding the contract method 0xf30e1383.
Solidity: function setLilypadUser(address _lilypadUser) returns(bool)
func (*LilypadModuleDirectoryTransactor) TransferModuleOwnership ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) TransferModuleOwnership(opts *bind.TransactOpts, moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
TransferModuleOwnership is a paid mutator transaction binding the contract method 0xfc7d0fb8.
Solidity: function transferModuleOwnership(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactor) UpdateModuleName ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) UpdateModuleName(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, newModuleName string) (*types.Transaction, error)
UpdateModuleName is a paid mutator transaction binding the contract method 0x2718e7ee.
Solidity: function updateModuleName(address moduleOwner, string moduleName, string newModuleName) returns(bool)
func (*LilypadModuleDirectoryTransactor) UpdateModuleUrl ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactor) UpdateModuleUrl(opts *bind.TransactOpts, moduleOwner common.Address, moduleName string, newModuleUrl string) (*types.Transaction, error)
UpdateModuleUrl is a paid mutator transaction binding the contract method 0x45fe5e00.
Solidity: function updateModuleUrl(address moduleOwner, string moduleName, string newModuleUrl) returns(bool)
type LilypadModuleDirectoryTransactorRaw ¶
type LilypadModuleDirectoryTransactorRaw struct {
Contract *LilypadModuleDirectoryTransactor // Generic write-only contract binding to access the raw methods on
}
LilypadModuleDirectoryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*LilypadModuleDirectoryTransactorRaw) Transact ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*LilypadModuleDirectoryTransactorRaw) Transfer ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type LilypadModuleDirectoryTransactorSession ¶
type LilypadModuleDirectoryTransactorSession struct {
Contract *LilypadModuleDirectoryTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
LilypadModuleDirectoryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*LilypadModuleDirectoryTransactorSession) ApproveTransfer ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) ApproveTransfer(moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
ApproveTransfer is a paid mutator transaction binding the contract method 0x3c189c9c.
Solidity: function approveTransfer(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) GrantRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectoryTransactorSession) Initialize ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) Initialize(_lilypadUser common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address _lilypadUser) returns()
func (*LilypadModuleDirectoryTransactorSession) RegisterModuleCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RegisterModuleCreator(moduleCreator common.Address) (*types.Transaction, error)
RegisterModuleCreator is a paid mutator transaction binding the contract method 0x334cc8bb.
Solidity: function registerModuleCreator(address moduleCreator) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) RegisterModuleForCreator ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RegisterModuleForCreator(moduleOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
RegisterModuleForCreator is a paid mutator transaction binding the contract method 0x0ba123c5.
Solidity: function registerModuleForCreator(address moduleOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) RenounceRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*LilypadModuleDirectoryTransactorSession) RevokeRole ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*LilypadModuleDirectoryTransactorSession) RevokeTransferApproval ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) RevokeTransferApproval(moduleOwner common.Address, moduleName string) (*types.Transaction, error)
RevokeTransferApproval is a paid mutator transaction binding the contract method 0xf842f717.
Solidity: function revokeTransferApproval(address moduleOwner, string moduleName) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) SetLilypadUser ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) SetLilypadUser(_lilypadUser common.Address) (*types.Transaction, error)
SetLilypadUser is a paid mutator transaction binding the contract method 0xf30e1383.
Solidity: function setLilypadUser(address _lilypadUser) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) TransferModuleOwnership ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) TransferModuleOwnership(moduleOwner common.Address, newOwner common.Address, moduleName string, moduleUrl string) (*types.Transaction, error)
TransferModuleOwnership is a paid mutator transaction binding the contract method 0xfc7d0fb8.
Solidity: function transferModuleOwnership(address moduleOwner, address newOwner, string moduleName, string moduleUrl) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) UpdateModuleName ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) UpdateModuleName(moduleOwner common.Address, moduleName string, newModuleName string) (*types.Transaction, error)
UpdateModuleName is a paid mutator transaction binding the contract method 0x2718e7ee.
Solidity: function updateModuleName(address moduleOwner, string moduleName, string newModuleName) returns(bool)
func (*LilypadModuleDirectoryTransactorSession) UpdateModuleUrl ¶
func (_LilypadModuleDirectory *LilypadModuleDirectoryTransactorSession) UpdateModuleUrl(moduleOwner common.Address, moduleName string, newModuleUrl string) (*types.Transaction, error)
UpdateModuleUrl is a paid mutator transaction binding the contract method 0x45fe5e00.
Solidity: function updateModuleUrl(address moduleOwner, string moduleName, string newModuleUrl) returns(bool)
type SharedStructsModule ¶
type SharedStructsModule struct {
}
SharedStructsModule is an auto generated low-level Go binding around an user-defined struct.