Class WoM

java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.WoM

public class WoM extends org.web3j.tx.Contract

Auto generated code.

Do not modify!

Please use the web3j command line tools, or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the codegen module to update.

Generated with web3j version 4.10.3.

  • Field Details

    • BINARY

      public static final String BINARY
      See Also:
    • FUNC_ADDMANAGER

      public static final String FUNC_ADDMANAGER
      See Also:
    • FUNC_CONNECT

      public static final String FUNC_CONNECT
      See Also:
    • FUNC_DISCONNECT

      public static final String FUNC_DISCONNECT
      See Also:
    • FUNC_GETCONNECTEDDEED

      public static final String FUNC_GETCONNECTEDDEED
      See Also:
    • FUNC_GETCONNECTEDHUB

      public static final String FUNC_GETCONNECTEDHUB
      See Also:
    • FUNC_GETDEED

      public static final String FUNC_GETDEED
      See Also:
    • FUNC_GETHUB

      public static final String FUNC_GETHUB
      See Also:
    • FUNC_GETHUBJOINDATE

      public static final String FUNC_GETHUBJOINDATE
      See Also:
    • FUNC_HUBS

      public static final String FUNC_HUBS
      See Also:
    • FUNC_INITIALIZE

      public static final String FUNC_INITIALIZE
      See Also:
    • FUNC_ISDEEDCONNECTED

      public static final String FUNC_ISDEEDCONNECTED
      See Also:
    • FUNC_ISHUBCONNECTED

      public static final String FUNC_ISHUBCONNECTED
      See Also:
    • FUNC_ISMANAGER

      public static final String FUNC_ISMANAGER
      See Also:
    • FUNC_ISOWNER

      public static final String FUNC_ISOWNER
      See Also:
    • FUNC_NFTS

      public static final String FUNC_NFTS
      See Also:
    • FUNC_OWNER

      public static final String FUNC_OWNER
      See Also:
    • FUNC_PROXIABLEUUID

      public static final String FUNC_PROXIABLEUUID
      See Also:
    • FUNC_REMOVEMANAGER

      public static final String FUNC_REMOVEMANAGER
      See Also:
    • FUNC_RENOUNCEOWNERSHIP

      public static final String FUNC_RENOUNCEOWNERSHIP
      See Also:
    • FUNC_TRANSFERHUBOWNERSHIP

      public static final String FUNC_TRANSFERHUBOWNERSHIP
      See Also:
    • FUNC_TRANSFEROWNERSHIP

      public static final String FUNC_TRANSFEROWNERSHIP
      See Also:
    • FUNC_UPDATEDEED

      public static final String FUNC_UPDATEDEED
      See Also:
    • FUNC_UPGRADETO

      public static final String FUNC_UPGRADETO
      See Also:
    • FUNC_UPGRADETOANDCALL

      public static final String FUNC_UPGRADETOANDCALL
      See Also:
    • ADMINCHANGED_EVENT

      public static final org.web3j.abi.datatypes.Event ADMINCHANGED_EVENT
    • BEACONUPGRADED_EVENT

      public static final org.web3j.abi.datatypes.Event BEACONUPGRADED_EVENT
    • DEEDUPDATED_EVENT

      public static final org.web3j.abi.datatypes.Event DEEDUPDATED_EVENT
    • HUBCONNECTED_EVENT

      public static final org.web3j.abi.datatypes.Event HUBCONNECTED_EVENT
    • HUBDISCONNECTED_EVENT

      public static final org.web3j.abi.datatypes.Event HUBDISCONNECTED_EVENT
    • HUBOWNERSHIPTRANSFERRED_EVENT

      public static final org.web3j.abi.datatypes.Event HUBOWNERSHIPTRANSFERRED_EVENT
    • INITIALIZED_EVENT

      public static final org.web3j.abi.datatypes.Event INITIALIZED_EVENT
    • MANAGERADDED_EVENT

      public static final org.web3j.abi.datatypes.Event MANAGERADDED_EVENT
    • MANAGERREMOVED_EVENT

      public static final org.web3j.abi.datatypes.Event MANAGERREMOVED_EVENT
    • OWNERSHIPTRANSFERRED_EVENT

      public static final org.web3j.abi.datatypes.Event OWNERSHIPTRANSFERRED_EVENT
    • UPGRADED_EVENT

      public static final org.web3j.abi.datatypes.Event UPGRADED_EVENT
  • Constructor Details

    • WoM

      @Deprecated protected WoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • WoM

      protected WoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • WoM

      @Deprecated protected WoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • WoM

      protected WoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
  • Method Details

    • getAdminChangedEvents

      public static List<WoM.AdminChangedEventResponse> getAdminChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getAdminChangedEventFromLog

      public static WoM.AdminChangedEventResponse getAdminChangedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • adminChangedEventFlowable

      public io.reactivex.Flowable<WoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • adminChangedEventFlowable

      public io.reactivex.Flowable<WoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getBeaconUpgradedEvents

      public static List<WoM.BeaconUpgradedEventResponse> getBeaconUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getBeaconUpgradedEventFromLog

      public static WoM.BeaconUpgradedEventResponse getBeaconUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • beaconUpgradedEventFlowable

      public io.reactivex.Flowable<WoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • beaconUpgradedEventFlowable

      public io.reactivex.Flowable<WoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getDeedUpdatedEvents

      public static List<WoM.DeedUpdatedEventResponse> getDeedUpdatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getDeedUpdatedEventFromLog

      public static WoM.DeedUpdatedEventResponse getDeedUpdatedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • deedUpdatedEventFlowable

      public io.reactivex.Flowable<WoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • deedUpdatedEventFlowable

      public io.reactivex.Flowable<WoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getHubConnectedEvents

      public static List<WoM.HubConnectedEventResponse> getHubConnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getHubConnectedEventFromLog

      public static WoM.HubConnectedEventResponse getHubConnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • hubConnectedEventFlowable

      public io.reactivex.Flowable<WoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • hubConnectedEventFlowable

      public io.reactivex.Flowable<WoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getHubDisconnectedEvents

      public static List<WoM.HubDisconnectedEventResponse> getHubDisconnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getHubDisconnectedEventFromLog

      public static WoM.HubDisconnectedEventResponse getHubDisconnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • hubDisconnectedEventFlowable

      public io.reactivex.Flowable<WoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • hubDisconnectedEventFlowable

      public io.reactivex.Flowable<WoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getHubOwnershipTransferredEvents

      public static List<WoM.HubOwnershipTransferredEventResponse> getHubOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getHubOwnershipTransferredEventFromLog

      public static WoM.HubOwnershipTransferredEventResponse getHubOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • hubOwnershipTransferredEventFlowable

      public io.reactivex.Flowable<WoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • hubOwnershipTransferredEventFlowable

      public io.reactivex.Flowable<WoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getInitializedEvents

      public static List<WoM.InitializedEventResponse> getInitializedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getInitializedEventFromLog

      public static WoM.InitializedEventResponse getInitializedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • initializedEventFlowable

      public io.reactivex.Flowable<WoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • initializedEventFlowable

      public io.reactivex.Flowable<WoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getManagerAddedEvents

      public static List<WoM.ManagerAddedEventResponse> getManagerAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getManagerAddedEventFromLog

      public static WoM.ManagerAddedEventResponse getManagerAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • managerAddedEventFlowable

      public io.reactivex.Flowable<WoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • managerAddedEventFlowable

      public io.reactivex.Flowable<WoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getManagerRemovedEvents

      public static List<WoM.ManagerRemovedEventResponse> getManagerRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getManagerRemovedEventFromLog

      public static WoM.ManagerRemovedEventResponse getManagerRemovedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • managerRemovedEventFlowable

      public io.reactivex.Flowable<WoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • managerRemovedEventFlowable

      public io.reactivex.Flowable<WoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getOwnershipTransferredEvents

      public static List<WoM.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getOwnershipTransferredEventFromLog

      public static WoM.OwnershipTransferredEventResponse getOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • ownershipTransferredEventFlowable

      public io.reactivex.Flowable<WoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • ownershipTransferredEventFlowable

      public io.reactivex.Flowable<WoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getUpgradedEvents

      public static List<WoM.UpgradedEventResponse> getUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getUpgradedEventFromLog

      public static WoM.UpgradedEventResponse getUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • upgradedEventFlowable

      public io.reactivex.Flowable<WoM.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • upgradedEventFlowable

      public io.reactivex.Flowable<WoM.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • addManager

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addManager(String account)
    • connect

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> connect(String _hubAddress, BigInteger _deedId)
    • disconnect

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> disconnect(String _hubAddress)
    • getConnectedDeed

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getConnectedDeed(String _hubAddress)
    • getConnectedHub

      public org.web3j.protocol.core.RemoteFunctionCall<String> getConnectedHub(BigInteger _deedId)
    • getDeed

      public org.web3j.protocol.core.RemoteFunctionCall<WoM.Deed> getDeed(BigInteger _deedId)
    • getHub

      public org.web3j.protocol.core.RemoteFunctionCall<WoM.Hub> getHub(String _hubAddress)
    • getHubJoinDate

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getHubJoinDate(String _hubAddress)
    • hubs

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple4<BigInteger,String,Boolean,BigInteger>> hubs(String param0)
    • initialize

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> initialize()
    • isDeedConnected

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isDeedConnected(BigInteger _deedId)
    • isHubConnected

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isHubConnected(String _hubAddress)
    • isManager

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isManager(String account)
    • isOwner

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()
    • nfts

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple9<BigInteger,BigInteger,BigInteger,BigInteger,String,String,String,BigInteger,BigInteger>> nfts(BigInteger param0)
    • owner

      public org.web3j.protocol.core.RemoteFunctionCall<String> owner()
    • proxiableUUID

      public org.web3j.protocol.core.RemoteFunctionCall<byte[]> proxiableUUID()
    • removeManager

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeManager(String account)
    • renounceOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership()
    • transferHubOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferHubOwnership(String _hubAddress, String _owner)
    • transferOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner)
    • updateDeed

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> updateDeed(BigInteger _deedId, WoM.Deed _deed)
    • upgradeTo

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> upgradeTo(String newImplementation)
    • upgradeToAndCall

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> upgradeToAndCall(String newImplementation, byte[] data, BigInteger weiValue)
    • load

      @Deprecated public static WoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • load

      @Deprecated public static WoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • load

      public static WoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • load

      public static WoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • deploy

      public static org.web3j.protocol.core.RemoteCall<WoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • deploy

      @Deprecated public static org.web3j.protocol.core.RemoteCall<WoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • deploy

      public static org.web3j.protocol.core.RemoteCall<WoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • deploy

      @Deprecated public static org.web3j.protocol.core.RemoteCall<WoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.