public class ERTTokenDataV1
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 3.6.0.
| Modifier and Type | Class and Description |
|---|---|
static class |
ERTTokenDataV1.TransferOwnershipEventResponse |
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNC_BALANCE |
static String |
FUNC_DECIMALS |
static String |
FUNC_GETADMINLEVEL |
static String |
FUNC_GETALLOWANCE |
static String |
FUNC_GETSELLPRICE |
static String |
FUNC_IMPLEMENTATION |
static String |
FUNC_INITIALIZED |
static String |
FUNC_ISADMIN |
static String |
FUNC_ISAPPROVEDACCOUNT |
static String |
FUNC_ISPAUSED |
static String |
FUNC_NAME |
static String |
FUNC_PROXY |
static String |
FUNC_SETADMIN |
static String |
FUNC_SETALLOWANCE |
static String |
FUNC_SETAPPROVEDACCOUNT |
static String |
FUNC_SETBALANCE |
static String |
FUNC_SETDECIMALS |
static String |
FUNC_SETINITIALIZED |
static String |
FUNC_SETNAME |
static String |
FUNC_SETPAUSED |
static String |
FUNC_SETSELLPRICE |
static String |
FUNC_SETSYMBOL |
static String |
FUNC_SETTOTALSUPPLY |
static String |
FUNC_SYMBOL |
static String |
FUNC_TOTALSUPPLY |
static String |
FUNC_TRANSFERDATAOWNERSHIP |
static org.web3j.abi.datatypes.Event |
TRANSFEROWNERSHIP_EVENT |
| Modifier | Constructor and Description |
|---|---|
protected |
ERTTokenDataV1(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
ERTTokenDataV1(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
protected |
ERTTokenDataV1(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
ERTTokenDataV1(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.web3j.protocol.core.RemoteCall<BigInteger> |
balance(String _target) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
decimals() |
static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
getAdminLevel(String _target) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
getAllowance(String _account,
String _spender) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
getSellPrice() |
List<ERTTokenDataV1.TransferOwnershipEventResponse> |
getTransferOwnershipEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
org.web3j.protocol.core.RemoteCall<String> |
implementation() |
org.web3j.protocol.core.RemoteCall<Boolean> |
initialized() |
org.web3j.protocol.core.RemoteCall<Boolean> |
isAdmin(String _target,
BigInteger _level) |
org.web3j.protocol.core.RemoteCall<Boolean> |
isApprovedAccount(String _target) |
org.web3j.protocol.core.RemoteCall<Boolean> |
isPaused() |
static ERTTokenDataV1 |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTTokenDataV1 |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static ERTTokenDataV1 |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTTokenDataV1 |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
org.web3j.protocol.core.RemoteCall<String> |
name() |
org.web3j.protocol.core.RemoteCall<String> |
proxy() |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setAdmin(String _target,
BigInteger _level) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setAllowance(String _account,
String _spender,
BigInteger _allowance) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setApprovedAccount(String _target,
Boolean _approved) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setBalance(String _target,
BigInteger _balance) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setDecimals(BigInteger _decimals) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setInitialized() |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setName(String _name) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setPaused(Boolean _paused) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setSellPrice(BigInteger _value) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setSymbol(String _symbol) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
setTotalSupply(BigInteger _totalSupply) |
org.web3j.protocol.core.RemoteCall<String> |
symbol() |
org.web3j.protocol.core.RemoteCall<BigInteger> |
totalSupply() |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
transferDataOwnership(String _proxyAddress,
String _implementationAddress) |
rx.Observable<ERTTokenDataV1.TransferOwnershipEventResponse> |
transferOwnershipEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTTokenDataV1.TransferOwnershipEventResponse> |
transferOwnershipEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
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, setContractAddress, setDefaultBlockParameter, setDeployedAddress, setGasPrice, setGasProvider, setTransactionReceipt, staticExtractEventParameterspublic static final String FUNC_NAME
public static final String FUNC_GETALLOWANCE
public static final String FUNC_INITIALIZED
public static final String FUNC_SETPAUSED
public static final String FUNC_TOTALSUPPLY
public static final String FUNC_DECIMALS
public static final String FUNC_GETSELLPRICE
public static final String FUNC_ISADMIN
public static final String FUNC_IMPLEMENTATION
public static final String FUNC_SETDECIMALS
public static final String FUNC_SETINITIALIZED
public static final String FUNC_SYMBOL
public static final String FUNC_SETADMIN
public static final String FUNC_ISAPPROVEDACCOUNT
public static final String FUNC_GETADMINLEVEL
public static final String FUNC_ISPAUSED
public static final String FUNC_SETSYMBOL
public static final String FUNC_SETAPPROVEDACCOUNT
public static final String FUNC_SETNAME
public static final String FUNC_TRANSFERDATAOWNERSHIP
public static final String FUNC_SETALLOWANCE
public static final String FUNC_SETBALANCE
public static final String FUNC_BALANCE
public static final String FUNC_PROXY
public static final String FUNC_SETTOTALSUPPLY
public static final String FUNC_SETSELLPRICE
public static final org.web3j.abi.datatypes.Event TRANSFEROWNERSHIP_EVENT
@Deprecated protected ERTTokenDataV1(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
protected ERTTokenDataV1(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
@Deprecated protected ERTTokenDataV1(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
protected ERTTokenDataV1(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public org.web3j.protocol.core.RemoteCall<String> name()
public org.web3j.protocol.core.RemoteCall<BigInteger> getAllowance(String _account, String _spender)
public org.web3j.protocol.core.RemoteCall<Boolean> initialized()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setPaused(Boolean _paused)
public org.web3j.protocol.core.RemoteCall<BigInteger> totalSupply()
public org.web3j.protocol.core.RemoteCall<BigInteger> decimals()
public org.web3j.protocol.core.RemoteCall<BigInteger> getSellPrice()
public org.web3j.protocol.core.RemoteCall<Boolean> isAdmin(String _target, BigInteger _level)
public org.web3j.protocol.core.RemoteCall<String> implementation()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setDecimals(BigInteger _decimals)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setInitialized()
public org.web3j.protocol.core.RemoteCall<String> symbol()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setAdmin(String _target, BigInteger _level)
public org.web3j.protocol.core.RemoteCall<Boolean> isApprovedAccount(String _target)
public org.web3j.protocol.core.RemoteCall<BigInteger> getAdminLevel(String _target)
public org.web3j.protocol.core.RemoteCall<Boolean> isPaused()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setSymbol(String _symbol)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setApprovedAccount(String _target, Boolean _approved)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setName(String _name)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferDataOwnership(String _proxyAddress, String _implementationAddress)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setAllowance(String _account, String _spender, BigInteger _allowance)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setBalance(String _target, BigInteger _balance)
public org.web3j.protocol.core.RemoteCall<BigInteger> balance(String _target)
public org.web3j.protocol.core.RemoteCall<String> proxy()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setTotalSupply(BigInteger _totalSupply)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setSellPrice(BigInteger _value)
public static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> 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<ERTTokenDataV1> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
@Deprecated public static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
public List<ERTTokenDataV1.TransferOwnershipEventResponse> getTransferOwnershipEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTTokenDataV1.TransferOwnershipEventResponse> transferOwnershipEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTTokenDataV1.TransferOwnershipEventResponse> transferOwnershipEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
@Deprecated public static ERTTokenDataV1 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
@Deprecated public static ERTTokenDataV1 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
public static ERTTokenDataV1 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
public static ERTTokenDataV1 load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.