Class FundCollection


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

      • FundCollection

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

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

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

        protected FundCollection​(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)
      • depositReceivedEventFlowable

        public io.reactivex.Flowable<FundCollection.DepositReceivedEventResponse> depositReceivedEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                               org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • addedAdminEventFlowable

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

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

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

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

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