FarmRegistry
State Variables
farms
address[] internal farms;deployerList
address[] internal deployerList;feeReceiver
address public feeReceiver;feeToken
address public feeToken;feeAmount
extensionFeePerDay
farmRegistered
deployerRegistered
isPrivilegedUser
Functions
constructor
initialize
Name
Type
Description
registerFarm
Name
Type
Description
registerFarmDeployer
Name
Type
Description
removeDeployer
Name
Type
Description
updatePrivilege
Name
Type
Description
getFarmDeployerList
Name
Type
Description
getFarmList
Name
Type
Description
getFeeParams
Name
Type
Description
Name
Type
Description
updateFeeParams
Name
Type
Description
_validateNonZeroAddr
Was this helpful?