Package io.meeds.deeds.contract
Class Deed
- java.lang.Object
-
- org.web3j.tx.ManagedTransaction
-
- org.web3j.tx.Contract
-
- io.meeds.deeds.contract.Deed
-
public class Deed 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 classDeed.ApprovalForAllEventResponsestatic classDeed.EndedUsingNFTEventResponsestatic classDeed.ManagerAddedEventResponsestatic classDeed.ManagerRemovedEventResponsestatic classDeed.MinterAddedEventResponsestatic classDeed.MinterRemovedEventResponsestatic classDeed.OwnershipTransferredEventResponsestatic classDeed.StartedUsingNFTEventResponsestatic classDeed.StrategyAddedEventResponsestatic classDeed.StrategyRemovedEventResponsestatic classDeed.TransferBatchEventResponsestatic classDeed.TransferSingleEventResponsestatic classDeed.URIEventResponse
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedDeed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)protectedDeed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedDeed(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 org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>addManager(String account)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>addMinter(String account)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>addStrategy(String account)io.reactivex.Flowable<Deed.ApprovalForAllEventResponse>approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.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)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>cardType(BigInteger _id)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>cityIndex(BigInteger _id)org.web3j.protocol.core.RemoteFunctionCall<String>contractURI()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>create(String _initialOwner, BigInteger _initialSupply, BigInteger _maxSupply, BigInteger _cityIndex, BigInteger _type, byte[] _data)org.web3j.protocol.core.RemoteFunctionCall<String>creators(BigInteger param0)static org.web3j.protocol.core.RemoteCall<Deed>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _proxyRegistryAddress, String _baseMetadataURI)Deprecated.static org.web3j.protocol.core.RemoteCall<Deed>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _proxyRegistryAddress, String _baseMetadataURI)static org.web3j.protocol.core.RemoteCall<Deed>deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _proxyRegistryAddress, String _baseMetadataURI)Deprecated.static org.web3j.protocol.core.RemoteCall<Deed>deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _proxyRegistryAddress, String _baseMetadataURI)io.reactivex.Flowable<Deed.EndedUsingNFTEventResponse>endedUsingNFTEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.EndedUsingNFTEventResponse>endedUsingNFTEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>endUsingNFT(String _account, BigInteger _id)List<Deed.ApprovalForAllEventResponse>getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.EndedUsingNFTEventResponse>getEndedUsingNFTEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.ManagerAddedEventResponse>getManagerAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.ManagerRemovedEventResponse>getManagerRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.MinterAddedEventResponse>getMinterAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.MinterRemovedEventResponse>getMinterRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.OwnershipTransferredEventResponse>getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.StartedUsingNFTEventResponse>getStartedUsingNFTEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.StrategyAddedEventResponse>getStrategyAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.StrategyRemovedEventResponse>getStrategyRemovedEvents(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<Deed.TransferBatchEventResponse>getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.TransferSingleEventResponse>getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<Deed.URIEventResponse>getURIEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isApprovedForAll(String _owner, String _operator)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isManager(String account)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isMinter(String account)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isOwner()org.web3j.protocol.core.RemoteFunctionCall<Boolean>isStrategy(String account)static Deedload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static Deedload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static Deedload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static Deedload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)io.reactivex.Flowable<Deed.ManagerAddedEventResponse>managerAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.ManagerAddedEventResponse>managerAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<Deed.ManagerRemovedEventResponse>managerRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.ManagerRemovedEventResponse>managerRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>maxSupply(BigInteger _id)io.reactivex.Flowable<Deed.MinterAddedEventResponse>minterAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.MinterAddedEventResponse>minterAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<Deed.MinterRemovedEventResponse>minterRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.MinterRemovedEventResponse>minterRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<String>name()org.web3j.protocol.core.RemoteFunctionCall<List>nftsOf(String _account)org.web3j.protocol.core.RemoteFunctionCall<String>owner()io.reactivex.Flowable<Deed.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<String>proxyRegistryAddress()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>removeStrategy(String account)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>renounceMinter()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>renounceOwnership()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>setBaseMetadataURI(String _newBaseMetadataURI)io.reactivex.Flowable<Deed.StartedUsingNFTEventResponse>startedUsingNFTEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.StartedUsingNFTEventResponse>startedUsingNFTEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>startUsingNFT(String _account, BigInteger _id)io.reactivex.Flowable<Deed.StrategyAddedEventResponse>strategyAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.StrategyAddedEventResponse>strategyAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<Deed.StrategyRemovedEventResponse>strategyRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.StrategyRemovedEventResponse>strategyRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<Boolean>supportsInterface(byte[] _interfaceID)org.web3j.protocol.core.RemoteFunctionCall<String>symbol()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>tokenCityIndex(BigInteger param0)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>tokenMaxSupply(BigInteger param0)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>tokenSupply(BigInteger param0)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>tokenType(BigInteger param0)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>totalSupply()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>totalSupply(BigInteger _id)io.reactivex.Flowable<Deed.TransferBatchEventResponse>transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.TransferBatchEventResponse>transferBatchEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>transferOwnership(String newOwner)io.reactivex.Flowable<Deed.TransferSingleEventResponse>transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.TransferSingleEventResponse>transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<String>uri(BigInteger _id)io.reactivex.Flowable<Deed.URIEventResponse>uRIEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<Deed.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_ADDMANAGER
public static final String FUNC_ADDMANAGER
- See Also:
- Constant Field Values
-
FUNC_ADDMINTER
public static final String FUNC_ADDMINTER
- See Also:
- Constant Field Values
-
FUNC_ADDSTRATEGY
public static final String FUNC_ADDSTRATEGY
- 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_CARDTYPE
public static final String FUNC_CARDTYPE
- See Also:
- Constant Field Values
-
FUNC_CITYINDEX
public static final String FUNC_CITYINDEX
- See Also:
- Constant Field Values
-
FUNC_CONTRACTURI
public static final String FUNC_CONTRACTURI
- See Also:
- Constant Field Values
-
FUNC_CREATE
public static final String FUNC_CREATE
- See Also:
- Constant Field Values
-
FUNC_CREATORS
public static final String FUNC_CREATORS
- 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_ISMANAGER
public static final String FUNC_ISMANAGER
- See Also:
- Constant Field Values
-
FUNC_ISMINTER
public static final String FUNC_ISMINTER
- See Also:
- Constant Field Values
-
FUNC_ISOWNER
public static final String FUNC_ISOWNER
- See Also:
- Constant Field Values
-
FUNC_ISSTRATEGY
public static final String FUNC_ISSTRATEGY
- See Also:
- Constant Field Values
-
FUNC_MAXSUPPLY
public static final String FUNC_MAXSUPPLY
- See Also:
- Constant Field Values
-
FUNC_NAME
public static final String FUNC_NAME
- See Also:
- Constant Field Values
-
FUNC_NFTSOF
public static final String FUNC_NFTSOF
- See Also:
- Constant Field Values
-
FUNC_OWNER
public static final String FUNC_OWNER
- See Also:
- Constant Field Values
-
FUNC_PROXYREGISTRYADDRESS
public static final String FUNC_PROXYREGISTRYADDRESS
- See Also:
- Constant Field Values
-
FUNC_REMOVEMANAGER
public static final String FUNC_REMOVEMANAGER
- See Also:
- Constant Field Values
-
FUNC_REMOVESTRATEGY
public static final String FUNC_REMOVESTRATEGY
- See Also:
- Constant Field Values
-
FUNC_RENOUNCEMINTER
public static final String FUNC_RENOUNCEMINTER
- See Also:
- Constant Field Values
-
FUNC_RENOUNCEOWNERSHIP
public static final String FUNC_RENOUNCEOWNERSHIP
- 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_SETBASEMETADATAURI
public static final String FUNC_SETBASEMETADATAURI
- See Also:
- Constant Field Values
-
FUNC_STARTUSINGNFT
public static final String FUNC_STARTUSINGNFT
- See Also:
- Constant Field Values
-
FUNC_SUPPORTSINTERFACE
public static final String FUNC_SUPPORTSINTERFACE
- See Also:
- Constant Field Values
-
FUNC_SYMBOL
public static final String FUNC_SYMBOL
- See Also:
- Constant Field Values
-
FUNC_TOKENCITYINDEX
public static final String FUNC_TOKENCITYINDEX
- See Also:
- Constant Field Values
-
FUNC_TOKENMAXSUPPLY
public static final String FUNC_TOKENMAXSUPPLY
- See Also:
- Constant Field Values
-
FUNC_TOKENSUPPLY
public static final String FUNC_TOKENSUPPLY
- See Also:
- Constant Field Values
-
FUNC_TOKENTYPE
public static final String FUNC_TOKENTYPE
- See Also:
- Constant Field Values
-
FUNC_totalSupply
public static final String FUNC_totalSupply
- See Also:
- Constant Field Values
-
FUNC_TRANSFEROWNERSHIP
public static final String FUNC_TRANSFEROWNERSHIP
- See Also:
- Constant Field Values
-
FUNC_URI
public static final String FUNC_URI
- See Also:
- Constant Field Values
-
APPROVALFORALL_EVENT
public static final org.web3j.abi.datatypes.Event APPROVALFORALL_EVENT
-
ENDEDUSINGNFT_EVENT
public static final org.web3j.abi.datatypes.Event ENDEDUSINGNFT_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
-
MINTERADDED_EVENT
public static final org.web3j.abi.datatypes.Event MINTERADDED_EVENT
-
MINTERREMOVED_EVENT
public static final org.web3j.abi.datatypes.Event MINTERREMOVED_EVENT
-
OWNERSHIPTRANSFERRED_EVENT
public static final org.web3j.abi.datatypes.Event OWNERSHIPTRANSFERRED_EVENT
-
STARTEDUSINGNFT_EVENT
public static final org.web3j.abi.datatypes.Event STARTEDUSINGNFT_EVENT
-
STRATEGYADDED_EVENT
public static final org.web3j.abi.datatypes.Event STRATEGYADDED_EVENT
-
STRATEGYREMOVED_EVENT
public static final org.web3j.abi.datatypes.Event STRATEGYREMOVED_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
-
Deed
@Deprecated protected Deed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
Deed
protected Deed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
Deed
@Deprecated protected Deed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
Deed
protected Deed(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
-
Method Detail
-
getApprovalForAllEvents
public List<Deed.ApprovalForAllEventResponse> getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
approvalForAllEventFlowable
public io.reactivex.Flowable<Deed.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
approvalForAllEventFlowable
public io.reactivex.Flowable<Deed.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getEndedUsingNFTEvents
public List<Deed.EndedUsingNFTEventResponse> getEndedUsingNFTEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
endedUsingNFTEventFlowable
public io.reactivex.Flowable<Deed.EndedUsingNFTEventResponse> endedUsingNFTEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
endedUsingNFTEventFlowable
public io.reactivex.Flowable<Deed.EndedUsingNFTEventResponse> endedUsingNFTEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getManagerAddedEvents
public List<Deed.ManagerAddedEventResponse> getManagerAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
managerAddedEventFlowable
public io.reactivex.Flowable<Deed.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
managerAddedEventFlowable
public io.reactivex.Flowable<Deed.ManagerAddedEventResponse> managerAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getManagerRemovedEvents
public List<Deed.ManagerRemovedEventResponse> getManagerRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
managerRemovedEventFlowable
public io.reactivex.Flowable<Deed.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
managerRemovedEventFlowable
public io.reactivex.Flowable<Deed.ManagerRemovedEventResponse> managerRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getMinterAddedEvents
public List<Deed.MinterAddedEventResponse> getMinterAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
minterAddedEventFlowable
public io.reactivex.Flowable<Deed.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
minterAddedEventFlowable
public io.reactivex.Flowable<Deed.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getMinterRemovedEvents
public List<Deed.MinterRemovedEventResponse> getMinterRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
minterRemovedEventFlowable
public io.reactivex.Flowable<Deed.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
minterRemovedEventFlowable
public io.reactivex.Flowable<Deed.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getOwnershipTransferredEvents
public List<Deed.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
ownershipTransferredEventFlowable
public io.reactivex.Flowable<Deed.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
ownershipTransferredEventFlowable
public io.reactivex.Flowable<Deed.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getStartedUsingNFTEvents
public List<Deed.StartedUsingNFTEventResponse> getStartedUsingNFTEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
startedUsingNFTEventFlowable
public io.reactivex.Flowable<Deed.StartedUsingNFTEventResponse> startedUsingNFTEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
startedUsingNFTEventFlowable
public io.reactivex.Flowable<Deed.StartedUsingNFTEventResponse> startedUsingNFTEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getStrategyAddedEvents
public List<Deed.StrategyAddedEventResponse> getStrategyAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
strategyAddedEventFlowable
public io.reactivex.Flowable<Deed.StrategyAddedEventResponse> strategyAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
strategyAddedEventFlowable
public io.reactivex.Flowable<Deed.StrategyAddedEventResponse> strategyAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getStrategyRemovedEvents
public List<Deed.StrategyRemovedEventResponse> getStrategyRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
strategyRemovedEventFlowable
public io.reactivex.Flowable<Deed.StrategyRemovedEventResponse> strategyRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
strategyRemovedEventFlowable
public io.reactivex.Flowable<Deed.StrategyRemovedEventResponse> strategyRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getTransferBatchEvents
public List<Deed.TransferBatchEventResponse> getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
transferBatchEventFlowable
public io.reactivex.Flowable<Deed.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
transferBatchEventFlowable
public io.reactivex.Flowable<Deed.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getTransferSingleEvents
public List<Deed.TransferSingleEventResponse> getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
transferSingleEventFlowable
public io.reactivex.Flowable<Deed.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
transferSingleEventFlowable
public io.reactivex.Flowable<Deed.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
-
getURIEvents
public List<Deed.URIEventResponse> getURIEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
uRIEventFlowable
public io.reactivex.Flowable<Deed.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
-
uRIEventFlowable
public io.reactivex.Flowable<Deed.URIEventResponse> uRIEventFlowable(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)
-
addMinter
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addMinter(String account)
-
addStrategy
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addStrategy(String account)
-
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)
-
cardType
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> cardType(BigInteger _id)
-
cityIndex
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> cityIndex(BigInteger _id)
-
contractURI
public org.web3j.protocol.core.RemoteFunctionCall<String> contractURI()
-
create
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> create(String _initialOwner, BigInteger _initialSupply, BigInteger _maxSupply, BigInteger _cityIndex, BigInteger _type, byte[] _data)
-
creators
public org.web3j.protocol.core.RemoteFunctionCall<String> creators(BigInteger param0)
-
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)
-
isOwner
public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()
-
maxSupply
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> maxSupply(BigInteger _id)
-
name
public org.web3j.protocol.core.RemoteFunctionCall<String> name()
-
owner
public org.web3j.protocol.core.RemoteFunctionCall<String> owner()
-
proxyRegistryAddress
public org.web3j.protocol.core.RemoteFunctionCall<String> proxyRegistryAddress()
-
removeManager
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeManager(String account)
-
removeStrategy
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeStrategy(String account)
-
renounceMinter
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceMinter()
-
renounceOwnership
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership()
-
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)
-
setBaseMetadataURI
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setBaseMetadataURI(String _newBaseMetadataURI)
-
startUsingNFT
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> startUsingNFT(String _account, BigInteger _id)
-
supportsInterface
public org.web3j.protocol.core.RemoteFunctionCall<Boolean> supportsInterface(byte[] _interfaceID)
-
symbol
public org.web3j.protocol.core.RemoteFunctionCall<String> symbol()
-
tokenCityIndex
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> tokenCityIndex(BigInteger param0)
-
tokenMaxSupply
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> tokenMaxSupply(BigInteger param0)
-
tokenSupply
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> tokenSupply(BigInteger param0)
-
tokenType
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> tokenType(BigInteger param0)
-
totalSupply
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> totalSupply()
-
totalSupply
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> totalSupply(BigInteger _id)
-
transferOwnership
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner)
-
uri
public org.web3j.protocol.core.RemoteFunctionCall<String> uri(BigInteger _id)
-
load
@Deprecated public static Deed load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
load
@Deprecated public static Deed load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Deprecated.
-
load
public static Deed load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
load
public static Deed 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<Deed> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _proxyRegistryAddress, String _baseMetadataURI)
-
deploy
public static org.web3j.protocol.core.RemoteCall<Deed> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _proxyRegistryAddress, String _baseMetadataURI)
-
deploy
@Deprecated public static org.web3j.protocol.core.RemoteCall<Deed> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _proxyRegistryAddress, String _baseMetadataURI)
Deprecated.
-
deploy
@Deprecated public static org.web3j.protocol.core.RemoteCall<Deed> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _proxyRegistryAddress, String _baseMetadataURI)
Deprecated.
-
-