Package io.meeds.deeds.contract
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.ContractAuto 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.8.9.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenFactory.DepositEventResponsestatic classTokenFactory.EmergencyWithdrawEventResponsestatic classTokenFactory.FundAddedEventResponsestatic classTokenFactory.FundAllocationChangedEventResponsestatic classTokenFactory.HarvestEventResponsestatic classTokenFactory.MaxSupplyReachedEventResponsestatic classTokenFactory.OwnershipTransferredEventResponsestatic classTokenFactory.WithdrawEventResponse
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedTokenFactory(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedTokenFactory(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)protectedTokenFactory(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.protectedTokenFactory(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>addFund(String _fundAddress, BigInteger _value, Boolean _isFixedPercentage)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>addLPToken(String _lpToken, BigInteger _value, Boolean _isFixedPercentage)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>batchSendRewards(List<String> _fundAddresses)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.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)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.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)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>deposit(String _lpToken, BigInteger _amount)io.reactivex.Flowable<TokenFactory.DepositEventResponse>depositEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.DepositEventResponse>depositEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>emergencyWithdraw(String _lpToken)io.reactivex.Flowable<TokenFactory.EmergencyWithdrawEventResponse>emergencyWithdrawEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.EmergencyWithdrawEventResponse>emergencyWithdrawEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)io.reactivex.Flowable<TokenFactory.FundAddedEventResponse>fundAddedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.FundAddedEventResponse>fundAddedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<String>fundAddresses(BigInteger param0)io.reactivex.Flowable<TokenFactory.FundAllocationChangedEventResponse>fundAllocationChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.FundAllocationChangedEventResponse>fundAllocationChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple5<BigInteger,BigInteger,BigInteger,BigInteger,Boolean>>fundInfos(String param0)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>fundsLength()List<TokenFactory.DepositEventResponse>getDepositEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.EmergencyWithdrawEventResponse>getEmergencyWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.FundAddedEventResponse>getFundAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.FundAllocationChangedEventResponse>getFundAllocationChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.HarvestEventResponse>getHarvestEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.MaxSupplyReachedEventResponse>getMaxSupplyReachedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.OwnershipTransferredEventResponse>getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)List<TokenFactory.WithdrawEventResponse>getWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>harvest(String _lpAddress)io.reactivex.Flowable<TokenFactory.HarvestEventResponse>harvestEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.HarvestEventResponse>harvestEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<Boolean>isOwner()static TokenFactoryload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static TokenFactoryload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static TokenFactoryload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static TokenFactoryload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>MAX_MEED_SUPPLY()io.reactivex.Flowable<TokenFactory.MaxSupplyReachedEventResponse>maxSupplyReachedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.MaxSupplyReachedEventResponse>maxSupplyReachedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<String>meed()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>MEED_REWARDING_PRECISION()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>meedPerMinute()org.web3j.protocol.core.RemoteFunctionCall<String>owner()io.reactivex.Flowable<TokenFactory.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>pendingRewardBalanceOf(String _fundAddress)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>pendingRewardBalanceOf(String _lpToken, String _user)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>renounceOwnership()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>sendAllRewards()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>sendReward(String _fundAddress)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>setMeedPerMinute(BigInteger _meedPerMinute)org.web3j.protocol.core.RemoteFunctionCall<BigInteger>startRewardsTime()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>totalAllocationPoints()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>totalFixedPercentage()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>transferOwnership(String newOwner)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>updateAllocation(String _fundAddress, BigInteger _value, Boolean _isFixedPercentage)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple2<BigInteger,BigInteger>>userLpInfos(String param0, String param1)org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>withdraw(String _lpToken, BigInteger _amount)io.reactivex.Flowable<TokenFactory.WithdrawEventResponse>withdrawEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock)io.reactivex.Flowable<TokenFactory.WithdrawEventResponse>withdrawEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter)-
Methods inherited from class org.web3j.tx.Contract
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, resolveContractAddress, setContractAddress, setDefaultBlockParameter, setDeployedAddress, setGasPrice, setGasProvider, setTransactionReceipt, staticExtractEventParameters, staticExtractEventParametersWithLog
-
-
-
-
Field Detail
-
BINARY
public static final String BINARY
- See Also:
- Constant Field Values
-
FUNC_MAX_MEED_SUPPLY
public static final String FUNC_MAX_MEED_SUPPLY
- See Also:
- Constant Field Values
-
FUNC_MEED_REWARDING_PRECISION
public static final String FUNC_MEED_REWARDING_PRECISION
- See Also:
- Constant Field Values
-
FUNC_ADDFUND
public static final String FUNC_ADDFUND
- See Also:
- Constant Field Values
-
FUNC_ADDLPTOKEN
public static final String FUNC_ADDLPTOKEN
- See Also:
- Constant Field Values
-
FUNC_BATCHSENDREWARDS
public static final String FUNC_BATCHSENDREWARDS
- See Also:
- Constant Field Values
-
FUNC_DEPOSIT
public static final String FUNC_DEPOSIT
- See Also:
- Constant Field Values
-
FUNC_EMERGENCYWITHDRAW
public static final String FUNC_EMERGENCYWITHDRAW
- See Also:
- Constant Field Values
-
FUNC_FUNDADDRESSES
public static final String FUNC_FUNDADDRESSES
- See Also:
- Constant Field Values
-
FUNC_FUNDINFOS
public static final String FUNC_FUNDINFOS
- See Also:
- Constant Field Values
-
FUNC_FUNDSLENGTH
public static final String FUNC_FUNDSLENGTH
- See Also:
- Constant Field Values
-
FUNC_HARVEST
public static final String FUNC_HARVEST
- See Also:
- Constant Field Values
-
FUNC_ISOWNER
public static final String FUNC_ISOWNER
- See Also:
- Constant Field Values
-
FUNC_MEED
public static final String FUNC_MEED
- See Also:
- Constant Field Values
-
FUNC_MEEDPERMINUTE
public static final String FUNC_MEEDPERMINUTE
- See Also:
- Constant Field Values
-
FUNC_OWNER
public static final String FUNC_OWNER
- See Also:
- Constant Field Values
-
FUNC_pendingRewardBalanceOf
public static final String FUNC_pendingRewardBalanceOf
- See Also:
- Constant Field Values
-
FUNC_RENOUNCEOWNERSHIP
public static final String FUNC_RENOUNCEOWNERSHIP
- See Also:
- Constant Field Values
-
FUNC_SENDALLREWARDS
public static final String FUNC_SENDALLREWARDS
- See Also:
- Constant Field Values
-
FUNC_SENDREWARD
public static final String FUNC_SENDREWARD
- See Also:
- Constant Field Values
-
FUNC_SETMEEDPERMINUTE
public static final String FUNC_SETMEEDPERMINUTE
- See Also:
- Constant Field Values
-
FUNC_STARTREWARDSTIME
public static final String FUNC_STARTREWARDSTIME
- See Also:
- Constant Field Values
-
FUNC_TOTALALLOCATIONPOINTS
public static final String FUNC_TOTALALLOCATIONPOINTS
- See Also:
- Constant Field Values
-
FUNC_TOTALFIXEDPERCENTAGE
public static final String FUNC_TOTALFIXEDPERCENTAGE
- See Also:
- Constant Field Values
-
FUNC_TRANSFEROWNERSHIP
public static final String FUNC_TRANSFEROWNERSHIP
- See Also:
- Constant Field Values
-
FUNC_UPDATEALLOCATION
public static final String FUNC_UPDATEALLOCATION
- See Also:
- Constant Field Values
-
FUNC_USERLPINFOS
public static final String FUNC_USERLPINFOS
- See Also:
- Constant Field Values
-
FUNC_WITHDRAW
public static final String FUNC_WITHDRAW
- See Also:
- Constant Field Values
-
DEPOSIT_EVENT
public static final org.web3j.abi.datatypes.Event DEPOSIT_EVENT
-
EMERGENCYWITHDRAW_EVENT
public static final org.web3j.abi.datatypes.Event EMERGENCYWITHDRAW_EVENT
-
FUNDADDED_EVENT
public static final org.web3j.abi.datatypes.Event FUNDADDED_EVENT
-
FUNDALLOCATIONCHANGED_EVENT
public static final org.web3j.abi.datatypes.Event FUNDALLOCATIONCHANGED_EVENT
-
HARVEST_EVENT
public static final org.web3j.abi.datatypes.Event HARVEST_EVENT
-
MAXSUPPLYREACHED_EVENT
public static final org.web3j.abi.datatypes.Event MAXSUPPLYREACHED_EVENT
-
OWNERSHIPTRANSFERRED_EVENT
public static final org.web3j.abi.datatypes.Event OWNERSHIPTRANSFERRED_EVENT
-
WITHDRAW_EVENT
public static final org.web3j.abi.datatypes.Event WITHDRAW_EVENT
-
-
Constructor Detail
-
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 Detail
-
getDepositEvents
public List<TokenFactory.DepositEventResponse> getDepositEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.EmergencyWithdrawEventResponse> getEmergencyWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.FundAddedEventResponse> getFundAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.FundAllocationChangedEventResponse> getFundAllocationChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.HarvestEventResponse> getHarvestEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.MaxSupplyReachedEventResponse> getMaxSupplyReachedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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 List<TokenFactory.WithdrawEventResponse> getWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
-
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.
-
-