Class ERTTokenDataV1


  • 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 4.5.11.

    • Constructor Detail

      • ERTTokenDataV1

        @Deprecated
        protected ERTTokenDataV1​(String contractAddress,
                                 org.web3j.protocol.Web3j web3j,
                                 org.web3j.crypto.Credentials credentials,
                                 BigInteger gasPrice,
                                 BigInteger gasLimit)
        Deprecated.
      • ERTTokenDataV1

        protected ERTTokenDataV1​(String contractAddress,
                                 org.web3j.protocol.Web3j web3j,
                                 org.web3j.crypto.Credentials credentials,
                                 org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • ERTTokenDataV1

        @Deprecated
        protected ERTTokenDataV1​(String contractAddress,
                                 org.web3j.protocol.Web3j web3j,
                                 org.web3j.tx.TransactionManager transactionManager,
                                 BigInteger gasPrice,
                                 BigInteger gasLimit)
        Deprecated.
      • ERTTokenDataV1

        protected ERTTokenDataV1​(String contractAddress,
                                 org.web3j.protocol.Web3j web3j,
                                 org.web3j.tx.TransactionManager transactionManager,
                                 org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • Method Detail

      • name

        public org.web3j.protocol.core.RemoteFunctionCall<String> name()
      • getAllowance

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getAllowance​(String _account,
                                                                                   String _spender)
      • initialized

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> initialized()
      • setPaused

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setPaused​(Boolean _paused)
      • totalSupply

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> totalSupply()
      • decimals

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> decimals()
      • getSellPrice

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getSellPrice()
      • isAdmin

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isAdmin​(String _target,
                                                                           BigInteger _level)
      • implementation

        public org.web3j.protocol.core.RemoteFunctionCall<String> implementation()
      • setDecimals

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setDecimals​(BigInteger _decimals)
      • setInitialized

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setInitialized()
      • symbol

        public org.web3j.protocol.core.RemoteFunctionCall<String> symbol()
      • setAdmin

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setAdmin​(String _target,
                                                                                                                                BigInteger _level)
      • isApprovedAccount

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isApprovedAccount​(String _target)
      • getAdminLevel

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> getAdminLevel​(String _target)
      • isPaused

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isPaused()
      • setSymbol

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setSymbol​(String _symbol)
      • setApprovedAccount

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setApprovedAccount​(String _target,
                                                                                                                                          Boolean _approved)
      • setName

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setName​(String _name)
      • transferDataOwnership

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferDataOwnership​(String _proxyAddress,
                                                                                                                                             String _implementationAddress)
      • setAllowance

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setAllowance​(String _account,
                                                                                                                                    String _spender,
                                                                                                                                    BigInteger _allowance)
      • setBalance

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setBalance​(String _target,
                                                                                                                                  BigInteger _balance)
      • balance

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> balance​(String _target)
      • proxy

        public org.web3j.protocol.core.RemoteFunctionCall<String> proxy()
      • setTotalSupply

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setTotalSupply​(BigInteger _totalSupply)
      • setSellPrice

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setSellPrice​(BigInteger _value)
      • transferOwnershipEventFlowable

        public io.reactivex.Flowable<ERTTokenDataV1.TransferOwnershipEventResponse> transferOwnershipEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                                   org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • load

        public static ERTTokenDataV1 load​(String contractAddress,
                                          org.web3j.protocol.Web3j web3j,
                                          org.web3j.crypto.Credentials credentials,
                                          org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • load

        public static ERTTokenDataV1 load​(String contractAddress,
                                          org.web3j.protocol.Web3j web3j,
                                          org.web3j.tx.TransactionManager transactionManager,
                                          org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • deploy

        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)
      • deploy

        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)
      • deploy

        @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.
      • deploy

        @Deprecated
        public static org.web3j.protocol.core.RemoteCall<ERTTokenDataV1> deploy​(org.web3j.protocol.Web3j web3j,
                                                                                org.web3j.tx.TransactionManager transactionManager,
                                                                                BigInteger gasPrice,
                                                                                BigInteger gasLimit)
        Deprecated.