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.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.9.4.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.web3j.tx.Contract
org.web3j.tx.Contract.EventValuesWithLog -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.EventFields inherited from class org.web3j.tx.Contract
BIN_NOT_PROVIDED, contractAddress, contractBinary, defaultBlockParameter, deployedAddresses, FUNC_DEPLOY, GAS_LIMIT, gasProvider, transactionReceiptFields inherited from class org.web3j.tx.ManagedTransaction
ensResolver, GAS_PRICE, transactionManager, web3j -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTokenFactory(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
Modifier and TypeMethodDescriptionorg.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>> org.web3j.protocol.core.RemoteFunctionCall<BigInteger>getDepositEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getEmergencyWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getFundAddedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getFundAllocationChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getHarvestEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getMaxSupplyReachedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getWithdrawEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>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>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>org.web3j.protocol.core.RemoteFunctionCall<BigInteger>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>org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>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>org.web3j.protocol.core.RemoteFunctionCall<BigInteger>org.web3j.protocol.core.RemoteFunctionCall<BigInteger>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, executeCallWithoutDecoding, 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, staticExtractEventParametersWithLogMethods inherited from class org.web3j.tx.ManagedTransaction
call, getSyncThreshold, requestCurrentGasPrice, send, send, sendEIP1559, sendEIP1559, setSyncThreshold
-
Field Details
-
BINARY
- See Also:
-
FUNC_MAX_MEED_SUPPLY
- See Also:
-
FUNC_MEED_REWARDING_PRECISION
- See Also:
-
FUNC_ADDFUND
- See Also:
-
FUNC_ADDLPTOKEN
- See Also:
-
FUNC_BATCHSENDREWARDS
- See Also:
-
FUNC_DEPOSIT
- See Also:
-
FUNC_EMERGENCYWITHDRAW
- See Also:
-
FUNC_FUNDADDRESSES
- See Also:
-
FUNC_FUNDINFOS
- See Also:
-
FUNC_FUNDSLENGTH
- See Also:
-
FUNC_HARVEST
- See Also:
-
FUNC_ISOWNER
- See Also:
-
FUNC_MEED
- See Also:
-
FUNC_MEEDPERMINUTE
- See Also:
-
FUNC_OWNER
- See Also:
-
FUNC_pendingRewardBalanceOf
- See Also:
-
FUNC_RENOUNCEOWNERSHIP
- See Also:
-
FUNC_SENDALLREWARDS
- See Also:
-
FUNC_SENDREWARD
- See Also:
-
FUNC_SETMEEDPERMINUTE
- See Also:
-
FUNC_STARTREWARDSTIME
- See Also:
-
FUNC_TOTALALLOCATIONPOINTS
- See Also:
-
FUNC_TOTALFIXEDPERCENTAGE
- See Also:
-
FUNC_TRANSFEROWNERSHIP
- See Also:
-
FUNC_UPDATEALLOCATION
- See Also:
-
FUNC_USERLPINFOS
- See Also:
-
FUNC_WITHDRAW
- See Also:
-
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 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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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
-
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
-
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
-
fundInfos
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple5<BigInteger,BigInteger, fundInfosBigInteger, BigInteger, Boolean>> (String param0) -
fundsLength
-
harvest
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> harvest(String _lpAddress) -
isOwner
-
meed
-
meedPerMinute
-
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
-
totalAllocationPoints
-
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.
-