Class DeedTenantProvisioning

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

public class DeedTenantProvisioning 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.9.4.

  • Field Details

    • BINARY

      public static final String BINARY
      See Also:
    • FUNC_ADDMANAGER

      public static final String FUNC_ADDMANAGER
      See Also:
    • FUNC_DEED

      public static final String FUNC_DEED
      See Also:
    • FUNC_DELEGATEES

      public static final String FUNC_DELEGATEES
      See Also:
    • FUNC_GETDELEGATEE

      public static final String FUNC_GETDELEGATEE
      See Also:
    • FUNC_INITIALIZE

      public static final String FUNC_INITIALIZE
      See Also:
    • FUNC_ISMANAGER

      public static final String FUNC_ISMANAGER
      See Also:
    • FUNC_ISOWNER

      public static final String FUNC_ISOWNER
      See Also:
    • FUNC_ISPROVISIONINGMANAGER

      public static final String FUNC_ISPROVISIONINGMANAGER
      See Also:
    • FUNC_OWNER

      public static final String FUNC_OWNER
      See Also:
    • FUNC_PROXIABLEUUID

      public static final String FUNC_PROXIABLEUUID
      See Also:
    • FUNC_REMOVEDELEGATEE

      public static final String FUNC_REMOVEDELEGATEE
      See Also:
    • FUNC_REMOVEMANAGER

      public static final String FUNC_REMOVEMANAGER
      See Also:
    • FUNC_RENOUNCEOWNERSHIP

      public static final String FUNC_RENOUNCEOWNERSHIP
      See Also:
    • FUNC_SETDELEGATEE

      public static final String FUNC_SETDELEGATEE
      See Also:
    • FUNC_STARTTENANT

      public static final String FUNC_STARTTENANT
      See Also:
    • FUNC_STOPTENANT

      public static final String FUNC_STOPTENANT
      See Also:
    • FUNC_TENANTSTATUS

      public static final String FUNC_TENANTSTATUS
      See Also:
    • FUNC_TRANSFEROWNERSHIP

      public static final String FUNC_TRANSFEROWNERSHIP
      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
    • DELEGATEEADDED_EVENT

      public static final org.web3j.abi.datatypes.Event DELEGATEEADDED_EVENT
    • DELEGATEEREMOVED_EVENT

      public static final org.web3j.abi.datatypes.Event DELEGATEEREMOVED_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
    • TENANTSTARTED_EVENT

      public static final org.web3j.abi.datatypes.Event TENANTSTARTED_EVENT
    • TENANTSTOPPED_EVENT

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

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

    • DeedTenantProvisioning

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

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

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

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

    • getAdminChangedEvents

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

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

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

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

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

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

      public static List<DeedTenantProvisioning.DelegateeAddedEventResponse> getDelegateeAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • delegateeAddedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.DelegateeAddedEventResponse> delegateeAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • delegateeAddedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.DelegateeAddedEventResponse> delegateeAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getDelegateeRemovedEvents

      public static List<DeedTenantProvisioning.DelegateeRemovedEventResponse> getDelegateeRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • delegateeRemovedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.DelegateeRemovedEventResponse> delegateeRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • delegateeRemovedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.DelegateeRemovedEventResponse> delegateeRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getInitializedEvents

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

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

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

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

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

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

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

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

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

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

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

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

      public static List<DeedTenantProvisioning.TenantStartedEventResponse> getTenantStartedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • tenantStartedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.TenantStartedEventResponse> tenantStartedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • tenantStartedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.TenantStartedEventResponse> tenantStartedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getTenantStoppedEvents

      public static List<DeedTenantProvisioning.TenantStoppedEventResponse> getTenantStoppedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • tenantStoppedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.TenantStoppedEventResponse> tenantStoppedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • tenantStoppedEventFlowable

      public io.reactivex.Flowable<DeedTenantProvisioning.TenantStoppedEventResponse> tenantStoppedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getUpgradedEvents

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

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

      public io.reactivex.Flowable<DeedTenantProvisioning.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)
    • deed

      public org.web3j.protocol.core.RemoteFunctionCall<String> deed()
    • delegatees

      public org.web3j.protocol.core.RemoteFunctionCall<String> delegatees(BigInteger param0)
    • getDelegatee

      public org.web3j.protocol.core.RemoteFunctionCall<String> getDelegatee(BigInteger _nftId)
    • initialize

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

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

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

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isProvisioningManager(String _address, BigInteger _nftId)
    • owner

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

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

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeDelegatee(BigInteger _nftId)
    • 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()
    • setDelegatee

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setDelegatee(String _address, BigInteger _nftId)
    • startTenant

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> startTenant(BigInteger _nftId)
    • stopTenant

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> stopTenant(BigInteger _nftId)
    • tenantStatus

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> tenantStatus(BigInteger param0)
    • transferOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner)
    • 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 DeedTenantProvisioning load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • load

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

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

      public static DeedTenantProvisioning 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<DeedTenantProvisioning> 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<DeedTenantProvisioning> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • deploy

      public static org.web3j.protocol.core.RemoteCall<DeedTenantProvisioning> 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<DeedTenantProvisioning> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.