TokensFarmFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokensFarmFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokensFarmFactory"
ABI
ABI objects
Getter at block 21266106
farmImplementation() view returns (address)
0x0000000000000000000000000000000000000000
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
getLastDeployedFarm() view returns (address)
0x0000000000000000000000000000000000000000
maintainersRegistry() view returns (address)
0x0000000000000000000000000000000000000000
tokensFarmCongress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
deployedTokensFarms(uint256) view returns (address)
getDeployedTokensFarm(uint256 start, uint256 end) view returns (address[])
State-modifying
Events deployAndFundTokensFarm(address _rewardToken, uint256 _rewardPerSecond, uint256 _minTimeToStake, bool _isEarlyWithdrawAllowed, uint256 _penalty, address _tokenStaked, uint256 _stakeFeePercent, uint256 _rewardFeePercent, uint256 _flatFeeAmount, bool _isFlatFeeAllowed, uint256 _totalBudget)
fundTheSpecificFarm(address farmAddress, address rewardToken, uint256 amount)
initialize(address _farmImplementation, address _tokensFarmCongress, address _maintainersRegistry, address _feeCollector)
setCurrentFeeCollectorOnSpecificFarm(address farmAddress)
setFeeCollector(address _feeCollector)
setFlatFeeAmountOnSpecificFarm(address farmAddress, uint256 _flatFeeAmount)
setIsEarlyWithdrawAllowedOnSpecificFarm(address farmAddress, bool _isEarlyWithdrawAllowed)
setIsFlatFeeAllowedOnSpecificFarm(address farmAddress, bool _isFlatFeeAllowed)
setMaintainersRegistry(address _maintainersRegistry)
setMinTimeToStakeOnSpecificFarm(address farmAddress, uint256 _minTimeToStake)
setRewardFeePercentOnSpecificFarm(address farmAddress, uint256 _rewardFeePercent)
setStakeFeePercentOnSpecificFarm(address farmAddress, uint256 _stakeFeePercent)
setTokensFarmCongress(address _tokensFarmCongress)
setTokensFarmImplementation(address _farmImplementation)
withdrawCollectedFeesERCOnSpecificFarm(address farmAddress)
withdrawCollectedFeesETHOnSpecificFarm(address farmAddress)
withdrawTokensIfStuckOnSpecificFarm(address farmAddress, address _erc20, uint256 _amount, address _beneficiary)
DeployedFarm(address indexed farmAddress)
FeeCollectorSet(address indexed feeCollector)
TokensFarmImplementationSet(address indexed farmImplementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.