Package io.meeds.deeds.contract
Class ERC1155Tradable
java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.ERC1155Tradable
public class ERC1155Tradable
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 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 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 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.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
ConstructorsModifierConstructorDescriptionprotectedERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) protectedERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedERC1155Tradable(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> io.reactivex.Flowable<ERC1155Tradable.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.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> 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<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static org.web3j.protocol.core.RemoteCall<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) getApprovalForAllEventFromLog(org.web3j.protocol.core.methods.response.Log log) getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getMinterAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getMinterAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getMinterRemovedEventFromLog(org.web3j.protocol.core.methods.response.Log log) getMinterRemovedEvents(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) getTransferBatchEventFromLog(org.web3j.protocol.core.methods.response.Log log) getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getTransferSingleEventFromLog(org.web3j.protocol.core.methods.response.Log log) getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getURIEventFromLog(org.web3j.protocol.core.methods.response.Log log) static List<ERC1155Tradable.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> org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()static ERC1155Tradableload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC1155Tradableload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static ERC1155Tradableload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC1155Tradableload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) org.web3j.protocol.core.RemoteFunctionCall<BigInteger> maxSupply(BigInteger _id) io.reactivex.Flowable<ERC1155Tradable.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<ERC1155Tradable.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<String> name()org.web3j.protocol.core.RemoteFunctionCall<String> owner()io.reactivex.Flowable<ERC1155Tradable.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<String> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> 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<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(BigInteger _id) io.reactivex.Flowable<ERC1155Tradable.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.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<ERC1155Tradable.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<String> uri(BigInteger _id) io.reactivex.Flowable<ERC1155Tradable.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<ERC1155Tradable.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, 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_ADDMINTER
- See Also:
-
FUNC_BALANCEOF
- See Also:
-
FUNC_BALANCEOFBATCH
- See Also:
-
FUNC_CARDTYPE
- See Also:
-
FUNC_CITYINDEX
- See Also:
-
FUNC_CONTRACTURI
- See Also:
-
FUNC_CREATE
- See Also:
-
FUNC_CREATORS
- See Also:
-
FUNC_ISAPPROVEDFORALL
- See Also:
-
FUNC_ISMINTER
- See Also:
-
FUNC_ISOWNER
- See Also:
-
FUNC_MAXSUPPLY
- See Also:
-
FUNC_NAME
- See Also:
-
FUNC_OWNER
- See Also:
-
FUNC_PROXYREGISTRYADDRESS
- See Also:
-
FUNC_RENOUNCEMINTER
- See Also:
-
FUNC_RENOUNCEOWNERSHIP
- See Also:
-
FUNC_SAFEBATCHTRANSFERFROM
- See Also:
-
FUNC_SAFETRANSFERFROM
- See Also:
-
FUNC_SETAPPROVALFORALL
- See Also:
-
FUNC_SUPPORTSINTERFACE
- See Also:
-
FUNC_SYMBOL
- See Also:
-
FUNC_TOKENCITYINDEX
- See Also:
-
FUNC_TOKENMAXSUPPLY
- See Also:
-
FUNC_TOKENSUPPLY
- See Also:
-
FUNC_TOKENTYPE
- See Also:
-
FUNC_TOTALSUPPLY
- See Also:
-
FUNC_TRANSFEROWNERSHIP
- See Also:
-
FUNC_URI
- See Also:
-
APPROVALFORALL_EVENT
public static final org.web3j.abi.datatypes.Event APPROVALFORALL_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 -
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 Details
-
ERC1155Tradable
@Deprecated protected ERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
ERC1155Tradable
protected ERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
ERC1155Tradable
@Deprecated protected ERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
ERC1155Tradable
protected ERC1155Tradable(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
-
Method Details
-
getApprovalForAllEvents
public static List<ERC1155Tradable.ApprovalForAllEventResponse> getApprovalForAllEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getApprovalForAllEventFromLog
public static ERC1155Tradable.ApprovalForAllEventResponse getApprovalForAllEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
approvalForAllEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
approvalForAllEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.ApprovalForAllEventResponse> approvalForAllEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getMinterAddedEvents
public static List<ERC1155Tradable.MinterAddedEventResponse> getMinterAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getMinterAddedEventFromLog
public static ERC1155Tradable.MinterAddedEventResponse getMinterAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
minterAddedEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
minterAddedEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.MinterAddedEventResponse> minterAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getMinterRemovedEvents
public static List<ERC1155Tradable.MinterRemovedEventResponse> getMinterRemovedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getMinterRemovedEventFromLog
public static ERC1155Tradable.MinterRemovedEventResponse getMinterRemovedEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
minterRemovedEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
minterRemovedEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.MinterRemovedEventResponse> minterRemovedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOwnershipTransferredEvents
public static List<ERC1155Tradable.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getOwnershipTransferredEventFromLog
public static ERC1155Tradable.OwnershipTransferredEventResponse getOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getTransferBatchEvents
public static List<ERC1155Tradable.TransferBatchEventResponse> getTransferBatchEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getTransferBatchEventFromLog
public static ERC1155Tradable.TransferBatchEventResponse getTransferBatchEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
transferBatchEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
transferBatchEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.TransferBatchEventResponse> transferBatchEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getTransferSingleEvents
public static List<ERC1155Tradable.TransferSingleEventResponse> getTransferSingleEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getTransferSingleEventFromLog
public static ERC1155Tradable.TransferSingleEventResponse getTransferSingleEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
transferSingleEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
transferSingleEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.TransferSingleEventResponse> transferSingleEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getURIEvents
public static List<ERC1155Tradable.URIEventResponse> getURIEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
getURIEventFromLog
public static ERC1155Tradable.URIEventResponse getURIEventFromLog(org.web3j.protocol.core.methods.response.Log log) -
uRIEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
uRIEventFlowable
public io.reactivex.Flowable<ERC1155Tradable.URIEventResponse> uRIEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
addMinter
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addMinter(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
-
cityIndex
-
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
-
isApprovedForAll
-
isMinter
-
isOwner
-
maxSupply
-
name
-
owner
-
proxyRegistryAddress
-
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
-
supportsInterface
-
symbol
-
tokenCityIndex
-
tokenMaxSupply
-
tokenSupply
-
tokenType
-
totalSupply
-
transferOwnership
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner) -
uri
-
load
@Deprecated public static ERC1155Tradable load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
@Deprecated public static ERC1155Tradable load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
public static ERC1155Tradable load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
load
public static ERC1155Tradable 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<ERC1155Tradable> 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<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
deploy
public static org.web3j.protocol.core.RemoteCall<ERC1155Tradable> 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<ERC1155Tradable> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
-