Class Admin


  • public class Admin
    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

      • Admin

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

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

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

        protected Admin​(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()
      • initialized

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

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> removeAdmin​(String _target)
      • totalSupply

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

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

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

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

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

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

        public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> version()
      • paused

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> paused()
      • isInitializedAccount

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

        public org.web3j.protocol.core.RemoteFunctionCall<String> owner()
      • getDataAddress

        public org.web3j.protocol.core.RemoteFunctionCall<String> getDataAddress​(BigInteger _version)
      • symbol

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

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

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

        public org.web3j.protocol.core.RemoteFunctionCall<String> implementationAddress()
      • setName

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

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

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership​(String _newOwner)
      • getAddedAdminEvents

        public List<Admin.AddedAdminEventResponse> getAddedAdminEvents​(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
      • addedAdminEventFlowable

        public io.reactivex.Flowable<Admin.AddedAdminEventResponse> addedAdminEventFlowable​(org.web3j.protocol.core.methods.request.EthFilter filter)
      • addedAdminEventFlowable

        public io.reactivex.Flowable<Admin.AddedAdminEventResponse> addedAdminEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                            org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • getRemovedAdminEvents

        public List<Admin.RemovedAdminEventResponse> getRemovedAdminEvents​(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
      • removedAdminEventFlowable

        public io.reactivex.Flowable<Admin.RemovedAdminEventResponse> removedAdminEventFlowable​(org.web3j.protocol.core.methods.request.EthFilter filter)
      • removedAdminEventFlowable

        public io.reactivex.Flowable<Admin.RemovedAdminEventResponse> removedAdminEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • transferOwnershipEventFlowable

        public io.reactivex.Flowable<Admin.TransferOwnershipEventResponse> transferOwnershipEventFlowable​(org.web3j.protocol.core.methods.request.EthFilter filter)
      • transferOwnershipEventFlowable

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

        @Deprecated
        public static Admin load​(String contractAddress,
                                 org.web3j.protocol.Web3j web3j,
                                 org.web3j.tx.TransactionManager transactionManager,
                                 BigInteger gasPrice,
                                 BigInteger gasLimit)
        Deprecated.
      • load

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

        public static Admin 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<Admin> 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<Admin> 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<Admin> 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<Admin> deploy​(org.web3j.protocol.Web3j web3j,
                                                                       org.web3j.tx.TransactionManager transactionManager,
                                                                       BigInteger gasPrice,
                                                                       BigInteger gasLimit)
        Deprecated.