Class ERC721
java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
com.nftworlds.wallet.contracts.wrappers.common.ERC721
public class ERC721
extends org.web3j.tx.Contract
Standard contract wrapper for ERC721 contract interactions on any chain.
 Auto-generated with web3j version 4.1.1
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classNested classes/interfaces inherited from class org.web3j.tx.Contractorg.web3j.tx.Contract.EventValuesWithLog
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.web3j.abi.datatypes.EventFields inherited from class org.web3j.tx.ContractBIN_NOT_PROVIDED, contractAddress, contractBinary, defaultBlockParameter, deployedAddresses, FUNC_DEPLOY, GAS_LIMIT, gasProvider, transactionReceiptFields inherited from class org.web3j.tx.ManagedTransactionensResolver, GAS_PRICE, transactionManager, web3j
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) protectedERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) 
- 
Method SummaryModifier and TypeMethodDescriptionio.reactivex.Flowable<ERC721.ApprovalEventResponse>approvalEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC721.ApprovalEventResponse>approvalEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<ERC721.ApprovalForAllEventResponse>approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC721.ApprovalForAllEventResponse>approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt>approve(String _approved, BigInteger _tokenId, BigInteger weiValue) org.web3j.protocol.core.RemoteCall<BigInteger>getApprovalEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteCall<String>getApproved(BigInteger _tokenId) getTransferEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteCall<Boolean>isApprovedForAll(String _owner, String _operator) static ERC721load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC721load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static ERC721load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC721load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) org.web3j.protocol.core.RemoteCall<String>ownerOf(BigInteger _tokenId) org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt>safeTransferFrom(String _from, String _to, BigInteger _tokenId, byte[] data, BigInteger weiValue) org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt>safeTransferFrom(String _from, String _to, BigInteger _tokenId, BigInteger weiValue) org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt>setApprovalForAll(String _operator, Boolean _approved) io.reactivex.Flowable<ERC721.TransferEventResponse>transferEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC721.TransferEventResponse>transferEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt>transferFrom(String _from, String _to, BigInteger _tokenId, BigInteger weiValue) Methods inherited from class org.web3j.tx.ContractconvertToNative, 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, staticExtractEventParametersWithLogMethods inherited from class org.web3j.tx.ManagedTransactioncall, getSyncThreshold, requestCurrentGasPrice, send, send, sendEIP1559, setSyncThreshold
- 
Field Details- 
FUNC_GETAPPROVED- See Also:
 
- 
FUNC_APPROVE- See Also:
 
- 
FUNC_TRANSFERFROM- See Also:
 
- 
FUNC_SAFETRANSFERFROM- See Also:
 
- 
FUNC_OWNEROF- See Also:
 
- 
FUNC_BALANCEOF- See Also:
 
- 
FUNC_SETAPPROVALFORALL- See Also:
 
- 
FUNC_ISAPPROVEDFORALL- See Also:
 
- 
TRANSFER_EVENTpublic static final org.web3j.abi.datatypes.Event TRANSFER_EVENT
- 
APPROVAL_EVENTpublic static final org.web3j.abi.datatypes.Event APPROVAL_EVENT
- 
APPROVALFORALL_EVENTpublic static final org.web3j.abi.datatypes.Event APPROVALFORALL_EVENT
 
- 
- 
Constructor Details- 
ERC721@Deprecated protected ERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
- 
ERC721protected ERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) 
- 
ERC721@Deprecated protected ERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
- 
ERC721protected ERC721(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) 
 
- 
- 
Method Details- 
getApproved
- 
approvepublic org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> approve(String _approved, BigInteger _tokenId, BigInteger weiValue) 
- 
transferFrompublic org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferFrom(String _from, String _to, BigInteger _tokenId, BigInteger weiValue) 
- 
safeTransferFrompublic org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> safeTransferFrom(String _from, String _to, BigInteger _tokenId, BigInteger weiValue) 
- 
ownerOf
- 
balanceOf
- 
setApprovalForAll
- 
safeTransferFrompublic org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> safeTransferFrom(String _from, String _to, BigInteger _tokenId, byte[] data, BigInteger weiValue) 
- 
isApprovedForAll
- 
getTransferEventspublic List<ERC721.TransferEventResponse> getTransferEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) 
- 
transferEventFlowablepublic io.reactivex.Flowable<ERC721.TransferEventResponse> transferEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) 
- 
transferEventFlowablepublic io.reactivex.Flowable<ERC721.TransferEventResponse> transferEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) 
- 
getApprovalEventspublic List<ERC721.ApprovalEventResponse> getApprovalEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) 
- 
approvalEventFlowablepublic io.reactivex.Flowable<ERC721.ApprovalEventResponse> approvalEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) 
- 
approvalEventFlowablepublic io.reactivex.Flowable<ERC721.ApprovalEventResponse> approvalEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) 
- 
getApprovalForAllEventspublic List<ERC721.ApprovalForAllEventResponse> getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) 
- 
approvalForAllEventFlowablepublic io.reactivex.Flowable<ERC721.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) 
- 
approvalForAllEventFlowablepublic io.reactivex.Flowable<ERC721.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) 
- 
load@Deprecated public static ERC721 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
- 
load@Deprecated public static ERC721 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
- 
load
- 
load
 
-