public class ERTToken
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 |
ERTToken.ApprovalEventResponse |
static class |
ERTToken.ApprovedAccountEventResponse |
static class |
ERTToken.DisapprovedAccountEventResponse |
static class |
ERTToken.PauseEventResponse |
static class |
ERTToken.TransferEventResponse |
static class |
ERTToken.TransferOwnershipEventResponse |
static class |
ERTToken.UnPauseEventResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
ERTToken(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
ERTToken(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
protected |
ERTToken(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
protected |
ERTToken(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> |
allowance(String _owner,
String _spender) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
allowed(String param0,
String param1) |
rx.Observable<ERTToken.ApprovalEventResponse> |
approvalEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.ApprovalEventResponse> |
approvalEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
approve(String _spender,
BigInteger _value) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
approveAccount(String _target) |
org.web3j.protocol.core.RemoteCall<Boolean> |
approvedAccount(String param0) |
rx.Observable<ERTToken.ApprovedAccountEventResponse> |
approvedAccountEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.ApprovedAccountEventResponse> |
approvedAccountEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
balanceOf(String _owner) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
balances(String param0) |
org.web3j.protocol.core.RemoteCall<BigInteger> |
decimals() |
static org.web3j.protocol.core.RemoteCall<ERTToken> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<ERTToken> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol) |
static org.web3j.protocol.core.RemoteCall<ERTToken> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol)
Deprecated.
|
static org.web3j.protocol.core.RemoteCall<ERTToken> |
deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
disapproveAccount(String _target) |
rx.Observable<ERTToken.DisapprovedAccountEventResponse> |
disapprovedAccountEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.DisapprovedAccountEventResponse> |
disapprovedAccountEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
List<ERTToken.ApprovalEventResponse> |
getApprovalEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.ApprovedAccountEventResponse> |
getApprovedAccountEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.DisapprovedAccountEventResponse> |
getDisapprovedAccountEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.PauseEventResponse> |
getPauseEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.TransferEventResponse> |
getTransferEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.TransferOwnershipEventResponse> |
getTransferOwnershipEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
List<ERTToken.UnPauseEventResponse> |
getUnPauseEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
org.web3j.protocol.core.RemoteCall<Boolean> |
isApprovedAccount(String _target) |
static ERTToken |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTToken |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static ERTToken |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTToken |
load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
mintToken(String target,
BigInteger mintedAmount) |
org.web3j.protocol.core.RemoteCall<String> |
name() |
org.web3j.protocol.core.RemoteCall<String> |
owner() |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
pause() |
org.web3j.protocol.core.RemoteCall<Boolean> |
paused() |
rx.Observable<ERTToken.PauseEventResponse> |
pauseEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.PauseEventResponse> |
pauseEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
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> |
transfer(String _to,
BigInteger _value) |
rx.Observable<ERTToken.TransferEventResponse> |
transferEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.TransferEventResponse> |
transferEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
transferFrom(String _from,
String _to,
BigInteger _value) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
transferOwnership(String _newOwner) |
rx.Observable<ERTToken.TransferOwnershipEventResponse> |
transferOwnershipEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.TransferOwnershipEventResponse> |
transferOwnershipEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter) |
org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> |
unPause() |
rx.Observable<ERTToken.UnPauseEventResponse> |
unPauseEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock,
org.web3j.protocol.core.DefaultBlockParameter endBlock) |
rx.Observable<ERTToken.UnPauseEventResponse> |
unPauseEventObservable(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_APPROVE
public static final String FUNC_TOTALSUPPLY
public static final String FUNC_TRANSFERFROM
public static final String FUNC_BALANCES
public static final String FUNC_DECIMALS
public static final String FUNC_ALLOWED
public static final String FUNC_PAUSED
public static final String FUNC_DISAPPROVEACCOUNT
public static final String FUNC_BALANCEOF
public static final String FUNC_MINTTOKEN
public static final String FUNC_PAUSE
public static final String FUNC_OWNER
public static final String FUNC_SYMBOL
public static final String FUNC_TRANSFER
public static final String FUNC_ISAPPROVEDACCOUNT
public static final String FUNC_APPROVEDACCOUNT
public static final String FUNC_ALLOWANCE
public static final String FUNC_TRANSFEROWNERSHIP
public static final String FUNC_UNPAUSE
public static final String FUNC_APPROVEACCOUNT
public static final org.web3j.abi.datatypes.Event TRANSFER_EVENT
public static final org.web3j.abi.datatypes.Event APPROVAL_EVENT
public static final org.web3j.abi.datatypes.Event APPROVEDACCOUNT_EVENT
public static final org.web3j.abi.datatypes.Event DISAPPROVEDACCOUNT_EVENT
public static final org.web3j.abi.datatypes.Event PAUSE_EVENT
public static final org.web3j.abi.datatypes.Event UNPAUSE_EVENT
public static final org.web3j.abi.datatypes.Event TRANSFEROWNERSHIP_EVENT
@Deprecated protected ERTToken(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
protected ERTToken(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
@Deprecated protected ERTToken(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
protected ERTToken(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<org.web3j.protocol.core.methods.response.TransactionReceipt> approve(String _spender, BigInteger _value)
public org.web3j.protocol.core.RemoteCall<BigInteger> totalSupply()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferFrom(String _from, String _to, BigInteger _value)
public org.web3j.protocol.core.RemoteCall<BigInteger> balances(String param0)
public org.web3j.protocol.core.RemoteCall<BigInteger> decimals()
public org.web3j.protocol.core.RemoteCall<BigInteger> allowed(String param0, String param1)
public org.web3j.protocol.core.RemoteCall<Boolean> paused()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> disapproveAccount(String _target)
public org.web3j.protocol.core.RemoteCall<BigInteger> balanceOf(String _owner)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> mintToken(String target, BigInteger mintedAmount)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> pause()
public org.web3j.protocol.core.RemoteCall<String> owner()
public org.web3j.protocol.core.RemoteCall<String> symbol()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transfer(String _to, BigInteger _value)
public org.web3j.protocol.core.RemoteCall<Boolean> isApprovedAccount(String _target)
public org.web3j.protocol.core.RemoteCall<BigInteger> allowance(String _owner, String _spender)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String _newOwner)
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> unPause()
public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> approveAccount(String _target)
public static org.web3j.protocol.core.RemoteCall<ERTToken> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, BigInteger _initialAmount, String _tokenName, BigInteger _decimalUnits, String _tokenSymbol)
public static org.web3j.protocol.core.RemoteCall<ERTToken> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, BigInteger _initialAmount, String _tokenName, BigInteger _decimalUnits, String _tokenSymbol)
@Deprecated public static org.web3j.protocol.core.RemoteCall<ERTToken> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, BigInteger _initialAmount, String _tokenName, BigInteger _decimalUnits, String _tokenSymbol)
@Deprecated public static org.web3j.protocol.core.RemoteCall<ERTToken> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, BigInteger _initialAmount, String _tokenName, BigInteger _decimalUnits, String _tokenSymbol)
public List<ERTToken.TransferEventResponse> getTransferEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.TransferEventResponse> transferEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.TransferEventResponse> transferEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.ApprovalEventResponse> getApprovalEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.ApprovalEventResponse> approvalEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.ApprovalEventResponse> approvalEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.ApprovedAccountEventResponse> getApprovedAccountEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.ApprovedAccountEventResponse> approvedAccountEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.ApprovedAccountEventResponse> approvedAccountEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.DisapprovedAccountEventResponse> getDisapprovedAccountEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.DisapprovedAccountEventResponse> disapprovedAccountEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.DisapprovedAccountEventResponse> disapprovedAccountEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.PauseEventResponse> getPauseEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.PauseEventResponse> pauseEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.PauseEventResponse> pauseEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.UnPauseEventResponse> getUnPauseEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.UnPauseEventResponse> unPauseEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.UnPauseEventResponse> unPauseEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
public List<ERTToken.TransferOwnershipEventResponse> getTransferOwnershipEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public rx.Observable<ERTToken.TransferOwnershipEventResponse> transferOwnershipEventObservable(org.web3j.protocol.core.methods.request.EthFilter filter)
public rx.Observable<ERTToken.TransferOwnershipEventResponse> transferOwnershipEventObservable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
@Deprecated public static ERTToken load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
@Deprecated public static ERTToken load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
public static ERTToken load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.