Class TokenFactory

java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.TokenFactory

public class TokenFactory 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.10.3.

  • Field Details

  • Constructor Details

    • TokenFactory

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

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

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

      protected TokenFactory(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
  • Method Details

    • getDepositEvents

      public static List<TokenFactory.DepositEventResponse> getDepositEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getDepositEventFromLog

      public static TokenFactory.DepositEventResponse getDepositEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • depositEventFlowable

      public io.reactivex.Flowable<TokenFactory.DepositEventResponse> depositEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • depositEventFlowable

      public io.reactivex.Flowable<TokenFactory.DepositEventResponse> depositEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getEmergencyWithdrawEvents

      public static List<TokenFactory.EmergencyWithdrawEventResponse> getEmergencyWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getEmergencyWithdrawEventFromLog

      public static TokenFactory.EmergencyWithdrawEventResponse getEmergencyWithdrawEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • emergencyWithdrawEventFlowable

      public io.reactivex.Flowable<TokenFactory.EmergencyWithdrawEventResponse> emergencyWithdrawEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • emergencyWithdrawEventFlowable

      public io.reactivex.Flowable<TokenFactory.EmergencyWithdrawEventResponse> emergencyWithdrawEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getFundAddedEvents

      public static List<TokenFactory.FundAddedEventResponse> getFundAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getFundAddedEventFromLog

      public static TokenFactory.FundAddedEventResponse getFundAddedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • fundAddedEventFlowable

      public io.reactivex.Flowable<TokenFactory.FundAddedEventResponse> fundAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • fundAddedEventFlowable

      public io.reactivex.Flowable<TokenFactory.FundAddedEventResponse> fundAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getFundAllocationChangedEvents

      public static List<TokenFactory.FundAllocationChangedEventResponse> getFundAllocationChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getFundAllocationChangedEventFromLog

      public static TokenFactory.FundAllocationChangedEventResponse getFundAllocationChangedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • fundAllocationChangedEventFlowable

      public io.reactivex.Flowable<TokenFactory.FundAllocationChangedEventResponse> fundAllocationChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • fundAllocationChangedEventFlowable

      public io.reactivex.Flowable<TokenFactory.FundAllocationChangedEventResponse> fundAllocationChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getHarvestEvents

      public static List<TokenFactory.HarvestEventResponse> getHarvestEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getHarvestEventFromLog

      public static TokenFactory.HarvestEventResponse getHarvestEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • harvestEventFlowable

      public io.reactivex.Flowable<TokenFactory.HarvestEventResponse> harvestEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • harvestEventFlowable

      public io.reactivex.Flowable<TokenFactory.HarvestEventResponse> harvestEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getMaxSupplyReachedEvents

      public static List<TokenFactory.MaxSupplyReachedEventResponse> getMaxSupplyReachedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getMaxSupplyReachedEventFromLog

      public static TokenFactory.MaxSupplyReachedEventResponse getMaxSupplyReachedEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • maxSupplyReachedEventFlowable

      public io.reactivex.Flowable<TokenFactory.MaxSupplyReachedEventResponse> maxSupplyReachedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • maxSupplyReachedEventFlowable

      public io.reactivex.Flowable<TokenFactory.MaxSupplyReachedEventResponse> maxSupplyReachedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getOwnershipTransferredEvents

      public static List<TokenFactory.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getOwnershipTransferredEventFromLog

      public static TokenFactory.OwnershipTransferredEventResponse getOwnershipTransferredEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • ownershipTransferredEventFlowable

      public io.reactivex.Flowable<TokenFactory.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • ownershipTransferredEventFlowable

      public io.reactivex.Flowable<TokenFactory.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • getWithdrawEvents

      public static List<TokenFactory.WithdrawEventResponse> getWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
    • getWithdrawEventFromLog

      public static TokenFactory.WithdrawEventResponse getWithdrawEventFromLog(org.web3j.protocol.core.methods.response.Log log)
    • withdrawEventFlowable

      public io.reactivex.Flowable<TokenFactory.WithdrawEventResponse> withdrawEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)
    • withdrawEventFlowable

      public io.reactivex.Flowable<TokenFactory.WithdrawEventResponse> withdrawEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)
    • MAX_MEED_SUPPLY

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> MAX_MEED_SUPPLY()
    • MEED_REWARDING_PRECISION

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> MEED_REWARDING_PRECISION()
    • addFund

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addFund(String _fundAddress, BigInteger _value, Boolean _isFixedPercentage)
    • addLPToken

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addLPToken(String _lpToken, BigInteger _value, Boolean _isFixedPercentage)
    • batchSendRewards

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> batchSendRewards(List<String> _fundAddresses)
    • deposit

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> deposit(String _lpToken, BigInteger _amount)
    • emergencyWithdraw

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> emergencyWithdraw(String _lpToken)
    • fundAddresses

      public org.web3j.protocol.core.RemoteFunctionCall<String> fundAddresses(BigInteger param0)
    • fundInfos

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple5<BigInteger,BigInteger,BigInteger,BigInteger,Boolean>> fundInfos(String param0)
    • fundsLength

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> fundsLength()
    • harvest

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> harvest(String _lpAddress)
    • isOwner

      public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()
    • meed

      public org.web3j.protocol.core.RemoteFunctionCall<String> meed()
    • meedPerMinute

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> meedPerMinute()
    • owner

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

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> pendingRewardBalanceOf(String _fundAddress)
    • pendingRewardBalanceOf

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> pendingRewardBalanceOf(String _lpToken, String _user)
    • renounceOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership()
    • sendAllRewards

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> sendAllRewards()
    • sendReward

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> sendReward(String _fundAddress)
    • setMeedPerMinute

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> setMeedPerMinute(BigInteger _meedPerMinute)
    • startRewardsTime

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> startRewardsTime()
    • totalAllocationPoints

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> totalAllocationPoints()
    • totalFixedPercentage

      public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> totalFixedPercentage()
    • transferOwnership

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner)
    • updateAllocation

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> updateAllocation(String _fundAddress, BigInteger _value, Boolean _isFixedPercentage)
    • userLpInfos

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple2<BigInteger,BigInteger>> userLpInfos(String param0, String param1)
    • withdraw

      public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> withdraw(String _lpToken, BigInteger _amount)
    • load

      @Deprecated public static TokenFactory load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
      Deprecated.
    • load

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

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

      public static TokenFactory 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<TokenFactory> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime)
    • deploy

      public static org.web3j.protocol.core.RemoteCall<TokenFactory> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime)
    • deploy

      @Deprecated public static org.web3j.protocol.core.RemoteCall<TokenFactory> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime)
      Deprecated.
    • deploy

      @Deprecated public static org.web3j.protocol.core.RemoteCall<TokenFactory> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime)
      Deprecated.