Uses of Class
org.exoplatform.wallet.contract.ERC20
-
-
Uses of ERC20 in org.exoplatform.wallet.contract
Methods in org.exoplatform.wallet.contract that return ERC20 Modifier and Type Method Description static ERC20ERC20. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERC20ERC20. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static ERC20ERC20. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERC20ERC20. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)Methods in org.exoplatform.wallet.contract that return types with arguments of type ERC20 Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<ERC20>ERC20. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String name, String symbol)Deprecated.static org.web3j.protocol.core.RemoteCall<ERC20>ERC20. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String name, String symbol)static org.web3j.protocol.core.RemoteCall<ERC20>ERC20. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String name, String symbol)Deprecated.static org.web3j.protocol.core.RemoteCall<ERC20>ERC20. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String name, String symbol)
-