public class TokenStorage
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.5.11.
| Modifier and Type | Field and Description |
|---|---|
static String |
BINARY |
static String |
FUNC_GETDATAADDRESS |
static String |
FUNC_IMPLEMENTATIONADDRESS |
static String |
FUNC_OWNER |
static String |
FUNC_PAUSED |
static String |
FUNC_VERSION |
| Modifier | Constructor and Description |
|---|---|
protected |
TokenStorage(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
TokenStorage(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
protected |
TokenStorage(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
TokenStorage(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
| Modifier and Type | Method and Description |
|---|---|
static org.web3j.protocol.core.RemoteCall<TokenStorage> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<TokenStorage> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static org.web3j.protocol.core.RemoteCall<TokenStorage> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<TokenStorage> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
org.web3j.protocol.core.RemoteFunctionCall<String> |
getDataAddress(BigInteger _version) |
org.web3j.protocol.core.RemoteFunctionCall<String> |
implementationAddress() |
static TokenStorage |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static TokenStorage |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static TokenStorage |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static TokenStorage |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
org.web3j.protocol.core.RemoteFunctionCall<String> |
owner() |
org.web3j.protocol.core.RemoteFunctionCall<Boolean> |
paused() |
org.web3j.protocol.core.RemoteFunctionCall<BigInteger> |
version() |
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, staticExtractEventParametersWithLogpublic static final String BINARY
public static final String FUNC_VERSION
public static final String FUNC_PAUSED
public static final String FUNC_OWNER
public static final String FUNC_GETDATAADDRESS
public static final String FUNC_IMPLEMENTATIONADDRESS
@Deprecated protected TokenStorage(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
protected TokenStorage(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
@Deprecated protected TokenStorage(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
protected TokenStorage(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> version()
public org.web3j.protocol.core.RemoteFunctionCall<Boolean> paused()
public org.web3j.protocol.core.RemoteFunctionCall<String> owner()
public org.web3j.protocol.core.RemoteFunctionCall<String> getDataAddress(BigInteger _version)
public org.web3j.protocol.core.RemoteFunctionCall<String> implementationAddress()
@Deprecated public static TokenStorage load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
@Deprecated public static TokenStorage load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
public static TokenStorage load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public static TokenStorage load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public static org.web3j.protocol.core.RemoteCall<TokenStorage> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public static org.web3j.protocol.core.RemoteCall<TokenStorage> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
@Deprecated public static org.web3j.protocol.core.RemoteCall<TokenStorage> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
@Deprecated public static org.web3j.protocol.core.RemoteCall<TokenStorage> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.