Uses of Class
io.meeds.deeds.contract.ERC1155Tradable
-
-
Uses of ERC1155Tradable in io.meeds.deeds.contract
Methods in io.meeds.deeds.contract that return ERC1155Tradable Modifier and Type Method Description static ERC1155TradableERC1155Tradable. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERC1155TradableERC1155Tradable. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static ERC1155TradableERC1155Tradable. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERC1155TradableERC1155Tradable. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)Methods in io.meeds.deeds.contract that return types with arguments of type ERC1155Tradable Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<ERC1155Tradable>ERC1155Tradable. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _name, String _symbol, String _proxyRegistryAddress)Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1155Tradable>ERC1155Tradable. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _name, String _symbol, String _proxyRegistryAddress)static org.web3j.protocol.core.RemoteCall<ERC1155Tradable>ERC1155Tradable. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _name, String _symbol, String _proxyRegistryAddress)Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1155Tradable>ERC1155Tradable. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _name, String _symbol, String _proxyRegistryAddress)
-