Package io.meeds.deeds.contract
Class TestWoM
java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.TestWoM
public class TestWoM
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.web3j.tx.Contract
org.web3j.tx.Contract.EventValuesWithLog -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final Stringstatic final org.web3j.abi.datatypes.Eventstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.EventFields inherited from class org.web3j.tx.Contract
BIN_NOT_PROVIDED, contractAddress, contractBinary, defaultBlockParameter, deployedAddresses, FUNC_DEPLOY, GAS_LIMIT, gasProvider, transactionReceiptFields inherited from class org.web3j.tx.ManagedTransaction
ensResolver, GAS_PRICE, transactionManager, web3j -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedTestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) protectedTestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedTestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addManager(String account) io.reactivex.Flowable<TestWoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<TestWoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> connect(String _hubAddress, BigInteger _deedId) io.reactivex.Flowable<TestWoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) static org.web3j.protocol.core.RemoteCall<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static org.web3j.protocol.core.RemoteCall<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> disconnect(String _hubAddress) getAdminChangedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getAdminChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getBeaconUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getBeaconUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getConnectedDeed(String _hubAddress) org.web3j.protocol.core.RemoteFunctionCall<String> getConnectedHub(BigInteger _deedId) org.web3j.protocol.core.RemoteFunctionCall<TestWoM.Deed> getDeed(BigInteger _deedId) getDeedUpdatedEventFromLog(org.web3j.protocol.core.methods.response.Log log) static List<TestWoM.DeedUpdatedEventResponse> getDeedUpdatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteFunctionCall<TestWoM.Hub> getHubConnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getHubConnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getHubDisconnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getHubDisconnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getHubJoinDate(String _hubAddress) getHubOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log) getHubOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getInitializedEventFromLog(org.web3j.protocol.core.methods.response.Log log) static List<TestWoM.InitializedEventResponse> getInitializedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getManagerAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getManagerAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getManagerRemovedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getManagerRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log) getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log) static List<TestWoM.UpgradedEventResponse> getUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) io.reactivex.Flowable<TestWoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<TestWoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<TestWoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple4<BigInteger, String, Boolean, BigInteger>> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> io.reactivex.Flowable<TestWoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<Boolean> isDeedConnected(BigInteger _deedId) org.web3j.protocol.core.RemoteFunctionCall<Boolean> isHubConnected(String _hubAddress) org.web3j.protocol.core.RemoteFunctionCall<Boolean> org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()static TestWoMload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static TestWoMload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static TestWoMload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static TestWoMload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) io.reactivex.Flowable<TestWoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<TestWoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple9<BigInteger, BigInteger, BigInteger, BigInteger, String, String, String, BigInteger, BigInteger>> nfts(BigInteger param0) org.web3j.protocol.core.RemoteFunctionCall<String> owner()io.reactivex.Flowable<TestWoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<byte[]> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeManager(String account) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setJoinDate(String _hubAddress, BigInteger _joinDate) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferHubOwnership(String _hubAddress, String _owner) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> updateDeed(BigInteger _deedId, TestWoM.Deed _deed) io.reactivex.Flowable<TestWoM.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<TestWoM.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> upgradeToAndCall(String newImplementation, byte[] data, BigInteger weiValue) Methods inherited from class org.web3j.tx.Contract
convertToNative, deploy, deploy, deploy, deploy, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, executeCallMultipleValueReturn, executeCallSingleValueReturn, executeCallSingleValueReturn, executeCallWithoutDecoding, executeRemoteCallMultipleValueReturn, executeRemoteCallSingleValueReturn, executeRemoteCallSingleValueReturn, executeRemoteCallTransaction, executeRemoteCallTransaction, executeTransaction, extractEventParameters, extractEventParameters, extractEventParametersWithLog, extractEventParametersWithLog, getContractAddress, getContractBinary, getDeployedAddress, getGasPrice, getStaticDeployedAddress, getTransactionReceipt, isValid, resolveContractAddress, setContractAddress, setDefaultBlockParameter, setDeployedAddress, setGasPrice, setGasProvider, setTransactionReceipt, staticExtractEventParameters, staticExtractEventParametersWithLog, staticExtractEventParametersWithLogMethods inherited from class org.web3j.tx.ManagedTransaction
call, getSyncThreshold, requestCurrentGasPrice, send, send, sendEIP1559, sendEIP1559, setSyncThreshold
-
Field Details
-
BINARY
- See Also:
-
FUNC_ADDMANAGER
- See Also:
-
FUNC_CONNECT
- See Also:
-
FUNC_DISCONNECT
- See Also:
-
FUNC_GETCONNECTEDDEED
- See Also:
-
FUNC_GETCONNECTEDHUB
- See Also:
-
FUNC_GETDEED
- See Also:
-
FUNC_GETHUB
- See Also:
-
FUNC_GETHUBJOINDATE
- See Also:
-
FUNC_HUBS
- See Also:
-
FUNC_INITIALIZE
- See Also:
-
FUNC_ISDEEDCONNECTED
- See Also:
-
FUNC_ISHUBCONNECTED
- See Also:
-
FUNC_ISMANAGER
- See Also:
-
FUNC_ISOWNER
- See Also:
-
FUNC_NFTS
- See Also:
-
FUNC_OWNER
- See Also:
-
FUNC_PROXIABLEUUID
- See Also:
-
FUNC_REMOVEMANAGER
- See Also:
-
FUNC_RENOUNCEOWNERSHIP
- See Also:
-
FUNC_SETJOINDATE
- See Also:
-
FUNC_TRANSFERHUBOWNERSHIP
- See Also:
-
FUNC_TRANSFEROWNERSHIP
- See Also:
-
FUNC_UPDATEDEED
- See Also:
-
FUNC_UPGRADETO
- See Also:
-
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
-
TestWoM
@Deprecated protected TestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
TestWoM
protected TestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
TestWoM
@Deprecated protected TestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
TestWoM
protected TestWoM(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
-
Method Details
-
getAdminChangedEvents
public static List<TestWoM.AdminChangedEventResponse> getAdminChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getAdminChangedEventFromLog
public static TestWoM.AdminChangedEventResponse getAdminChangedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
adminChangedEventFlowable
public io.reactivex.Flowable<TestWoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
adminChangedEventFlowable
public io.reactivex.Flowable<TestWoM.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getBeaconUpgradedEvents
public static List<TestWoM.BeaconUpgradedEventResponse> getBeaconUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getBeaconUpgradedEventFromLog
public static TestWoM.BeaconUpgradedEventResponse getBeaconUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
beaconUpgradedEventFlowable
public io.reactivex.Flowable<TestWoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
beaconUpgradedEventFlowable
public io.reactivex.Flowable<TestWoM.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getDeedUpdatedEvents
public static List<TestWoM.DeedUpdatedEventResponse> getDeedUpdatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getDeedUpdatedEventFromLog
public static TestWoM.DeedUpdatedEventResponse getDeedUpdatedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
deedUpdatedEventFlowable
public io.reactivex.Flowable<TestWoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
deedUpdatedEventFlowable
public io.reactivex.Flowable<TestWoM.DeedUpdatedEventResponse> deedUpdatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getHubConnectedEvents
public static List<TestWoM.HubConnectedEventResponse> getHubConnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getHubConnectedEventFromLog
public static TestWoM.HubConnectedEventResponse getHubConnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
hubConnectedEventFlowable
public io.reactivex.Flowable<TestWoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
hubConnectedEventFlowable
public io.reactivex.Flowable<TestWoM.HubConnectedEventResponse> hubConnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getHubDisconnectedEvents
public static List<TestWoM.HubDisconnectedEventResponse> getHubDisconnectedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getHubDisconnectedEventFromLog
public static TestWoM.HubDisconnectedEventResponse getHubDisconnectedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
hubDisconnectedEventFlowable
public io.reactivex.Flowable<TestWoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
hubDisconnectedEventFlowable
public io.reactivex.Flowable<TestWoM.HubDisconnectedEventResponse> hubDisconnectedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getHubOwnershipTransferredEvents
public static List<TestWoM.HubOwnershipTransferredEventResponse> getHubOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getHubOwnershipTransferredEventFromLog
public static TestWoM.HubOwnershipTransferredEventResponse getHubOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
hubOwnershipTransferredEventFlowable
public io.reactivex.Flowable<TestWoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
hubOwnershipTransferredEventFlowable
public io.reactivex.Flowable<TestWoM.HubOwnershipTransferredEventResponse> hubOwnershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getInitializedEvents
public static List<TestWoM.InitializedEventResponse> getInitializedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getInitializedEventFromLog
public static TestWoM.InitializedEventResponse getInitializedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
initializedEventFlowable
public io.reactivex.Flowable<TestWoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
initializedEventFlowable
public io.reactivex.Flowable<TestWoM.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getManagerAddedEvents
public static List<TestWoM.ManagerAddedEventResponse> getManagerAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getManagerAddedEventFromLog
public static TestWoM.ManagerAddedEventResponse getManagerAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
managerAddedEventFlowable
public io.reactivex.Flowable<TestWoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
managerAddedEventFlowable
public io.reactivex.Flowable<TestWoM.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getManagerRemovedEvents
public static List<TestWoM.ManagerRemovedEventResponse> getManagerRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getManagerRemovedEventFromLog
public static TestWoM.ManagerRemovedEventResponse getManagerRemovedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
managerRemovedEventFlowable
public io.reactivex.Flowable<TestWoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
managerRemovedEventFlowable
public io.reactivex.Flowable<TestWoM.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOwnershipTransferredEvents
public static List<TestWoM.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getOwnershipTransferredEventFromLog
public static TestWoM.OwnershipTransferredEventResponse getOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<TestWoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<TestWoM.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getUpgradedEvents
public static List<TestWoM.UpgradedEventResponse> getUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getUpgradedEventFromLog
public static TestWoM.UpgradedEventResponse getUpgradedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
upgradedEventFlowable
public io.reactivex.Flowable<TestWoM.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
upgradedEventFlowable
public io.reactivex.Flowable<TestWoM.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
-
getConnectedHub
-
getDeed
-
getHub
-
getHubJoinDate
-
hubs
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple4<BigInteger,String, hubsBoolean, BigInteger>> (String param0) -
initialize
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> initialize() -
isDeedConnected
-
isHubConnected
-
isManager
-
isOwner
-
nfts
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple9<BigInteger,BigInteger, nftsBigInteger, BigInteger, String, String, String, BigInteger, BigInteger>> (BigInteger param0) -
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() -
setJoinDate
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setJoinDate(String _hubAddress, BigInteger _joinDate) -
transferHubOwnership
-
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, TestWoM.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 TestWoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
@Deprecated public static TestWoM load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
-
load
-
deploy
public static org.web3j.protocol.core.RemoteCall<TestWoM> 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<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
deploy
public static org.web3j.protocol.core.RemoteCall<TestWoM> 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<TestWoM> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
-