Package io.meeds.deeds.contract
Class StrategyHandler
- java.lang.Object
-
- org.web3j.tx.ManagedTransaction
-
- org.web3j.tx.Contract
-
- io.meeds.deeds.contract.StrategyHandler
-
public class StrategyHandler extends org.web3j.tx.ContractAuto 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.8.9.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStrategyHandler.ApprovalForAllEventResponsestatic classStrategyHandler.TransferBatchEventResponsestatic classStrategyHandler.TransferSingleEventResponsestatic classStrategyHandler.URIEventResponse
-
Field Summary
Fields Modifier and Type Field Description static org.web3j.abi.datatypes.EventAPPROVALFORALL_EVENTstatic StringBINARYstatic StringFUNC_BALANCEOFstatic StringFUNC_BALANCEOFBATCHstatic StringFUNC_ENDUSINGNFTstatic StringFUNC_GETSTRATEGYUSECOUNTstatic StringFUNC_GETTOTALUSECOUNTstatic StringFUNC_ISAPPROVEDFORALLstatic StringFUNC_SAFEBATCHTRANSFERFROMstatic StringFUNC_SAFETRANSFERFROMstatic StringFUNC_SETAPPROVALFORALLstatic StringFUNC_STARTUSINGNFTstatic org.web3j.abi.datatypes.EventTRANSFERBATCH_EVENTstatic org.web3j.abi.datatypes.EventTRANSFERSINGLE_EVENTstatic org.web3j.abi.datatypes.EventURI_EVENT
-
Constructor Summary
Constructors Modifier Constructor Description protectedStrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedStrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)protectedStrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedStrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.reactivex.Flowable<StrategyHandler.ApprovalForAllEventResponse>approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<StrategyHandler.ApprovalForAllEventResponse>approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>balanceOf(String _owner, BigInteger _id)org.web3j.protocol.core.RemoteFunctionCall<List>balanceOfBatch(List<String> _owners, List<BigInteger> _ids)static org.web3j.protocol.core.RemoteCall<StrategyHandler>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<StrategyHandler>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static org.web3j.protocol.core.RemoteCall<StrategyHandler>deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<StrategyHandler>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>endUsingNFT(String _account, BigInteger _id)List<StrategyHandler.ApprovalForAllEventResponse>getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>getStrategyUseCount(String _account, BigInteger _id, String _strategy)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>getTotalUseCount(String _account, BigInteger _id)List<StrategyHandler.TransferBatchEventResponse>getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<StrategyHandler.TransferSingleEventResponse>getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<StrategyHandler.URIEventResponse>getURIEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isApprovedForAll(String _owner, String _operator)static StrategyHandlerload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static StrategyHandlerload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static StrategyHandlerload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static StrategyHandlerload(String contractAddress, 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>safeBatchTransferFrom(String _from, String _to, List<BigInteger> _ids, List<BigInteger> _amounts, byte[] _data)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>safeTransferFrom(String _from, String _to, BigInteger _id, BigInteger _amount, byte[] _data)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>setApprovalForAll(String _operator, Boolean _approved)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>startUsingNFT(String _account, BigInteger _id)io.reactivex.Flowable<StrategyHandler.TransferBatchEventResponse>transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<StrategyHandler.TransferBatchEventResponse>transferBatchEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<StrategyHandler.TransferSingleEventResponse>transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<StrategyHandler.TransferSingleEventResponse>transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<StrategyHandler.URIEventResponse>uRIEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<StrategyHandler.URIEventResponse>uRIEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)-
Methods inherited from class org.web3j.tx.Contract
convertToNative, deploy, deploy, deploy, deploy, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, executeCallMultipleValueReturn, executeCallSingleValueReturn, executeCallSingleValueReturn, 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
-
-
-
-
Field Detail
-
BINARY
public static final String BINARY
- See Also:
- Constant Field Values
-
FUNC_BALANCEOF
public static final String FUNC_BALANCEOF
- See Also:
- Constant Field Values
-
FUNC_BALANCEOFBATCH
public static final String FUNC_BALANCEOFBATCH
- See Also:
- Constant Field Values
-
FUNC_ENDUSINGNFT
public static final String FUNC_ENDUSINGNFT
- See Also:
- Constant Field Values
-
FUNC_GETSTRATEGYUSECOUNT
public static final String FUNC_GETSTRATEGYUSECOUNT
- See Also:
- Constant Field Values
-
FUNC_GETTOTALUSECOUNT
public static final String FUNC_GETTOTALUSECOUNT
- See Also:
- Constant Field Values
-
FUNC_ISAPPROVEDFORALL
public static final String FUNC_ISAPPROVEDFORALL
- See Also:
- Constant Field Values
-
FUNC_SAFEBATCHTRANSFERFROM
public static final String FUNC_SAFEBATCHTRANSFERFROM
- See Also:
- Constant Field Values
-
FUNC_SAFETRANSFERFROM
public static final String FUNC_SAFETRANSFERFROM
- See Also:
- Constant Field Values
-
FUNC_SETAPPROVALFORALL
public static final String FUNC_SETAPPROVALFORALL
- See Also:
- Constant Field Values
-
FUNC_STARTUSINGNFT
public static final String FUNC_STARTUSINGNFT
- See Also:
- Constant Field Values
-
APPROVALFORALL_EVENT
public static final org.web3j.abi.datatypes.Event APPROVALFORALL_EVENT
-
TRANSFERBATCH_EVENT
public static final org.web3j.abi.datatypes.Event TRANSFERBATCH_EVENT
-
TRANSFERSINGLE_EVENT
public static final org.web3j.abi.datatypes.Event TRANSFERSINGLE_EVENT
-
URI_EVENT
public static final org.web3j.abi.datatypes.Event URI_EVENT
-
-
Constructor Detail
-
StrategyHandler
@Deprecated protected StrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
StrategyHandler
protected StrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
StrategyHandler
@Deprecated protected StrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
StrategyHandler
protected StrategyHandler(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
-
Method Detail
-
getApprovalForAllEvents
public List<StrategyHandler.ApprovalForAllEventResponse> getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
approvalForAllEventFlowable
public io.reactivex.Flowable<StrategyHandler.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
approvalForAllEventFlowable
public io.reactivex.Flowable<StrategyHandler.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getTransferBatchEvents
public List<StrategyHandler.TransferBatchEventResponse> getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
transferBatchEventFlowable
public io.reactivex.Flowable<StrategyHandler.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
transferBatchEventFlowable
public io.reactivex.Flowable<StrategyHandler.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getTransferSingleEvents
public List<StrategyHandler.TransferSingleEventResponse> getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
transferSingleEventFlowable
public io.reactivex.Flowable<StrategyHandler.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
transferSingleEventFlowable
public io.reactivex.Flowable<StrategyHandler.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getURIEvents
public List<StrategyHandler.URIEventResponse> getURIEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
uRIEventFlowable
public io.reactivex.Flowable<StrategyHandler.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
uRIEventFlowable
public io.reactivex.Flowable<StrategyHandler.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
balanceOf
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> balanceOf(String _owner, BigInteger _id)
-
balanceOfBatch
public org.web3j.protocol.core.RemoteFunctionCall<List> balanceOfBatch(List<String> _owners, List<BigInteger> _ids)
-
endUsingNFT
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> endUsingNFT(String _account, BigInteger _id)
-
getStrategyUseCount
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getStrategyUseCount(String _account, BigInteger _id, String _strategy)
-
getTotalUseCount
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getTotalUseCount(String _account, BigInteger _id)
-
isApprovedForAll
public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isApprovedForAll(String _owner, String _operator)
-
safeBatchTransferFrom
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> safeBatchTransferFrom(String _from, String _to, List<BigInteger> _ids, List<BigInteger> _amounts, byte[] _data)
-
safeTransferFrom
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> safeTransferFrom(String _from, String _to, BigInteger _id, BigInteger _amount, byte[] _data)
-
setApprovalForAll
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setApprovalForAll(String _operator, Boolean _approved)
-
startUsingNFT
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> startUsingNFT(String _account, BigInteger _id)
-
load
@Deprecated public static StrategyHandler load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
load
@Deprecated public static StrategyHandler load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
load
public static StrategyHandler load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
load
public static StrategyHandler 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<StrategyHandler> 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<StrategyHandler> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
deploy
public static org.web3j.protocol.core.RemoteCall<StrategyHandler> 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<StrategyHandler> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
-